Rotation Transformation
Problem
Rotate a triangle 90° counterclockwise about the origin. Show the original and the rotated image.
Explanation
A rotation moves every point in the plane the same angular distance about a fixed point (the center of rotation). The shape and size are preserved — only the orientation changes.
The Rotation Formulas
For a counterclockwise rotation by angle about the origin:
In matrix form:
For the special case (, ):
So the rotation rotates 90° counterclockwise. Conveniently, you can do this by hand: just swap and negate.
Step-by-Step Solution
Given: A triangle with vertices , , . Rotate it 90° counterclockwise about the origin.
Find: The image vertices.
Step 1 — Apply the formula to each vertex.
Step 2 — Verify with the matrix multiplication for .
Same answer.
Step 3 — Verify the side lengths are preserved.
(horizontal segment).
✓
The lengths match. Rotations preserve all distances.
Step 4 — Verify the angles are preserved.
The right angle at (since is horizontal and is vertical) becomes the right angle at (now is vertical and is horizontal).
Step 5 — Other special rotations.
- 180° about origin:
- 270° (or −90°):
- 360°: identity, no change
Step 6 — Composition of rotations.
Two consecutive rotations of and about the same point are equivalent to a single rotation of . Two 90° rotations make a 180° rotation, etc. (This isn't true if the centers differ — that's a more complex operation.)
Answer: Rotating , , by 90° counterclockwise about the origin yields:
The triangle is preserved in size and shape but rotated to a new position. The map does the work — and it generalizes to for any angle .
Try It
- Adjust the rotation angle .
- Watch the triangle rotate smoothly through 0° to 360°.
- The original triangle is faint, the rotated is bright.
- Try — the triangle ends up at , , .
Interactive Visualization
Parameters
Got your own math or physics problem?
Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.