3. Rotations
Sign In
See solution.
We want to describe two different sequences of transformations that move the red figure onto the blue one. The two figures are rectangles. They have the same shape, but they are placed differently.
Transformation | Effect |
---|---|
Rotation by 90^(∘) clockwise about the origin. | ( x, y) ↓ ( y, - x) |
Rotation by 90^(∘) counterclockwise about the origin. | ( x, y) ↓ ( - y, x) |
Rotation | Translation | |
---|---|---|
First Sequence | Rotate by 90^(∘) clockwise about the origin. | Translate by 1 unit right and 5 units up. |
Second Sequence | Rotate by 90^(∘) counterclockwise about the origin. | Translate by 5 units left. |