Translation (Coordinate Rule)

\( (x,y)\mapsto(x+a,\ y+b) \)
Transformations GCSE

Translate (12,15) by (-20,-5).

Tips: use ^ for powers, sqrt() for roots, and type pi for π.
Hint (H)
Subtract 20 from x, subtract 5 from y.

Explanation

Show / hide — toggle with X

Statement

A translation moves every point of a shape the same distance in a given direction. The coordinate rule for translation is:

\[(x,y) \mapsto (x+a,\; y+b)\]

Here, \(a\) is the horizontal movement (positive right, negative left), and \(b\) is the vertical movement (positive up, negative down).

Why it’s true

  • A translation is a rigid transformation — it does not change size, shape, or orientation, only position.
  • Adding \(a\) to the x-coordinate shifts the point sideways.
  • Adding \(b\) to the y-coordinate shifts the point vertically.

Recipe (how to use it)

  1. Identify the translation vector \((a,b)\).
  2. Take the original point \((x,y)\).
  3. Compute the new point: \((x+a,\;y+b)\).
  4. Apply to all points of a shape to get its new position.

Spotting it

Exam questions often state “translate by vector (a,b)” or “move 3 units right and 2 units up”. These directly mean apply \((x,y)\mapsto(x+a,y+b)\).

Common pairings

  • Reflections and rotations in combined transformations.
  • Vectors and coordinate geometry questions.

Mini examples

  1. Given: Translate (2,3) by (4,1). Answer: (6,4).
  2. Given: Translate (-5,7) by (-3,-2). Answer: (-8,5).

Pitfalls

  • Forgetting signs: a negative \(a\) means left, a negative \(b\) means down.
  • Mixing translation with reflection (translations never flip shapes).

Exam strategy

  • Always write the vector clearly.
  • Apply translation to each coordinate systematically.
  • Check by sketching: movement direction must match the vector.

Summary

Translations move shapes without changing them. The rule \((x,y)\mapsto(x+a,y+b)\) is fundamental in coordinate geometry, describing horizontal and vertical shifts in one step.

Worked examples

Show / hide (10) — toggle with E
  1. Translate (2,3) by (4,1).
    1. (x,y)->(x+4,y+1)
    2. (2,3)->(6,4)
    Answer: (6,4)
  2. Translate (-5,7) by (-3,-2).
    1. (x,y)->(x-3,y-2)
    2. (-5,7)->(-8,5)
    Answer: (-8,5)
  3. Translate (0,0) by (6,2).
    1. \( (0+6,0+2)=(6,2) \)
    Answer: (6,2)
  4. Translate (4,-3) by (2,5).
    1. \( (4+2,-3+5)=(6,2) \)
    Answer: (6,2)
  5. Translate (7,1) by (-4,3).
    1. \( (7-4,1+3)=(3,4) \)
    Answer: (3,4)
  6. Translate (-8,-6) by (5,9).
    1. \( (-8+5,-6+9)=(-3,3) \)
    Answer: (-3,3)
  7. Translate (12,-4) by (-7,6).
    1. \( (12-7,-4+6)=(5,2) \)
    Answer: (5,2)
  8. Translate (9,3) by (0,-8).
    1. \( (9+0,3-8)=(9,-5) \)
    Answer: (9,-5)
  9. Translate (-2,11) by (4,-7).
    1. \( (-2+4,11-7)=(2,4) \)
    Answer: (2,4)
  10. Translate (15,-10) by (-20,5).
    1. \( (15-20,-10+5)=(-5,-5) \)
    Answer: (-5,-5)