This page assumes nothing. If the parent note wrote a symbol, we build it here from the ground up, in an order where each idea leans only on the ones before it.
The picture. Look at the blue arrow in the figure below. Its tail sits on the pad (the origin), its head sits on the rocket. Two numbers describe it here: how far sideways (x) and how far up (y). We write r=(x,y). In real flight there are three numbers (x,y,z) but two is enough to see everything.
Why the topic needs it. Guidance asks "where do I want to be?" and Navigation asks "where am I?" — both are questions about r. You cannot aim at a barge without a way to name points in space.
The picture. In the figure, the orange arrow attached to the rocket is v. If the rocket falls straight down, v points down. During descent v0 (the parent's symbol) is just the length of this arrow at the start of the landing burn — the falling speed, e.g. 200 m/s.
Why this tool (the derivative)? We want instantaneous speed, not "average over the whole flight." The derivative dtd answers exactly the question "how fast is this changing right now?" — the only speed that matters when you're 3 seconds from the ground.
The little 2's in dt2d2r mean "take the rate-of-change twice": position → velocity → acceleration. This stacked symbol is exactly what the parent's r¨ means — the two dots are shorthand for "differentiate twice with respect to time."
Why the topic needs a. The engine's only job is to produce acceleration. The IMU (a sensor) measures acceleration directly. And the whole hoverslam is a story about choosing the right upward acceleration to cancel a downward velocity. Acceleration is where the rocket's control actually bites.
The rocket doesn't just have a position — it has an orientation: is it nose-up, tilted, sideways? The simplest angle question is: given how far sideways and how far up something reaches, what is its tilt?
Why this tool and not another? We have two lengths (sideways and up) and we want an angle. Tangent is precisely the function that turns a length-ratio into a steepness, and arctan walks it back to the angle. Sine/cosine need a length too; tangent needs only the ratio, which is all a tilt is.
The parent recovers position from acceleration by writing ∫. Time to earn that symbol.
The picture. In the figure, the blue curve is velocity over time. The distance travelled is the shaded area under the curve — a sum of thin rectangles. That summing-of-slices is what ∫0tvdt means: add the contributions from time 0 to time t.
Why the topic needs it. Acceleration is what the sensor feels; position is what guidance needs. Integration is the only bridge from one to the other. It also explains the drift problem: a tiny constant error b in acceleration, integrated twice, grows like 21bt2 — small at first, enormous after a minute. That t2 growth is why GPS must be fused in.
Why the topic needs it. Winds, exact mass, and engine performance are never known in advance. An open-loop plan (blindly replay a script) has no way to notice it's drifting off the barge. Only a closed loop — the e-measuring cycle above — can absorb surprises. Every letter in the parent's PID law (Kpe+Kde˙+Ki∫edt) is built from pieces on this page: e (this section), e˙ (a derivative, §2), ∫edt (an integral, §5).