Rotation Math Example 1

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

Example 1

easy
Rotate the point A(3,2)A(3, 2) by 90°90° counterclockwise about the origin. Where does A end up?

Solution

  1. 1
    Step 1: The rule for 90° CCW rotation is (x,y)(y,x)(x, y) \to (-y, x).
  2. 2
    Step 2: Apply to A(3,2)A(3, 2): A=(2,3)A' = (-2, 3).
  3. 3
    Step 3: Verify distance from origin is unchanged: 32+22=13\sqrt{3^2+2^2} = \sqrt{13} and (2)2+32=13\sqrt{(-2)^2+3^2} = \sqrt{13}. ✓

Answer

A=(2,3)A' = (-2, 3)
The 90° CCW rotation rule (x,y)(y,x)(x,y)\to(-y,x) is derived from the rotation matrix with θ=90°\theta=90°: cos90°=0\cos90°=0, sin90°=1\sin90°=1, giving (y,x)(-y, x). Rotation preserves distance from the center of rotation.

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