A triangle with vertices , , and is reflected about the -axis, then the image is rotated counterclockwise about the origin by to produce . Which of the following transformations will return to ?
- A)
counterclockwise rotation about the origin by .
- B)
clockwise rotation about the origin by .
- C)
reflection about the -axis
- D)
reflection about the line $y = x
- E)
reflection about the -axis.
Answer
D
Key insight
Track (x, y): the reflection gives (x, -y), the rotation then gives (y, x), so the combined map is reflection over y = x, its own inverse.
Solution
Follow a general point through both steps. Reflecting over the -axis gives . A counterclockwise rotation about the origin sends to ; applied to it gives .
So the combined transformation swaps the coordinates: , which is reflection over the line . Concretely, , , .
Reflecting twice over the same line returns every point to where it started, so reflecting over swaps the coordinates back and recovers .
The answer is .
Why this works
Compositions of rigid motions are easiest to identify by their effect on coordinates. A reflection followed by a rotation is again a reflection (orientation is reversed once), and here the axis turns out to be . Any reflection is an involution, so the inverse of the whole process is the same reflection.
Alternative approach
Eliminate: a rotation preserves orientation, but has the opposite orientation from (one reflection was applied), so (A) and (B) fail. Reflecting over the -axis or -axis gives or , not , so (C) and (E) fail, leaving (D).
The trap
Using the clockwise rotation formula (x, y) -> (y, -x) for a counterclockwise turn, or assuming the inverse must be some rotation.
Common mistakes
- Using the clockwise rotation formula (x, y) -> (y, -x) for a counterclockwise turn, or assuming the inverse must be some rotation.
- Checking only one vertex such as and picking a transformation that happens to fix that point but not the others.
Techniques
Set up the equation/formula and compute; no special trick needed · Test small/specific values or special cases to find or verify the answer