Before you can read a single equation in the parent note, you need the alphabet those equations are written in. This page introduces every symbol and idea, in an order where each one is built only from the ones before it. Nothing is assumed. If a smart 12-year-old reads from line one, they should never hit a wall.
The very first thing the parent note writes is fb, in bold. Bold letters are not ordinary numbers. A plain number like 9.81 is just a size. A bold letter is a vector: an arrow that has both a length (how much) and a direction (which way).
Why the IMU needs this. A push has a direction — you can be shoved sideways or downward. Gravity points a specific way (down). "Which way is up" is a direction. None of these can be a single number; they all must be arrows. So the whole subject is written in vectors.
To say "along the x-axis" we need three fixed reference directions that don't move relative to each other. We call them x, y, z.
To avoid mirror-image confusion (is "up" +z or −z?), engineers fix the handedness with the right-hand rule: point your right index finger along x, middle finger along y, and your thumb points along z. This same hand also tells you the positive spin direction later, so learn it once here.
Why the IMU needs this. The sensor reports three numbers per reading. Without agreed axes, "the first number" is meaningless. Every ωb=(ωx,ωy,ωz) in the parent note is "spin about x, spin about y, spin about z."
The parent note freely mixes f, a, v, p, g. These are four different kinds of quantity. Confusing them is the #1 error in the whole topic.
Why the IMU needs this. The whole navigation trick is a chain: turn what you feel (f) into true acceleration (a), add it up into velocity (v), add that up into position (p). Four different quantities, four different meanings.
The parent note writes R˙bw, v˙w, and integral signs ∫. These are the two halves of the same idea.
Why the IMU needs this. A gyro gives a rate (˙ of angle). An accelerometer feeds the rate of rate of position. To get orientation and position, the box must integrate — add up the little pieces. Both symbols are unavoidable.
The subscripts b and w (as in fb, pw, Rbw) are the trickiest idea here, so we slow right down.
Why the IMU needs this. The sensor speaks "body." The navigation answer must be "world." Translating between the two is the single job of the rotation object Rbw (next section). Skip this translation and a merely-tilted, motionless sensor will look like it's flying off — exactly the trap in Worked Example 2 of the parent note.
Why the IMU needs this. This object is built by integrating the gyro, and it's what lets us rotate the felt push fb into world acceleration. It is the hinge of the whole method.
Why the IMU needs this. Turning a gyro's spin-rate into "how the orientation changes" is the cross product, packaged as the skew matrix [ω]× in the parent note.