Intuition The big picture
A rigid body has 6 degrees of freedom : 3 for the position of its center of mass, and 3 for its orientation . Translation is easy (Newton's law for the CM). The hard part is rotation . Two questions:
How do we describe orientation? → Euler angles ( ϕ , θ , ψ ) (\phi,\theta,\psi) ( ϕ , θ , ψ ) tell us how to rotate from a fixed lab frame into the body frame using 3 successive rotations.
How does the orientation change in time? → Euler's equations relate the torque to the angular velocity, written in the body frame where the inertia tensor is constant (diagonal).
WHY split it this way? In the lab frame the inertia tensor changes every instant (the body tumbles), so L = I ω \mathbf L = \mathbf I \boldsymbol\omega L = I ω is a nightmare. In the body frame I \mathbf I I is frozen and diagonal along principal axes — clean. The price: the body frame rotates, so d / d t d/dt d / d t picks up an extra ω × \boldsymbol\omega\times ω × term.
Definition Euler angles (z–x'–z'' / "3-1-3" convention)
Three successive rotations carry the space frame ( X , Y , Z ) (X,Y,Z) ( X , Y , Z ) into the body frame ( x , y , z ) (x,y,z) ( x , y , z ) :
ϕ \phi ϕ about Z Z Z (precession ), giving the line of nodes .
θ \theta θ about the new x x x -axis / line of nodes (nutation ).
ψ \psi ψ about the final z z z -axis (spin ).
So the full rotation is R = R z ( ψ ) R x ( θ ) R z ( ϕ ) R = R_z(\psi)\,R_x(\theta)\,R_z(\phi) R = R z ( ψ ) R x ( θ ) R z ( ϕ ) (applied right-to-left to a space vector).
Intuition WHY three rotations?
Orientation in 3D = an element of the rotation group, which is 3-dimensional . You need exactly 3 numbers. Euler's trick: don't pick 3 arbitrary axes — chain rotations about current axes so the geometry stays intuitive (think of a spinning top: ϕ \phi ϕ = how the top sweeps around, θ \theta θ = its tilt, ψ \psi ψ = how fast it spins on its own axis).
ω \boldsymbol\omega ω from ϕ ˙ , θ ˙ , ψ ˙ \dot\phi,\dot\theta,\dot\psi ϕ ˙ , θ ˙ , ψ ˙
Each Euler rate is a rotation about a specific axis. The total angular velocity is the vector sum :
ω = ϕ ˙ Z ^ + θ ˙ n ^ + ψ ˙ z ^ \boldsymbol\omega = \dot\phi\,\hat Z + \dot\theta\,\hat n + \dot\psi\,\hat z ω = ϕ ˙ Z ^ + θ ˙ n ^ + ψ ˙ z ^
where Z ^ \hat Z Z ^ is the space-z z z , n ^ \hat n n ^ is the line of nodes, z ^ \hat z z ^ is the body-z z z .
WHY just add them? Angular velocities add as vectors (infinitesimal rotations commute). HOW to get components in the body frame: express each axis in body coordinates using the rotations. The standard result (3-1-3 convention):
\omega_1 &= \dot\phi\sin\theta\sin\psi + \dot\theta\cos\psi\\
\omega_2 &= \dot\phi\sin\theta\cos\psi - \dot\theta\sin\psi\\
\omega_3 &= \dot\phi\cos\theta + \dot\psi
\end{aligned}}$$
Notice $\omega_3$: the spin $\dot\psi$ plus the projection of precession onto the body axis $\dot\phi\cos\theta$. That's the term that survives even for a fast top.
τ = d L / d t \boldsymbol\tau = d\mathbf L/dt τ = d L / d t to Euler's equations
Start (first principles): about the CM (or a fixed point), torque equals rate of change of angular momentum in an inertial (space) frame :
τ = ( d L d t ) space \boldsymbol\tau = \left(\frac{d\mathbf L}{dt}\right)_{\text{space}} τ = ( d t d L ) space
Step 1 — switch to body frame using the transport theorem:
τ = ( d L d t ) body + ω × L \boldsymbol\tau = \left(\frac{d\mathbf L}{dt}\right)_{\text{body}} + \boldsymbol\omega\times\mathbf L τ = ( d t d L ) body + ω × L
Why this step? In the body frame the inertia tensor is constant, so we can differentiate cleanly.
Step 2 — use principal axes , where I = diag ( I 1 , I 2 , I 3 ) \mathbf I = \text{diag}(I_1,I_2,I_3) I = diag ( I 1 , I 2 , I 3 ) so L i = I i ω i L_i = I_i\omega_i L i = I i ω i with the I i I_i I i constant:
( d L i d t ) body = I i ω ˙ i \left(\frac{dL_i}{dt}\right)_{\text{body}} = I_i\dot\omega_i ( d t d L i ) body = I i ω ˙ i
Why this step? Choosing principal axes diagonalizes I \mathbf I I — kills all off-diagonal mess.
Step 3 — expand the cross product ( ω × L ) 1 = ω 2 L 3 − ω 3 L 2 = ( I 3 − I 2 ) ω 2 ω 3 (\boldsymbol\omega\times\mathbf L)_1 = \omega_2 L_3 - \omega_3 L_2 = (I_3-I_2)\omega_2\omega_3 ( ω × L ) 1 = ω 2 L 3 − ω 3 L 2 = ( I 3 − I 2 ) ω 2 ω 3 , etc.
Result — Euler's equations:
I_1\dot\omega_1 - (I_2-I_3)\,\omega_2\omega_3 &= \tau_1\\
I_2\dot\omega_2 - (I_3-I_1)\,\omega_3\omega_1 &= \tau_2\\
I_3\dot\omega_3 - (I_1-I_2)\,\omega_1\omega_2 &= \tau_3
\end{aligned}}$$
Intuition What the coupling terms mean
The ( I i − I j ) ω j ω k (I_i - I_j)\omega_j\omega_k ( I i − I j ) ω j ω k terms are gyroscopic coupling . Even with zero torque , ω ˙ ≠ 0 \dot\omega \ne 0 ω ˙ = 0 unless the body spins about a principal axis. This is why a tumbling object's spin axis wanders. If all I i I_i I i are equal (a sphere), the coupling vanishes — any axis is stable.
Worked example Torque-free symmetric top (
I 1 = I 2 ≠ I 3 I_1=I_2\ne I_3 I 1 = I 2 = I 3 , τ = 0 \boldsymbol\tau=0 τ = 0 )
Why this case? It's the cleanest non-trivial solution and models the free precession of Earth, a frisbee, a tumbling satellite.
Equation 3: I 3 ω ˙ 3 = ( I 1 − I 2 ) ω 1 ω 2 = 0 ⇒ ω 3 = const I_3\dot\omega_3 = (I_1-I_2)\omega_1\omega_2 = 0 \Rightarrow \omega_3=\text{const} I 3 ω ˙ 3 = ( I 1 − I 2 ) ω 1 ω 2 = 0 ⇒ ω 3 = const .
Why? I 1 = I 2 I_1=I_2 I 1 = I 2 kills the third coupling term — spin about the symmetry axis is constant.
Equations 1,2 become, with Ω ≡ I 3 − I 1 I 1 ω 3 \Omega \equiv \dfrac{I_3-I_1}{I_1}\omega_3 Ω ≡ I 1 I 3 − I 1 ω 3 (a constant):
ω ˙ 1 = − Ω ω 2 , ω ˙ 2 = + Ω ω 1 \dot\omega_1 = -\Omega\,\omega_2,\qquad \dot\omega_2 = +\Omega\,\omega_1 ω ˙ 1 = − Ω ω 2 , ω ˙ 2 = + Ω ω 1
Why? Substituting ω 3 \omega_3 ω 3 as constant turns the coupled pair into simple harmonic rotation.
Solution: ω 1 = A cos Ω t , ω 2 = A sin Ω t \omega_1=A\cos\Omega t,\ \omega_2=A\sin\Omega t ω 1 = A cos Ω t , ω 2 = A sin Ω t . The transverse part of ω \boldsymbol\omega ω circles about the body-3 axis at rate Ω \Omega Ω — this is body-frame free precession . For Earth: Ω ≈ C − A A ω 3 ⇒ \Omega \approx \frac{C-A}{A}\omega_3 \Rightarrow Ω ≈ A C − A ω 3 ⇒ Chandler-wobble-type period.
Worked example Stability of rotation about each axis (tennis-racket theorem)
Why: explains the "intermediate axis instability." Suppose I 1 < I 2 < I 3 I_1<I_2<I_3 I 1 < I 2 < I 3 . Spin nearly about axis 1, small ω 2 , ω 3 \omega_2,\omega_3 ω 2 , ω 3 .
Linearizing Euler's equations (torque-free) gives ω ¨ 2 ∝ − ( I 2 − I 1 ) ( I 1 − I 3 ) I 2 I 3 ω 1 2 ω 2 \ddot\omega_2 \propto -\dfrac{(I_2-I_1)(I_1-I_3)}{I_2 I_3}\,\omega_1^2\,\omega_2 ω ¨ 2 ∝ − I 2 I 3 ( I 2 − I 1 ) ( I 1 − I 3 ) ω 1 2 ω 2 .
About axis 1 (smallest I I I ) or axis 3 (largest): coefficient > 0 >0 > 0 → oscillatory → stable .
About axis 2 (intermediate): coefficient < 0 <0 < 0 → exponential growth → unstable . Why it flips: one factor changes sign because I 2 I_2 I 2 sits between I 1 I_1 I 1 and I 3 I_3 I 3 . Flip your phone spinning about its middle axis — it tumbles.
τ = I ω ˙ \boldsymbol\tau = \mathbf I\dot{\boldsymbol\omega} τ = I ω ˙ always."
Why it feels right: looks like the rotational F = m a F=ma F = ma . Why it's wrong: that ignores the ω × L \boldsymbol\omega\times\mathbf L ω × L term and assumes I \mathbf I I is constant in the inertial frame , which it isn't for a tumbling body. Fix: use Euler's equations; the gyroscopic term is real physics (it's why gyroscopes precess).
Common mistake "The Euler-angle rates
ϕ ˙ , θ ˙ , ψ ˙ \dot\phi,\dot\theta,\dot\psi ϕ ˙ , θ ˙ , ψ ˙ are the components of ω \boldsymbol\omega ω ."
Why it feels right: three angles, three rates — seems like a 1-to-1 map. Why wrong: the three Euler-axis directions are not orthogonal (the line of nodes, space-z z z , body-z z z are tilted). You must project — that's where the sin θ \sin\theta sin θ , cos θ \cos\theta cos θ factors come from. Fix: use the ω i ( ϕ ˙ , θ ˙ , ψ ˙ ) \omega_i(\dot\phi,\dot\theta,\dot\psi) ω i ( ϕ ˙ , θ ˙ , ψ ˙ ) formulas above.
Common mistake "Off principal axes Euler's equations still look the same."
Why it feels right: people memorize the boxed form. Why wrong: those equations assume I \mathbf I I diagonal. Off principal axes you keep full I \mathbf I I and L ˙ = I ˙ ω + … \dot{\mathbf L}=\dot{\mathbf I}\boldsymbol\omega+\dots L ˙ = I ˙ ω + … messiness. Fix: always rotate to principal axes first.
Recall Feynman: explain to a 12-year-old
Imagine a spinning top. To say which way it's pointing you need three twists: spin it around like a clock hand (ϕ \phi ϕ ), tip it over (θ \theta θ ), and spin it on its own point (ψ \psi ψ ). Those three "amounts of twist" are the Euler angles .
Now, how does it move? If you're a tiny bug riding ON the top, the top looks the same to you all the time (its weight is always balanced the same way), so the math is simpler for the bug than for someone standing on the ground. Euler's equations are the bug's rulebook. The funny part: even when nobody pushes the top, the bug still feels its spin axis swinging around — that's because the bug's whole world is rotating. That swinging is why a phone tossed spinning the "wrong way" flips itself over.
Mnemonic Remember the equation structure
"I-dot-omega EQUALS torque PLUS the difference-times-the-other-two."
Cyclic order 1 → 2 → 3 → 1 1\to2\to3\to1 1 → 2 → 3 → 1 : the term for axis 1 uses ( I 2 − I 3 ) ω 2 ω 3 (I_2-I_3)\omega_2\omega_3 ( I 2 − I 3 ) ω 2 ω 3 . Mnemonic for the angles: "Pre-Nut-Spin" = P recession ϕ \phi ϕ , N utation θ \theta θ , S pin ψ \psi ψ .
Inertia tensor and principal axes — why we can diagonalize I \mathbf I I .
Angular momentum in rotating frames — the transport theorem.
Lagrangian of the symmetric top — same physics via L ( ϕ , θ , ψ ) L(\phi,\theta,\psi) L ( ϕ , θ , ψ ) .
Gyroscope precession — direct application of the ω × L \boldsymbol\omega\times\mathbf L ω × L term.
Coriolis and centrifugal forces — same rotating-frame derivative idea.
Chandler wobble — Earth's torque-free precession.
How many degrees of freedom does a free rigid body have, and how split? 6 total: 3 translational (CM position) + 3 rotational (orientation, e.g. Euler angles).
Name the three Euler angles and their physical meaning (3-1-3). ϕ \phi ϕ precession (about space-Z),
θ \theta θ nutation (about line of nodes),
ψ \psi ψ spin (about body-z).
Why are Euler's equations written in the body frame, not the space frame? Because in the body frame the inertia tensor is constant (and diagonal on principal axes); in space it changes as the body tumbles.
State the transport theorem. ( d A / d t ) s p a c e = ( d A / d t ) b o d y + ω × A (d\mathbf A/dt)_{space} = (d\mathbf A/dt)_{body} + \boldsymbol\omega\times\mathbf A ( d A / d t ) s p a ce = ( d A / d t ) b o d y + ω × A .
Write Euler's equation for axis 1. I 1 ω ˙ 1 − ( I 2 − I 3 ) ω 2 ω 3 = τ 1 I_1\dot\omega_1 - (I_2-I_3)\omega_2\omega_3 = \tau_1 I 1 ω ˙ 1 − ( I 2 − I 3 ) ω 2 ω 3 = τ 1 .
What are the gyroscopic coupling terms and when do they vanish? The
( I i − I j ) ω j ω k (I_i-I_j)\omega_j\omega_k ( I i − I j ) ω j ω k terms; they vanish for a spherical top (
I 1 = I 2 = I 3 I_1=I_2=I_3 I 1 = I 2 = I 3 ) or when spinning about a single principal axis.
For a torque-free symmetric top, what is ω 3 \omega_3 ω 3 ? Constant, since the third Euler equation gives
I 3 ω ˙ 3 = 0 I_3\dot\omega_3=0 I 3 ω ˙ 3 = 0 .
Free precession rate of a symmetric top in the body frame? Ω = I 3 − I 1 I 1 ω 3 \Omega=\dfrac{I_3-I_1}{I_1}\omega_3 Ω = I 1 I 3 − I 1 ω 3 .
Which principal axis gives unstable rotation (tennis-racket theorem)? The intermediate-moment axis (
I 2 I_2 I 2 when
I 1 < I 2 < I 3 I_1<I_2<I_3 I 1 < I 2 < I 3 ).
Why isn't ( ϕ ˙ , θ ˙ , ψ ˙ ) = ( ω 1 , ω 2 , ω 3 ) (\dot\phi,\dot\theta,\dot\psi)=(\omega_1,\omega_2,\omega_3) ( ϕ ˙ , θ ˙ , ψ ˙ ) = ( ω 1 , ω 2 , ω 3 ) ? The Euler rotation axes are not mutually orthogonal; you must project them onto the body axes (hence
sin θ , cos θ \sin\theta,\cos\theta sin θ , cos θ factors).
Express ω 3 \omega_3 ω 3 in terms of Euler-angle rates (3-1-3). ω 3 = ϕ ˙ cos θ + ψ ˙ \omega_3=\dot\phi\cos\theta+\dot\psi ω 3 = ϕ ˙ cos θ + ψ ˙ .
makes I constant diagonal
Euler angles phi theta psi
Euler's equations of motion
Transport theorem omega cross term
Intuition Hinglish mein samjho
Dekho, rigid body ka motion do hisson mein bat jaata hai: center of mass ka translation (easy, bas Newton lagao) aur rotation (yahin asli khel hai). Orientation batane ke liye humein 3 numbers chahiye — yehi hain Euler angles : ϕ \phi ϕ (precession, ghadi ke kaante ki tarah ghoomna), θ \theta θ (nutation, jhukaana), aur ψ \psi ψ (spin, apni axis pe ghoomna). Inhe yaad rakho "Pre-Nut-Spin".
Ab rotation ka equation kahaan likhein? Agar lab (space) frame mein likho to inertia tensor har pal badalta rehta hai kyunki body tumble kar rahi hai — bahut messy. Isliye hum body frame mein jaate hain, jahan inertia tensor constant aur principal axes pe diagonal hota hai. Lekin body frame khud ghoom raha hai, isliye derivative mein ek extra term aata hai: ω × L \boldsymbol\omega\times\mathbf L ω × L . Yahi transport theorem hai. Isse τ = d L / d t \boldsymbol\tau=d\mathbf L/dt τ = d L / d t ko expand karke Euler's equations milti hain.
Sabse important baat: woh ( I i − I j ) ω j ω k (I_i-I_j)\omega_j\omega_k ( I i − I j ) ω j ω k wale coupling terms. Inki wajah se bina kisi torque ke bhi spin axis ghoom sakti hai — yeh gyroscopic effect hai. Symmetric top (I 1 = I 2 I_1=I_2 I 1 = I 2 ) mein ω 3 \omega_3 ω 3 constant rehta hai aur baaki do components ek circle banate hain — yeh free precession hai (Earth ka Chandler wobble bhi isi family se). Aur ek mazedaar cheez: agar body ko uske intermediate axis (beech wala moment of inertia) ke around spin karao to woh unstable hota hai — apna phone ghuma ke dekho, woh palat jaayega! Yeh "tennis-racket theorem" hai. Exam mein galti ye hoti hai ki log ϕ ˙ , θ ˙ , ψ ˙ \dot\phi,\dot\theta,\dot\psi ϕ ˙ , θ ˙ , ψ ˙ ko hi ω \omega ω ke components maan lete hain — galat, kyunki Euler axes orthogonal nahi hote, project karna padta hai (isliye sin θ , cos θ \sin\theta,\cos\theta sin θ , cos θ aate hain).