Rotation Math Example 2

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

Example 2

medium
Rotate the point B(4,0)B(4, 0) by 60°60° counterclockwise about the origin. Give exact coordinates.

Solution

  1. 1
    Step 1: Use the rotation formula: (x,y)=(xcosθysinθ, xsinθ+ycosθ)(x', y') = (x\cos\theta - y\sin\theta,\ x\sin\theta + y\cos\theta).
  2. 2
    Step 2: With x=4x=4, y=0y=0, θ=60°\theta=60°: cos60°=12\cos60°=\tfrac{1}{2}, sin60°=32\sin60°=\tfrac{\sqrt{3}}{2}.
  3. 3
    Step 3: x=4120=2x' = 4\cdot\tfrac{1}{2} - 0 = 2.
  4. 4
    Step 4: y=432+0=23y' = 4\cdot\tfrac{\sqrt{3}}{2} + 0 = 2\sqrt{3}.
  5. 5
    Step 5: B=(2, 23)B' = (2,\ 2\sqrt{3}).

Answer

B=(2, 23)B' = (2,\ 2\sqrt{3})
The general rotation matrix is (cosθsinθsinθcosθ)\begin{pmatrix}\cos\theta & -\sin\theta\\ \sin\theta & \cos\theta\end{pmatrix}. For θ=60°\theta = 60°, the exact values are cos60°=1/2\cos60°=1/2 and sin60°=3/2\sin60°=\sqrt{3}/2. Knowing these exact values avoids decimal rounding errors.

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