90-Degree Rotation- Geometry Transformation Guide
What Is a 90-Degree Rotation?
A 90-degree rotation turns a shape or point exactly one quarter turn around a center point. That's it. No more, no less. In geometry, rotations are one of the four basic transformations—the others being reflections, translations, and dilations.
Rotations preserve size and shape. The object doesn't stretch, shrink, or deform. It just spins.
The Two Types of 90-Degree Rotation
You need to know which direction you're rotating:
- Clockwise (CW): Turns right, like a clock's hands
- Counterclockwise (CCW): Turns left, opposite to a clock's hands
Math problems often specify "90° clockwise" or "90° counterclockwise." If they just say "90° rotation," counterclockwise is the default in most textbooks—but always check what your teacher or problem expects.
The Rotation Rules for Coordinates
When you rotate a point (x, y) on the coordinate plane, the new coordinates depend on the direction.
90° Counterclockwise Rotation
The rule is simple: (x, y) → (-y, x)
Swap x and y, then make the new x negative.
Example: Rotating (3, 4) 90° CCW gives (-4, 3)
90° Clockwise Rotation
The rule: (x, y) → (y, -x)
Swap x and y, then make the new y negative.
Example: Rotating (3, 4) 90° CW gives (4, -3)
180° Rotation
Sometimes you'll see 180° rotation in the same context. Both rules collapse into one: (x, y) → (-x, -y)
Just negate both coordinates. Direction doesn't matter for 180°—clockwise and counterclockwise produce the same result.
Quick Reference Table
| Rotation Type | Rule | Example: (3, 4) becomes |
|---|---|---|
| 90° Counterclockwise | (x, y) → (-y, x) | (-4, 3) |
| 90° Clockwise | (x, y) → (y, -x) | (4, -3) |
| 180° (either direction) | (x, y) → (-x, -y) | (-3, -4) |
How to Rotate a Point Step by Step
Let's walk through rotating point A(2, 5) by 90° counterclockwise:
- Identify your original point: (2, 5)
- Apply the CCW rule: (-y, x)
- Substitute: (-5, 2)
- Done. That's your answer.
For clockwise: take (2, 5), apply (y, -x), get (5, -2).
That's the entire process. No tricks.
Rotating Shapes (Polygons)
To rotate a polygon, rotate each vertex using the rules above, then reconnect the dots in the same order.
Example: Rotating triangle with vertices at (1, 1), (4, 1), (4, 3) by 90° CW
- (1, 1) → (1, -1)
- (4, 1) → (1, -4)
- (4, 3) → (3, -4)
Connect the new points to get your rotated triangle.
Origin as Rotation Center
Most problems assume you're rotating around the origin (0, 0). If rotation is around a different point, you need to adjust:
- Translate the shape so the center point moves to the origin
- Apply the rotation rule
- Translate back to the original center
This three-step process works for any center point.
Signs and Quadrants
Understanding quadrants helps you visualize rotations:
- Quadrant I: (+, +) — top right
- Quadrant II: (-, +) — top left
- Quadrant III: (-, -) — bottom left
- Quadrant IV: (+, -) — bottom right
A 90° CCW rotation moves points between quadrants in a specific sequence: I → II → III → IV → I
A 90° CW rotation reverses: I → IV → III → II → I
Common Mistakes
- Swapping rules: CCW uses (-y, x), CW uses (y, -x). Easy to mix up.
- Forgetting negatives: The negative sign goes on different coordinates depending on direction.
- Assuming direction: When a problem just says "rotate 90°," it might mean CCW, but not always.
- Rotating only one point: For shapes, rotate every vertex.
How to Remember the Rules
Memorize the two formulas. Write them on your hand, your desk, wherever. There's no trick that replaces practice.
If you forget which is which: think about (1, 0) on the x-axis. Rotate it 90° CCW and it lands at (0, 1) on the y-axis. Check which rule gives you (0, 1).
- (-y, x): -0, 1 = (0, 1) ✓ That's CCW
- (y, -x): 0, -1 = (0, -1) ✗ That's the other direction
Practice Problems
Try these without looking at the answers:
- Rotate (5, -2) 90° CW
- Rotate (-3, 7) 90° CCW
- Rotate (0, 4) 90° CCW
- Rotate (-6, -2) 180°
Answers: 1) (-2, -5), 2) (-7, -3), 3) (-4, 0), 4) (6, 2)