Skip to main content
Northern IrelandFurther MathsSyllabus dot point

How do you multiply matrices and use them to describe and combine transformations of the plane?

Use matrices: add, subtract and multiply matrices, use the identity matrix, and apply 2x2 matrices to describe and combine transformations of the plane.

A CCEA GCSE Further Mathematics answer on matrices and transformations, covering matrix arithmetic, the identity matrix, multiplying matrices, and using 2x2 matrices to represent rotations, reflections, enlargements and combined transformations in the compulsory Pure unit.

Generated by Claude Opus 4.812 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Matrix arithmetic
  3. Multiplying matrices
  4. Matrices as transformations
  5. Combining transformations
  6. Why this matters

What this dot point is asking

A matrix is a rectangular array of numbers, and CCEA GCSE Further Mathematics uses 2×22 \times 2 matrices to describe transformations of the plane. You must add, subtract and multiply matrices, know the identity matrix, and use a matrix to carry out and to identify transformations such as rotations, reflections and enlargements, including combining two transformations into one. This is distinctive Further Mathematics content not seen in ordinary GCSE.

Matrix arithmetic

Addition and subtraction work entry by entry and need matrices of the same size, so (1234)+(0511)=(1745)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} + \begin{pmatrix} 0 & 5 \\ 1 & 1 \end{pmatrix} = \begin{pmatrix} 1 & 7 \\ 4 & 5 \end{pmatrix}. Scalar multiplication multiplies every entry by the number: 3(1204)=(36012)3\begin{pmatrix} 1 & 2 \\ 0 & 4 \end{pmatrix} = \begin{pmatrix} 3 & 6 \\ 0 & 12 \end{pmatrix}.

Multiplying matrices

Matrix multiplication is the key skill and follows the row-by-column rule: each entry of the product comes from multiplying the entries of a row of the first matrix by a column of the second and adding the results. Order matters, so in general ABBAAB \ne BA.

The identity matrix I=(1001)I = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} behaves like the number 11: AI=IA=AAI = IA = A for any 2×22 \times 2 matrix AA, and it represents leaving the plane unchanged.

Matrices as transformations

A 2×22 \times 2 matrix transforms a point by multiplying the point written as a column vector. To find the image of (x,y)(x, y), compute (abcd)(xy)\begin{pmatrix} a & b \\ c & d \end{pmatrix}\begin{pmatrix} x \\ y \end{pmatrix}. The columns of the matrix are exactly the images of the unit vectors (1,0)(1, 0) and (0,1)(0, 1), which is why testing those two points identifies any transformation.

Combining transformations

Doing one transformation after another corresponds to multiplying their matrices, but in reverse order: to apply transformation PP first and then QQ, the single matrix is QPQP, because Q(Px)=(QP)xQ(P\mathbf{x}) = (QP)\mathbf{x}. This is the same right-to-left reading as composite functions. So a rotation followed by a reflection is found by writing the reflection matrix on the left of the rotation matrix and multiplying. Always be careful with the order, because matrix multiplication is not commutative.

Why this matters

Matrices give a compact, powerful way to handle geometry, and they connect to the function and coordinate-geometry topics: a transformation is just a function on points, and combining them is matrix multiplication in place of composition. The row-by-column rule and the identity matrix are also the foundation for any further matrix work, so getting the arithmetic exact and the order right is what these questions reward.

Exam-style practice questions

Practice questions written in the style of CCEA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

CCEA Unit 1 (style)3 marksGiven A=(2103)A = \begin{pmatrix} 2 & 1 \\ 0 & 3 \end{pmatrix} and B=(1421)B = \begin{pmatrix} 1 & 4 \\ 2 & 1 \end{pmatrix}, find the product ABAB.
Show worked answer →

Multiply rows of AA by columns of BB. Top-left: (2)(1)+(1)(2)=4(2)(1) + (1)(2) = 4. Top-right: (2)(4)+(1)(1)=9(2)(4) + (1)(1) = 9.

Bottom-left: (0)(1)+(3)(2)=6(0)(1) + (3)(2) = 6. Bottom-right: (0)(4)+(3)(1)=3(0)(4) + (3)(1) = 3.

So AB=(4963)AB = \begin{pmatrix} 4 & 9 \\ 6 & 3 \end{pmatrix}.

Marks are for the row-by-column rule and the four correct entries. The usual error is multiplying entry by corresponding entry instead of combining a whole row with a whole column.

CCEA Unit 1 (style)4 marksDescribe fully the single transformation represented by the matrix (0110)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}.
Show worked answer →

Apply the matrix to the unit vectors. The point (1,0)(1, 0) maps to (01)\begin{pmatrix} 0 \\ 1 \end{pmatrix}, that is (0,1)(0, 1).

The point (0,1)(0, 1) maps to (10)\begin{pmatrix} -1 \\ 0 \end{pmatrix}, that is (1,0)(-1, 0).

These images show the plane has turned anticlockwise through 9090^\circ about the origin.

So the transformation is a rotation of 9090^\circ anticlockwise about the origin. Marks are for testing the unit vectors and for the full description, including the centre and the direction.

Related dot points

Sources & how we know this