Modules 01–09 referenced "stable" and "unstable" flight repeatedly without ever fully explaining what stability means aerodynamically — that's this module. Understanding stability fundamentals is what lets you design a rocket with confidence rather than relying on a simulation tool's pass/fail output without knowing what's driving it.

Lift and drag: the two aerodynamic forces

Every surface moving through air generates two aerodynamic forces: drag, opposing the direction of motion, and lift, perpendicular to it. In a rocket flying straight up with no angle of attack, drag dominates — it's working directly against the thrust. Lift only becomes relevant when the rocket tips to any angle from vertical, which is exactly when stability (or its absence) determines what happens next.

Both forces scale with the same fundamental relationship:

F = ½ × ρ × v² × S × C
F — force (drag or lift)  ·  ρ — air density  ·  v — airspeed  ·  S — reference area (usually body cross-section for rockets)  ·  C — drag coefficient (Cd) or lift coefficient (Cl) depending on which force is being calculated

The coefficient — Cd or Cl — is the shape-dependent part. It captures everything about how efficiently the geometry produces drag or lift, and it varies with speed (particularly near Mach 1, as covered in Module 09). For a given shape and speed, improving the coefficient is the only way to change the force without changing velocity or density.

Center of gravity vs. center of pressure

Two points on a rocket's longitudinal axis determine whether it flies straight or tumbles:

A rocket is statically stable if and only if CG is ahead of CP. Here's why: if the rocket tips slightly, the aerodynamic force (acting at CP) produces a restoring moment around CG, pushing the nose back toward vertical. If CP is ahead of CG, the same tip produces a moment that pushes the nose further from vertical — the rocket tumbles.

The weathervane analogy A weathervane is stable because its tail (aerodynamic surface) is far aft of its pivot point (analogous to CG), so wind always pushes the tail downwind and the arrow into the wind. A rocket with CG well ahead of CP behaves identically — any deviation from straight flight generates a restoring force. A rocket with the positions reversed behaves like a weathervane mounted backwards.

Static stability margin

Stability margin — commonly measured in calibers (multiples of the body diameter) — quantifies how much separation exists between CG and CP:

Stability margin = (XCP − XCG) / D
XCP — distance from nose tip to center of pressure  ·  XCG — distance from nose tip to center of gravity  ·  D — body diameter

The widely used rule of thumb is a static margin between 1 and 2 calibers. Below 1 caliber and the rocket is marginally stable — fine-weather-only flying, sensitive to imperfections. Above 2 calibers and the rocket becomes overstable: it tracks into the wind (weathercocking) instead of flying vertically, which is a real performance problem in any significant breeze. Above about 3 calibers and weathercocking is severe enough that a calm-day vertical flight becomes a windy-day horizontal one.

Worked example: checking stability margin
Rocket: 4" (0.333 ft) diameter, 6 ft long
CG measured (fully loaded): 42" from nose tip
CP calculated (Barrowman method): 50" from nose tip
Margin = (50 − 42) / 4 = 2.0 calibers — right at the upper edge of the comfortable range
If this rocket gains nose weight for a camera payload, CG shifts forward → margin increases → risk of weathercocking. Worth re-checking before flying in wind.

The Barrowman method for finding CP

The standard subsonic method for calculating center of pressure is the Barrowman method, developed in a 1967 NASA report by James S. Barrowman. The core insight is that each component (nose cone, body tube, fins) contributes a normal force coefficient (CN) and a CP location measured from the nose tip. The total CP is a weighted average:

XCP = Σ(CNi × Xi) / Σ(CNi)
CNi — normal force coefficient of each component  ·  Xi — CP location of each component, from nose tip

Key component contributions:

Limitation: the Barrowman method is accurate for subsonic, small angle-of-attack flight. It becomes unreliable as speed approaches transonic (Module 09) or when the rocket flies at high angles of attack — exactly why simulation software matters for anything beyond a straightforward subsonic design.

How fins stabilize a rocket

Fins push CP aft by generating a large aerodynamic force well behind CG when the rocket tips to any angle. The relationship between fin geometry and stability is direct: larger fins, further from the CG, push CP further aft and increase margin. But fins also add drag, and excess drag costs altitude and speed — so fin sizing is always a tradeoff between adequate margin and acceptable drag.

Field note: the most common beginner stability error isn't margin too low — it's a margin that looks fine on the empty rocket but drops below 1 caliber once a heavy motor is installed (motor mass adds aft weight, shifting CG backward toward CP). Always check stability with the actual motor installed, not with the tube empty or with a dummy weight. This is exactly what a certifying official checks in Module 03.

Reynolds number: why scale matters

Reynolds number (Re) is a dimensionless ratio of inertial to viscous forces in the airflow, and it governs whether that flow behaves as smooth (laminar) or turbulent over a surface:

Re = (ρ × v × L) / μ
ρ — air density  ·  v — velocity  ·  L — characteristic length (typically body diameter or fin chord)  ·  μ — dynamic viscosity of air

For most hobby and high-power rocketry, Reynolds numbers are high enough that turbulent flow dominates — which is actually the assumed condition for most drag coefficient data and simulations. Where Re matters practically is when comparing drag coefficient data between sources: values measured at very different Re (e.g., wind tunnel data from a small slow model vs. a fast large rocket) can differ substantially, so always check the Re range of any Cd data you plan to use.

Static vs. dynamic stability This module covers static stability — whether a tipped rocket tends to return toward vertical. Dynamic stability is the next layer: whether the restoring oscillation damps out (the rocket stops rocking and flies straight) or grows (the oscillation amplifies until the rocket tumbles). A rocket can be statically stable and dynamically unstable, which generally requires a more detailed aerodynamic analysis to detect. For most subsonic hobby flights, static margin in the 1–2 caliber range is sufficient; dynamic stability concerns mostly arise in high-speed amateur-professional work.