Study Guide

Transformations using matrices

Edexcel International A-Level Further MathematicsΒ· FP1 Sections 6.1 to 6.4Β· 45 min read

1. Matrix Representation of 2D Linear Transformationsβ˜…β˜…β˜†β˜†β˜†β± 10 min

βœ“ Calculator OK

πŸ“˜ Definition

Linear transformation

A transformation that maps straight lines to straight lines, preserves the origin, and satisfies linearity: for scalars and vectors .

Example:

A reflection across the x-axis is a linear transformation, while a translation (shifting a shape without rotating/stretching) is not linear because it does not preserve the origin.

All linear transformations centred at the origin can be represented as 2Γ—2 matrices acting on column vectors. The general rule for finding any transformation matrix is to calculate the image of the standard base vectors and under the transformation: the first column of the matrix is the image of , and the second column is the image of .

πŸ“ Worked Example

Derive the matrix representing reflection in the x-axis.

  1. 1

    Find the image of : reflection over the x-axis leaves this point unchanged, so the image is .

  2. 2

    Find the image of : reflection over the x-axis flips the sign of the y-coordinate, so the image is .

  3. 3

    Construct the transformation matrix using these images as columns:

  4. 4
    (100βˆ’1)\begin{pmatrix}1 & 0 \\ 0 & -1\end{pmatrix}

Exam tip:

Always derive unknown transformation matrices using base vectors if you cannot recall them; this method works for all linear transformations centred at the origin and will earn you method marks even if your final matrix is incorrect.

2. Core Transformation Matricesβ˜…β˜…β˜…β˜†β˜†β± 12 min

βœ“ Calculator OK

You need to be able to use the following core transformation matrices. Only the anticlockwise rotation and general line reflection matrices are provided in the formula book; all others must be derived using base vectors if you do not recall them.

Transformation

Matrix

Key Note

Reflection in x-axis

Derive via base vectors

Reflection in y-axis

Derive via base vectors

Reflection in

Derive via base vectors

Reflection in

Derive via base vectors

Anticlockwise rotation about O

Given in formula book

Stretch parallel to x-axis, scale

Derive via base vectors

Stretch parallel to y-axis, scale

Derive via base vectors

Enlargement scale about O

Derive via base vectors

πŸ“ Worked Example

Find the image of point after an anticlockwise rotation of 90Β° about the origin.

  1. 1

    Substitute into the standard rotation matrix: , , so the matrix is:

  2. 2
    (0βˆ’110)\begin{pmatrix}0 & -1 \\ 1 & 0\end{pmatrix}
  3. 3

    Multiply the matrix by the column vector of the original point:

  4. 4
    (0βˆ’110)(23)=(0(2)+(βˆ’1)(3)1(2)+0(3))=(βˆ’32)\begin{pmatrix}0 & -1 \\ 1 & 0\end{pmatrix}\begin{pmatrix}2 \\ 3\end{pmatrix} = \begin{pmatrix}0(2) + (-1)(3) \\ 1(2) + 0(3)\end{pmatrix} = \begin{pmatrix}-3 \\ 2\end{pmatrix}
  5. 5

    The image point is .

Exam tip:

For angles that are multiples of 90Β°, verify your rotation result by plotting the point and rotating it physically on a coordinate grid to avoid sign errors.

3. Combined Transformationsβ˜…β˜…β˜…β˜…β˜†β± 15 min

βœ“ Calculator OK

When you apply two transformations sequentially, the combined matrix is the product of the individual matrices, in reverse order of the transformation sequence. If you apply transformation B first, then transformation A, the combined matrix is , because the vector is first multiplied by B, then by A: .

πŸ“ Worked Example

A shape is first reflected in the line , then rotated anticlockwise by 180Β° about the origin. Find the combined transformation matrix.

  1. 1

    Identify individual matrices: reflection in (first transformation, B) = ; 180Β° anticlockwise rotation (second transformation, A) = .

  2. 2

    Combine in reverse order: combined matrix = .

  3. 3

    Calculate the product:

  4. 4
    (βˆ’100βˆ’1)(0110)=(0βˆ’1βˆ’10)\begin{pmatrix}-1 & 0 \\ 0 & -1\end{pmatrix}\begin{pmatrix}0 & 1 \\ 1 & 0\end{pmatrix} = \begin{pmatrix}0 & -1 \\ -1 & 0\end{pmatrix}
  5. 5

    This is the matrix for reflection in , which is a valid check of the result.

Exam tip:

If you are unsure of the order, test your combined matrix on a simple point like (1,0) by applying the transformations sequentially and comparing the result to the matrix multiplication output.

4. Inverse Transformations and Determinant as Area Scale Factorβ˜…β˜…β˜…β˜…β˜†β± 12 min

βœ“ Calculator OK

πŸ“˜ Definition

Area scale factor

The ratio of the area of the image of a shape to the area of the original shape, equal to . The sign of indicates orientation: positive for orientation preserved, negative for orientation reversed (e.g. reflections).

Example:

A reflection has , so the area of the shape is unchanged, but its orientation is flipped.

An inverse transformation exists if and only if , and is represented by , which reverses the effect of . For a sequence of transformations with combined matrix , the inverse transformation is (reverse order of inverses).

πŸ“ Worked Example

A transformation has matrix . A triangle with area 4 cmΒ² is transformed using M. (a) Find the area of the image triangle. (b) Find the matrix of the inverse transformation.

  1. 1

    Calculate the determinant of M:

  2. 2
    det⁑(M)=(2)(3)βˆ’(0)(0)=6\det(M) = (2)(3) - (0)(0) = 6
  3. 3

    Area scale factor = , so image area = cmΒ².

  4. 4

    Use the 2Γ—2 inverse formula :

  5. 5
    Mβˆ’1=16(3002)=(120013)M^{-1} = \frac{1}{6}\begin{pmatrix}3 & 0 \\ 0 & 2\end{pmatrix} = \begin{pmatrix}\frac{1}{2} & 0 \\ 0 & \frac{1}{3}\end{pmatrix}

Exam tip:

You do not need to calculate the coordinates of all vertices of a shape to find its transformed area; simply multiply the original area by the absolute value of the determinant to save time.

5. Common Pitfalls

Wrong move:

Multiplying transformation matrices in the order of the verbal sequence (B then A = BA instead of AB)

Why:

Matrices act on column vectors from the left, so the later transformation must be applied after the first, so it goes on the left of the product.

Correct move:

If transformation B is applied first, then A, compute the product AB, not BA, and test with a sample point to confirm.

Wrong move:

Using clockwise rotation angles directly in the given anticlockwise rotation matrix

Why:

The formula book only provides the matrix for anticlockwise rotation about the origin.

Correct move:

For a clockwise rotation by , use the anticlockwise matrix with replaced by , giving .

Wrong move:

Forgetting to take the absolute value of the determinant when calculating area scale factor

Why:

A negative determinant only indicates orientation reversal, not negative area.

Correct move:

Multiply the original area by to find the area of the image shape.

Wrong move:

Deriving transformation matrices using row vectors instead of column vectors

Why:

The Edexcel specification uses the column vector convention, where image = M * vector, not vector * M.

Correct move:

Use the image of column vectors and as columns of your transformation matrix, not rows.

Wrong move:

Assuming inverse transformations exist for all matrices

Why:

Transformations with determinant zero are singular, and collapse shapes to a line or point, so they cannot be reversed.

Correct move:

First check that before calculating an inverse transformation matrix.

6. Quick Reference Cheatsheet

Transformation

Matrix

Key Property

Reflection in x-axis

Reflection in y-axis

Reflection in

Reflection in

Anticlockwise rotation

Stretch x-axis scale

Stretch y-axis scale

Enlargement scale

Combined B then A

Inverse transformation

7. Frequently Asked

What order do I multiply matrices for combined transformations?

If you apply transformation B first, then transformation A, the combined matrix is AB, not BA. Matrices act on column vectors from the left, so the later transformation is placed on the left of the product.

How do I derive a transformation matrix if I don't remember it?

Find the image of the standard base vectors and under the transformation. The first column of the matrix is the image of , the second column is the image of .

What does a negative determinant mean?

The negative sign indicates the transformation reverses the orientation of the shape (e.g. reflections have determinant = -1). The absolute value of the determinant is the area scale factor, so you always use the positive value for area calculations.

Going deeper

What's Next

Now that you have mastered 2D matrix transformations for FP1, you can apply these skills to past paper questions, which often combine this topic with matrix operations and coordinate geometry problems. Make sure you practice enough questions to avoid common order-of-multiplication errors, which cost many students marks each year. If you are studying higher further maths units, you will encounter matrix transformations again in FP3, where they are extended to 3 dimensions. You should also review matrix inverse and determinant calculation to ensure you can answer full 6-8 mark exam questions on combined and inverse transformations.