Source codeVideos

Command Palette

Search for a command to run...

Understanding Translation

Translation, also known as a shift or slide, is a type of geometric transformation that moves every point of an object a certain distance in a specified direction. This transformation does not change the orientation, size, or shape of the object; only its position changes.

Definition of Translation

Given any point P(x,y)P(x,y). The translation associated with the vector (ab)\begin{pmatrix} a \\ b \end{pmatrix} for point P(x,y)P(x,y), written as T(a,b)(x,y)T_{(a,b)}(x,y) or τ(a,b)(x,y)\tau_{(a,b)}(x,y), is defined as:

P(x,y)=(x+a,y+b)P'(x',y') = (x+a, y+b)

This means:

x=x+ax' = x + a
y=y+by' = y + b

Here, aa is the horizontal shift (positive to the right, negative to the left) and bb is the vertical shift (positive upwards, negative downwards).

Translating a Point

A point (3,2)(3,2) is translated by the vector (23)\begin{pmatrix} -2 \\ 3 \end{pmatrix}. Determine the image point of this translation.

Here, x=3x=3, y=2y=2, a=2a=-2, and b=3b=3.

Using the formula:

x=x+a=3+(2)=1x' = x + a = 3 + (-2) = 1
y=y+b=2+3=5y' = y + b = 2 + 3 = 5

Thus, the image of point (3,2)(3,2) is (1,5)(1,5).

Translation of Point P(3,2)P(3,2) by Vector (23)\begin{pmatrix} -2 \\ 3 \end{pmatrix}
Visualization of translating point P(3,2)P(3,2) to P(1,5)P'(1,5) using a translation vector.

Translating a Line

Determine the image of the line l2x+3y1=0l \equiv 2x + 3y - 1 = 0 translated by the vector (11)\begin{pmatrix} -1 \\ 1 \end{pmatrix}.

Let P(x,y)P(x,y) be any point on line ll. If translated by the vector (11)\begin{pmatrix} -1 \\ 1 \end{pmatrix}, its image is P(x,y)P'(x',y') where:

x=x+(1)=x1    x=x+1x' = x + (-1) = x - 1 \implies x = x' + 1
y=y+1    y=y1y' = y + 1 \implies y = y' - 1

Substitute these values of xx and yy into the equation of line ll:

2(x+1)+3(y1)1=02(x' + 1) + 3(y' - 1) - 1 = 0
2x+2+3y31=02x' + 2 + 3y' - 3 - 1 = 0
2x+3y2=02x' + 3y' - 2 = 0

Replacing xx' and yy' back to xx and yy, the equation of the image line ll' is:

2x+3y2=02x + 3y - 2 = 0
Translation of Line 2x+3y1=02x+3y-1=0 by Vector (11)\begin{pmatrix} -1 \\ 1 \end{pmatrix}
Original line 2x+3y1=02x+3y-1=0 translated results in image line 2x+3y2=02x+3y-2=0.

Exercises

  1. A point (4,4)(-4,4) is translated by the vector (23)\begin{pmatrix} -2 \\ -3 \end{pmatrix}. Determine the image point of this translation.
  2. Determine the image of the line l5x2y+3=0l' \equiv 5x - 2y + 3 = 0 translated by the vector (21)\begin{pmatrix} 2 \\ -1 \end{pmatrix}.
  3. A triangle with vertices A(1,1)A(1,1), B(4,1)B(4,1), and C(1,5)C(1,5) is translated by the vector (23)\begin{pmatrix} 2 \\ 3 \end{pmatrix}. Determine the coordinates of the image triangle ABCA'B'C'!

Key Answers

  1. Point (4,4)(-4,4), vector (23)\begin{pmatrix} -2 \\ -3 \end{pmatrix}. x=4,y=4,a=2,b=3x=-4, y=4, a=-2, b=-3.

    x=4+(2)=6x' = -4 + (-2) = -6
    y=4+(3)=1y' = 4 + (-3) = 1

    Thus, the image point is (6,1)(-6,1).

  2. Line 5x2y+3=05x - 2y + 3 = 0, vector (21)\begin{pmatrix} 2 \\ -1 \end{pmatrix}. a=2,b=1a=2, b=-1.

    x=x+2    x=x2x' = x + 2 \implies x = x' - 2
    y=y1    y=y+1y' = y - 1 \implies y = y' + 1

    Substitute into the line equation:

    5(x2)2(y+1)+3=05(x' - 2) - 2(y' + 1) + 3 = 0
    5x102y2+3=05x' - 10 - 2y' - 2 + 3 = 0
    5x2y9=05x' - 2y' - 9 = 0

    Image line equation: 5x2y9=05x - 2y - 9 = 0.

  3. Points A(1,1)A(1,1), B(4,1)B(4,1), C(1,5)C(1,5). Vector (23)\begin{pmatrix} 2 \\ 3 \end{pmatrix}.

    A(1+2,1+3)=A(3,4)A'(1+2, 1+3) = A'(3,4)
    B(4+2,1+3)=B(6,4)B'(4+2, 1+3) = B'(6,4)
    C(1+2,5+3)=C(3,8)C'(1+2, 5+3) = C'(3,8)

    The coordinates of the image triangle are A(3,4)A'(3,4), B(6,4)B'(6,4), and C(3,8)C'(3,8).