What Is the Rule for a 180 Degree Rotation?

The rule for a 180-degree rotation about the origin is simple: take any point (x, y) and transform it to (-x, -y). You flip the sign of both coordinates. A point at (3, 5) moves to (-3, -5), and a point at (-2, 7) moves to (2, -7).

The Coordinate Rule

For any point on the coordinate plane, a 180-degree rotation about the origin follows this mapping:

  • (x, y) → (-x, -y)

That’s the entire formula. Multiply both the x-coordinate and the y-coordinate by -1. If you start with the point (4, -2), the rotated point lands at (-4, 2). If you start with (-6, -3), you get (6, 3). Every positive value becomes negative, and every negative value becomes positive.

This works because rotating 180 degrees swings a point to the exact opposite side of the origin. The point ends up the same distance from the origin as it started, just in the directly opposite direction.

Direction Doesn’t Matter

Unlike 90-degree or 270-degree rotations, a 180-degree rotation gives the same result whether you rotate clockwise or counterclockwise. Spinning halfway around the circle lands you in the same spot regardless of which way you go. This means you never need to worry about direction when a problem asks you to rotate 180 degrees.

Compare this to 90-degree rotations, where clockwise and counterclockwise produce different coordinate rules. At 180 degrees, both paths meet at the same point, so there’s only one rule to remember.

Why the Rule Works

A 180-degree rotation is mathematically equivalent to reflecting a point through the origin. Imagine drawing a straight line from your point through the origin and continuing the same distance on the other side. That’s where the rotated point lands. This is sometimes called “point symmetry” or “origin symmetry.”

If you’ve studied transformation matrices, the 180-degree rotation matrix confirms this. Plugging 180 degrees into the standard rotation matrix gives:

[-1, 0] and [0, -1] as the two rows. Multiplying any coordinate pair by this matrix just negates both values, producing (-x, -y).

Applying It to Shapes

To rotate an entire shape 180 degrees about the origin, apply the rule to every vertex individually, then connect the new vertices. For a triangle with corners at (1, 3), (4, 3), and (4, 7), the rotated triangle has corners at (-1, -3), (-4, -3), and (-4, -7).

The rotated shape is congruent to the original. Rotations preserve side lengths, angle measures, and parallelism. A 5-unit side stays 5 units long. A 90-degree angle stays 90 degrees. Parallel sides remain parallel. The shape doesn’t stretch, shrink, or distort in any way. It just moves to the opposite side of the origin.

Shapes With 180-Degree Rotational Symmetry

Some shapes look identical after a 180-degree rotation. This is called two-fold symmetry, because the shape matches itself twice during a full 360-degree spin (once at 180 degrees and once back at 360). Rectangles, parallelograms, and regular hexagons all have this property.

Several letters of the alphabet also have two-fold symmetry: Z, S, and N all look the same when rotated 180 degrees. The letters O, H, I, and X go even further, having both two-fold rotational symmetry and mirror symmetry in two directions.

Quick Reference for All Rotation Rules

It helps to see the 180-degree rule in context with the other common rotations about the origin:

  • 90° counterclockwise: (x, y) → (-y, x)
  • 180°: (x, y) → (-x, -y)
  • 270° counterclockwise (or 90° clockwise): (x, y) → (y, -x)

Notice that the 180-degree rule is the easiest of the three. You don’t need to swap x and y or remember which coordinate gets the negative sign. Both coordinates simply change sign. If you can remember one rotation rule, make it this one.