Intuition The one core idea
A spacecraft in space has nothing to push against, so to control which way it faces it must play with one hidden quantity: angular momentum — the "amount of spin" it carries. Every symbol on the parent page (Attitude control modes — spin stabilization, 3-axis active ) exists to describe, store, exchange, or resist that spin.
This page builds every symbol the parent note uses, starting from a reader who has never seen a letter with a little overbar-arrow on it. We go in order: each idea uses only ideas already built.
Before any physics, three pieces of notation appear everywhere. Let's earn them.
Definition The overbar arrow on top:
A
A letter with a little arrow drawn over it, like A , is a vector : a quantity that has both a size and a direction . Plain A (no arrow) is just a number (a "scalar") — size only.
Picture: a plain number is a mark on a ruler; a vector is an arrow drawn in space — how long it is = the size, where it points = the direction.
Why we need it: "the spacecraft spins" is useless until we say how fast and about which axis in space . That is exactly one arrow.
Definition The dot on top:
A ˙ and A ¨
A dot means "how fast this is changing each second " (the rate of change, i.e. the derivative in time). Two dots = "how fast the change itself is changing" (the acceleration of that quantity).
Picture: if A is a car's position, A ˙ is its speedometer, and A ¨ is how hard you're pressing the gas or brake.
Why: attitude control is all about changing orientation over time, so we constantly ask "how fast is this angle moving?" — that is θ ˙ .
Definition The magnitude bars:
∣ A ∣
Wrapping a vector in upright bars, ∣ A ∣ , means "just its length " — throw away the direction, keep only the size (a plain number). We also write it as the same letter with no arrow, so ∣ A ∣ = A .
Picture: measure the arrow with a ruler and read off one number; that number is ∣ A ∣ .
Why: many physics formulas care only about how big something is (how fast, how strong), not which way — those use magnitudes.
Mnemonic Reading the decorations
Arrow = where (direction). Bars ∣ ⋅ ∣ = how big (length only). Dot = when/how-fast (per second). A bold upright letter like I is not an ordinary number — it is a "machine" that eats one vector and returns another (fully built in §5; just recognise the bold font for now).
Several arrows below (ω , τ , and the cross product) point along an axis , and we need an unambiguous rule for which way along that axis. That rule is always the same:
θ (theta) — an angle / orientation error
θ is an angle : how far something has turned away from where we want it, measured in radians (a full circle = 2 π radians ≈ 6.283 ; a right angle = π /2 ≈ 1.571 ).
Picture: the gap between where the antenna points and where we want it to point — a little pie-slice wedge.
Why: "attitude" (orientation) is described by angles. Control means driving the error angle θ to zero.
Figure s01 — the pointing-error angle.
Look at figure s01: the pale-yellow arrow is the direction we want; the pink arrow is where we actually point; the wedge between them is θ . When θ = 0 the two arrows lie on top of each other — mission accomplished.
θ ˙ then means "how fast that wedge is opening or closing," and θ ¨ means "how fast that rate itself is changing" — you will meet both in the PID law.
Turning has a speed (how fast) and an axis (about which line). One arrow captures both.
ω (omega) — angular velocity
ω is the spin arrow . Its length ∣ ω ∣ = how fast you turn (radians per second); its direction = the axis you turn about, pointed by the right-hand rule (§0b).
Right-hand rule picture: curl your right fingers the way the body turns; your thumb points along ω .
Why an arrow and not just a number? Because "spinning" needs an axis. A frisbee and a drill turn at the same rate but about totally different lines — different ω .
Figure s02 — the spin arrow from the right-hand rule.
In figure s02 the disc turns counter-clockwise, so by the right-hand rule ω (chalk-blue) sticks up out of the disc. Spin the other way and the arrow flips to point down. (The special case where the whole craft spins fast about one axis gets its own name, ω s , once we reach §7.)
Intuition Why "opposite/adjacent"-style ratios never appear here
We don't need trigonometry to define spin — spin is naturally an arrow, so we describe it with arrows and their sizes. Trig only reappears later if you resolve that arrow into components; for the parent page we stay with whole arrows.
To change spin you need a twisting push. That is torque.
τ (tau) — torque
τ is the twisting effort applied to a body: a force applied at a distance from the axis, times that distance, pointed along the axis it twists about (right-hand rule , §0b).
Picture: pushing a door far from its hinge (big torque) vs. right next to the hinge (tiny torque). Same force, different twist.
Units: newton-metres (N⋅m ).
Why: torque is the only way to change angular momentum. Every disturbance and every actuator on the parent page is described by some τ .
Definition The subscript "ext":
τ ext
The little label ext is short for "external " — a torque that comes from outside the spacecraft (a thruster puff, air drag, sunlight pressure), as opposed to internal twists the craft makes on its own parts (like a reaction wheel pushing against the body).
Why it matters: only external torque can change the whole craft's stored spin. Internal twists just shuffle spin between parts. So the master law below is written τ ext on purpose.
Shorthand: when the context already makes clear that all the torque acting is external (as in Euler's equation, §6), we drop the label and write plain τ — it means the same total external twist, just less cluttered.
Recall Which push turns you, which doesn't?
A force aimed straight through the spin axis produces zero torque — why? ::: Because torque = force × lever arm distance from the axis ; a force through the axis has zero lever arm, so it can only shove, never twist.
L — angular momentum
L is the amount of spin stored in a body: roughly "how hard it is to stop this rotation." Bigger for heavier bodies, faster spins, and mass spread farther from the axis.
Picture: a lazy merry-go-round packed with people spinning fast has huge L — you cannot stop it by grabbing the rail. An empty one, barely turning, has tiny L .
Why it is central: nothing can change L except an external torque. Written as a law (using the "ext" label from §3):
τ ext = L ˙ ( “external twist = rate of change of stored spin” ) .
This single sentence is the engine of both control modes:
Spin stabilization: make L huge, so a small disturbance torque τ ext barely moves it. Stiff.
3-axis active: deliberately create torques with actuators to change L on demand.
L is just ω with extra letters"
Why it feels right: both describe spinning. Truth: ω is how fast you turn; L is how much effort is locked into that turn. A light pencil and a heavy flywheel can share the same ω but have wildly different L . The link between them is the machine in §5.
Here is why we need a machine , not just a number.
Intuition Why one number isn't enough
For a lopsided body, spinning it about a fat direction stores more angular momentum than spinning it (equally fast) about a thin direction. So the number connecting ω to L depends on the axis . A single scalar can't do that; we need something that can respond differently in different directions — a tensor (think: a direction-aware multiplier).
I — moment-of-inertia tensor
I is the machine (a bold-font object, not a plain number) that turns the spin arrow into the stored-spin arrow:
L = I ω .
It measures "how spread out the mass is" about each axis. Along special directions called principal axes , feeding in ω gives back L pointing the same way , just scaled — those scale factors are the three numbers I 1 , I 2 , I 3 (written I = diag ( I 1 , I 2 , I 3 ) ). The plain italic I (no bold) is one of those single numbers.
Picture: a flat frisbee resists spin about its flat face far more than about a spoke — different I for different axes.
Why the parent needs it: the stability rule ("spin about I m a x ") and the Euler equations are entirely about how these three numbers compare. See Moment of inertia tensor & principal axes .
Figure s03 — same spin, different axis, different stored spin.
Figure s03 shows the same disc spun two ways: about the fat flat axis (big I , long stored-spin arrow) versus a thin edge axis (small I , short arrow) — same ∣ ω ∣ , different ∣ L ∣ . That difference is the whole plot.
Recall When do
L and ω point the same way?
Only when you spin about a principal axis ; otherwise I tilts L off the spin axis, which is the seed of wobble.
The rotation law contains the term ω × ( I ω ) . What does the "× " mean?
a × b — the cross product
The cross product of two arrows is a new arrow, perpendicular to both , whose length is largest when the two are at right angles and zero when they're parallel . Its direction is set by the right-hand rule (§0b): sweep your right fingers from a toward b ; your thumb is a × b .
Why it appears: when a body spins, its own axis is being carried around in a circle. The sideways nudge that produces is exactly a cross product. It answers: "as the frame turns, which way does the stored spin get swung?"
Now we can finally write the equation those symbols live in. Starting from τ ext = L ˙ (§4) and rewriting the rate of change in the body's own spinning frame gives Euler's rotational equation of motion . Because every torque here is external, we drop the "ext" label (§3) and write plain τ :
τ = I ω ˙ + ω × ( I ω ) .
Read it in plain words: the applied twist τ does two jobs — the first term I ω ˙ speeds the spin up or slows it down, and the second term ω × ( I ω ) is the free sideways swing the spinning frame adds all by itself. Full derivation lives in Euler's rotational equations of motion ; here we just want every symbol in it to now be readable.
Intuition Why "zero when parallel" matters for stability
If you spin exactly about a principal axis, ω and I ω = L are parallel, so the term ω × ( I ω ) = 0 — no self-twist, clean spin. Tilt slightly and that term wakes up, swinging L around: that is the gyroscopic coupling the parent both uses (spin stiffness) and fights (3-axis). See Gyroscopic precession .
d t d A — the time derivative
This symbol means "the instantaneous rate at which A is changing, right now, per second." It's the same idea as the dot (A ˙ ), written out longhand.
Picture: freeze two snapshots a hair apart in time, subtract the arrows, divide by the tiny time gap — the leftover little arrow is the derivative.
Why: Newton's rotational law τ = d L / d t is a statement about a rate of change. Precession, wheel spin-up, and PID damping are all "rates."
First, name the "fattest" axis explicitly, because the stability rule leans on it.
I m a x — the largest principal moment
Of the three principal numbers I 1 , I 2 , I 3 from §5, I m a x is simply the biggest of them:
I m a x = max ( I 1 , I 2 , I 3 ) .
Picture: the "fattest / most spread-out" axis — the flat-frisbee spin, where mass sits farthest from the axis. (Likewise I m i n would be the smallest, the thin pencil-length axis.)
Why: the stability rule is a comparison of the three, and "spin about I m a x " only means something once I m a x is defined.
T — rotational kinetic energy (principal-axis case)
T is the energy stored in the spinning . When the body spins about one of its principal axes — so L and ω are parallel and the single number I acts like an ordinary multiplier — it simplifies to
T = 2 I L 2 ( principal-axis spin only ) ,
where L = ∣ L ∣ is the length (magnitude, §0) of the stored-spin arrow, and I is the single scalar principal moment (§5) for the axis being spun about — both are plain numbers here, not arrows or the bold machine.
Read it: same stored spin L , bigger I ⇒ smaller T . So spinning about the fattest (I m a x ) axis is the lowest-energy way to hold a given L .
Caveat (why the caveat matters): off a principal axis, L and ω are not parallel, I can no longer be treated as a single number, and the tidy L 2 /2 I no longer holds — you'd need the full tensor form. We only use the simple version for spins about a principal axis.
Why the parent needs it: real craft leak energy (fuel slosh, flexing). Nature slides to lowest energy, so the only stable spin is the I m a x axis. That single line is the Explorer-1 lesson. See Explorer 1 flat-spin anomaly .
Recall Why does energy decide stability but
L doesn't?
Because disturbances conserve L but dissipate T — so the body drifts toward the min-T (I m a x ) orientation, and any other spin axis is a hill it will eventually roll off.
Newton law tau = dL by dt
Euler rotational equation
Mode 1 spin stabilization
Cover the right side and answer out loud; reveal to check.
What does an arrow drawn over a letter (A ) tell you that a plain letter doesn't? It carries a direction , not just a size.
What do the upright bars ∣ A ∣ mean? Just the length (magnitude) of the vector — a plain number, direction discarded.
What does a single dot (A ˙ ) mean? The rate of change per second of A (its time derivative).
State the right-hand rule in one sentence. Curl right-hand fingers with the turning; the thumb points along the axis arrow.
In one phrase, what is ω ? The spin arrow — length = turn rate, direction = spin axis (right-hand rule).
Why is torque τ an arrow and not a number? It has a magnitude and the axis it twists about.
What does the subscript "ext" on τ ext mean, and why does it matter? External torque (from outside the craft) — only it can change the whole body's stored spin.
State the master law linking torque and angular momentum. τ ext = L ˙ — only external torque changes stored spin.
Why must I (bold) be a tensor rather than a scalar? Because how much spin a body stores depends on the axis you spin it about.
Write Euler's rotational equation and say what each term does. τ = I ω ˙ + ω × ( I ω ) — first term speeds/slows spin, second is the free gyroscopic swing.
When is the cross product ω × ( I ω ) zero? When
ω and
I ω are
parallel — i.e. spinning exactly about a principal axis.
What is I m a x ? The largest of the three principal moments, max ( I 1 , I 2 , I 3 ) — the fattest axis.
In T = L 2 / ( 2 I ) , what exactly are L and I ? L = ∣ L ∣ is the length of the stored-spin arrow;
I is the single scalar principal moment for that axis — both plain numbers.
At fixed L (principal-axis spin), which axis gives the lowest energy T ? The I m a x axis, since T = L 2 / ( 2 I ) .
Why does a leaky (energy-dissipating) craft prefer the I m a x axis? Disturbances conserve L but drain T , so it settles into the lowest-energy (I m a x ) spin.