Rotation Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

easy
What is the image of point (0,5)(0, 5) after a 180ยฐ180ยฐ rotation about the origin?

Solution

  1. 1
    Step 1: A 180ยฐ rotation maps (x,y)โ†’(โˆ’x,โˆ’y)(x, y) \to (-x, -y).
  2. 2
    Step 2: (0,5)โ†’(0,โˆ’5)(0, 5) \to (0, -5).

Answer

(0,โˆ’5)(0, -5)
A 180ยฐ rotation moves every point to the opposite side of the origin, the same distance away. For a point on the y-axis like (0,5)(0, 5), it maps to (0,โˆ’5)(0, -5) โ€” directly opposite on the y-axis. This is equivalent to negating both coordinates.

About Rotation

A rigid transformation that turns every point of a figure by a fixed angle around a fixed center of rotation.

Learn more about Rotation โ†’

More Rotation Examples