Translations and Image Notation
A translation is the simplest transformation: every point moves by the same amount in the same direction. The coordinate rule is an addition, and the notation for naming the moved point is worth getting right before the harder transformations arrive.
The point $(3, 5)$ moves $4$ units right and $1$ unit down. Where does it land? Now do the same for $(-2, 0)$. What did you do to the coordinates both times?
A translation moves every point by the same horizontal amount and the same vertical amount, so the rule is an addition. The image of $P$ is written $P'$, read P dash, and it names the point $P$ has become.
$$P(x, y) \to P'(x + a,\ y + b)$$
The dashed arrows in the diagram are all the same length and all point the same way. That is the whole definition: a translation is one arrow applied to every point at once, which is why the shape arrives unchanged in size and orientation.
Know
- that a translation of $a$ units horizontally and $b$ units vertically sends $P(x, y)$ to $P'(x + a, y + b)$
- that the image of a point $P$ under a transformation is written $P'$, and the image of $P'$ is written $P''$
- that two successive translations combine into a single translation whose components are the sums
Understand
- why a translation leaves lengths, angles and orientation unchanged, so the image is congruent to the original
- why the order of two translations does not affect the final position
- why a translation has no invariant points unless it is the zero translation
Can Do
- find the coordinates of the image of a point or a shape under a given translation
- describe the translation that maps a given point onto a given image
- apply a translation more than once and name the successive images correctly
When a transformation moves a point, the original and the new position both need names, and they need to be visibly related.
The convention is a dash. If the point $P$ moves, its image is called $P'$, read "P dash" or "P prime". Apply a second transformation and the next image is $P''$, read "P double dash".
For a shape the same convention applies to every vertex at once, so the image of triangle $ABC$ is triangle $A'B'C'$, with $A'$ being the image of $A$ specifically.
The pairing matters. Writing the image of $ABC$ as $B'A'C'$ would be a different labelling and would describe the vertices as having moved differently, so keep the order.
A translation slides the whole plane. Every point moves the same distance in the same direction, so the arrows joining points to their images are all parallel and all the same length.
Because nothing is stretched or turned, the image is congruent to the original: the same lengths, the same angles, and the same orientation. A triangle labelled clockwise stays labelled clockwise.
Unless the translation moves nothing at all, there are no invariant points. Every single point of the plane ends up somewhere else, which is not true of the reflections and rotations coming next.
A translation is described by two numbers, the horizontal and vertical amounts, and those two numbers determine it completely.
Moving $a$ units horizontally changes the x-coordinate by $a$. Moving $b$ units vertically changes the y-coordinate by $b$. The two are independent, so
$P(x, y) \to P'(x + a, y + b)$
Signs follow the usual convention: $a$ is positive to the right and negative to the left; $b$ is positive up and negative down.
So a translation of $5$ right and $2$ down has $a = 5$ and $b = -2$, and sends $A(-3, 4)$ to $A'(-3 + 5, 4 - 2) = A'(2, 2)$.
Write the signed values of $a$ and $b$ down before substituting. Almost every error in this topic is a sign taken from the words "down" or "left" and then lost.
Apply a translation of $(a_1, b_1)$ and then one of $(a_2, b_2)$. The first sends $(x, y)$ to $(x + a_1, y + b_1)$, and the second sends that to
$(x + a_1 + a_2,\ y + b_1 + b_2)$
So the combined effect is a single translation of $(a_1 + a_2, b_1 + b_2)$. Two slides make one slide, and you can add the components rather than tracking the intermediate position.
The order makes no difference, because addition is commutative: $a_1 + a_2$ is the same as $a_2 + a_1$. This is a genuine property of translations rather than a general fact about transformations, and it fails for other pairs, as the next two lessons show.
The intermediate position still deserves its own name when a question asks for it. The point is $P'$ after the first translation and $P''$ after the second.
The reverse question gives you a point and its image and asks which translation did it.
Subtract. If $P(2, -1)$ maps to $P'(-4, 3)$, then $a = -4 - 2 = -6$ and $b = 3 - (-1) = 4$. The translation is $6$ units left and $4$ units up.
One pair of points is enough, because a translation is determined by its two components and every point moves identically. Checking a second pair is nonetheless worthwhile when a whole shape is given: if the second pair gives different components, the transformation was not a translation at all.
That check is the practical test for whether a movement is a translation, and it is one subtraction per vertex.
Watch Me Solve It · 3 examples
-
1Write the signed components$a = 5, \qquad b = -2$Right is positive, down is negative. Recording the signs here is what prevents the usual error.
-
2Apply the rule$A' = (-3 + 5,\ 4 + (-2))$Substitute inside brackets before simplifying.
-
3Simplify$A' = (2, 2)$A quick check against a sketch: the point has moved right and down, and $(2, 2)$ is right of and below $(-3, 4)$.
-
1Write the components$a = -3, \qquad b = 4$Left is negative, up is positive.
-
2Apply the rule to each vertex$P' = (1 - 3,\ 1 + 4) = (-2, 5)$$Q' = (4 - 3,\ 2 + 4) = (1, 6)$$R' = (2 - 3,\ 5 + 4) = (-1, 9)$Each vertex gets the same pair added, which is what makes the image congruent.
-
3State the relationshipA translation preserves all lengths and angles and does not reverse orientation, so $P'Q'R'$ is congruent to $PQR$ and faces the same way.
-
4Check one side length$PQ = \sqrt{3^2 + 1^2} = \sqrt{10}$$P'Q' = \sqrt{3^2 + 1^2} = \sqrt{10}$Equal, as congruence requires. The coordinate differences are unchanged because the same amount was added to both endpoints.
-
1Subtract to find the components$a = -4 - 2 = -6$$b = 3 - (-1) = 4$Image coordinate minus original coordinate, on each axis separately.
-
2Describe it in wordsThe translation is $6$ units left and $4$ units up.
-
3Apply it again$P'' = (-4 - 6,\ 3 + 4) = (-10, 7)$The same components are added to $P'$.
-
4Check the combined effect$P \to P'': \ (2 - 12,\ -1 + 8) = (-10, 7)$Doing the translation twice is the single translation $(-12, 8)$, and applying it to $P$ directly gives the same answer.
Brain Trainer · 5 problems
Five items. Write the signed components before substituting in each case.
-
1 Translate $(3, 5)$ by $4$ right and $1$ down.
$a = 4$, $b = -1$.$(7, 4)$ -
2 Translate $(-2, 0)$ by $3$ left and $6$ up.
$a = -3$, $b = 6$.$(-5, 6)$ -
3 $A(1, -4)$ maps to $A'(1, 2)$. Describe the translation.
The x-coordinate is unchanged, so the move is purely vertical.$6$ units up -
4 A translation of $(2, -3)$ is followed by one of $(-5, 7)$. Give the single equivalent translation.
Add the components separately.$(-3, 4)$ -
5 How many invariant points does a translation of $(0, 4)$ have?
Every point moves $4$ units up, so nothing stays put.None
Multiple Choice · 5 questions
The point $(6, -2)$ is translated $3$ units left and $5$ units up. Its image is:
In a transformation question, $P''$ denotes:
A translation of $(5, -2)$ is followed by a translation of $(-1, 6)$. The combined effect is a translation of:
Under a translation, which of these can change?
A translation maps $(-5, 8)$ to $(1, 3)$. It is:
Short Answer · 3 questions
One rule, applied to everything
$P(x, y) \to P'(x + a, y + b)$, with $a$ positive to the right and $b$ positive up. Apply it to every vertex to move a shape.
The dash names the image
$P'$ is $P$ after one transformation and $P''$ after two. Keep the vertex order, so that $A'$ is the image of $A$ specifically.
Translations add
Two successive translations combine into one whose components are the sums, and the order makes no difference because addition is commutative.
Everything except position survives
Adding the same amount to both endpoints leaves every coordinate difference unchanged, so lengths, angles and orientation are all preserved and the image is congruent.
Your Badges
0 of 6Mark lesson as complete
Tick when you've finished Learn, Practice and the Stretch. Earns +90 XP and +25 coins.