Hard Further Maths Linear transformations Questions
Challenging, exam-style Further Maths Linear transformations questions with worked solutions. Stretch yourself on the hardest linear-transformations, rotation, matrix, reflection problems.
Which of the following lines is an invariant line of the transformation represented by M=(3413)?
Show worked solution
Worked solution
Substitute a general point of y=mx
(3413)(xmx)=((3+1m)x(4+3m)x)
The image of a point on the line must lie on the same line.
Form the quadratic in m
m2−4=0
This is bm2+(a−d)m−c=0.
Solve for the gradients
m=−2,2
Each root gives an invariant line through the origin.
Check the listed option
(3413)(1−2)=(1−2)
The sample point maps to another point of the same line.
Recall the general rotation matrix
(cosθsinθ−sinθcosθ)
An anticlockwise rotation through θ about the origin has this matrix.
Recall the general reflection matrix
(cos2θsin2θsin2θ−cos2θ)
A reflection in the line through the origin at angle θ has this matrix.
Recall the effect on the base vectors
M(10)=column 1,M(01)=column 2
The columns of the matrix are the images of (1,0) and (0,1).
Recall the area scale factor
area factor=∣detM∣
The modulus of the determinant scales areas under the transformation.
Recall the enlargement matrix
(k00k)
An enlargement centre the origin with scale factor k is a scalar matrix.
Recall the condition for an invariant point
Mv=v
An invariant point is mapped to itself by the transformation.
Recall the condition for an invariant line through the origin
bm2+(a−d)m−c=0
Substituting (x,mx) into M and demanding the image satisfies y=mx gives this quadratic in m.
Recall that the origin is always invariant
M(00)=(00)
Every linear transformation fixes the origin.
Recall the order of composition
first A, then B⇒BA
The matrix of the second transformation is written on the left.
Recall the inverse of a 2×2 matrix
M−1=ad−bc1(d−c−ba)
Swap the leading diagonal, negate the other diagonal, divide by the determinant.
Select the invariant line
y=−2x
Points of this line are mapped onto the same line.
Answer
y=−2x
Question 2
8 markschallenging
The transformation P is represented by A=(01−10) and the transformation Q is represented by B=(−100−1). Describe fully the single transformation equivalent to P followed by Q.
Show worked solution
Worked solution
Identify the order of the product
C=BA
The matrix of the first transformation goes on the right.
Write down the product to be evaluated
(−100−1)(01−10)
Multiply B on the left of A.
Multiply the matrices
(−100−1)(01−10)=(0−110)
Use the row-by-column rule for each of the four entries.
Compute the top-left entry
−1×0+0×1=0
Row one of B times column one of A.
Compute the top-right entry
−1×−1+0×0=1
Row one of B times column two of A.
Compute the bottom-left entry
0×0+−1×1=−1
Row two of B times column one of A.
Compute the bottom-right entry
0×−1+−1×0=0
Row two of B times column two of A.
Check the determinant multiplies
detC=detB×detA=1
Determinants are multiplicative, which is a useful check.
Find the images of the base vectors
(0−110)(10)=(0−1),(0−110)(01)=(10)
The columns of the matrix tell you where (1,0) and (0,1) go.
Find the determinant
detM=1
The sign and size of the determinant narrow down the type of transformation.
Compare with the standard forms
(0−110)
Match the matrix against the rotation, reflection, enlargement and stretch templates.
Check whether lengths are preserved
M(10)=1
Rotations and reflections preserve length; enlargements and stretches do not.
Test a second point
(0−110)(11)=(1−1)
A second image confirms the transformation you have identified.
Check the image of the point (2,0)
(0−110)(20)=(0−2)
A further image confirms the description, including any scale factor.
Select the correct description of the composite
Rotation of 270∘ anticlockwise about the origin
This is the single transformation equivalent to P then Q.
Answer
Rotation of 270∘ anticlockwise about the origin
Question 3
8 markschallenging
The transformation P is represented by A=(100−1) and the transformation Q is represented by B=(0110). Describe fully the single transformation equivalent to P followed by Q.
Show worked solution
Worked solution
Identify the order of the product
C=BA
The matrix of the first transformation goes on the right.
Write down the product to be evaluated
(0110)(100−1)
Multiply B on the left of A.
Multiply the matrices
(0110)(100−1)=(01−10)
Use the row-by-column rule for each of the four entries.
Compute the top-left entry
0×1+1×0=0
Row one of B times column one of A.
Compute the top-right entry
0×0+1×−1=−1
Row one of B times column two of A.
Compute the bottom-left entry
1×1+0×0=1
Row two of B times column one of A.
Compute the bottom-right entry
1×0+0×−1=0
Row two of B times column two of A.
Check the determinant multiplies
detC=detB×detA=1
Determinants are multiplicative, which is a useful check.
Find the images of the base vectors
(01−10)(10)=(01),(01−10)(01)=(−10)
The columns of the matrix tell you where (1,0) and (0,1) go.
Find the determinant
detM=1
The sign and size of the determinant narrow down the type of transformation.
Compare with the standard forms
(01−10)
Match the matrix against the rotation, reflection, enlargement and stretch templates.
Check whether lengths are preserved
M(10)=1
Rotations and reflections preserve length; enlargements and stretches do not.
Test a second point
(01−10)(11)=(−11)
A second image confirms the transformation you have identified.
Check the image of the point (2,0)
(01−10)(20)=(02)
A further image confirms the description, including any scale factor.
Select the correct description of the composite
Rotation of 90∘ anticlockwise about the origin
This is the single transformation equivalent to P then Q.
Answer
Rotation of 90∘ anticlockwise about the origin
Question 4
8 markschallenging
A linear transformation maps the point (1,0) to (−21,23) and the point (0,1) to (23,21). Find the matrix that represents this transformation.
Show worked solution
Worked solution
Recall that the columns are the images of the base vectors
M=(MiMj)
The first column is the image of (1,0), the second of (0,1).
Write the image of (1,0) as the first column
(−2123)
This is given directly in the question.
Write the image of (0,1) as the second column
(2321)
This is the second piece of information given.
Assemble the matrix
(−21232321)
Place the two image vectors side by side.
Check the determinant
detM=−1
A quick check that the matrix is sensible.
Recall the general rotation matrix
(cosθsinθ−sinθcosθ)
An anticlockwise rotation through θ about the origin has this matrix.
Recall the general reflection matrix
(cos2θsin2θsin2θ−cos2θ)
A reflection in the line through the origin at angle θ has this matrix.
Recall the effect on the base vectors
M(10)=column 1,M(01)=column 2
The columns of the matrix are the images of (1,0) and (0,1).
Recall the area scale factor
area factor=∣detM∣
The modulus of the determinant scales areas under the transformation.
Recall the enlargement matrix
(k00k)
An enlargement centre the origin with scale factor k is a scalar matrix.
Recall the condition for an invariant point
Mv=v
An invariant point is mapped to itself by the transformation.
Recall the condition for an invariant line through the origin
bm2+(a−d)m−c=0
Substituting (x,mx) into M and demanding the image satisfies y=mx gives this quadratic in m.
Recall that the origin is always invariant
M(00)=(00)
Every linear transformation fixes the origin.
Recall the order of composition
first A, then B⇒BA
The matrix of the second transformation is written on the left.
State the transformation matrix
(−21232321)
The columns are the images of the base vectors.
Answer
(−21232321)
Question 5
8 markschallenging
The triangle ABC has vertices A(2,1),B(4,3),C(1,5). It is transformed by the matrix M=(01−10). Find the coordinates of the images A′, B′ and C′.
Show worked solution
Worked solution
Write the vertices as a single matrix of columns
(214315)
Transforming all three vertices at once saves work.
Find the image of A
(01−10)(21)=(−12)
Multiply the matrix by the position vector of A.
Find the image of B
(01−10)(43)=(−34)
Multiply the matrix by the position vector of B.
Find the image of C
(01−10)(15)=(−51)
Multiply the matrix by the position vector of C.
Check the area scale factor
∣detM∣=1
The image triangle has this many times the area of the original.
Note the origin is unchanged
(01−10)(00)=(00)
Linear transformations always fix the origin.
Recall the general rotation matrix
(cosθsinθ−sinθcosθ)
An anticlockwise rotation through θ about the origin has this matrix.
Recall the general reflection matrix
(cos2θsin2θsin2θ−cos2θ)
A reflection in the line through the origin at angle θ has this matrix.
Recall the effect on the base vectors
M(10)=column 1,M(01)=column 2
The columns of the matrix are the images of (1,0) and (0,1).
Recall the area scale factor
area factor=∣detM∣
The modulus of the determinant scales areas under the transformation.
Recall the enlargement matrix
(k00k)
An enlargement centre the origin with scale factor k is a scalar matrix.
Recall the condition for an invariant point
Mv=v
An invariant point is mapped to itself by the transformation.
Recall the condition for an invariant line through the origin
bm2+(a−d)m−c=0
Substituting (x,mx) into M and demanding the image satisfies y=mx gives this quadratic in m.
Recall that the origin is always invariant
M(00)=(00)
Every linear transformation fixes the origin.
State the three image points
(−1,2),(−3,4),(−5,1)
These are the vertices of the image triangle.
Answer
(−1,2),(−3,4),(−5,1)
Unlock 29 more Linear transformations questions
Create a free account to work through every Further Maths Linear transformations question with instant step-by-step worked solutions, progress tracking and interactive lessons.