Uploaded by Mohammad Afnan Hossain

igcsemath9a1ch9matricestransformations-notes (1)

advertisement
Grade 9 IGCSE A1: Chapter 9 Matrices and Transformations
Materials Needed: Straightedge, Graph Paper
Exercise 1: Matrix Operations
1 minute Start Question:
Skill and Concepts:
Matrices are used in Linear Algebra to solve systems of linear equations. The next simple example takes a look at a
system of equations like
and changes its form to
3 −1 π‘₯
8
3π‘₯ − 𝑦 = 8
οΏ½
οΏ½ �𝑦� = οΏ½ οΏ½
2 3
6
2π‘₯ + 3𝑦 = 6
Solution
Methods:
Solution Method:
a. Matrix Method
a. Elimination
b. Substitution
c. Graphical
Therefore, after becoming familiar with the Matrix Method, you will be able to solve a system of two linear equations
in four different ways.
So let’s understand what Matrices are and how to perform operations on them.
Definition: A matrix is a rectangular array of numbers arranged in rows and columns. Plural: Matrices
Symbolized by a Capital bold letter, example A (you will not need to write in bold, but be aware of the notational
difference οƒ  What does a non-bold upper case letter usually symbolize?)
1 2
1 2
An example of a 2X2 (two by two) matrix: 𝑨 = οΏ½
οΏ½ or 𝑨 = οΏ½
οΏ½
3 4
3 4
Each matrix has a dimension/order: (number of rows) by (number of columns).
What is the dimension/order of the following matrix? (1 2 3) οƒ  ______________
A matrix with the same number of rows and columns is called a
?
matrix.
Each number in the array is called an element of the matrix. Each element (symbolized by an italicized lower case
letter) is designated by its position in the matrix ie. Row x, column y or say a23 means the 2nd row, 3rd column
element.
A column matrix (has only one column), a row matrix (has only one row) and zero matrix has only zeros as its
elements.
Matrix equality: Two matrices are equal iff they have the same order and corresponding elements.
1 2
1 2
1 2
−1 2
Example: οΏ½
οΏ½=οΏ½
οΏ½ but οΏ½
οΏ½≠οΏ½
οΏ½
3 4
3 4
3 4
3 4
How might you express matrix equality using matrix notation? 𝑨 = 𝑩 ↔ _______________________
Matrix addition and subtraction: Add/subtract corresponding elements of only same order matrices.
1 2
1 2
2 4
Example: οΏ½
οΏ½+οΏ½
οΏ½=οΏ½
οΏ½
3 4
3 4
6 8
1 2
Example: οΏ½
οΏ½ + (1 2 3) cannot be added together as the dimensions/orders are not the same.
3 4
1 2
1 2
0 0
Example: οΏ½
οΏ½−οΏ½
οΏ½=οΏ½
�=𝐎
3 4
3 4
0 0
In general: π‘¨π‘Žπ‘Žπ‘Ž ±π‘©π‘Žπ‘Žπ‘Ž = π‘·π‘Žπ‘Žπ‘Ž
Notice that A + (-A) = O. Since adding A and its opposite –A produces the zero matrix which we called the additive
identity element, A and –A are called inverse elements of each other because of the following fact: A + (-A) = O
AND (-A) + A = O. This should remind you of the inverse property of functions.
Scalar multiplication: Multiply all elements by the scalar. There is no such thing as scalar division.
1 2
1 2
1 2
2 4
1 2
2 4
Example: 2 οΏ½
οΏ½=οΏ½
οΏ½+οΏ½
οΏ½=οΏ½
οΏ½ therefore 2 οΏ½
οΏ½=οΏ½
οΏ½
3 4
3 4
3 4
6 8
3 4
6 8
1 2
2 4
In other words, if 𝑨 = οΏ½
οΏ½, then 2𝑨 = οΏ½
οΏ½
3 4
6 8
Do not write:
2
οΏ½
6
2
4
οΏ½
8
as this notation does not exist. How should you write it?
Matrix multiplication: Take a look at the textbook page 292 regarding 2x2 matrix multiplication. The orders of the
two matrices must satisfy the following property, otherwise matrix multiplication is not possible: π‘¨π‘šπ‘šπ‘š 𝑩𝑝𝑝𝑝 Also, if
matrix multiplication is possible, then the order of the resultant matrix will be π‘¨π‘šπ‘šπ‘š 𝑩𝑝𝑝𝑝 = π‘Ήπ‘šπ‘šπ‘š .
Let’s practice some Matrix Multiplication
Notice that positive integer exponents to represent repeated matrix multiplication still holds true: 𝑨𝑨 = π‘¨πŸ
Is matrix multiplication commutative? In other words, is 𝑨𝑨 = 𝑩𝑩 always true? If you can find one example when
it is not true, then in mathematics, you cannot say that it is true (even though it may be true sometimes or even most of
the times).
As a result, if we multiply matrix A to B, we have to state whether we are multiplying A to the left or right of B as the
resultant matrix is different.
Left multiply A to B οƒ  AB
Right multiply A to B οƒ  BA
1 2
οΏ½
3 4
1 2 3)
There is no such thing as Matrix Division οƒ  (
οΏ½
HMWK:
Exercise 1:
C-type: 3 – 36 last column; 38 – 46 last column
A-type: 48, 49
Context/Concept:
is meaningless.
Exercise 2: Inverse of a Matrix
1 minute Start Question:
Skill and Concepts:
The notation for the inverse of a matrix is similar to that of a function. The inverse matrix of 𝑨 is written as 𝑨−1 .
What we want to do now is demonstrate
the matrix method to solve systems of
linear equations.
3π‘₯ − 𝑦 = 8
2π‘₯ + 3𝑦 = 6
Solution
Methods:
3
οΏ½
2
−1 π‘₯
8
οΏ½οΏ½ οΏ½ = οΏ½ οΏ½
3 𝑦
6
Solution Method:
a. Matrix Method
Remember though that we said that we
a. Elimination
cannot divide by a matrix. Therefore we
b. Substitution
have to introduce a matrix that is called the
c. Graphical
Identity Matrix represented by 𝐈 that is a
square matrix with only two different
elements, namely 0 and 1. All the 1’s are located on the diagonal that goes from the top left to the bottom right. All
the other elements are zero.
Examples: 𝐈𝟐𝟐𝟐 = �
1 0 0
1 0
1
οΏ½ and πˆπŸ‘πŸ‘πŸ‘ = οΏ½0 1 0οΏ½. For the IGCSE course, we will only be using 𝐈𝟐𝟐𝟐 = οΏ½
0 1
0
0 0 1
0
οΏ½.
1
The important multiplicative property of 𝐈𝟐𝟐𝟐 is that if you multiply it to any matrix 𝐁𝟐𝟐𝟐 , it will not change the
identity of 𝐁𝟐𝟐𝟐 . Prove to yourself that this is true.
We need to investigate the inverse property.
Recall the inverse property of functions and inverse functions: 𝑓�𝑓 −1 (π‘₯)οΏ½ = π‘₯ = 𝑓 −1 (𝑓(π‘₯))
Given that the multiplicative inverse of A, if it exists, it is written as 𝐀−1 and satisfies AA−1 = I = A−1 A .
3 −1 π‘₯
8
So in order to solve οΏ½
οΏ½ οΏ½ οΏ½ = οΏ½ οΏ½ we will write this in this form: 𝐀𝐀 = 𝐁 and solve for X.
2 3 𝑦
6
𝐀𝐀 = 𝐁 In order to solve for X, as there is no matrix division, we will left multiply each side by 𝐀−1 . Notice what
left multiply means in the next line.
𝐀−1 𝐀𝐀 = 𝐀−1 𝐁
𝐈𝐈 = 𝐀−1 𝐁
𝐗 = 𝐀−1 𝐁
So the question becomes how to solve for 𝐀−1 if you are given an A.
1
1
π‘Ž 𝑏
𝑑 −𝑏
𝑑
If 𝐀 = οΏ½
οΏ½, then 𝐀−1 =
οΏ½
οΏ½. We can also write it as 𝐀−1 = |𝐀| οΏ½
π‘Žπ‘Ž−𝑏𝑏
𝑐 𝑑
−𝑐 π‘Ž
−𝑐
called the determinant of A also written as detA.
−𝑏
οΏ½ where |𝐀| = π‘Žπ‘Ž − 𝑏𝑏 is
π‘Ž
If |A| is not equal to zero, there is a unique solution to the equation AX=B. In this case, we say that the matrix A is
non-singular and A has an inverse matrix.
If |A| is equal to zero, there is no unique solution to the equation AX=B. In this case, we say that the matrix A is
singular and A does not have an inverse matrix.
Given two linear equations, when does the system not have a solution or an infinite number of solutions? Provide two
systems that represent this. What is evident from the matrix form of the solution?
HMWK:
Exercise 2:
C-type: 3, 9, 15, 17, 19, 21, 22, 25
A-type: 24, 26, 28
Context/Concept:
For all the Simple Transformations, use the links to see more examples and do activities on the web to
ensure that your understanding of the concepts is correct.
Exercise 3-4: Simple Transformations (Reflections)
1 minute Start Question:
Skill and Concepts:
A Graphical Transformation is a mathematical means by which to change a given object’s position, orientation or
shape in a consistent way.
Transformations are categorized as either Rigid or Non-Rigid Transformations.
Name of
Transformation
Reflection
Reflection in 2D
Wolfram Demo
Needed
Graphically
Algebraic
Line of Reflection
Must be able to draw lines of
reflections based upon
equations.
The line of reflection is
denoted with a dotted line and
labeled.
βˆ†1 → βˆ†2
Triangle 1 has been
transformed to Triangle 2.
Coordinates are labelled in
this way:
A(a,b) οƒ  A’(c,d)
A is mapped onto A’
Notice the similar language
with the functional notation
𝑓: π‘₯ → 2π‘₯ + 1
Primary Reflection Lines:
Horizontal lines: 𝑦 = π‘Ž
Vertical Lines: π‘₯ = 𝑏
Diagonal Lines: 𝑦 = ±π‘₯ + 𝑐
HMWK:
Exercise 3-4:
C-type: Exercise 3 οƒ  3, 6, 9
Exercise 4 οƒ  3
A-type: Exercise 4 οƒ  4
Context/Concept:
The reflection is always
perpendicular to the mirror
line and on the opposite side
of the mirror.
Exercise 5-6: Simple Transformations (Rotations)
1 minute Start Question:
Skill and Concepts:
Name of
Transformation
Rotation
Rotations
Wolfram Demo
Needed
Graphically
Algebraic
Center of Rotation
Angle of Rotation
Direction of Rotation
Clockwise οƒ  Negative angle
measure
Counterclockwise οƒ  Positive
angle measure
Label Center as O
βˆ†1 → βˆ†2 → βˆ†3
Triangle 1 has been
transformed to Triangle 2
which in turn has been
transformed to Triangle 3.
Coordinates are labelled in
this way;
A(a,b) οƒ  A’(c,d)οƒ A’’(e,f)
A is mapped onto A’ which is
mapped onto A’’
In order to find the center of Rotation given an original image and a
transformed image via rotation, if you construct the perpendicular bisectors
connecting corresponding coordinates, the intersection will be the center of
rotation.
How would you determine the angle of rotation?
HMWK:
Exercise 5-6:
C-type: Exercise 5 οƒ  2, 4, 7
Exercise 6 οƒ  3
A-type: Exercise 6 οƒ  5
Context/Concept:
Exercise 7 - 9: Simple Transformations (Translation and Enlargement and all Transformations Combined)
1 minute Start Question:
Skill and Concepts:
Name of
Transformation
Translation
Enlargement
Needed
Graphically
Algebraic
Horizontal Translation
Vertical Translation
Combined into a Column
Vector
A translation is a slide of the
image without changing the
orientation or dimensions of
the image.
π‘₯
�𝑦�
Center of Enlargement
Scale Factor = k
Center of Enlargement
designated with coordinate O.
Dotted lines emanating from
O to the respective vertices of
the shape.
Investigate different values of
k:
If π‘˜ > 1, then
If π‘˜ = 1, then
If 0 < π‘˜ < 1, then
If −1 < π‘˜ < 0, then
If π‘˜ < −1, then
Investigate different values of
k:
What happens to the image?
What happens to the image?
What happens to the image?
What happens to the image?
What happens to the image?
Enlargements
Wolfram Demo
In order to find center of an enlargement, connect corresponding
coordinates and the intersection of the lines will be the center of
enlargement.
How would you determine the scale factor?
HMWK:
Exercise 7 - 8:
C-type: Exercise 7 οƒ  1
Exercise 8 οƒ  2, 5
Exercise 9 οƒ  1
A-type: Exercise 8 οƒ  11, 13
Context/Concept:
Exercise 10-11: Combined and Inverse Transformations
1 minute Start Question:
Skill and Concepts:
Now that we’ve gone through all the Simple Transformations, how would you categorize each transformation
Rigid
Combined
Transformations
Use Matrices (and
simple column
vector) to represent
Transformations:
T οƒ  Translation
R οƒ  Rotation
F οƒ  Reflection
E οƒ  Enlargement
Non-Rigid
Needed
Graphically
Algebraic
A shape to transform
(usually a triangle)
All pertinent notation on the
graph. As there will be
combined transformations,
the order in which you
perform them is key.
We used this: βˆ†1 → βˆ†2 → βˆ†3
Coordinates are labelled in
this way;
A(a,b) οƒ  A’(c,d)οƒ A’’(e,f)
A is mapped onto A’ which is
mapped onto A’’
Now: 𝑇(βˆ†1) = βˆ†2
All information required
to perform each
transformation
Now, we will designate what
transformation is being
applied to the shape.
So let’s say we do this:
𝑹𝑹(βˆ†1) = 𝑹(βˆ†2) = βˆ†3
What does the statement
mean?
π‘ΉπŸ (βˆ†1) = 𝑹𝑹(βˆ†1)
Recall that the exponents can
only be positive integer
values.
Repeated
Transformations
Inverse
Transformations
Inverse Transformation Notation:
𝑻−1 οƒ  Translation
𝑹−1 οƒ  Rotation
𝑭−1 οƒ  Reflection
𝑬−1 οƒ  Enlargement
Will undo the
original
transformation.
π‘Ž
If 𝑻 = οΏ½ οΏ½, then 𝑻−1 = οΏ½ οΏ½
𝑏
If 𝑹 is given with Center at O and 90 degree rotation, what is 𝑹−1 ?
If 𝑭 is given with line of reflection 𝑦 = π‘Ž, what is 𝑭−1?
If 𝑬 is given with Center at O and SF = k, what is 𝑬−1?
Notation: 𝑻−3 (βˆ†1) = (𝑻−1 )3 (βˆ†1) = 𝑻−1 𝑻−1 𝑻−1 (βˆ†1)
HMWK:
Exercise 10-11:
C-type: Exercise 10 οƒ  4 οƒ  20 last column
A-type: Exercise 11 οƒ  9, 10
Context/Concept:
Exercise 12, then 13: Transformation Matrices (Two Days)
1 minute Start Question:
Skill and Concepts:
Now let’s use Matrices to mathematically determine where the transformed coordinates will be located.
Graphical
Interpretation/Description
Algebraic Interpretation
π‘₯1
IS: 𝐓 �𝑦
1
Reflect the point A(3, 5) and
B(-1, -2) about the line y = 0.
𝐓 represents either
The transformed point is
A’(3, -5) and B’(-1,2)
The Transformation F can be
written in the following matrix
form:
1 0
𝐹=�
οΏ½
0 −1
Transformation Matrices applied
to a shape Wolfram Demo
π‘₯2
π‘₯′1
𝑦2 οΏ½ = �𝑦′1
π‘₯1
�𝑦
1
π‘₯′
οΏ½ 1
𝑦′1
π‘₯1
𝐓 �𝑦
1
π‘₯′2
οΏ½
𝑦′2
𝐑 οƒ  Rotation
𝐅 οƒ  Reflection
𝐄 οƒ  Enlargement
π‘₯2
𝑦2 οΏ½ represents two coordinate values of the original shape.
π‘₯′2
οΏ½represents the corresponding two coordinate values of the
𝑦′2
transformed shape.
π‘₯2
𝑦2 οΏ½ represents the matrix multiplication of the two matrices.
Using the example to the left:
π‘₯1 π‘₯2
π‘₯′ π‘₯′2
IS: 𝐓 �𝑦 𝑦 οΏ½ = οΏ½ 1
οΏ½
𝑦′1 𝑦′2
1
2
1 0
3 −1
3 −1
οΏ½
οΏ½οΏ½
οΏ½=οΏ½
οΏ½
0 −1 5 −2
−5 2
Therefore the Transformed point is A’(3, -5)
Translation Matrix
Translations Matrices do not
involve matrix multiplication as
they merely translate using a
vector.
Translate the point A(3, 5) to the
right 1 unit and down 4 units.
The transformed point is
A’(4, 1)
The Transformation T is written
in the following vector form:
1
𝑇=οΏ½ οΏ½
−4
π‘₯1
π‘₯′
IS: �𝑦 οΏ½ + 𝐓 = οΏ½ 1 οΏ½
𝑦′1
1
𝐓 represents the Translation Vector
π‘₯1
�𝑦 οΏ½ represents a coordinate value of the original shape.
1
π‘₯′
οΏ½ 1 οΏ½ represents the corresponding coordinate value of the transformed shape.
𝑦′1
π‘₯1
�𝑦 οΏ½ + 𝐓 represents the addition of the two matrices
1
Using the example to the left:
π‘₯1
π‘₯′
IS: �𝑦 οΏ½ + 𝐓 = οΏ½ 1 οΏ½
𝑦′1
1
3
1
4
οΏ½ οΏ½+οΏ½ οΏ½=οΏ½ οΏ½
5
−4
1
Therefore the Transformed point is A’(4, 1)
While you are doing these exercises, try to determine the link between the Matrix form of a Translation and the
Translation itself.
HMWK:
Exercise 12:
C-type: Exercise 12 οƒ  2, 5
A-type: Exercise 12 οƒ  9, 11cg
Next Day
Exercise 12-13:
C-type: Exercise 13 οƒ  2, 4a, 5
A-type: Exercise 13 οƒ  6, 7
Context/Concept:
Exercise 14: Determining the Matrix form of a transformation
1 minute Start Question:
Skill and Concepts:
Use base vectors to determine the transformation matrix 𝑇2π‘₯2.
Description of Transformation
Graphical Interpretation
Algebraic Interpretation
Transformation that does not
change anything.
1
𝑰=οΏ½
0
Identity Matrix
Start with the Identity Matrix form,
then geometrically apply the
transformation to the basis vectors.
Then place the colored basis vectors
in their respective location in the
matrix.
0
οΏ½
1
0
𝑹90 π‘Žπ‘Žπ‘Žπ‘Žπ‘Ž (0,0) = οΏ½
1
𝑹90 π‘Žπ‘Žπ‘Žπ‘Žπ‘Ž (0,0) οƒ  Rotation of 90
degrees about the Origin (0, 0)
Follow the directions as the rotation
but this time apply a reflection.
−1
οΏ½
0
0 1
π‘­π’š=𝒙 = οΏ½
οΏ½
1 0
π‘­π’š=𝒙 οƒ  Reflection about the
line 𝑦 = π‘₯
Follow the directions as the rotation
but this time apply an enlargement.
−2 0
𝑬𝑺𝑺=−𝟐 𝒂𝒂𝒂𝒂𝒂 (𝟎,𝟎) = οΏ½
οΏ½
0 −2
1 0
= −𝟐 οΏ½
οΏ½
0 1
= −𝟐𝐈
𝑬𝑺𝑺=−𝟐 𝒂𝒂𝒂𝒂𝒂 (𝟎,𝟎) οƒ  Enlargement
for Scale Factor -2 about the Origin
(0, 0)
Notice: If your transformations do not include the Origin, then the matrix forms of the transformations tend to be
more complicated. In order to still apply matrix transformations, it is matter of translating to center at (0, 0), apply the
desired transformations and then apply an inverse translation vector.
π‘₯1 π‘₯2
π‘₯′ π‘₯′2
Also, if you know the original and transformed coordinates of the IS: 𝐓 �𝑦 𝑦 οΏ½ = οΏ½ 1
οΏ½, then you can apply
𝑦′1 𝑦′2
1
2
π‘₯1 π‘₯2 −1
a right multiply by �𝑦 𝑦 οΏ½ to both sides of the equation to solve for T to determine the transformation matrix.
1
2
In other words,
π‘₯1
𝐓 �𝑦
1
π‘₯2 −1
π‘₯ ′1
οΏ½
=
οΏ½
𝑦2
𝑦 ′1
π‘₯′ π‘₯′2 π‘₯1
𝐓𝐓 = οΏ½ 1
οΏ½οΏ½
𝑦′1 𝑦′2 𝑦1
π‘₯′ π‘₯′2 π‘₯1
𝐓=οΏ½ 1
οΏ½οΏ½
𝑦′1 𝑦′2 𝑦1
π‘₯2 π‘₯1
𝑦2 οΏ½ �𝑦1
π‘₯ ′ 2 π‘₯1
οΏ½οΏ½
𝑦 ′ 2 𝑦1
π‘₯2 −1
𝑦2 οΏ½
π‘₯2 −1
𝑦2 οΏ½
π‘₯2 −1
𝑦2 οΏ½
HMWK:
Exercise 14:
C-type: 1 – 18 all
A-type: Find the Transformation Matrix equation that will perform the following transformation and then apply your
transformation matrix equation on A(4,5) to find the coordinate of A’.
a. A rotation of 90 degrees about O(1, 2)
b. An enlargement with SF = -2 about O(1, 2)
b. A reflection about 𝑦 = −π‘₯ + 3
Context/Concept:
Download