To determine the correct translation rule for the transformation from the first rectangle to the second rectangle, we can analyze the coordinates of the corresponding vertices.
-
First Rectangle:
- A (-2, -1)
- B (4, -1)
- C (4, -3)
- D (-2, -3)
-
Second Rectangle:
- A' (-5, 1)
- B' (1, 1)
- C' (1, -1)
- D' (-5, -1)
Now, let's find the translation vector that takes a point \((x, y)\) in the first rectangle to the corresponding point in the second rectangle.
For point A to A':
- From A (-2, -1) to A' (-5, 1)
- The change in the x-coordinate: \(-5 - (-2) = -5 + 2 = -3\)
- The change in the y-coordinate: \(1 - (-1) = 1 + 1 = 2\)
This indicates a translation of \((-3, 2)\).
Now let's apply the translation rule \(T_{-3, 2}(x, y)\): \[ (x, y) \to (x - 3, y + 2) \]
Let's confirm this translation with another point. For point B to B':
- B (4, -1) to B' (1, 1)
- Change in x-coordinate: \(1 - 4 = -3\)
- Change in y-coordinate: \(1 + 1 = 2\)
This confirms the translation is consistent for another point.
Thus, the translation rule that transforms the first rectangle to the second rectangle is:
T–3, 2(x, y)