Before anything, one promise: every symbol below was earned in the parent note. To be safe, here they are in one place.
Definition Every symbol on this page (tap to expand)
q=21ρV2 — dynamic pressure, the "push per unit area" the air carries. Units: pascals (Pa=N/m2). See Dynamic pressure and Bernoulli.
ρ — air density (kg/m³). V — flight speed (m/s).
S — reference area (m²), a fixed number chosen for the rocket (often the cross-section of the body tube).
d — reference length (m), usually the body diameter — needed only for moments.
A — axial force: air pushing straight back along the nose–tail line.
N — normal force: air pushing sideways, perpendicular to the body.
M — pitching moment: air twisting the rocket nose-up (+) or nose-down (−).
α — angle of attack: how far the nose points away from where the rocket is actually going.
D — drag: force along the flight path, opposing the velocity. L — lift: force perpendicular to the flight path. These live in the wind frame (see Drag and Lift in wind axes), whereas A and N live in the body frame.
CA=qSA, CN=qSN, Cm=qSdM, CD=qSD, CL=qSL — the pure-number "shape factors".
CNα=∂α∂CN0 — normal-force slope, per radian. See Fin design and normal-force slope $C_{N\alpha}$.
Cmα=∂α∂Cm0 — moment slope (per radian): how fast the twisting coefficient grows as the nose is tilted. Its sign decides stability (negative = restoring = stable). See Static and dynamic stability of rockets.
static margin=dxcp−xcg — gap between centre of pressure and centre of gravity in diameters.
xcp, xcg — distances of the centre of pressure and centre of gravity from the nose (m).
Mach numberMa=aV — flight speed divided by the local speed of sound a. "Mach 2" means V=2a. It is the number that must match between a model and the full-size rocket for the coefficients to transfer. See Reynolds and Mach scaling.
Two of the examples below (Ex 1 and Ex 6) ask for dragCD and liftCL, not the body forces CA and CN. So we must first derive the bridge between the two frames — never use it before building it.
Several examples below need the moment coefficientCm, and just as we derived the drag/lift rotation before using it, we build the moment law here — never inside an example.
Every problem this topic throws is one of these cells. The examples below are tagged [Cell n] so you can see the whole grid is covered.
#
Cell class
What is tricky about it
Covered by
1
Force from coefficient, α=0
pure plug-in; CD=CA here
Ex 1
2
Positive α (α>0)
CN>0, nose-up angle
Ex 2
3
Negative α (α<0)
every sign flips — must track them
Ex 3
4
Zero / degenerate: symmetric rocket at α=0, or CP = CG
CN=0, Cm=0, neutral stability
Ex 4
5
Unstable rocket (Cmα>0)
wrong-sign moment, diverges
Ex 5
6
Large α (body vs wind axes)
cosα,sinα no longer ≈1,α
Ex 6
7
Real-world word problem
you must pick out q, S, α yourself
Ex 7
8
Exam twist: solve backwards for static margin
rearrange the moment equation
Ex 8
We will reuse one "base rocket" so numbers stay comparable:
ρ=0.9kg/m3,V=300m/s,S=0.05m2,d=0.25m.
So its dynamic pressure is always
q=21(0.9)(300)2=40,500Pa.
Step 1.cos30∘=0.86603, sin30∘=0.5.
Why this step? At 30∘ the small-angle shortcuts (cos≈1, sin≈α) are wrong by tens of percent — we need the real trig. The figure shows the body axis tilted 30∘ off the wind axis; the projections onto the wind axis are exactly these cosines and sines.
Step 2.CD=CAcosα+CNsinα=0.35(0.86603)+0.90(0.5)=0.30311+0.45=0.75311.
Why this step? Drag is measured along the wind, so we apply the body-to-wind rotation derived above. The axial force projects onto the wind by cosα; the normal force, once you tilt the body, spills a component sinα into the drag direction too (look at the pink arrow in the figure).
Step 3.CL=CNcosα−CAsinα=0.90(0.86603)−0.35(0.5)=0.77942−0.175=0.60442.
Why this step? Lift is perpendicular to the wind. Here the normal force projects with cosα, but the axial force subtractsAsinα (it leans partly against the lift direction).
Verify:CD=0.753 is more than doubleCA=0.35 — so "CD=CA" is badly wrong at 30∘; it holds only at α=0 (Ex 1). Consistency check: the total force magnitude must be frame-independent. CA2+CN2=0.352+0.902=0.9656 and CD2+CL2=0.7532+0.6042=0.9656 — identical, because rotating axes never changes a vector's length. ✔ See Drag and Lift in wind axes.
cosα,sinα and why?
Large-angle problems (Cell 6). Below ~5∘ you may use cos≈1,sin≈α, but at 30∘ the body-to-wind rotation changes CD from 0.35 to 0.75 — you must project with real trig. ::: Cell 6.
The sign of Cmα for a stable rocket is ::: negative (Cmα<0): a nose-up disturbance must produce a nose-down (negative) restoring moment.
Zero moment can arise two ways — name them ::: either the cause is zero (α=0⇒CN=0) or the lever arm is zero (CP = CG ⇒ margin =0).
Why does the model's CA transfer to the full-size rocket in Ex 7? ::: Because CA is dimensionless and both fly at the same Mach number; only q and S (the local scale factors) differ.