Intuition What this page is for
The parent note built the two laws: Newton for sliding (translation) and Euler for twisting
(rotation). Here we stress-test them against every kind of situation a rocket can hand you —
every sign, every zero, every degenerate shape, plus a word problem and an exam twist.
Read the scenario matrix first, then work each example. By the end you should never meet a
case you have not already seen solved.
Before anything: the symbols we reuse, in plain words.
Definition The cast of symbols (all defined once, here)
m — the rocket's mass (how much stuff), in kilograms.
v = ( u , v , w ) — velocity of the center of mass (the balance point) written in body
axes : u = forward speed, v = sideways speed, w = up/down speed. Units m/s.
ω = ( p , q , r ) — how fast the rocket twists : p = roll (barrel-roll like a log),
q = pitch (nose up/down), r = yaw (nose left/right). Units rad/s.
F = ( F x , F y , F z ) — total external force (push), in newtons.
M = ( M x , M y , M z ) — total external moment/torque (twisting effort), in N·m.
I x , I y , I z — the moments of inertia about the three body axes: "how hard is it to get
this axis spinning". Units kg·m². Built in Inertia tensor and principal axes .
I t — the transverse moment of inertia of an axisymmetric body: when the two "side" axes
are identical we write I y = I z = I t (one shared number instead of two). Units kg·m².
ℓ — a lever arm : the perpendicular distance from the center of mass to the line of a
force. Multiplying a force by its lever arm gives a moment, M = F ℓ . Units metres.
The symbol × is the cross product — it takes two arrows and returns a third arrow
perpendicular to both, whose length is "how much they fail to be parallel".
The two master equations we will apply again and again (from the parent ):
Each row is one class of situation. The last column names the worked example that hits it.
#
Case class
What makes it special
Covered by
A
Zero rotation (ω = 0 )
all cross terms vanish → plain 1D Newton
Ex 1
B
Pure turn, constant body speed
v ˙ = 0 but real acceleration exists
Ex 2
C
Sign of a coupling term (q r > 0 vs < 0 )
which way the gyroscopic torque points
Ex 3
D
Symmetric spinner (I y = I z )
steady coning, oscillation frequency
Ex 4
E
Fully asymmetric, torque-free (I x = I y = I z )
intermediate-axis instability
Ex 5
F
Degenerate inertia (sphere I x = I y = I z )
all coupling dies, ω ˙ from torque only
Ex 6
G
Decoupled single-axis maneuver
one moment, clean angular accel
Ex 7
H
Word problem (real thruster + gravity)
build F , M from a story
Ex 8
I
Limiting / exam twist (mass → variable)
why naive d ( m v ) / d t is wrong
Ex 9
Worked example Vertical climb, no spin
A rocket rises straight up. Body-x points up. Thrust T = 30 , 000 N up, weight
m g with m = 2000 kg, g = 9.8 m/s². No rotation: p = q = r = 0 , and v = w = 0 .
Find the forward acceleration u ˙ .
Forecast: guess before reading — should the answer just be ( T − m g ) / m ? Why or why not?
Write Newton-x : F x = m ( u ˙ + q w − r v ) .
Why this step? It is the only equation containing u ˙ , our unknown.
Set q = r = 0 : the terms q w and r v die, leaving F x = m u ˙ .
Why this step? With no rotation there is no transport correction — the body frame and
inertial frame agree on acceleration.
The net force is F x = T − m g = 30000 − 2000 ( 9.8 ) = 10400 N.
Why this step? Both forces act along body-x ; up is positive, weight is negative, so we
just add the two vertical forces with their signs.
Solve: u ˙ = F x / m = 10400/2000 = 5.2 m/s².
Why this step? Divide the net force by mass — the final rearrangement of F x = m u ˙ .
Verify: units N / kg = m/s 2 ✓. If T = m g = 19600 N then u ˙ = 0
(hovering) — matches intuition. This is the "floor" every richer case must reduce to.
Worked example Coordinated turn — acceleration hiding in plain sight
A rocket cruises with constant body velocity u = 200 m/s, v = w = 0 , while yawing at a steady
r = 0.1 rad/s (p = q = 0 ). Body speed feels constant. Mass m = 1500 kg.
Find the sideways force F y needed, and the true inertial acceleration.
Forecast: with v ˙ = 0 , is F y zero? (It is not — that is the whole lesson.)
Newton-y : F y = m ( v ˙ + r u − pw ) .
Why this step? The sideways force lives here; the term r u is the transport correction.
Constant body velocity → v ˙ = 0 . With p = 0 : F y = m r u .
Why this step? Even though the numbers u , v , w don't change, the velocity arrow is
being swung around by the yaw — its inertial direction changes, so there is real acceleration.
Plug in: F y = 1500 × 0.1 × 200 = 30000 N.
Why this step? Substitute the given numbers into F y = m r u to get the required force.
The inertial acceleration magnitude is a = F y / m = r u = 20 m/s².
Why this step? This is exactly centripetal acceleration v 2 / R with R = u / r = 2000 m:
u 2 / R = 20 0 2 /2000 = 20 m/s² ✓.
Look at the figure below. The gray dashed curve is the flight arc of radius R = 2000 m. The
blue arrow is the velocity v , tangent to the arc — its length (200 m/s) never changes, but
the green curved arrow (the yaw r ) keeps swinging its direction . The orange arrow is the force
F y = 30000 N pointing toward the turn center: that force is the only thing bending the straight
flight into a circle. So a "constant speed" turn still demands a real sideways push.
Verify: the two routes to a (transport term r u and centripetal u 2 / R ) agree at 20 m/s².
Units of F y : kg·(rad/s)·(m/s) = kg·m/s² = N ✓ (radians are dimensionless).
Worked example Which way does the gyroscopic torque push?
A rocket spins with roll p = 5 rad/s and yaw r = 2 rad/s, pitch q = 0 at this instant.
Inertias: I x = 10 , I y = 20 , I z = 40 kg·m². No applied moments (M = 0 ).
Find the pitch acceleration q ˙ and its sign .
Forecast: with zero pitch and zero torque, will the nose stay put? Guess the sign of q ˙ .
Euler-y : M y = I y q ˙ + ( I x − I z ) r p . Set M y = 0 .
Why this step? We want q ˙ ; the coupling term ( I x − I z ) r p decides its sign.
Solve: q ˙ = − I y ( I x − I z ) r p = − 20 ( 10 − 40 ) ( 2 ) ( 5 ) .
Why this step? Rearranging Euler-y ; the sign of ( I x − I z ) times r p is what we read.
Evaluate the sign pieces: ( I x − I z ) = − 30 (negative), r p = 10 (positive). Product of the
minus in front with a negative bracket gives a positive q ˙ .
Why this step? Track signs before crunching the number, so the physics (nose pitches which
way) is clear rather than buried in arithmetic.
Number: q ˙ = − 20 − 30 ( 10 ) = + 15 rad/s².
Why this step? A body spinning about two axes at once develops a third twist for free —
that is the gyroscopic coupling .
Verify: flip the yaw sign to r = − 2 : then r p = − 10 and q ˙ = − 20 − 30 ( − 10 ) = − 15
rad/s² — same size, opposite sign, as the symmetry of the formula demands ✓.
Worked example Sounding rocket coning frequency
A spin-stabilized rocket is axisymmetric : I y = I z = I t = 30 kg·m², spin inertia
I x = 6 kg·m². It spins at p 0 = 20 rad/s, torque-free. A small disturbance gives it
transverse rates. Find the coning (nutation) frequency.
Forecast: will the transverse wobble grow, decay, or oscillate forever?
Euler-x : I x p ˙ = 0 ⇒ p = p 0 constant.
Why this step? With I y = I z the x -coupling term ( I z − I y ) q r = 0 ; spin rate is locked.
Euler-y , z : I t q ˙ = ( I x − I t ) r p 0 and I t r ˙ = − ( I x − I t ) q p 0 .
Why this step? Substituting the symmetric inertias; note q and r feed into each other.
Define λ = I t I x − I t p 0 = 30 6 − 30 ( 20 ) = − 16 rad/s. Then
q ˙ = λ r , r ˙ = − λ q ⇒ q ¨ = − λ 2 q .
Why this step? Two first-order coupled equations combine into one oscillator equation —
the signature of circular motion of the vector ( q , r ) .
The coning frequency is ∣ λ ∣ = 16 rad/s (about 2.5 Hz).
Why this step? q ¨ = − λ 2 q is the equation of a spring; its frequency is ∣ λ ∣ .
Look at the figure below. The blue and orange curves are the two transverse rates q ( t ) and
r ( t ) . Notice they are a cosine and a (negative) sine — a quarter-cycle apart — so as one rises the
other falls: the pair chases itself around in a circle. Crucially the curves neither grow nor shrink;
they stay bounded between ± 1 . The green dashed line marks one full period 2 π /∣ λ ∣ ≈ 0.39 s. That bounded, repeating wobble is exactly what makes spin stabilization safe.
Verify: the wobble neither grows nor decays — it is bounded oscillation, exactly why
spin stabilization works. Units: (kg·m²/kg·m²)(rad/s)
= rad/s ✓.
Worked example Tumbling about the middle axis
A body has three different inertias I x = 2 < I y = 5 < I z = 9 kg·m² (all distinct).
It spins almost purely about the intermediate axis y : q = 10 rad/s, tiny
p = r = 0.01 rad/s. Torque-free. Find whether small p , r grow or stay small.
Forecast: which axis is unstable — smallest, middle, or largest?
Euler-x : I x p ˙ = ( I y − I z ) q r , Euler-z : I z r ˙ = ( I x − I y ) pq (with q ≈ const).
Why this step? We linearize about the big spin q ; p , r are the small deviations.
Differentiate Euler-x and substitute Euler-z :
p ¨ = I x ( I y − I z ) q r ˙ = I x I z ( I y − I z ) ( I x − I y ) q 2 p .
Why this step? We want a single equation in p to read off growth vs oscillation.
Compute the coefficient k = I x I z ( I y − I z ) ( I x − I y ) q 2 = 2 ⋅ 9 ( 5 − 9 ) ( 2 − 5 ) ( 100 ) = 18 ( − 4 ) ( − 3 ) ( 100 ) = 18 12 ( 100 ) = 3 200 ≈ 66.7 .
Why this step? The sign of k decides everything: k > 0 means p ¨ = + k p →
exponential blow-up.
Since k > 0 , p grows like e k t — the spin is unstable . The body flips.
Why this step? Spinning about the middle axis always gives one negative and one positive
bracket, whose product is positive → instability.
Verify: repeat with the largest axis z as spin axis (r large): the two brackets become
( I z − I x ) ( I y − I z ) -type with opposite signs, giving k < 0 → oscillation → stable. This is the
Dzhanibekov effect / intermediate axis theorem . Growth rate k = 200/3 ≈ 8.16 /s ✓.
Worked example A ball-shaped satellite
A satellite is a uniform sphere: I x = I y = I z = I = 12 kg·m². A torque M z = 3 N·m is
applied about z while it already spins p = 4 , q = 5 rad/s. Find r ˙ .
Forecast: do the p , q spins produce any coupling torque about z ? Guess yes/no.
Euler-z : M z = I z r ˙ + ( I y − I x ) pq .
Why this step? All three inertias appear; watch the coupling bracket.
Since I x = I y , the bracket ( I y − I x ) = 0 ; the coupling term vanishes entirely.
Why this step? A sphere has no "hard" or "easy" spin axis, so no gyroscopic coupling ever.
Thus M z = I r ˙ ⇒ r ˙ = M z / I = 3/12 = 0.25 rad/s².
Why this step? Rotation now behaves exactly like translation: torque = inertia × angular accel.
Verify: every Euler equation for a sphere reduces to M i = I ω ˙ i — three
independent scalar laws, no cross-talk. Units: N·m / kg·m² = 1/s² = rad/s² ✓.
Worked example Clean pitch-up with a nose thruster
A rocket at rest in rotation (p = q = r = 0 ) fires a side thruster of force F = 800 N at
lever arm ℓ = 3 m ahead of the CoM, producing a pure pitch moment. I y = 500 kg·m².
Find the pitch acceleration q ˙ and the pitch rate after a t = 2 s burn.
Forecast: does the roll/yaw state matter here? (It won't — that is why we chose p = r = 0 .)
Moment about pitch axis: M y = F ℓ = 800 × 3 = 2400 N·m.
Why this step? Force times lever arm = torque; this is the drive term.
Euler-y : M y = I y q ˙ + ( I x − I z ) r p . With r = p = 0 the coupling dies.
Why this step? Starting non-spinning means the maneuver decouples into one clean axis.
q ˙ = M y / I y = 2400/500 = 4.8 rad/s².
Why this step? Divide torque by inertia — the final rearrangement of M y = I y q ˙ .
After the burn: q = q ˙ t = 4.8 × 2 = 9.6 rad/s.
Why this step? Because the thruster force, lever arm and inertia are all constant during
the burn, q ˙ is constant, and a constant rate of change integrates simply to
q = q ˙ t (rate × time), exactly like distance = speed × time.
Verify: units N·m / kg·m² = rad/s² ✓ for q ˙ , then rad/s² · s = rad/s ✓ for q = 9.6
rad/s. Sanity check: if the burn lasted only t = 0 s the pitch rate would be 0 , and it grows
linearly with burn time — as expected for constant acceleration. If the rocket had been rolling
(p = 0 ), Case C shows a cross term would sneak in — hence the "start from rest" trick.
Worked example Gravity turn with an off-axis thruster
A rocket (m = 1000 kg, I z = 400 kg·m²) flies horizontally: body-x forward at u = 150
m/s, v = w = 0 , and it is yawing at r = 0.2 rad/s (p = q = 0 ). A gimballed engine gives
thrust T = 12 , 000 N along body-x , plus a small yaw-control side force F s = 500 N at
lever arm ℓ = 4 m behind the CoM. Gravity acts down (body-z points down here) at m g , g = 9.8 .
Find (a) forward accel u ˙ , (b) sideways accel v ˙ , (c) yaw accel r ˙ .
Forecast: which of the three answers is not simply force/mass? (Guess before step 1.)
Forward: F x = T = 12000 N. Newton-x : F x = m ( u ˙ + q w − r v ) , and q = v = 0 so
u ˙ = F x / m = 12000/1000 = 12 m/s².
Why this step? No transport term survives on x here (needs q or v ).
Sideways: the side force F y = F s = 500 N. Newton-y : F y = m ( v ˙ + r u − pw ) ,
with p = 0 : v ˙ = F y / m − r u = 500/1000 − ( 0.2 ) ( 150 ) = 0.5 − 30 = − 29.5 m/s².
Why this step? This is the non-trivial one — the yaw swings the velocity arrow, adding a
big transport term − r u that dwarfs the thruster's direct contribution. We isolate v ˙ by
moving that transport term to the right-hand side.
Yaw: moment M z = F s ℓ = 500 × 4 = 2000 N·m. Euler-z :
M z = I z r ˙ + ( I y − I x ) pq , with p = q = 0 : r ˙ = M z / I z = 2000/400 = 5 rad/s².
Why this step? Rotation decouples because p = q = 0 ; only the drive term M z survives, so the
promised yaw acceleration comes straight from moment over inertia.
Verify: (a) u ˙ = 12 m/s², (b) v ˙ = − 29.5 m/s², (c) r ˙ = 5 rad/s². The sign of
v ˙ is negative: even though the thruster pushes + y , the turn's centripetal demand pulls the
body sideways faster the other way — a real coordinated-turn effect. Units all m/s² and rad/s² ✓.
Worked example Why the naive
d t d ( m v ) blows up
A rocket burns propellant: m ˙ = − 20 kg/s, current m = 800 kg, exhaust speed relative to
the rocket u e = 2500 m/s. It flies straight, ω = 0 , no gravity, u = 400 m/s.
A student writes F = d t d ( m u ) = m u ˙ + m ˙ u and sets the only force to zero.
Find the correct u ˙ and expose the error.
Forecast: the student concludes u ˙ = − m ˙ u / m . Is that the real acceleration?
Correct physics (Meshchersky ):
F e x t + m ˙ u e , rel = m u ˙ . Treat thrust T = − m ˙ u e as an external force.
Why this step? The ejected gas carries momentum; you cannot lump m ˙ u into d t d ( m v )
and call it Newton — the reference momentum is the gas's, not the rocket's.
Thrust: T = − m ˙ u e = − ( − 20 ) ( 2500 ) = 50 , 000 N (forward).
Why this step? Mass leaves (m ˙ < 0 ) rearward, so thrust is forward and positive.
No other external force, so m u ˙ = T ⇒ u ˙ = 50000/800 = 62.5 m/s².
Why this step? The clean constant-mass Newton form with thrust as an external force.
The student's wrong answer: u ˙ wrong = − m ˙ u / m = − ( − 20 ) ( 400 ) /800 = 10 m/s²
— off by more than a factor of six, and it uses flight speed u instead of exhaust speed u e .
Why this step? The trap replaces the exhaust momentum with the vehicle momentum.
Verify: correct u ˙ = 62.5 m/s² vs naive 10 m/s². The ratio of the missing physics is
u e / u = 2500/400 = 6.25 , exactly the discrepancy — proof the error is the swapped velocity ✓.
Units: N/kg = m/s² ✓.
Recall One-line summary of every case
Case A ::: no spin → plain F = ma .
Case B ::: constant body speed but turning → real accel from the ω × v term.
Case C ::: sign of ( I x − I z ) r p sets which way the gyroscopic torque points.
Case D ::: symmetric spinner → bounded coning at frequency ∣ λ ∣ = I t ∣ I x − I t ∣ p 0 .
Case E ::: intermediate-axis spin → coefficient k > 0 → exponential flip.
Case F ::: sphere → all coupling zero → three independent M i = I ω ˙ i .
Case G ::: start from rest → single-axis maneuver decouples cleanly.
Case H ::: word problem → build F , M , watch the transport term dominate v ˙ .
Case I ::: variable mass → thrust is an external force − m ˙ u e , never d t d ( m v ) .
"Zero kills the cross, spin wakes the coupling." If a rate is zero, its cross terms vanish
(Cases A, G). If inertias tie, coupling vanishes (Cases D on spin axis, F). Otherwise the
ω × terms are alive and must be carried.
In Ex 2, why is F y nonzero even though v ˙ = 0 ? The yaw rate r swings the velocity arrow, so the transport term r u gives real inertial (centripetal) acceleration r u = u 2 / R .
Which spin axis is unstable for a fully asymmetric body? The intermediate (middle) axis — the coupling coefficient k becomes positive, giving exponential growth (Dzhanibekov effect).
For a perfect sphere, what happens to Euler's coupling terms? They all vanish since I x = I y = I z , leaving three independent scalar laws M i = I ω ˙ i .
Why is the naive d t d ( m v ) wrong for a burning rocket? It replaces the exhaust momentum with vehicle momentum; the correct thrust is the external force − m ˙ u e (Meshchersky).