7.1 BETA

Transformations

4 learning objectives

1. Overview

Transformations in IGCSE Mathematics (0580) involve changing the position or size of a shape. You'll learn to perform and describe reflections, rotations, enlargements, and translations. Mastering these transformations is crucial for geometry and spatial reasoning questions. The key is to accurately identify and state all the necessary parameters for each transformation type.


Key Definitions

  • Object: The original shape before any transformation has taken place.
  • Image: The new shape produced after the transformation (usually labeled with prime notation, e.g., Shape $A$ becomes Shape $A'$).
  • Congruent: Shapes that are identical in size and shape; the image is congruent to the object in reflections, rotations, and translations.
  • Similar: Shapes that are the same shape but different sizes; the image is similar to the object in enlargements.
  • Invariant Point: A point that remains in the same position after a transformation.
  • Vector: A quantity representing a movement in a specific direction, written as $\begin{pmatrix} x \ y \end{pmatrix}$.

Core Content

1. Reflection

To reflect a shape, you "flip" it over a mirror line. Every point on the image is the same distance from the mirror line as the corresponding point on the object.

  • Required Information: The equation of the mirror line (e.g., $x = 2$, $y = -1$, or the $y$-axis).

Worked example 1 — Reflection in a vertical line

Question: Reflect triangle $ABC$ with vertices $A(2, 1)$, $B(4, 1)$, and $C(4, 3)$ in the line $x = 3$.

  1. Identify the mirror line: $x = 3$ is a vertical line passing through $3$ on the $x$-axis.
  2. Consider point $A(2, 1)$. It is 1 unit to the left of the mirror line.
  3. Count 1 unit to the right of the mirror line to find the image point $A'$.
  4. Therefore, $A'$ is at $(4, 1)$.
  5. Consider point $B(4, 1)$. It is 1 unit to the right of the mirror line.
  6. Count 1 unit to the left of the mirror line to find the image point $B'$.
  7. Therefore, $B'$ is at $(2, 1)$.
  8. Consider point $C(4, 3)$. It is 1 unit to the right of the mirror line.
  9. Count 1 unit to the left of the mirror line to find the image point $C'$.
  10. Therefore, $C'$ is at $(2, 3)$.

Result: Image vertices are $A'(4, 1)$, $B'(2, 1)$, and $C'(2, 3)$.

Reflection of triangle ABC in the mirror line x equals 3 showing the image triangle on the other side

Worked example 2 — Reflection in the x-axis

Question: Reflect the shape defined by the points $P(1,2)$, $Q(3,2)$, $R(3,4)$, and $S(1,4)$ in the x-axis.

  1. The x-axis is the line $y = 0$.
  2. Point $P(1, 2)$ is 2 units above the x-axis.
  3. The reflected point $P'$ will be 2 units below the x-axis.
  4. Therefore, $P'$ is at $(1, -2)$.
  5. Point $Q(3, 2)$ is 2 units above the x-axis.
  6. The reflected point $Q'$ will be 2 units below the x-axis.
  7. Therefore, $Q'$ is at $(3, -2)$.
  8. Point $R(3, 4)$ is 4 units above the x-axis.
  9. The reflected point $R'$ will be 4 units below the x-axis.
  10. Therefore, $R'$ is at $(3, -4)$.
  11. Point $S(1, 4)$ is 4 units above the x-axis.
  12. The reflected point $S'$ will be 4 units below the x-axis.
  13. Therefore, $S'$ is at $(1, -4)$.

Result: The reflected shape has vertices $P'(1, -2)$, $Q'(3, -2)$, $R'(3, -4)$, and $S'(1, -4)$.

Reflection of quadrilateral PQRS in the x-axis showing the reflected image below

2. Rotation

Rotation "turns" a shape around a fixed point.

  • Required Information:
    1. Centre of rotation (a coordinate).
    2. Angle of rotation (90°, 180°, 270°).
    3. Direction (Clockwise or Anticlockwise).

Worked example 3 — Rotation about the origin

Question: Rotate triangle $PQR$ with vertices $P(1, 1)$, $Q(3, 1)$, and $R(1, 3)$ by $180°$ about the origin $(0, 0)$.

  1. A rotation of $180°$ about the origin maps $(x, y)$ to $(-x, -y)$.
  2. For point $P(1, 1)$, the image $P'$ will be $(-1, -1)$.
  3. For point $Q(3, 1)$, the image $Q'$ will be $(-3, -1)$.
  4. For point $R(1, 3)$, the image $R'$ will be $(-1, -3)$.

Result: The rotated triangle has vertices $P'(-1, -1)$, $Q'(-3, -1)$, and $R'(-1, -3)$.

180 degree rotation of triangle PQR about the origin showing image in opposite quadrant

Worked example 4 — Rotation 90 degrees clockwise

Question: Rotate the triangle with vertices $A(1, 2)$, $B(4, 2)$, and $C(1, 4)$ by $90^\circ$ clockwise about the point $(1, 1)$.

  1. Consider point $A(1, 2)$. The centre of rotation is $(1, 1)$.
  2. The vector from the centre of rotation to $A$ is $\begin{pmatrix} 1-1 \ 2-1 \end{pmatrix} = \begin{pmatrix} 0 \ 1 \end{pmatrix}$.
  3. A $90^\circ$ clockwise rotation transforms the vector $\begin{pmatrix} x \ y \end{pmatrix}$ to $\begin{pmatrix} y \ -x \end{pmatrix}$.
  4. So, the vector $\begin{pmatrix} 0 \ 1 \end{pmatrix}$ becomes $\begin{pmatrix} 1 \ 0 \end{pmatrix}$.
  5. The new point $A'$ is found by adding this vector to the centre of rotation: $(1, 1) + (1, 0) = (2, 1)$.
  6. Therefore, $A'$ is at $(2, 1)$.
  7. Consider point $B(4, 2)$. The vector from the centre of rotation to $B$ is $\begin{pmatrix} 4-1 \ 2-1 \end{pmatrix} = \begin{pmatrix} 3 \ 1 \end{pmatrix}$.
  8. Rotating this vector $90^\circ$ clockwise gives $\begin{pmatrix} 1 \ -3 \end{pmatrix}$.
  9. The new point $B'$ is $(1, 1) + (1, -3) = (2, -2)$.
  10. Therefore, $B'$ is at $(2, -2)$.
  11. Consider point $C(1, 4)$. The vector from the centre of rotation to $C$ is $\begin{pmatrix} 1-1 \ 4-1 \end{pmatrix} = \begin{pmatrix} 0 \ 3 \end{pmatrix}$.
  12. Rotating this vector $90^\circ$ clockwise gives $\begin{pmatrix} 3 \ 0 \end{pmatrix}$.
  13. The new point $C'$ is $(1, 1) + (3, 0) = (4, 1)$.
  14. Therefore, $C'$ is at $(4, 1)$.

Result: The rotated triangle has vertices $A'(2, 1)$, $B'(2, -2)$, and $C'(4, 1)$.

90 degree clockwise rotation of triangle ABC about centre of rotation 1,1

3. Enlargement

Enlargement changes the size of a shape by a scale factor from a specific centre.

  • Required Information:
    1. Centre of enlargement (a coordinate).
    2. Scale Factor ($k$).
  • Formula: $\text{Distance from centre to image vertex} = k \times \text{Distance from centre to object vertex}$.

Worked example 5 — Enlargement with positive scale factor

Question: Enlarge quadrilateral $ABCD$ with vertices $A(2, 2)$, $B(4, 2)$, $C(4, 4)$, and $D(2, 4)$ by a scale factor of $0.5$ from the centre of enlargement $(0, 0)$.

  1. The scale factor is $k = 0.5$.
  2. For point $A(2, 2)$, the vector from the centre $(0, 0)$ is $\begin{pmatrix} 2 \ 2 \end{pmatrix}$.
  3. Multiply this vector by the scale factor: $0.5 \times \begin{pmatrix} 2 \ 2 \end{pmatrix} = \begin{pmatrix} 1 \ 1 \end{pmatrix}$.
  4. The image point $A'$ is at $(1, 1)$.
  5. For point $B(4, 2)$, the vector from the centre $(0, 0)$ is $\begin{pmatrix} 4 \ 2 \end{pmatrix}$.
  6. Multiply this vector by the scale factor: $0.5 \times \begin{pmatrix} 4 \ 2 \end{pmatrix} = \begin{pmatrix} 2 \ 1 \end{pmatrix}$.
  7. The image point $B'$ is at $(2, 1)$.
  8. For point $C(4, 4)$, the vector from the centre $(0, 0)$ is $\begin{pmatrix} 4 \ 4 \end{pmatrix}$.
  9. Multiply this vector by the scale factor: $0.5 \times \begin{pmatrix} 4 \ 4 \end{pmatrix} = \begin{pmatrix} 2 \ 2 \end{pmatrix}$.
  10. The image point $C'$ is at $(2, 2)$.
  11. For point $D(2, 4)$, the vector from the centre $(0, 0)$ is $\begin{pmatrix} 2 \ 4 \end{pmatrix}$.
  12. Multiply this vector by the scale factor: $0.5 \times \begin{pmatrix} 2 \ 4 \end{pmatrix} = \begin{pmatrix} 1 \ 2 \end{pmatrix}$.
  13. The image point $D'$ is at $(1, 2)$.

Result: The enlarged quadrilateral has vertices $A'(1, 1)$, $B'(2, 1)$, $C'(2, 2)$, and $D'(1, 2)$.

Enlargement of quadrilateral ABCD with scale factor 2 from the origin showing ray lines

4. Translation

Translation "slides" a shape without turning it or changing its size.

  • Required Information: A translation vector $\begin{pmatrix} x \ y \end{pmatrix}$.
    • Top number ($x$): Horizontal movement (positive = right, negative = left).
    • Bottom number ($y$): Vertical movement (positive = up, negative = down).

Worked example 6 — Translation by a vector

Question: Translate triangle $LMN$ with vertices $L(1, 2)$, $M(3, 2)$, and $N(1, 4)$ by the vector $\begin{pmatrix} -2 \ 1 \end{pmatrix}$.

  1. The translation vector is $\begin{pmatrix} -2 \ 1 \end{pmatrix}$.
  2. For point $L(1, 2)$, add the vector: $(1, 2) + (-2, 1) = (1 - 2, 2 + 1) = (-1, 3)$.
  3. The image point $L'$ is at $(-1, 3)$.
  4. For point $M(3, 2)$, add the vector: $(3, 2) + (-2, 1) = (3 - 2, 2 + 1) = (1, 3)$.
  5. The image point $M'$ is at $(1, 3)$.
  6. For point $N(1, 4)$, add the vector: $(1, 4) + (-2, 1) = (1 - 2, 4 + 1) = (-1, 5)$.
  7. The image point $N'$ is at $(-1, 5)$.

Result: The translated triangle has vertices $L'(-1, 3)$, $M'(1, 3)$, and $N'(-1, 5)$.

Translation of triangle LMN by vector 5 minus 2 showing the slide with arrows

Extended Content (Extended Only)

While the syllabus objectives for topic 7.1 are Core, Extended students benefit from a deeper understanding of these concepts. This includes recognizing how transformations relate to coordinate geometry and vectors, which are essential for more advanced topics. For example, understanding how a $180^\circ$ rotation about the origin corresponds to multiplying the position vector by $-1$ provides a foundation for working with transformation matrices later on. Similarly, a strong grasp of enlargement with positive scale factors is crucial before tackling negative or fractional scale factors. Extended students should also practice describing combinations of transformations, even though the exam will only ask for a single equivalent transformation. Visualising the effect of transformations on various shapes, including irregular polygons and curves, will further enhance problem-solving skills.


Key Equations

  • Scale Factor ($k$): $$k = \frac{\text{Length of image side}}{\text{Length of corresponding object side}}$$ Memorise this formula.

  • Column Vector: $$\begin{pmatrix} x \ y \end{pmatrix}$$ Where $x$ is horizontal change and $y$ is vertical change. Memorise this notation.

  • Inverse Translation: If a translation from $A$ to $B$ is $\begin{pmatrix} a \ b \end{pmatrix}$, the translation from $B$ back to $A$ is $\begin{pmatrix} -a \ -b \end{pmatrix}$. Memorise this relationship.


Common Mistakes to Avoid

  • Wrong: Saying "The shape moved to the right and up" instead of using the term "Translation". ✅ Right: Describe the movement as a "Translation by the vector $\begin{pmatrix} x \ y \end{pmatrix}$", specifying the values of $x$ and $y$.
  • Wrong: Describing a shape as "becoming smaller" after an enlargement. ✅ Right: Use the correct terminology: "Enlargement, scale factor $k$, centre of enlargement $(x, y)$", where $k$ is less than 1.
  • Wrong: Stating the angle of rotation without specifying the direction (clockwise or anticlockwise). ✅ Right: Always include the direction: "Rotation of 90° clockwise about the point (2, 3)".
  • Wrong: Calculating the translation vector from $B$ to $A$ when the shape moved from $A$ to $B$. ✅ Right: Ensure you calculate (end point - start point) to find the correct vector. If $A$ moves to $B$, the vector is $B - A$.
  • Wrong: Omitting the centre of enlargement when describing an enlargement. ✅ Right: The centre of enlargement is crucial. Use ray lines connecting corresponding vertices to find it if it's not obvious.
  • Wrong: Listing multiple transformations when the question asks for a single transformation. For example, stating "reflection then translation". ✅ Right: Identify the single transformation that maps the object directly to the image.

Exam Tips

  • Command Words:
    • "Describe fully": This is a hint that you need multiple pieces of information (e.g., for rotation: name, angle, direction, AND centre).
    • "Draw": Use a sharp pencil and a ruler. Accuracy within 1-2mm is usually required.
  • Tracing Paper: Always ask for tracing paper in the exam. It is the most reliable way to perform rotations and check reflections.
  • Calculator Tip: For vector additions or enlargements, you can use your calculator to verify simple multiplications (e.g., $k \times \text{coordinate}$), but most of this topic is visual.
  • Formula Sheet: No formulas for transformations are provided on the IGCSE formula sheet; you must memorise the requirements for each description.
  • The "Single Transformation" Trap: If a question asks for a single transformation that maps $A$ to $C$, and you see $A$ was reflected then rotated, do not write both. Look for the one single movement (often a different reflection or rotation) that maps them directly.

Practise Transformations with recent IGCSE Mathematics past papers

These are recent Cambridge IGCSE Mathematics sessions where this topic area was most heavily tested. Working through them is the fastest way to find gaps in your revision.

Test Your Knowledge

Ready to check what you've learned? Practice with 9 flashcards covering key definitions and concepts from Transformations.

Study Flashcards Practice MCQs

Frequently Asked Questions: Transformations

What is Object in Transformations?

Object: The original shape before any transformation has taken place.

What is Image in Transformations?

Image: The new shape produced after the transformation (usually labeled with prime notation, e.g., Shape $A$ becomes Shape $A'$).

What is Congruent in Transformations?

Congruent: Shapes that are identical in size and shape; the image is congruent to the object in reflections, rotations, and translations.

What is Similar in Transformations?

Similar: Shapes that are the same shape but different sizes; the image is similar to the object in enlargements.

What is Invariant Point in Transformations?

Invariant Point: A point that remains in the same position after a transformation.

What is Vector in Transformations?

Vector: A quantity representing a movement in a specific direction, written as $\begin{pmatrix} x \\ y \end{pmatrix}$.