Download geo_fl_ch09_02

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Addition wikipedia , lookup

Bra–ket notation wikipedia , lookup

Location arithmetic wikipedia , lookup

Mathematics of radio engineering wikipedia , lookup

Determinant wikipedia , lookup

Non-negative matrix factorization wikipedia , lookup

Matrix calculus wikipedia , lookup

Transcript
9.2 Use Properties of Matrices
Warm Up
Lesson Presentation
Lesson Quiz
9.2
Warm-Up
1. Write the component form of
the vector that translates
ABC to A´B´C´.
ANSWER
– 6,– 1
2. If P(–8, 4) is translated by (x, y) → (x + 6, y + 1),
what is the image of P?
ANSWER
(–2, 5)
9.2
Example 1
Write a matrix to represent the point or polygon.
a.
Point A
SOLUTION
a.
Point matrix for A
–4
x-coordinate
0
y-coordinate
9.2
Example 1
Write a matrix to represent the point or polygon.
b.
Quadrilateral ABCD
SOLUTION
b.
Polygon matrix for ABCD
A
B
C
D
–4
–1
4
3
0
2
1
–1
x-coordinates
y-coordinates
9.2
Guided Practice
1. Write a matrix to represent ∆ABC with vertices
A(3, 5), B(6, 7) and C(7, 3).
ANSWER
A
3
B
6
C
7
5
7
3
2. How many rows and columns are in a matrix
for a hexagon?
ANSWER
2 rows, 6 columns
9.2
a.
Example 2
5 –3
6 –6
1 2
+
3 –4
=
5+1
–3 + 2
6+3
–6 + (–4)
6 –1
=
9 –10
9.2
b.
Example 2
6 8
5
4 9 –1
–
1 –7 0
4 –2 3
6 – 1 8 –(–7)
=
=
4–4
9 – (– 2)
5 15
5
0 11 –4
5–0
–1 – 3
9.2
Example 3
The matrix
1 5
3
represents ABC. Find the image
1 0 –1
matrix that represents the translation of ABC 1 unit
left and 3 units up. Then graph ABC and its image.
SOLUTION
The translation matrix is
–1 –1 –1
3 3 3
.
9.2
Example 3
Add this to the polygon matrix for the preimage to
find the image matrix.
A B C
A′ B′ C′
–1 –1 –1
1 5 3
0 4 2
+
=
3 3 3
1 0 –1
4 3 2
Translation matrix
Polygon matrix
Image matrix
9.2
Guided Practice
In Exercises 3 and 4, add or subtract.
3. [–3 7] + [2 –5]
ANSWER
4.
1 –4
3 –5
ANSWER
[–1 2 ]
–
2 3
7
8
–1 –7
–4 –13
9.2
Guided Practice
5. The matrix
1
2 6 7
2 –1 1 3
represents quadrilateral
JKLM. Write the translation matrix and the image matrix
that represents the translation of JKLM 4 units right and
2 units down. Then graph JKLM and its image.
ANSWER
4
4
4
4
–2 –2 –2 –2
J′ K′ L′ M ′
5 6 10 11
0 –3 –1 1
9.2
Example 4
Multiply
1
4
0
5
2 –3
–1 8
.
SOLUTION
The matrices are both 2  2, so their product is defined.
Use the following steps to find the elements of the
product matrix.
9.2
Example 4
STEP 1
Multiply the numbers in the first row of the first
matrix by the numbers in the first column of the
second matrix. Put the result in the first row, first
column of the product matrix.
1
4
STEP 2
0
5
2 –3
–1 8
1(2) + 0(–1)
=
?
?
?
Multiply the numbers in the first row of the first
matrix by the numbers in the second column of
the second matrix. Put the result in the first row,
second column of the product matrix.
1
0
4 5
2 –3
–1 8
1(2) + 0(–1) 1(–3) + 0(8)
=
?
?
9.2
Example 4
STEP 3
Multiply the numbers in the second row of the
first matrix by the numbers in the first column of
the second matrix. Put the result in the second
row, first column of the product matrix.
1
0
4 5
STEP 4
2 –3
–1 8
1(2) + 0(–1) 1(–3) + 0(8)
=
4(2) + 5(–1)
?
Multiply the numbers in the second row of the
first matrix by the numbers in the second column
of the second matrix. Put the result in the second
row, second column of the product matrix.
1
4
0
5
2 –3
–1 8
1(2) + 0(–1) 1(–3) + 0(8)
=
4(2) + 5(–1) 4(–3) + 5(8)
9.2
Example 4
STEP 5
Simplify the product matrix.
1(2) + 0(–1) 1(–3) + 0(8)
4(2) + 5(–1) 4(–3) + 5(8)
=
2 –3
3 28
9.2
Example 5
SOFTBALL Two softball teams submit equipment
lists for the season. A bat costs $20, a ball costs $5,
and a uniform costs $40. Use matrix multiplication to
find the total cost of equipment for each team.
9.2
Example 5
SOLUTION
First, write the equipment lists and the costs per item
in matrix form. You will use matrix multiplication, so
you need to set up the matrices so that the number of
columns of the equipment matrix matches the number
of rows of the cost per item matrix.
EQUIPMENT
COST
Bats Balls Uniforms
Dollars
Women 13
Men
15
42
45
16
18
Bats
Balls
Uniforms
20
5
40
=
TOTAL COST
Dollars
=
Women
?
Men
?
9.2
Example 5
You can find the total cost of equipment for each team
by multiplying the equipment matrix by the cost per
item matrix. The equipment matrix is 2 3 and the cost
per item matrix is 3 1, so their product is a 2 1
matrix.
13 42 16
15 45 18
20
5
40
13(20) + 42(5) + 16(40)
=
15(20) + 45(5) + 18(40)
1110
=
1245
The total cost of equipment for the women’s team is
$1110, and the total cost for the men’s team is $1245.
9.2
Guided Practice
Use the matrices below. Is the product defined? Explain.
A =
–3
4
6.7
B = [2 1]
C =
0
–9.3 5.2
6. AB
ANSWER
Yes; the number of columns in A is equal to
the number of rows in B.
9.2
Guided Practice
Use the matrices below. Is the product defined? Explain.
A =
–3
4
7.
6.7
B = [2 1]
C =
0
–9.3 5.2
BA
ANSWER
Yes; the number of columns in B is equal to
the number of rows in A.
9.2
Guided Practice
Use the matrices below. Is the product defined? Explain.
A =
–3
4
6.7
B = [2 1]
C =
0
–9.3 5.2
8. AC
ANSWER
No; the number of columns in A is not equal to
the number of rows in C.
9.2
Guided Practice
Multiply.
9.
1
0
0
1
3
11.
ANSWER
1
1 –1
–3
–2
2 –4
5
1
3
8
–4 7
–4 7
10. [5 1]
5
8
ANSWER
[ –17 ]
ANSWER
15 –19
–3
–5
9.2
Guided Practice
12. WHAT IF? In Example 5, find the total cost for
each team if a bat costs $25, a ball costs $4, and
a uniform costs $35.
ANSWER
women: $1053; men: $1185
9.2
Lesson Quiz
Add or subtract.
1.
[2.8
–9.2] + [3.5
ANSWER
2.
8
–3
–2
5
ANSWER
[6.3
–3.1]
4
1
3
–7
4
–4
–5
12
–
6.1]
9.2
Lesson Quiz
3. Triangle ABC has vertices A(2, –1 ), B(1, 3), and
C(–2, –2). Write a matrix equation that shows
how to find the image matrix that represents
the translation of ABC 4 units left and 5
units up.
ANSWER
–4 –4
5 5
2 1 –2
–4
–2 –3
+ –1 3 –2 =
5
4 8
–6
3
9.2
Lesson Quiz
4. Multiply 2 –5 6 –1
1
0 3 –2
ANSWER
–3
8
6 –1