Uploaded by Star_man57

Matrices I

advertisement
Matrices I Cheat Sheet
AQA A Level Further Maths: Core
Multiply the transformation matrices together in
reverse order.
Matrix Arithmetic and Multiplying a Matrix by a Scalar
Zero and Identity Matrices
A matrix is an array of numbers, or elements, arranged in rows and columns. Below are some examples of
matrices:
In zero matrices, all elements are zero. They can come in any order. Below are all examples of zero matrices:
7 4 2
𝐴=[
]
4 9 13
6 4 8
𝐡=[
]
10 5 1
4 2
𝐢 = [7 4]
6 3
The order of a matrix is described by the number of rows and columns in the form π‘Ÿ × π‘. In the above
examples, the order of 𝐴 and 𝐡 are 2 × 3 and the order of 𝐢 = 3 × 2.
[0 0 0]
7 4
6 4
2 0
]+[
]−[
]
4 9
10 5
6 11
Subtract numbers in corresponding positions.
0 0 0
[
]
0 0 0
1 0
𝐼=[
]
0 1
The transformation of an object into an image can be represented using matrices. The transformation matrix
1
0
can be found by mapping the transformation of two unit vectors, 𝑖 = [ ] and 𝑗 = [ ]. The resulting position
0
1
vectors form the transformation matrix. For example, when reflected in the π‘₯ axis, the images of 𝑖 and 𝑗 have
1
0
1 0
the position vectors 𝑖 = [ ] and 𝑗 = [ ]. Thus, the matrix for reflection in the π‘₯ axis is [
].
0
0 −1
−1
The orders of matrices show whether the matrices are conformable for multiplication and what matrix order
the final product will have. The number of columns in the first matrix must be equal to the number of rows in
the second. For example:
(2 × 1) × (1 × 3)
•
•
The middle numbers are the same, showing that the matrices are conformable for multiplication.
The first and last numbers show that the final product will have an order of 2 × 3.
Multiply the numbers of the first row of the first
matrix with the corresponding numbers of the first
column of the second matrix and add them up, this
will be the value in the first row of the first column in
the final answer.
Multiply the numbers of the first row of the first
matrix with the corresponding numbers of the
second column of the second matrix and add them
up, this will be the value in the first row of the second
column in the final answer.
Repeat for the second row of the first matrix.
Final answer.
Object
2×3 × 3×2
Matrices are conformable and final matrix has
order of 2 × 2
6 × 4 + 4 × 7 + 8 × 6 = 100
6 × 2 + 4 × 4 + 8 × 3 = 52
10 × 4 + 5 × 7 + 1 × 6 = 81
10 × 2 + 5 × 4 + 1 × 3 = 43
100 52
[
]
81 43
Image
The table below summarises some common transformation vectors and what they mean.
0 1
[
]
1 0
1 0
[
]
0 −1
−1 0
[
]
0 1
cos2πœƒ sin2πœƒ
[
]
sin2πœƒ cos2πœƒ
π‘˜ 0
[
]
0 1
1 0
[
]
0 π‘˜
π‘˜ 0
[
]
0 π‘˜
Reflection in the line 𝑦 = π‘₯
Reflection in the π‘₯ axis
Reflection in the 𝑦 axis
Reflection in the line
𝑦 = (tanπœƒ)π‘₯
Stretch with scale factor π‘˜
parallel to π‘₯ axis
Stretch with scale factor π‘˜
parallel to 𝑦 axis
Enlargement with scale
factor π‘˜ with origin as centre
−1 0
[
]
0 −1
0 1
[
]
−1 0
0 −1
[
]
1 0
cosπœƒ −sinπœƒ
[
]
sinπœƒ cosπœƒ
1 π‘˜
[
]
0 1
1 0
[
]
π‘˜ 1
180° rotation about the
origin
90° rotation clockwise about
the origin
270° rotation clockwise
about the origin
πœƒ° rotation anticlockwise
about the origin
Shear with π‘₯ axis fixed
Shear with 𝑦 axis fixed
Matrices can also be multiplied by a scalar number. In that case, just multiply each element of the matrix by
the scalar number.
When an object undergoes two successive transformations 𝑆 and 𝑇, a single transformation matrix, 𝑇 × π‘† can
be found. Note that the matrices are multiplied in reverse order.
4 2
Example 3: Evaluate the following: 4 [7 4]
6 3
Example 4: A triangle with vertices at the coordinates 𝐴(1,3), 𝐡(1,7) and 𝐢(2,6) is reflected in the π‘₯ axis and
then rotated 45° anticlockwise about the centre of the origin. Find the coordinates of its image.
Multiply each number in the matrix by 4.
Final answer.
4×4
[4 × 7
4×6
16
[28
24
4×2
4 × 4]
4×3
8
16]
12
In 3 dimensions, transformation matrices are 3 × 3 and can be found in a similar way as in 2 dimensions, using
1
0
0
the unit vectors 𝑖 = [0], 𝑗 = [1] and π‘˜ = [0].
0
0
1
1 0 0
[0 1 0 ]
0 0 −1
Reflection in the π‘₯𝑦
plane or 𝑧 = 0
1
0
[0 cosπœƒ
0 sinπœƒ
1 0 0
[0 −1 0]
0 0 1
Reflection in the π‘₯𝑧
plane or 𝑦 = 0
[
−1 0 0
[ 0 1 0]
0 0 1
Reflection in the 𝑦𝑧
plane or π‘₯ = 0
cosπœƒ
[ sinπœƒ
0
cosπœƒ
0
−sinπœƒ
0
−sinπœƒ]
cosπœƒ
Rotation of πœƒ° about π‘₯
axis
0 sinπœƒ
1
0 ]
0 cosπœƒ
Rotation of πœƒ° about 𝑦
axis
−sinπœƒ
cosπœƒ
0
0
0]
1
Rotation of πœƒ° about 𝑧
axis
Invariant Points and Lines of a Linear Transformation
4 2
6 4 8
Example 2: Evaluate the following matrix multiplication: [
] × [7 4]
10 5 1
6 3
Check the order of matrices.
Multiply the combined transformation matrix with
the position vector of the object.
Write down the coordinates of each vector.
1 0 0
𝐼 = [0 1 0]
0 0 1
Matrices as Transformations
All matrices are 2 × 2 so they are conformable.
13 8
[
]
14 14
11 8
[
]
8 3
Check if all matrices have the same order.
Add numbers in corresponding position
e.g. 7 + 6 = 13.
0 0
[
]
0 0
Identity matrices are often denoted by 𝐼 and are always square matrices. The diagonal elements from top left
to bottom right are always ones, and all other elements are always zeros. When a matrix is multiplied with the
identity matrix of the same order, the product should equal itself. Here are two examples of identity matrices:
Matrices with the same order can be added together or subtracted from one another, by adding or subtracting
elements in the corresponding positions. These are known as conformable matrices.
Example 1: Evaluate the following matrix sum: [
0
[0]
0
√2 −√2
√2 √2
2
2 × [1 0 ] = 2
2
0 −1
√2 √2
√2 −√2
[2
[2
2 ]
2 ]
√2 √2
2
2 × [1 1 2]
3 7 6
√2 −√2
[2
2 ]
4√2
= [ 2√2 4√2
]
−√2 −3√2 −2√2
𝐴(2√2, −√2), 𝐡(4√2, −3√2), 𝐢(4√2, −√2)
Find the transformation matrix for reflection in
the π‘₯ axis.
Find the transformation matrix for 45°
anticlockwise rotation about the centre of origin.
https://bit.ly/pmt-edu
1 0
[
]
0 −1
√2 −√2
cos45 −sin45
2
[
]= 2
sin45 cos45
√2 √2
[2
2 ]
A point is invariant if its image after transformation is mapped onto itself. A line of invariant points is a line
which all points map onto themselves. On the other hand, an invariant line consists of points which are
mapped onto any point of the line - not necessarily the object point.
3
0 1
Example 5: Show that [ ] is an invariant point for the transformation [
]. Find the line of invariant for
3
−1 2
this transformation.
0 1
3
Multiply [
] × [ ] to find the image.
3
−1 2
Use the conditions of invariant points to form two
simultaneous equations.
Simplify the equations to find the line of invariant
points.
0+3
3
]=[ ]
−3 + 6
3
The object and image have the same matrices, so
it is an invariant point.
π‘₯
π‘₯
0 1
[
] × [𝑦] = [𝑦]
−1 2
0π‘₯ + 𝑦 = π‘₯
−π‘₯ + 2𝑦 = 𝑦
𝑦=π‘₯
[
0 1
Example 6: Find the invariant line for the transformation [
].
−1 2
π‘₯
π‘₯′
3 4
Equate [
] × [𝑦] = [ ]
𝑦′
9 −2
Substitute 𝑦 = π‘šπ‘₯ + 𝑐 into both equations.
Equate 𝑦′ = π‘šπ‘₯′ + 𝑐.
Solve for values of π‘š and 𝑐 for LHS to become 0.
To satisfy the equation, (4π‘š + 2)𝑐 must also be 0.
Invariant lines.
π‘₯ ′ = 3π‘₯ + 4𝑦
𝑦 ′ = 9π‘₯ − 2𝑦
′
π‘₯ = 3π‘₯ + 4π‘šπ‘₯ + 4𝑐
𝑦 ′ = 9π‘₯ − 2π‘šπ‘₯ − 2𝑐
9π‘₯ − 2π‘šπ‘₯ − 2𝑐 = 3π‘šπ‘₯ + 4π‘š2 π‘₯ + 4π‘šπ‘
0 = 4π‘š2 π‘₯ + 5π‘šπ‘₯ − 9π‘₯ + 4π‘šπ‘ + 2𝑐
= (4π‘š2 + 5π‘š − 9)π‘₯ + (4π‘š + 2)𝑐
(4π‘š + 9)(π‘š − 1) = 0 or 4π‘š + 2 = 0
−9
π‘š=
,π‘š = 1
4
1
Note: π‘š = − is not applicable because 4π‘š2 +
2
5π‘š − 9 ≠ 0
𝑐=0
9
𝑦=− π‘₯
𝑦=π‘₯
4
https://bit.ly/pmt-cc
https://bit.ly/pmt-cc
Download