Kramizo
Log inSign up free
HomeCIE IGCSE MathematicsCombined and inverse transformations
CIE · IGCSE · Mathematics · Revision Notes

Combined and inverse transformations

1,968 words · Last updated May 2026

Ready to practise? Test yourself on Combined and inverse transformations with instantly-marked questions.
Practice now →

What you'll learn

Combined and inverse transformations form a critical component of the CIE IGCSE Mathematics syllabus, regularly appearing in Paper 2 and Paper 4 examinations. This topic requires you to apply multiple transformations sequentially to shapes, understand the order of operations, and work backwards to find transformations that return objects to their original positions. Mastery of this topic builds on your foundation knowledge of single transformations and develops spatial reasoning essential for higher-level mathematics.

Key terms and definitions

Transformation — a process that changes the position, size or orientation of a shape according to a specific rule

Combined transformation — the result of applying two or more transformations in succession to produce a single overall effect

Inverse transformation — a transformation that reverses the effect of a given transformation, returning the shape to its original position

Invariant point — a point that remains in the same position after a transformation has been applied

Image — the resulting shape after a transformation has been applied to an object

Object — the original shape before any transformation is applied

Matrix representation — a 2×2 array of numbers that describes a transformation in coordinate geometry

Order of operations — the sequence in which transformations are applied, reading from right to left when expressed as matrices

Core concepts

Understanding single transformations

Before combining transformations, you must accurately describe each individual transformation using precise mathematical language:

Reflection requires:

  • The equation of the mirror line (e.g., x = 2, y = -x, y-axis)

Rotation requires:

  • The angle of rotation (clockwise or anticlockwise)
  • The centre of rotation as coordinates
  • Direction (90°, 180°, 270°)

Translation requires:

  • A column vector showing horizontal and vertical movement: $\begin{pmatrix} x \ y \end{pmatrix}$

Enlargement requires:

  • The scale factor (positive, negative, or fractional)
  • The centre of enlargement as coordinates

Stretch requires:

  • The scale factor
  • The invariant line (x-axis or y-axis)

Applying combined transformations

When two or more transformations are applied in succession, the order matters significantly. The final position of a shape depends on which transformation is performed first.

Process for combined transformations:

  1. Identify and apply the first transformation to the object shape
  2. Label the intermediate image clearly (often called A' or similar notation)
  3. Apply the second transformation to this intermediate image
  4. The final image is the result of both transformations combined

The notation for combined transformations reads backwards: if transformation M is followed by transformation N, the combined transformation is written as NM (N acting on the result of M).

Key principle: Transformation AB means "do B first, then do A"

Working with transformation matrices

CIE IGCSE Mathematics uses 2×2 matrices to represent transformations. Each transformation has a specific matrix form:

Reflection in the x-axis: $\begin{pmatrix} 1 & 0 \ 0 & -1 \end{pmatrix}$

Reflection in the y-axis: $\begin{pmatrix} -1 & 0 \ 0 & 1 \end{pmatrix}$

Reflection in y = x: $\begin{pmatrix} 0 & 1 \ 1 & 0 \end{pmatrix}$

Reflection in y = -x: $\begin{pmatrix} 0 & -1 \ -1 & 0 \end{pmatrix}$

Rotation 90° anticlockwise about origin: $\begin{pmatrix} 0 & -1 \ 1 & 0 \end{pmatrix}$

Rotation 180° about origin: $\begin{pmatrix} -1 & 0 \ 0 & -1 \end{pmatrix}$

Rotation 90° clockwise about origin: $\begin{pmatrix} 0 & 1 \ -1 & 0 \end{pmatrix}$

Enlargement scale factor k, centre origin: $\begin{pmatrix} k & 0 \ 0 & k \end{pmatrix}$

To find the combined transformation matrix, multiply the matrices in the correct order. Remember: read from right to left, multiply accordingly.

Finding inverse transformations

An inverse transformation undoes the effect of the original transformation. Every transformation (except those that map all points to a single line or point) has an inverse.

Inverse principles:

  • Reflection: The inverse of a reflection in a line is the same reflection (reflections are self-inverse)
  • Rotation: The inverse of a rotation θ° about point C is a rotation of -θ° (or 360° - θ°) about the same point C
  • Translation: The inverse of translation $\begin{pmatrix} a \ b \end{pmatrix}$ is translation $\begin{pmatrix} -a \ -b \end{pmatrix}$
  • Enlargement: The inverse of enlargement scale factor k, centre C, is enlargement scale factor 1/k, centre C

For matrix transformations, the inverse matrix M⁻¹ satisfies: M × M⁻¹ = I, where I is the identity matrix $\begin{pmatrix} 1 & 0 \ 0 & 1 \end{pmatrix}$

Formula for 2×2 matrix inverse:

For matrix $\begin{pmatrix} a & b \ c & d \end{pmatrix}$, the inverse is $\frac{1}{ad-bc}\begin{pmatrix} d & -b \ -c & a \end{pmatrix}$

The expression (ad - bc) is the determinant. If the determinant equals zero, no inverse exists.

Describing transformations from coordinate grids

A common exam question provides two shapes on a grid and asks you to describe the single transformation that maps one to the other.

Systematic approach:

  1. Check for reflection: Draw lines connecting corresponding points. If perpendicular bisectors of these lines coincide, it's a reflection. That line is the mirror line.

  2. Check for rotation: Look for shapes that are the same size but oriented differently. Find the centre by drawing perpendicular bisectors of lines joining corresponding points. Measure the angle using tracing paper or by counting grid squares.

  3. Check for translation: If the shape slides without turning, measure horizontal and vertical displacement to write the column vector.

  4. Check for enlargement: If the shape changes size, draw lines from corresponding vertices. Where they meet is the centre. Calculate scale factor: (image length)/(object length).

Order dependence in combined transformations

Unlike some mathematical operations, transformations are generally not commutative: performing A then B typically gives a different result from performing B then A.

Example scenario:

  • Translation followed by reflection ≠ Reflection followed by translation
  • The order must be explicitly stated and followed

When exam questions ask for a single transformation equivalent to a combination, you must apply both transformations in the specified order and analyse the overall effect geometrically.

Worked examples

Example 1: Combined transformation with matrices

Question: Transformation P is a reflection in the x-axis. Transformation Q is a rotation of 90° anticlockwise about the origin.

(a) Write down the matrix representing transformation P. [1]

(b) Write down the matrix representing transformation Q. [1]

(c) Find the matrix representing the combined transformation QP. [2]

(d) Describe fully the single transformation represented by QP. [2]

Solution:

(a) P = $\begin{pmatrix} 1 & 0 \ 0 & -1 \end{pmatrix}$ ✓

(b) Q = $\begin{pmatrix} 0 & -1 \ 1 & 0 \end{pmatrix}$ ✓

(c) QP = $\begin{pmatrix} 0 & -1 \ 1 & 0 \end{pmatrix}\begin{pmatrix} 1 & 0 \ 0 & -1 \end{pmatrix}$

= $\begin{pmatrix} (0×1)+(-1×0) & (0×0)+(-1×-1) \ (1×1)+(0×0) & (1×0)+(0×-1) \end{pmatrix}$

= $\begin{pmatrix} 0 & 1 \ 1 & 0 \end{pmatrix}$ ✓✓

(d) Reflection in the line y = x ✓✓

Example 2: Finding an inverse transformation

Question: Triangle A has vertices at (2, 1), (4, 1), and (4, 3).

Triangle A is transformed by translation $\begin{pmatrix} -3 \ 5 \end{pmatrix}$ to give triangle B.

Triangle B is then reflected in the line x = 1 to give triangle C.

(a) Draw and label triangles A, B and C on a coordinate grid. [4]

(b) Describe fully the single transformation that maps triangle C to triangle A. [3]

Solution:

(a) Triangle B vertices: (2-3, 1+5) = (-1, 6), (4-3, 1+5) = (1, 6), (4-3, 3+5) = (1, 8)

Triangle C vertices after reflection in x = 1: Point (-1, 6) reflects to (3, 6) Point (1, 6) reflects to (1, 6) [on the mirror line] Point (1, 8) reflects to (1, 8) [on the mirror line]

[Accurate drawing with all three triangles correctly positioned and labelled] ✓✓✓✓

(b) The inverse transformation maps C to A.

By inspection and measurement: Reflection in the line x = 2 ✓✓✓

[Alternative method: recognize this is the inverse of the combined transformation, which requires working backwards through reflection then inverse translation]

Example 3: Describing a single transformation

Question: On a coordinate grid, shape P has vertices at (1, 2), (3, 2), and (3, 5).

Shape Q has vertices at (-4, 4), (-4, 6), and (-7, 6).

Describe fully the single transformation that maps shape P onto shape Q. [3]

Solution:

Check for rotation: The shapes are oriented differently. Draw lines from corresponding vertices.

From (1, 2) to (-4, 4) From (3, 2) to (-4, 6)

The perpendicular bisectors of these connecting lines intersect at (-1, 4).

Angle of rotation: 90° anticlockwise (verified by checking one vertex's movement)

Answer: Rotation ✓ of 90° anticlockwise ✓ about centre (-1, 4) ✓

Common mistakes and how to avoid them

  • Applying transformations in the wrong order: When reading QP, students often apply Q first instead of P. Correction: Remember that transformation notation reads right to left — apply P first, then apply Q to the result.

  • Incomplete transformation descriptions: Writing "reflection in x = 2" as just "reflection" or "rotation 90°" without stating the centre. Correction: Every transformation requires specific information: reflections need the mirror line equation, rotations need angle, direction AND centre coordinates, translations need the full column vector.

  • Confusing the object and image: Describing the transformation backwards (from image to object instead of object to image). Correction: Always read the question carefully to identify which shape maps to which. The arrow notation A → B means A maps to B.

  • Forgetting to check all transformation types: Assuming a shape has been rotated when it was actually reflected, or vice versa. Correction: Work systematically through all four transformation types (reflection, rotation, translation, enlargement) before deciding. Use tracing paper to check rotations versus reflections.

  • Incorrect matrix multiplication: Multiplying matrices in the wrong positions or calculating entries incorrectly. Correction: Use the row-by-column rule carefully: entry in row i, column j equals (row i of first matrix) · (column j of second matrix). Write out each calculation separately.

  • Finding determinant instead of inverse: Calculating ad - bc only, without completing the inverse matrix formula. Correction: The determinant is just the first step. Apply the full formula: swap a and d, negate b and c, then divide all entries by the determinant.

Exam technique for Combined and inverse transformations

  • Command word "Describe fully": This signals that marks are allocated for each piece of information. For a reflection (1 mark: state reflection, 1 mark: mirror line equation). For a rotation (1 mark: state rotation, 1 mark: angle and direction, 1 mark: centre coordinates). Missing any component loses marks.

  • Matrix multiplication questions: Show all working clearly. Write the multiplication grid if helpful. Examiners award method marks even if the final answer is incorrect, provided the process is visible. A correct answer with no working typically earns only 1 mark from 2-3 available.

  • Inverse transformation strategy: If asked to find a transformation that maps B to A when you know A maps to B, clearly identify each aspect of the original transformation first, then systematically reverse it. State your reasoning briefly to show understanding.

  • Grid accuracy matters: When drawing transformations, use a sharp pencil and ruler. Vertices must be clearly on grid intersections. Examiners may not award marks if they cannot determine exact positions. Label all shapes clearly with given letters.

Quick revision summary

Combined transformations apply multiple operations sequentially; order matters significantly. Read transformation notation right to left (QP means do P first, then Q). Every transformation description requires complete information: reflections need mirror lines, rotations need angle, direction and centre, translations need column vectors. Inverse transformations reverse the original effect: reflections are self-inverse, rotations reverse direction, translations reverse sign, enlargements use reciprocal scale factors. Matrix multiplication represents combined transformations; the inverse matrix satisfies M × M⁻¹ = I. Always show systematic working and check your answers against the original positions.

Free for IGCSE students

Lock in Combined and inverse transformations with real exam questions.

Free instantly-marked CIE IGCSE Mathematics practice — 45 questions a day, no card required.

Try a question →See practice bank