lesson 6.2. we have seen that a matrix is a compact way of organizing data, similar to a table. ...

26
Lesson 6.2

Upload: edgar-hopkins

Post on 16-Dec-2015

219 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

Lesson 6.2

Page 2: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

We have seen that a matrix is a compact way of organizing data, similar to a table.

Unlike tables, matrices can be added and multiplied to help you solve problems.

Consider this problem from Lesson 6.1. ◦ Matrix [A] represents sports drinks, fruit juices,

and waters sold this week from the vending machines at the main entrance and the back entrance of the school.

◦ Matrix [B] contains the same information for last week. What are the total sales, by category and location, for both weeks

Page 3: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

What are the total sales, by category and location, for both weeks?

To solve this problem, you add matrices [A] and [B].

Page 4: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

This matrix represents a triangle.◦ Graph the triangle and its

image after a translation left 3 units. Write a matrix equation to represent the transformation.

Page 5: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

This matrix represents a triangle.◦ Describe the transformation

represented by this matrix expression.

This matrix addition represents a translation left 4 units and down 3 units.

Page 6: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

This matrix represents a triangle.◦ Describe the transformation

represented by this matrix expression.

scalar multiplication

Page 7: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

The school cafeteria offers a choice of ice cream or frozen yogurt for dessert once a week. During the first week of school, 220 students choose ice cream and 20 choose frozen yogurt. During each of the following weeks, 10% of the frozen-yogurt eaters switch to ice cream and 5% of the ice-cream eaters switch to frozen yogurt. ◦ How many students will choose each dessert in

the second week?

Page 8: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

The initial matrix, represents the original numbers of ice-cream eaters and frozen-yogurt eaters.

In the transition matrix ,

◦ the top row represents the transitions in the number of ice-cream eaters, and

◦ the bottom row represents the transitions in the number of frozen-yogurt eaters.

0.95 0.05B

0.10 0.90

[A] 220 20

Page 9: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

Think about how you calculate the numbers for the second week.

The second week’s number of ice-cream eaters will be 220(0.95)+20(0.10), or 211 students,

In effect, you multiply the two entries in row 1 of [A] by the two entries in column 1 of [B] and add the products. The result, 211, is entry c11 in the answer matrix, [C].

0.95 0.05B

0.10 0.90

[A] 220 20

Page 10: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

Similarly, the second week’s number of frozen-yogurt eaters will be 220(0.05)+20(0.90), or 29 students

The number of frozen-yogurt eaters in the second week is the sum of the products of the entries in row 1 of [A] and column 2 of [B]. The answer, 29, is entry c12 in the answer matrix, [C].

0.95 0.05B

0.10 0.90

[A] 220 20

Page 11: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

To find the third week, we repeat the procedure with a new initial matrix.

0.95 0.05B

0.10 0.90

[A] 211 29

Page 12: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

In this investigation you will simulate the weekly movement of rental cars between cities and analyze the results.

Each person represents a rental car starting at City A, City B, or City C.

Follow the Procedure Note to simulate the movement of cars. At the beginning of the simulation and after each move, a class recorder should make note of the number of cars at each city.

Page 13: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

All students should position themselves in one of three designated locations in the room, City A, City B, or City C. Report the starting number of cars at each city to the recorder.

Use your calculator to generate a random number, x, between 0 and 1.

Determine your location for next week as follows:

Page 14: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

On the teacher’s signal, you move (or stay) as indicated. ◦ Count the number of cars at each city and report

this value to the recorder. ◦ Repeat the simulation five times. Each time,

record the number of cars at each city.

Page 15: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

Work with your group to make a transition diagram and a transition matrix that represent the rules of the simulation.

Page 16: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

Write an initial condition matrix for the starting quantities at each city. Then, show how to multiply the initial condition matrix and the transition matrix for the first transition. How do these theoretical results for week 1 compare with the experimental data from your simulation?

Page 17: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

Use your calculator to find the theoretical number of cars at each city for the next four weeks. Find the theoretical long-run values of the number of cars at each city.

Page 18: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

long-run value: [9 6 15]

Page 19: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

Compare these results with the experimental values in your table. If they are not similar, explain why.

Page 20: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

Consider this product.

◦ Determine the dimensions of this product.

You can multiply a 2x2 matrix by a 2x3 matrix because the inside dimensions are the same—the 2 row entries match up with the 2 column entries.The outside dimensions tell you the dimensions of the product.

Page 21: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

Consider this product.

The product has dimensions 2x3.

Page 22: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied

Consider this product.

◦ Describe how to calculate entries in the product.

Page 23: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied
Page 24: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied
Page 25: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied
Page 26: Lesson 6.2.  We have seen that a matrix is a compact way of organizing data, similar to a table.  Unlike tables, matrices can be added and multiplied