This page builds every squiggle the topic uses, in order, from nothing. Each one gets: what it says, what it looks like, and why the topic needs it. We will meet the target equation
q˙=21Ξ(q)ω
only at the very end, once each of its four symbols — q˙, 21, Ξ(q), ω — has been earned. For now, treat it as a locked door; we are cutting the keys one at a time.
Picture a satellite floating in space. It isn't moving anywhere, but it can turn. The complete description of "how turned is it right now" is its attitude.
Figure 1 shows why we need two sets of axes. The body's own three axes (its body frame, orange) are rotated away from the fixed lab axes (the inertial frame, gray). The insight the picture gives: attitude is not a thing the body has, it is the rotation that carries gray onto orange. Everything in this topic tracks that one rotation as it changes over time.
θ (the Greek letter "theta") = how far you turn, measured in radians.
n^ (an "n" with a hat) = the axis you turn around. The hat ^ always means "this vector has length 1" — it only carries direction, not size.
This axis–angle idea is the bridge to quaternions and it links directly to Rodrigues rotation formula, which turns an axis and angle into an actual rotation of a vector.
Why the topic needs it: a quaternion must always have length exactly 1. The whole final section of the parent ("why the norm stays 1") is checking ∥q∥ never drifts. If you can't read ∥q∥, that entire safety argument is invisible.
These two symbols appear all over the Hamilton product. They are the only two ways to "multiply" 3D vectors, and they answer different questions.
Figure 2 makes the split visible: the blue and orange arrows are the inputs a,b; the green marker (cross product) points straight out of the plane they span; the shaded parallelogram's area equals∥a×b∥; and the boxed number is the dot product a⋅b. The one geometric lesson: dot = a number living in the plane, cross = a vector leaving the plane.
Figure 3 puts the two halves side by side: on the left, the four numbered slots (q0 blue, q1q2q3 orange); on the right, what those slots mean geometrically — a blue angle θ and an orange axis arrow. The takeaway the picture teaches: one column of four numbers = one angle glued to one axis.
Notice the angle is always halved inside the quaternion: cos2θ, sin2θ.
Why the topic needs this NOW: when you later differentiate cos2θ with respect to time, the chain rule pulls out a 21. That single 21 is the entire mystery of the target equation. It was hiding in the half-angle all along.
dtdcos2θ=−21sin2θ⋅θ˙⟸the 21 comes from the 2θ.
A gyroscope on the spacecraft measures exactly this. Because gyros are bolted to the body, they report ω in the body frame — a distinction that decides multiplication order later. Deepen this in Angular velocity and the body frame.
The same physical arrow gets different numbers depending on which frame you read it in. This is the whole subject of Euler angles and gimbal lock and Rotation matrices and SO(3).
Why the topic needs it: the derivation writes the tiny rotation δq as "identity plus a small correction." That correction, factored cleanly, is the right-hand side of the target equation.
Now every symbol is defined, so the locked door opens:
q˙=21Ξ(q)ω.
Read left to right: q˙ (how the attitude moves, §6) equals 21 (born from the half-angle, §5) times Ξ(q) (the Hamilton product q⊗(0,⋅) as a grid, §9–10) acting on ω (the body-frame spin from the gyros, §7–8).