Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 13 ~40 min Linear Relationships C · Path +90 XP

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.

Today's hook: A design is drawn once and then repeated across a wall, each copy $6$ units right and $2$ units up from the last. You do not want to redraw it. You want a rule that turns any point of the original into the matching point of the copy.
0/5QUESTS
Think First
warm-up

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?

Record your answer in your workbook.
1
The Big Idea
+5 XP to read

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.

P P′ every point moves the same way
$P(x, y) \to P'(x + a, y + b)$
Right and up are positive
Moving left is a negative $a$; moving down is a negative $b$. Write the signs before substituting.
The dash names the image
$P'$ is where $P$ went. A second translation gives $P''$, read P double dash.
Translate every vertex
To move a shape, apply the rule to each vertex and join them up in the same order.
2
What You'll Master
objectives

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
3
Words You Need
vocabulary
TransformationA rule that moves every point of the plane to a new position.
ImageThe result of applying a transformation to a point or shape. The image of $P$ is written $P'$.
TranslationA transformation that slides every point by the same amount in the same direction.
CongruentIdentical in size and shape. A translation always produces a congruent image.
Invariant pointA point that a transformation leaves exactly where it was.
4
Naming the Image
+5 XP to read

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.

5
What a Translation Does
+5 XP to read

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.

6
The Coordinate Rule
+5 XP to read

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.

7
Translating More Than Once
+5 XP to read

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.

8
Working Out the Translation
+5 XP to read

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 · Translating a single point
+15 XP per step
Q1
PROBLEM
The point $A(-3, 4)$ is translated $5$ units right and $2$ units down. Find the coordinates of $A'$.
  1. 1
    Write the signed components
    $a = 5, \qquad b = -2$
    Right is positive, down is negative. Recording the signs here is what prevents the usual error.
  2. 2
    Apply the rule
    $A' = (-3 + 5,\ 4 + (-2))$
    Substitute inside brackets before simplifying.
  3. 3
    Simplify
    $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)$.
Answer$A'(2, 2)$
Watch Me Solve It · Translating a whole triangle
+15 XP per step
Q2
PROBLEM
The triangle $PQR$ has $P(1, 1)$, $Q(4, 2)$ and $R(2, 5)$. It is translated $3$ units left and $4$ units up. Find the coordinates of the image triangle, and state its relationship to the original.
  1. 1
    Write the components
    $a = -3, \qquad b = 4$
    Left is negative, up is positive.
  2. 2
    Apply 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.
  3. 3
    State the relationship
    A translation preserves all lengths and angles and does not reverse orientation, so $P'Q'R'$ is congruent to $PQR$ and faces the same way.
  4. 4
    Check 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.
Answer$P'(-2, 5)$, $Q'(1, 6)$, $R'(-1, 9)$, congruent to $PQR$
Watch Me Solve It · Finding a translation and repeating it
+15 XP per step
Q3
PROBLEM
The point $P(2, -1)$ is translated to $P'(-4, 3)$. Describe the translation, then find $P''$, the image of $P'$ under the same translation.
  1. 1
    Subtract to find the components
    $a = -4 - 2 = -6$
    $b = 3 - (-1) = 4$
    Image coordinate minus original coordinate, on each axis separately.
  2. 2
    Describe it in words
    The translation is $6$ units left and $4$ units up.
  3. 3
    Apply it again
    $P'' = (-4 - 6,\ 3 + 4) = (-10, 7)$
    The same components are added to $P'$.
  4. 4
    Check 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.
Answer$6$ left and $4$ up; $P''(-10, 7)$
D
Brain Trainer · Add the pair
5 problems

Five items. Write the signed components before substituting in each case.

  1. 1 Translate $(3, 5)$ by $4$ right and $1$ down.

    $a = 4$, $b = -1$.$(7, 4)$
  2. 2 Translate $(-2, 0)$ by $3$ left and $6$ up.

    $a = -3$, $b = 6$.$(-5, 6)$
  3. 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. 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. 5 How many invariant points does a translation of $(0, 4)$ have?

    Every point moves $4$ units up, so nothing stays put.None
Complete in your workbook.
MC1
Reading the signs
+10 XP

The point $(6, -2)$ is translated $3$ units left and $5$ units up. Its image is:

MC2
What the notation means
+10 XP

In a transformation question, $P''$ denotes:

MC3
Combining two
+10 XP

A translation of $(5, -2)$ is followed by a translation of $(-1, 6)$. The combined effect is a translation of:

MC4
What is preserved
+10 XP

Under a translation, which of these can change?

MC5
Finding the translation
+10 XP

A translation maps $(-5, 8)$ to $(1, 3)$. It is:

Q6
Translate and verify congruence
+15 XP
Q6
SHORT ANSWER
The triangle $ABC$ has $A(-4, 2)$, $B(0, 5)$ and $C(-1, -3)$. It is translated $7$ units right and $3$ units down. Find the coordinates of $A'B'C'$, and verify that one side of the image has the same length as the corresponding side of the original.
Write your working in your book.
Q7
Describe and repeat
+15 XP
Q7
SHORT ANSWER
The point $M(-6, 7)$ is translated to $M'(2, 1)$. Describe the translation in words and as a pair of components, find $M''$ after the same translation is applied again, and give the single translation that maps $M$ directly to $M''$.
Write your working in your book.
Q8
Was it a translation?
+15 XP
Q8
SHORT ANSWER
A transformation maps $P(1, 2)$ to $P'(5, 0)$, $Q(3, 6)$ to $Q'(7, 4)$ and $R(-2, 1)$ to $R'(2, 3)$. Determine whether this transformation is a translation, justifying your answer.
Write your working in your book.
S
Stretch Challenge · What a translation does to an equation
+25 XP
S
CHALLENGE
A translation of $a$ right and $b$ up is applied to every point of the line $y = 2x + 1$. Find the equation of the image line, first for the particular case $a = 3$, $b = -4$, and then in general. Explain what happens to the gradient and to the y-intercept, and why.
R
Quick Review
recap

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 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +90 XP and +25 coins.