M Matrix Transformations (all calculations restricted to 2x2 or 2x1 matrices) — coverage pack
4 specification leaves · notes, questions, answers and worked methods
M1 · Multiplication of matrices (2x2 by 2x2 or by 2x1), and multiplication by a scalar
- A scalar multiplies every entry of a matrix.
- For matrix multiplication, combine each row of the first matrix with each column of the second using multiply-then-add.
- The product is defined when the number of columns of equals the number of rows of ; here calculations use only and matrices.
- Matrix multiplication is order-sensitive: in general .
Tier 1 · Easy
1. Work out .[1 mark]
Answer
Method: Multiply every entry by : , , and .
Tier 2 · Standard
1. Work out .[2 marks]
Answer
Method: The top entry is . The bottom entry is . Therefore the product is .
Tier 3 · Hard
1. Given , work out and .[4 marks]
Answer
- ,
Method: Multiplication gives . From , ; this also gives . From , ; this also gives .
M2 · The identity matrix I (2x2 only)
- The identity matrix is .
- It leaves a compatible matrix unchanged: .
- For a column vector, multiplying by leaves the represented point unchanged.
- Do not confuse the identity matrix with the zero matrix; its diagonal entries are .
Tier 1 · Easy
1. Write down the identity matrix .[1 mark]
Answer
Method: Place s on the main diagonal and s elsewhere: .
Tier 2 · Standard
1. Let . Work out both and .[2 marks]
Answer
Method: Multiplying on the right by preserves the columns of , so . Multiplying on the left preserves its rows, so . Direct row-by-column multiplication gives both times.
Tier 3 · Hard
1. Let . Show that and hence work out .[3 marks]
Answer
Method: . Therefore .
M3 · Transformations of the unit square in the x-y plane, represented by a 2x2 matrix (rotations of 90/180/270 about the origin, reflections in x=0, y=0, y=x, y=-x, enlargements centred on the origin)
- The columns of a transformation matrix are the images of and respectively.
- Standard matrices should be linked to rotations about the origin, reflections in , , or , and enlargements centred at the origin.
- To transform a point , multiply the matrix by the column vector .
- When describing a transformation, give its type and all defining details: angle and direction, mirror line, or scale factor and centre.
Tier 1 · Easy
1. Write down the matrix for a rotation of anticlockwise about the origin.[2 marks]
Answer
Method: The vector maps to and maps to . These images form the columns of .
Tier 2 · Standard
1. Describe fully the transformation represented by and work out the image of .[3 marks]
Answer
- Reflection in the line
- Image:
Method: The matrix changes to and leaves unchanged, so it is reflection in the -axis, whose equation is . Multiplying by gives .
Tier 3 · Hard
1. A transformation maps to and to . Write its matrix, describe the transformation fully, and find the image of .[4 marks]
Answer
- Reflection in the line
- Image:
Method: The two given image vectors are the columns, so the matrix is . It sends to , which is reflection in . Multiplying it by gives .
M4 · Combination of transformations using matrix multiplication
- If matrix acts first and matrix acts second, the combined matrix is .
- Multiply transformation matrices using the usual row-by-column rule; order matters because generally .
- A combined matrix may simplify to a familiar single transformation, which should be described fully when requested.
- A common error is to write matrices in the order transformations are stated rather than in reverse action order.
Tier 1 · Easy
1. A reflection in the -axis is followed by a reflection in the -axis. Work out the combined matrix.[2 marks]
Answer
Method: The matrices are and . Since acts first, calculate .
Tier 2 · Standard
1. Matrix rotates points anticlockwise about the origin. Matrix reflects points in the -axis. Transformation acts before transformation . Work out the combined matrix and describe its effect.[3 marks]
Answer
- Reflection in the line
Method: Let be the rotation and the reflection. The combined matrix is . This sends to , so it is reflection in .
Tier 3 · Hard
1. A point is reflected in , enlarged by scale factor about the origin, then rotated clockwise about the origin. Work out the combined matrix, describe its geometric effect, and find the image of .[4 marks]
Answer
- Enlargement by scale factor about the origin combined with reflection in the -axis
- Image:
Method: Use , and . The action order gives . It sends to , an enlargement by factor with reflection in the -axis. Applied to it gives .