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:

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 TypeRuleExample: (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:

  1. Identify your original point: (2, 5)
  2. Apply the CCW rule: (-y, x)
  3. Substitute: (-5, 2)
  4. 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

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:

  1. Translate the shape so the center point moves to the origin
  2. Apply the rotation rule
  3. Translate back to the original center

This three-step process works for any center point.

Signs and Quadrants

Understanding quadrants helps you visualize rotations:

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

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).

Practice Problems

Try these without looking at the answers:

  1. Rotate (5, -2) 90° CW
  2. Rotate (-3, 7) 90° CCW
  3. Rotate (0, 4) 90° CCW
  4. Rotate (-6, -2) 180°

Answers: 1) (-2, -5), 2) (-7, -3), 3) (-4, 0), 4) (6, 2)