• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Geometric Transformation

Translation

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)P(x,y). The translation associated with the vector (ab)\begin{pmatrix} a \\ b \end{pmatrix}(ab​) for point P(x,y)P(x,y)P(x,y), written as T(a,b)(x,y)T_{(a,b)}(x,y)T(a,b)​(x,y) or τ(a,b)(x,y)\tau_{(a,b)}(x,y)τ(a,b)​(x,y), is defined as:

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

This means:

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

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

Translating a Point

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

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

Using the formula:

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

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

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

Translating a Line

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

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

x′=x+(−1)=x−1  ⟹  x=x′+1x' = x + (-1) = x - 1 \implies x = x' + 1x′=x+(−1)=x−1⟹x=x′+1
y′=y+1  ⟹  y=y′−1y' = y + 1 \implies y = y' - 1y′=y+1⟹y=y′−1

Substitute these values of xxx and yyy into the equation of line lll:

2(x′+1)+3(y′−1)−1=02(x' + 1) + 3(y' - 1) - 1 = 02(x′+1)+3(y′−1)−1=0
2x′+2+3y′−3−1=02x' + 2 + 3y' - 3 - 1 = 02x′+2+3y′−3−1=0
2x′+3y′−2=02x' + 3y' - 2 = 02x′+3y′−2=0

Replacing x′x'x′ and y′y'y′ back to xxx and yyy, the equation of the image line l′l'l′ is:

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

Exercises

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

Key Answers

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

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

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

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

    x′=x+2  ⟹  x=x′−2x' = x + 2 \implies x = x' - 2x′=x+2⟹x=x′−2
    y′=y−1  ⟹  y=y′+1y' = y - 1 \implies y = y' + 1y′=y−1⟹y=y′+1

    Substitute into the line equation:

    5(x′−2)−2(y′+1)+3=05(x' - 2) - 2(y' + 1) + 3 = 05(x′−2)−2(y′+1)+3=0
    5x′−10−2y′−2+3=05x' - 10 - 2y' - 2 + 3 = 05x′−10−2y′−2+3=0
    5x′−2y′−9=05x' - 2y' - 9 = 05x′−2y′−9=0

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

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

    A′(1+2,1+3)=A′(3,4)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)B′(4+2,1+3)=B′(6,4)
    C′(1+2,5+3)=C′(3,8)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)A′(3,4), B′(6,4)B'(6,4)B′(6,4), and C′(3,8)C'(3,8)C′(3,8).

Previous

Reflection over Point

Next

Rotation

  • TranslationMaster geometric translation transformations: learn to translate points and lines using vectors with step-by-step examples and visual demonstrations.
On this page
  • Understanding Translation
    • Definition of Translation
  • Translating a Point
  • Translating a Line
  • Exercises
    • Key Answers
  • Comments
  • Report
  • Source code