Translation: A rigid transformation that moves every point of a figure the same distance in the same direction. Every point (x, y) moves to (x+a, y+b).
Translation Vector: The directed line segment that specifies the direction and distance of the translation, written as ⟨a, b⟩.
Pre-image: The original figure before the transformation.
Image: The figure after the transformation, denoted with prime notation (A' for transformed point A).
- Identify the translation vector: Determine the horizontal (a) and vertical (b) components
- Apply the coordinate rule: Add vector components to each point (x, y) → (x+a, y+b)
- Verify the transformation: Check that distances and angles are preserved
- Graph the result: Plot the translated figure
- Confirm properties: Verify the transformation is rigid
Translation Vector: The ordered pair ⟨a, b⟩ indicates how far to move horizontally (a) and vertically (b).
- Identify the translation vector: ⟨-4, 5⟩
- Apply the rule: (x, y) → (x+a, y+b)
- Calculate the new coordinates
The vector ⟨-4, 5⟩ means move 4 units left and 5 units up
Horizontal component: a = -4
Vertical component: b = 5
For translation T⟨a,b⟩, the rule is (x, y) → (x+a, y+b)
P(3, -2) → P'(3+(-4), -2+5)
P'(3-4, -2+5) = P'(-1, 3)
Started at (3, -2), moved 4 left to -1, moved 5 up to 3
Correct: P'(-1, 3)
Moved 4 units left and 5 units up
The coordinates of the translated point are P'(-1, 3). The point moved 4 units left and 5 units up from its original position.
• Translation Rule: T⟨a,b⟩(x,y) = (x+a, y+b)
• Vector Components: Horizontal shift + Vertical shift
• Coordinate Addition: Add vector components to original coordinates
Figure Translation: A transformation that moves every point of a figure by the same vector. All points move the same distance in the same direction.
A(1, 2) → A'(1+(-2), 2+4) = A'(-1, 6)
B(4, 0) → B'(4+(-2), 0+4) = B'(2, 4)
C(2, -3) → C'(2+(-2), -3+4) = C'(0, 1)
Each point moved 2 units left and 4 units up
All points moved according to the same vector ⟨-2, 4⟩
Translation is a rigid transformation, so triangle A'B'C' is congruent to triangle ABC
Triangle A'B'C' ≅ Triangle ABC
The coordinates of the translated triangle are A'(-1, 6), B'(2, 4), and C'(0, 1). The translation preserved the shape and size of the triangle.
• Uniform Translation: Apply same vector to all points
• Rigid Transformation: Preserves distances and angles
• Congruence: Original and translated figures are congruent
Translation Vector from Points: If point P(x₁, y₁) translates to P'(x₂, y₂), then the translation vector is ⟨x₂-x₁, y₂-y₁⟩.
Original point D: (x₁, y₁) = (5, -1)
Translated point D': (x₂, y₂) = (2, 3)
Horizontal shift = x₂ - x₁ = 2 - 5 = -3
This means 3 units to the left
Vertical shift = y₂ - y₁ = 3 - (-1) = 3 + 1 = 4
This means 4 units up
Translation vector = ⟨horizontal shift, vertical shift⟩ = ⟨-3, 4⟩
The point moved 3 units left and 4 units up
Verification: D(5, -1) + ⟨-3, 4⟩ = (5-3, -1+4) = (2, 3) = D' ✓
Movement: 3 units left, 4 units up
The translation vector is ⟨-3, 4⟩, which means the point moved 3 units left and 4 units up from its original position.
• Vector Calculation: ⟨x₂-x₁, y₂-y₁⟩
• Direction Interpretation: Negative = left/down, Positive = right/up
• Verification: Apply vector to original point to get image
Composition of Translations: When two or more translations are applied sequentially, the result is equivalent to a single translation whose vector is the sum of the individual vectors.
Q(2, -1) → Q₁(2+3, -1+2) = Q₁(5, 1)
Q₁(5, 1) → Q'(5+(-1), 1+4) = Q'(4, 5)
Starting point: Q(2, -1)
Final point: Q'(4, 5)
Equivalent vector: ⟨4-2, 5-(-1)⟩ = ⟨2, 6⟩
⟨3, 2⟩ + ⟨-1, 4⟩ = ⟨3+(-1), 2+4⟩ = ⟨2, 6⟩
This matches our calculated equivalent vector ✓
Q(2, -1) + ⟨2, 6⟩ = (2+2, -1+6) = (4, 5) = Q' ✓
Equivalent translation: ⟨2, 6⟩
The final coordinates after both translations are Q'(4, 5). This is equivalent to a single translation of ⟨2, 6⟩, which is the sum of the individual translation vectors.
• Vector Addition: Compositions of translations add the vectors
• Sequential Application: Apply transformations in order
• Equivalence: Multiple translations = single translation with summed vector
Rigid Transformation Property: Translations are rigid transformations, meaning they preserve distances between points. The distance between any two points in the pre-image equals the distance between their images.
A(1, 1) → A'(1+(-2), 1+3) = A'(-1, 4)
B(4, 5) → B'(4+(-2), 5+3) = B'(2, 8)
d = √[(x₂-x₁)² + (y₂-y₁)²]
AB = √[(4-1)² + (5-1)²] = √[3² + 4²] = √[9 + 16] = √25 = 5
A'B' = √[(2-(-1))² + (8-4)²] = √[3² + 4²] = √[9 + 16] = √25 = 5
Distance AB = 5 units
Distance A'B' = 5 units
AB = A'B' ✓
Since AB = A'B', the translation preserved the distance between points
This confirms that translation is a rigid transformation
Translation preserves distances
The distance between A and B is 5 units, and the distance between A' and B' is also 5 units. This verifies that translation preserves distances, confirming it is a rigid transformation.
• Distance Formula: d = √[(x₂-x₁)² + (y₂-y₁)²]
• Rigidity Property: Translations preserve all distances
• Verification: Compare distances before and after transformation