Translation on Coordinates

Move shapes using vector notation. Understand translation as sliding without rotation or changing size.

⏱️ 50 minutes
🎯 Medium
🔄 Shape Movement

Visual Learning Journey

Click on each step to explore translation on coordinates:

1. Understand Translation

Translation means sliding a shape to a new position without rotating, flipping, or changing its size. Every point moves the same distance in the same direction.

2. Use Vector Notation

Describe translations using vectors written as (x, y). The x-value shows horizontal movement, y-value shows vertical movement.

3. Apply the Translation

Add the vector values to each coordinate of the original shape. If a point is at (a, b) and the vector is (x, y), the new point is at (a+x, b+y).

4. Draw the New Shape

Connect the translated points in the same order as the original shape. The new shape should be identical to the original but in a different position.

Understanding Translation

Translation is one of the fundamental transformations in geometry, allowing us to move shapes precisely using coordinate mathematics.

Interactive Translation Tool

Draw a shape, then use the controls to translate it!

Current Vector: (0, 0)
units

Key Principles

Why Learn This?

Computer Animation

Animators use translation to move characters and objects smoothly across screens in movies, games, and apps.

GPS Navigation

Navigation systems calculate your movement using coordinate translations to update your position on digital maps.

Robotics

Robots use translation mathematics to plan precise movements and navigate through physical spaces.

Step-by-Step Examples

Example 1: Simple Translation

Original triangle: A(1, 2), B(3, 2), C(2, 4)

Translation vector: (3, 1)

Solution:

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

Result: New triangle A'B'C' is 3 units right and 1 unit up from the original.

Example 2: Negative Translation

Original square: P(2, 3), Q(4, 3), R(4, 5), S(2, 5)

Translation vector: (-2, -1)

Solution:

  • P(2, 3) → P'(2-2, 3-1) = P'(0, 2)
  • Q(4, 3) → Q'(4-2, 3-1) = Q'(2, 2)
  • R(4, 5) → R'(4-2, 5-1) = R'(2, 4)
  • S(2, 5) → S'(2-2, 5-1) = S'(0, 4)

Result: New square P'Q'R'S' is 2 units left and 1 unit down from the original.

Example 3: Multiple Translations

Start: Point M(1, 1)

First translation: (2, 3) → M₁(3, 4)

Second translation: (-1, 2) → M₂(2, 6)

Combined effect:

  • Total vector: (2-1, 3+2) = (1, 5)
  • Direct translation: M(1, 1) → M'(2, 6)

Key insight: Multiple translations can be combined by adding their vectors together.

Practice Questions

Question 1: Point A(3, 2) is translated by vector (4, -1). What are the coordinates of A'?

Question 2: A triangle with vertices (1,1), (2,3), (0,2) is translated by (-2, 1). Which point becomes (0, 2)?

Question 3: Which vector translates point (5, 3) to point (2, 7)?

Question 4: After two translations, (1, 2) → (3, 5) → (0, 4). What is the combined vector?

Question 5: In a translation, what stays the same about the shape?

Common Mistakes to Avoid

❌ Mistake: Confusing vector signs

Problem: Using (+2, -3) when the movement is actually left 2, up 3.

Solution: Remember: positive x = right, negative x = left, positive y = up, negative y = down.

❌ Mistake: Applying vector incorrectly

Problem: Subtracting vector values instead of adding them to coordinates.

Solution: Always ADD the vector components to the original coordinates: (x, y) + (a, b) = (x+a, y+b).

❌ Mistake: Thinking translation changes shape

Problem: Expecting the shape to rotate, flip, or change size during translation.

Solution: Translation only moves - the shape stays identical in every way except position.

💡 Pro Tips for Success:

  • ✓ Draw arrows to visualize the movement direction
  • ✓ Check your work by counting grid squares
  • ✓ Use the formula: New point = Original point + Vector
  • ✓ Verify all points moved the same distance and direction

Chapter Summary

You have mastered translation on coordinates! Here's what you can now do:

🔄 Apply Vector Notation

Use (x, y) vectors to describe precise movements on coordinate grids

📐 Translate Shapes

Move geometric figures to new positions while preserving their properties

🧮 Calculate New Coordinates

Add vector components to original coordinates to find translated positions

🔍 Understand Preservation

Recognize that translation preserves size, shape, angles, and orientation

🎉 Well Done!

You've mastered translation on coordinates

You can now move shapes precisely using mathematical vectors and understand how position changes while properties stay the same!

🚀 What's Next?

Ready to learn about reflection? In Chapter 8.4, you'll discover how to flip shapes across the x-axis and y-axis, creating mirror images using coordinates!