Translation

In a Nutshell

A translation slides every point of a shape the same distance in the same direction, without turning or flipping it. It is described by a column vector.

A translation moves a shape without rotating or reflecting it. You describe a translation using a column vector:

(ab)\begin{pmatrix} a \\ b \end{pmatrix}

where aa is the horizontal movement (positive = right, negative = left) and bb is the vertical movement (positive = up, negative = down).

For example, the vector (32)\begin{pmatrix} 3 \\ -2 \end{pmatrix} moves every point 3 units to the right and 2 units down.

Every point moves by the same amount: (x,y)(x+a,y+b)(x, y) \to (x + a,\, y + b).

Explore: translation

Translation on a coordinate grid A coordinate grid showing a shape and its translation. x y -5-4-3-2-112345 -5-4-3-2-112345 A B C D A' B' C' D'

Enter horizontal and vertical values and press Transform to slide the shape. Positive values move right and up; negative values move left and down.

Watch it work

Question: Translate the point A(2,5)A(2, 5) by the vector (41)\begin{pmatrix} -4 \\ 1 \end{pmatrix}.

Have a go

Q1. Translate (3,4)(3, 4) by (23)\begin{pmatrix} 2 \\ -3 \end{pmatrix}.

Q2. Translate (1,2)(-1, 2) by (34)\begin{pmatrix} -3 \\ -4 \end{pmatrix}.

Q3. A triangle has vertices A(1,1)A(1, 1), B(4,1)B(4, 1) and C(4,3)C(4, 3). Translate it by (52)\begin{pmatrix} -5 \\ 2 \end{pmatrix}.

Q4. Point PP is at (6,2)(6, -2) and its image PP' is at (3,1)(3, 1). What column vector describes this translation?

Q5. Translate (0,3)(0, -3) by (45)\begin{pmatrix} 4 \\ 5 \end{pmatrix}.