Visualizing Rodrigues Rotation Formula
This page presents Rodrigues rotation formula as a geometric construction rather than as a memorized identity.
The first figure shows the step-by-step decomposition and reconstruction, and the second shows the same rotation dynamically around a fixed axis.
Step-by-step geometric construction
Start by decomposing the vector v into the part parallel to the axis and the part perpendicular to it.
The axial component stays fixed, while the perpendicular component is expressed in plane coordinates, rotated in 2D and mapped back into 3D.
This makes Rodrigues rotation formula a composition of projection, planar rotation and recombination.
Image file: ../figures/Rodrigues rotation formula steps diagram.png
Rotation about a fixed axis
The animation shows the same structure dynamically.
The vector rotates around the fixed axis, the axial component remains unchanged and the perpendicular component sweeps through the rotation plane.
This is the geometric content behind the formula.
Image file: ../figures/Rodrigues rotation formula animation.gif