Sliding, not turning
A translation is the simplest transformation. Every point of the shape moves the same distance in the same direction, like sliding a book across a desk. Nothing rotates, nothing flips, and the shape keeps its exact size and orientation. The image is congruent to the original.
- Translation
- A transformation that moves every point of a shape by the same amount in the same direction. Size, shape and the way it faces all stay the same.
The column vector
We record a translation as a column vector: two numbers written in a stack. The top number is the movement across (right is positive, left is negative). The bottom number is the movement up or down (up is positive, down is negative).
To translate a point, add the top number to its \(x\)-coordinate and the bottom number to its \(y\)-coordinate.
Top is across, bottom is up or down
A very common slip is to add the bottom number to \(x\). The top of the stack always changes the \(x\)-coordinate, the bottom always changes the \(y\)-coordinate. Keep them in that order.
A worked example
Triangle \(ABC\) has vertices \(A(1,2)\), \(B(3,2)\) and \(C(1,5)\). Translate it by the vector \(\begin{pmatrix} 4 \\ -3 \end{pmatrix}\). Give the coordinates of the image.
Describing a translation
If a question asks you to fully describe a transformation and the shape has simply slid, you must say two things: that it is a translation, and give the column vector. To find the vector, pick one point on the original and its matching point on the image, then work out how far across and how far up or down it moved.
Where this is assessed
Adding the vector to the coordinates is Criterion A (Knowing and understanding). Naming the transformation and stating the vector in the correct form is Criterion C (Communicating), and a description that leaves out the vector loses marks. Using translations on maps, grids or design problems reaches Criterion D (Applying maths in context).
Check yourself
1. Translate the point (2,7) by the vector with top -5 and bottom 1. Where does it land? +
Add the components: \(x = 2 + (-5) = -3\) and \(y = 7 + 1 = 8\). The image is \(\mathbf{(-3,8)}\).
2. A shape moves so that its point at (0,0) ends up at (6,4). What column vector describes the translation? +
It moved 6 across and 4 up, so the vector is \(\begin{pmatrix} 6 \\ 4 \end{pmatrix}\). In words, 6 right and 4 up.
3. In plain words, what movement does the vector with top 3 and bottom -2 describe? +
The top is across and the bottom is up or down, so it means 3 to the right and 2 down.
Part of the Standard Maths library. Spotted an error or want a topic added? That feedback makes the notes better.