This page is the drill floor . The parent preview gave you two master formulas:
Ω = I ω τ (precession rate)
I b ω b + I w ω w = 0 (reaction-wheel conservation)
Here we hit every case those formulas can produce — every sign, every zero, every limit, every word-problem flavour. If you can work all cells below, nothing on an exam can surprise you.
Intuition Two families of problem, one law each
Before any numbers, let us list every kind of situation these formulas can produce. Each worked example below is tagged with the cell it fills.
#
Cell (case class)
What makes it distinct
Example
A
Plain precession
positive torque, fast spin
Ex 1
B
Sign / direction of precession
which way does the tip swing? uses Cross Product
Ex 2 (+figure)
C
Degenerate: torque parallel to L
no precession — spin speeds up instead
Ex 3
D
Limit: ω → 0 (spin dies)
Ω → ∞ , gyro topples
Ex 4
E
Reaction wheel, sign bookkeeping
body one way, wheel the other
Ex 5 (+figure)
F
Wheel saturation limit
max wheel speed caps the turn
Ex 6
G
Real-world word problem
telescope slew through an angle in a time
Ex 7
H
Exam twist: torque + wheel combined
external torque loads a wheel over time
Ex 8
Every numeric answer here is machine-checked in the verify block — but always run the Verify line yourself first.
Worked example Ex 1 · Straightforward precession rate
A sensing gyro has moment of inertia I = 3 × 1 0 − 4 kg⋅m 2 , spins at ω = 1500 rad/s . A tilting torque τ = 6 × 1 0 − 3 N⋅m acts perpendicular to the spin axis. Find the precession rate Ω .
Forecast: Will Ω be larger or smaller than τ itself? Guess before reading.
Step 1 — spin angular momentum L = I ω .
L = ( 3 × 1 0 − 4 ) ( 1500 ) = 0.45 kg⋅m 2 / s
Why this step? Ω measures how fast L 's direction turns; we need the length of L that is being turned, because a longer vector needs a bigger sideways push to swing the same angle.
Step 2 — precession rate Ω = τ / L .
Ω = 0.45 6 × 1 0 − 3 = 0.0133 rad/s
Why this step? Directly from Ω = τ / ( I ω ) . The tiny answer shows how stubborn a fast rotor is — the reference axis drifts only slowly.
Verify: Units: kg⋅m 2 / s N⋅m = kg⋅m 2 / s kg⋅m 2 / s 2 = 1/ s = rad/s ✓. And Ω ≪ ω , as expected for a fast gyro.
The magnitude was easy. The direction is where beginners fall — and it is pure Cross Product .
Definition Right-hand rule for
τ = Ω × L
Point your right-hand fingers along L (the spin axis, chosen by the spin's right-hand rule). Curl them toward τ . Your thumb then points along Ω — the axis the whole spin axis rotates around . The tip of L moves 90° away from the push , in the direction of τ itself.
Worked example Ex 2 · Direction of precession (sign of the swing)
A gyro's spin angular momentum points along + x ^ (axis pointing "East"). Gravity applies a torque along + y ^ ("North"). Which way does the tip of L move, and around which axis does it precess?
Forecast: Does the axis fall toward North, or swing somewhere else entirely?
Step 1 — write the vectors. L = L x ^ , and the torque τ = τ y ^ .
Why this step? The Cross Product only makes sense once the two vectors have explicit directions. We put them on axes so the cross product is mechanical.
Step 2 — apply d L = τ d t .
d L = τ d t y ^
The tip of L (which was on the + x ^ axis) gains a small + y ^ nudge — it moves North , not down.
Why this step? Newton's rotational law says the change in L points along τ . The tip therefore moves in the torque's direction — look at the green arrow in the figure.
Step 3 — find the precession axis Ω .
We need Ω such that τ = Ω × L . With τ = τ y ^ and L = L x ^ , try Ω = Ω ( − z ^ ) :
Ω × L = Ω ( − z ^ ) × L x ^ = − Ω L ( z ^ × x ^ ) = − Ω L y ^
That gives − y ^ , wrong sign. So take Ω = Ω ( + z ^ ) : Ω z ^ × L x ^ = Ω L y ^ = τ ✓.
Why this step? We reverse-engineer the axis by testing candidates against the required τ ; the Cross Product fixes both magnitude and sign uniquely.
Result: The axis precesses counter-clockwise about + z ^ (vertical, viewed from above) , and instantaneously the tip drifts North — perpendicular to the push. The "falls the way you push" intuition is wrong by exactly 90°.
Verify: z ^ × x ^ = y ^ (standard right-handed triad) ✓, so Ω z ^ × L x ^ does equal τ y ^ when Ω L = τ .
Worked example Ex 3 · Torque parallel to
L — no precession at all
Same rotor as Ex 1 (I = 3 × 1 0 − 4 kg⋅m 2 , ω = 1500 rad/s ), but now the 6 × 1 0 − 3 N⋅m torque is applied along the spin axis (parallel to L ). What happens?
Forecast: Does it precess at 0.0133 rad/s like Ex 1, or do something completely different?
Step 1 — decompose. A torque parallel to L has zero perpendicular component , so it cannot rotate L 's direction.
Why this step? Precession comes only from the perpendicular part of τ (the part that pushes the tip sideways). Here that part is zero, so Ω = 0 .
Step 2 — it changes the length instead. τ = I d t d ω , so the spin speeds up :
d t d ω = I τ = 3 × 1 0 − 4 6 × 1 0 − 3 = 20 rad/s 2
Why this step? A parallel torque is just angular acceleration about the same axis — pure Torque and Newton's Second Law for Rotation , no gyroscopic effect.
Result: Ω = 0 ; the rotor simply spins faster at 20 rad/s 2 . This is the degenerate cell the master formula Ω = τ / ( I ω ) silently assumes away (it presumes τ ⊥ L ).
Verify: Units of d ω / d t : kg⋅m 2 N⋅m = kg⋅m 2 kg⋅m 2 / s 2 = s − 2 = rad/s 2 ✓.
Worked example Ex 4 · What happens as
ω → 0 ?
Take the Ex 1 gyro and let its spin decay: compute Ω at ω = 1500 , then 150 , then 15 rad/s , with the same τ = 6 × 1 0 − 3 N⋅m and I = 3 × 1 0 − 4 kg⋅m 2 . What is the trend?
Forecast: As the wheel slows, does the precession get gentler or wilder?
Step 1 — evaluate Ω = τ / ( I ω ) at each spin.
Ω 1500 = ( 3 × 1 0 − 4 ) ( 1500 ) 6 × 1 0 − 3 = 0.0133 rad/s
Ω 150 = ( 3 × 1 0 − 4 ) ( 150 ) 6 × 1 0 − 3 = 0.133 rad/s
Ω 15 = ( 3 × 1 0 − 4 ) ( 15 ) 6 × 1 0 − 3 = 1.33 rad/s
Why this step? ω sits in the denominator , so halving/tenthing the spin multiplies Ω . The precession accelerates as the wheel slows.
Step 2 — take the limit.
lim ω → 0 + Ω = lim ω → 0 + I ω τ = + ∞
Why this step? This is the mathematical face of a real observation: a spinning top holds itself up while fast, but as friction bleeds its spin it wobbles faster and faster , then topples. Formally Ω blows up — physically the "fast gyro" approximation breaks and it just falls.
Result: Slow gyro ⇒ huge, unstable precession. This is exactly why sensing gyros are kept spinning hard .
Verify: The three answers are in ratio 1 : 10 : 100 , matching the 1 : 1/10 : 1/100 ratio of the ω values (inverse proportion) ✓.
Worked example Ex 5 · Body one way, wheel the other
A satellite body (I b = 800 kg⋅m 2 ) is at rest. We spin its reaction wheel (I w = 0.4 kg⋅m 2 ) up to ω w = + 60 rad/s (counter-clockwise, seen from above). What is the body's resulting angular velocity, and which way does it turn?
Forecast: Will the body turn the same way as the wheel or the opposite way — and much slower or much faster?
Step 1 — conservation of total L . Nothing external touches the craft, so:
I b ω b + I w ω w = 0
Why this step? Conservation of Angular Momentum : the isolated system started at rest (L = 0 ) and must stay at L = 0 forever.
Step 2 — solve for ω b .
ω b = − I b I w ω w = − 800 0.4 ( 60 ) = − 0.03 rad/s
Why this step? The minus sign is the whole point: to keep the total zero, the body must carry the opposite angular momentum. Wheel counter-clockwise ⇒ body clockwise.
Result: Body turns clockwise at 0.03 rad/s — the inertia ratio I b / I w = 2000 means the heavy body creeps while the light wheel races. See the figure: opposite curved arrows, wildly different lengths.
Verify: Total: I b ω b + I w ω w = 800 ( − 0.03 ) + 0.4 ( 60 ) = − 24 + 24 = 0 ✓.
Worked example Ex 6 · Maximum turn before the wheel maxes out
The Ex 5 wheel (I w = 0.4 kg⋅m 2 , body I b = 800 kg⋅m 2 ) can spin at most ω w , m a x = 6000 rad/s before it saturates . Starting from rest, what is the fastest body rotation rate it can produce in a single push?
Forecast: Is the top body rate a big number or a frustratingly small one?
Step 1 — apply conservation at the saturation point.
∣ ω b , m a x ∣ = I b I w ω w , m a x = 800 0.4 ( 6000 ) = 3 rad/s
Why this step? The wheel cannot store more angular momentum past ω w , m a x ; that momentum ceiling caps how much the body can carry.
Step 2 — read the physical limit. Beyond this, the wheel is saturated : you must fire thrusters or magnetorquers to bleed off its momentum (desaturation ) before you can push further.
Why this step? This is the real engineering constraint hidden in the Conservation of Angular Momentum budget — reaction wheels store momentum, they don't create it endlessly.
Result: Max sustainable body rate from one spin-up is 3 rad/s ; to slew more, desaturate first.
Verify: 800 0.4 × 6000 = 0.0005 × 6000 = 3 ✓.
Worked example Ex 7 · Slew a space telescope through 90° in 5 minutes
A telescope body has I b = 1200 kg⋅m 2 . To repoint, it must rotate through θ = 9 0 ∘ = 2 π rad and it must start and stop at rest (so it accelerates for half the time, decelerates for the other half). Total time T = 300 s . Its wheel has I w = 0.5 kg⋅m 2 . Find (a) the peak body rate, (b) the wheel speed at that moment.
Forecast: With a "spin up then spin down" profile, is the peak body rate bigger or smaller than the simple average θ / T ?
Step 1 — geometry of a symmetric slew. Angle = area under the (triangular) angular-velocity vs time graph. A triangle of base T and peak height ω b , pk has area 2 1 T ω b , pk . Set equal to θ :
θ = 2 1 T ω b , pk ⇒ ω b , pk = T 2 θ = 300 2 ( π /2 ) = 300 π ≈ 0.01047 rad/s
Why this step? Accelerate-then-decelerate is a triangular speed profile; the peak is twice the average because half the time is spent below it.
Step 2 — wheel speed at peak body rate. Conservation (from rest):
ω w , pk = − I w I b ω b , pk = − 0.5 1200 ( 0.01047 ) = − 25.13 rad/s
Why this step? At every instant Conservation of Angular Momentum holds; the wheel must carry the opposite momentum to whatever the body has right now .
Result: Peak body rate ≈ 0.0105 rad/s ; wheel must reach ≈ − 25.1 rad/s (opposite sense) at mid-slew, then reverse to brake the body.
Verify: Average rate θ / T = ( π /2 ) /300 ≈ 0.00524 rad/s ; peak = 2 × that ≈ 0.01047 ✓. And 0.5 1200 = 2400 , times 0.01047 ≈ 25.13 ✓.
Worked example Ex 8 · Combined — a disturbance torque saturates the wheel over time
A satellite body is held fixed in orientation (pointing at a star). A steady disturbance torque τ d = 2 × 1 0 − 4 N⋅m (e.g. solar-radiation pressure) acts on the body. The reaction wheel (I w = 0.5 kg⋅m 2 , saturates at 6000 rad/s ) must absorb all of it. Starting from a stationary wheel, how long until the wheel saturates?
Forecast: A tiny torque — will saturation take minutes, hours, or days?
Step 1 — the wheel absorbs the disturbance's angular momentum. To keep the body still, the wheel's angular momentum must change at exactly the rate the disturbance would otherwise change the body's:
τ d = I w d t d ω w ⇒ d t d ω w = I w τ d = 0.5 2 × 1 0 − 4 = 4 × 1 0 − 4 rad/s 2
Why this step? By Torque and Newton's Second Law for Rotation the wheel's spin rises steadily to soak up the incoming momentum — this is the wheel "winding up."
Step 2 — time to reach saturation.
t sat = d ω w / d t ω w , m a x = 4 × 1 0 − 4 6000 = 1.5 × 1 0 7 s
Why this step? Constant angular acceleration ⇒ time = final speed ÷ acceleration.
Step 3 — put it in human units.
1.5 × 1 0 7 s × 86400 s 1 day ≈ 173.6 days
Why this step? An exam wants the "so what" — the answer is a real operations schedule: desaturate roughly every ~6 months for this disturbance.
Result: ~1.5 × 1 0 7 s ≈ 174 days until the wheel saturates; a thruster/magnetorquer desaturation must happen before then.
Verify: 4 × 1 0 − 4 6000 = 6000 × 2500 = 1.5 × 1 0 7 s; 86400 1.5 × 1 0 7 ≈ 173.6 days ✓.
Recall Predict each answer, then reveal
Torque parallel to the spin axis causes what? ::: No precession; the spin just speeds/slows (τ = I d ω / d t ).
As ω → 0 , what happens to Ω = τ / ( I ω ) ? ::: It blows up to + ∞ — the gyro wobbles faster and topples.
Wheel spun counter-clockwise, which way does the body turn? ::: Clockwise (opposite), by conservation.
Why is peak slew rate twice the average? ::: A triangular accelerate-then-decelerate profile peaks at 2 θ / T .
What limits how far a reaction wheel can slew a craft? ::: Saturation — the wheel's max speed caps stored momentum; then you desaturate.
Mnemonic The whole matrix in four hooks
Perpendicular push ⇒ sideways swing (precession, Ex 1–2).
Parallel push ⇒ speed change (degenerate, Ex 3).
Slower spin ⇒ wilder wobble (limit, Ex 4).
Wheel one way ⇒ ship the other, until it saturates (Ex 5–8).