To find the coordinates of the vertices for the image triangle U′V′W′ after rotating triangle UVW 90° counterclockwise, we can use the rotation transformation formula. The rule for rotating a point (x, y) 90° counterclockwise around the origin (0, 0) is given by the transformation:
\[ (x', y') = (-y, x) \]
Now, we will apply this transformation to each vertex of triangle UVW.
-
For vertex U(−1, 1):
- x = −1, y = 1
- \( U' = (-1, 1) \to (−1, −1) \)
-
For vertex V(0, −4):
- x = 0, y = −4
- \( V' = (0, -4) \to (4, 0) \)
-
For vertex W(−4, −1):
- x = −4, y = −1
- \( W' = (-4, -1) \to (1, -4) \)
Now, we have the transformed coordinates:
- \( U'(-1, -1) \)
- \( V'(4, 0) \)
- \( W'(1, -4) \)
Now we check the options against these coordinates:
- Option 1: \( U′(1, −1), V′(0, 4), W′(4, 1) \) - Incorrect
- Option 2: \( U′(−1, −1), V′(4, 0), W′(1, −4) \) - Correct
- Option 3: \( U′(−1, 1), V′(4, 0), W′(1, 4) \) - Incorrect
- Option 4: \( U′(−1, 1), V′(0, −4), W′(−4, −1) \) - Incorrect
The correct answer is option 2, which has the vertices: \[ U'(−1, −1), V'(4, 0), W'(1, −4) \]