Mastering Rotation 180 About the Origin Rule
What Is Rotation 180° About the Origin?
Rotation 180° about the origin is one of the simplest transformations in coordinate geometry. You take a point, spin it halfway around the center point (0,0), and end up with its opposite position.
The point lands directly across from where it started. Same distance from origin, same straight line, just flipped to the other side.
The Rule in Plain English
Here's what happens to any point (x, y):
After a 180° rotation about the origin, (x, y) becomes (-x, -y)
That's it. Flip both signs. No trigonometry, no angle calculations, no headaches.
Why This Works
Think of it this way: you're rotating through half a circle. Starting at 12 o'clock and ending up at 6 o'clock. The point crosses both axes and lands in the quadrant diagonally opposite to where it started.
- Quadrant I (positive, positive) → Quadrant III (negative, negative)
- Quadrant II (negative, positive) → Quadrant IV (positive, negative)
- Quadrant III (negative, negative) → Quadrant I (positive, positive)
- Quadrant IV (positive, negative) → Quadrant II (negative, positive)
Examples That Make It Click
Example 1: Simple Point
Rotate (3, 4) by 180° about the origin.
(3, 4) → (-3, -4)
Done. The point moved from the first quadrant to the third quadrant.
Example 2: Negative Coordinates
Rotate (-5, 2) by 180° about the origin.
(-5, 2) → (5, -2)
Second quadrant to fourth quadrant.
Example 3: On the Axes
Rotate (7, 0) by 180° about the origin.
(7, 0) → (-7, 0)
Points on axes stay on axes. They just flip to the opposite side.
Example 4: The Origin Itself
Rotate (0, 0) by 180° about the origin.
(0, 0) → (0, 0)
The origin doesn't move. It's the center of rotation.
Rotation 180° vs. Other Rotations
Here's how 180° stacks up against common rotation angles:
| Rotation Angle | Rule | What Changes |
|---|---|---|
| 90° clockwise | (x, y) → (y, -x) | x becomes y, y flips sign |
| 90° counterclockwise | (x, y) → (-y, x) | y becomes x, x flips sign |
| 180° | (x, y) → (-x, -y) | Both signs flip |
| 270° clockwise | (x, y) → (-y, x) | Same as 90° counterclockwise |
180° is unique because the order of operations doesn't matter. You can flip x first or y first—result is the same.
How to Rotate a Point: Step by Step
Here's the practical process for rotating any point:
- Identify your original point — write down (x, y)
- Apply the rule — change both signs: (-x, -y)
- Verify — check that the new point is the same distance from origin as the original
Distance from origin stays constant. That's the key check. If (3,4) rotated to (-3,-4), the distance is √(9+16) = √25 = 5 in both cases.
Common Mistakes to Avoid
❌ Forgetting to flip both signs. Some people flip only one coordinate. Don't.
❌ Confusing 180° with 90°. 90° swaps and flips. 180° just flips both.
❌ Thinking the distance changes. It doesn't. Distance from origin stays the same.
❌ Forgetting the origin is (0,0). Points on the origin don't move.
Quick Reference
- Rule: (x, y) → (-x, -y)
- Effect: Point ends up directly opposite across the origin
- Distance: Preserved from origin
- Special case: (0, 0) maps to itself
Bookmark this. You'll use the (-x, -y) rule constantly in coordinate geometry, graphing transformations, and computer graphics work.