You’ve just wrapped up Unit 9 on Transformations, and now you’re staring down Homework 2, focused squarely on translations. It’s a topic that sounds simple—sliding a shape around—but the precision required in coordinate notation and vector description can trip up even careful students. You need more than just the final answers; you need to understand the why behind each step so you can tackle any similar problem on the next quiz or test. This guide is designed to be your comprehensive companion, walking you through the core concepts of translations and providing a detailed, explained answer key for typical Homework 2 problems Small thing, real impact..
What Is a Translation? The Fundamental Slide
A translation is a type of geometric transformation that moves every point of a figure or graph the same distance in the same direction. It’s often described as a “slide” because the shape’s orientation, size, and angles remain completely unchanged. The only thing that changes is the figure’s position in the coordinate plane.
Mathematically, a translation is defined by a vector. * If a is negative, the figure moves left.
- b represents the vertical shift.
- If b is positive, the figure moves up. But in the coordinate plane, a vector is written as an ordered pair (a, b), where:
- a represents the horizontal shift. On top of that, a vector is a quantity that has both magnitude (how far) and direction (which way). Also, * If a is positive, the figure moves right. * If b is negative, the figure moves down.
As an example, the vector (3, -2) would move every point of a shape 3 units to the right and 2 units down.
Translating Points and Figures on the Coordinate Plane
The rule for applying a translation to any point ((x, y)) is straightforward: [ (x, y) \rightarrow (x + a, y + b) ] You simply add the horizontal component of the vector to the x-coordinate and the vertical component to the y-coordinate.
Example: Translate triangle ABC with vertices A(1, 4), B(3, 4), and C(2, 1) using the vector (-2, 5) Not complicated — just consistent..
- A'(1 + (-2), 4 + 5) = A'(-1, 9)
- B'(3 + (-2), 4 + 5) = B'(1, 9)
- C'(2 + (-2), 1 + 5) = C'(0, 6)
The new image, triangle A'B'C', is the original triangle shifted 2 units left and 5 units up.
Understanding Coordinate Notation for Translations
Homework 2 often asks you to write the translation that maps one figure onto another. To do this, you must find the vector that describes the movement from a preimage point to its corresponding image point.
Steps to Find the Translation Vector:
- Identify a pair of corresponding points. One from the original figure (preimage) and its matching point on the new figure (image).
- Subtract the preimage coordinates from the image coordinates: Vector = (Image_x - Preimage_x, Image_y - Preimage_y).
- Verify your vector by checking another pair of corresponding points. They must yield the same vector.
Example: If point P(5, -1) maps to P'(2, 3), the translation vector is: [ (2 - 5, 3 - (-1)) = (-3, 4) ] This means the figure moved 3 units left and 4 units up.
Unit 9 Transformations Homework 2: Typical Problems & Detailed Answer Key
While specific problems vary by curriculum, Homework 2 on translations consistently tests these skills. Below is a representative set of problems with thorough explanations Not complicated — just consistent. But it adds up..
Problem 1: Translating a Single Point
- Task: Graph the point G(6, -2). Then translate it using the vector (-4, 3). State the coordinates of G'.
- Solution & Explanation:
- Start by plotting G(6, -2).
- The vector (-4, 3) means move 4 units left and 3 units up.
- Apply the translation rule: ( (x, y) \rightarrow (x - 4, y + 3) ).
- G' = (6 - 4, -2 + 3) = (2, 1).
- Key Takeaway: You don’t need to graph to find the answer, but graphing helps visualize the movement.
Problem 2: Translating a Polygon
- Task: Triangle XYZ has vertices X(-1, 2), Y(3, 2), and Z(1, -1). Translate the triangle using the rule ((x, y) \rightarrow (x + 5, y - 4)). Find the vertices of triangle X'Y'Z'.
- Solution & Explanation:
- The rule ((x, y) \rightarrow (x + 5, y - 4)) is the same as the vector (5, -4). This means 5 units right, 4 units down.
- Apply the rule to each vertex:
- X' = (-1 + 5, 2 - 4) = (4, -2)
- Y' = (3 + 5, 2 - 4) = (8, -2)
- Z' = (1 + 5, -1 - 4) = (6, -5)
- Key Takeaway: Perform the same arithmetic operation on every vertex. The shape’s side lengths and angles remain identical; only its location changes.
Problem 3: Describing the Translation from a Diagram
- Task: The graph shows quadrilateral ABCD and its image A'B'C'D' after a translation. Describe the translation in words and using vector notation.
- Solution & Explanation:
- Step 1: Pick a clear pair of corresponding points. Let’s use A and A’.
- Step 2: Suppose from the graph, A is at (2, 3) and A’ is at (7, 1).
- Step 3: Calculate the vector: (7 - 2, 1 - 3) = (5, -2).
- Step 4: Describe it: “The translation moves every point 5 units to the right and 2 units down.”
- Step 5: Verify with another point, like B(4, 5) and B’(9, 3). (9-4, 3-5) = (5, -2). ✓
- Key Takeaway: Always verify your vector with at least two point pairs to ensure accuracy. The vector notation is the most precise mathematical description.
Problem 4: Finding the Preimage
- Task: A point Q' has coordinates (-3, 8) after a translation of (2, -6). What
were the coordinates of the original point Q?
- Solution & Explanation:
- This is a reverse translation problem. If the translation vector is (2, -6), then to find the preimage, we apply the opposite vector (-2, 6). Day to day, * Q = (-3 - 2, 8 + 6) = (-5, 14). Think about it: * Key Takeaway: Working backwards requires applying the inverse vector. If the translation rule is ((x, y) \rightarrow (x + a, y + b)), the reverse rule is ((x, y) \rightarrow (x - a, y - b)).
Problem 5: Composite Translations
- Task: Point M(1, 4) is translated by vector (-3, 2), then by vector (5, -1). Where does M end up? Is this the same as one single translation?
- Solution & Explanation:
- First translation: M₁ = (1 - 3, 4 + 2) = (-2, 6)
- Second translation: M₂ = (-2 + 5, 6 - 1) = (3, 5)
- To check if this equals one translation, add the vectors: (-3, 2) + (5, -1) = (2, 1)
- Apply directly: (1 + 2, 4 + 1) = (3, 5) ✓
- Key Takeaway: Multiple translations can be combined into one by adding their vectors. The order of translations doesn't affect the final position.
Common Mistakes and How to Avoid Them
Students often struggle with translation problems due to sign errors and conceptual misunderstandings. That's why the most frequent mistake is confusing the direction of movement—remember that positive x means right, negative x means left, positive y means up, and negative y means down. That's why another common error is applying the translation to only some vertices when working with polygons, which creates distorted shapes rather than congruent ones. Always double-check your work by verifying that corresponding sides remain equal in length and that the orientation of the shape is preserved Turns out it matters..
Real talk — this step gets skipped all the time Small thing, real impact..
Conclusion
Mastering translations is fundamental to understanding geometric transformations and builds critical spatial reasoning skills. By practicing these core problems—single point translations, polygon movements, vector identification, preimage calculations, and composite transformations—students develop both procedural fluency and conceptual understanding. Remember that translations preserve size, shape, and orientation; they only change position. With consistent practice and attention to detail, these problems become straightforward applications of coordinate arithmetic that serve as building blocks for more complex transformation concepts Small thing, real impact..