LessonFurther MathsMatrices & linear transformations
Matrices & linear transformations · Lesson 3 of 3
Linear transformations
The matrix of a linear transformation, rotation about the origin, images and pre-images, one transformation followed by another, and finding a matrix from the images of two points.
A linear transformation T:(x,y)→(ax+by,cx+dy) has the matrix (acbd): read the coefficients of x and y row by row. Its columns are the images of (1,0) and (0,1):
What the columns mean(1, 0) → (a, c) and (0, 1) → (b, d)
To find an image, multiply the matrix by the point written as a column. The area of any shape is multiplied by ∣ad−bc∣.
A matrix as a transformationSet the entries or pick a preset
(4, 5)image of P(1, 2)3area scale |ad − bc|
(1, 0) goes to (2, 1) and (0, 1) goes to (1, 2): the columns of the matrix. P(1, 2) goes to (2×1 + 1×2, 1×1 + 2×2) = (4, 5). ad − bc = 3.
Rotation about the origin
Turn the plane anticlockwise through an angle θ about the origin. The unit vectors i=(1,0) and j=(0,1) turn with it: i goes to (cosθ,sinθ) and j goes to (−sinθ,cosθ). Those images are the two columns, so the matrix of the rotation is
Rθ=(cosθsinθ−sinθcosθ)
Rotation through θi′ = (cos θ, sin θ) is column 1, j′ = (−sin θ, cos θ) is column 2
Put in θ=90∘, 180∘ and 270∘ to get the special cases. A clockwise turn through θ is an anticlockwise turn through −θ, so 270∘ anticlockwise is 90∘ clockwise.
The point P(3,−5) is rotated through an angle of 60∘ anticlockwise about the origin. (i) Obtain the matrix for the rotation. (ii) Find the image P1 of the point P under the rotation.
The matrix
Anticlockwise through 60∘, so use Rθ with θ=60∘.
cos60∘=21 and sin60∘=23.
So the matrix is (2123−2321).
Think first.Put θ = 60° into the rotation matrix.
The image
Top row: 21(3)−23(−5)=23+53.
Bottom row: 23(3)+21(−5)=233−5.
So P1(23+53,233−5).
As decimals, P1 is about (5.83,0.10).
Think first.Multiply the matrix by (3, −5) written as a column.
One transformation followed by another
To apply N first and then M, multiply by N and then by M: the combined matrix is MN, with the first transformation written on the right.
Two linear transformations A and B in the Oxy plane are defined by A:(x,y)→(x+2y,−x+y) and B:(x,y)→(2x+3y,x+2y). (i) Write down the matrices A and B. (ii) Find the image of the point P(−2,2) under the linear transformation A followed by B.
Worked solution (try it first)
(b)(i)
Read the coefficients off each rule: A=(1−121) and B=(2132).