$v / a_{\text{sound}}$; $a_{\text{sound}}\approx 295\ \text{m/s}$ near tropopause
$\gamma$
ratio of specific heats
—
$1.4$ for air (here, not flight-path angle)
Max-Q at a glance
Feature
Typical value (orbital launcher)
Peak dynamic pressure $q_{\max}$
$30$–$35\ \text{kPa}$ (Falcon 9); $\approx \tfrac13$ of sea-level pressure
Altitude of max-Q
$\sim 10$–$14\ \text{km}$
Speed / Mach at max-Q
$\sim 450$–$600\ \text{m/s}$, Mach $1.5$–$2$
Time after lift-off
$\sim 60$–$90\ \text{s}$
Drag force at max-Q (F9-class)
$\sim 175\ \text{kN}$ (but decel only $\sim 0.5\ \text{m/s}^2$)
Why the peak is in the middle: $q = \tfrac12\rho v^2$ — density falls exponentially while speed² rises;
their product maxes between the thick-but-slow bottom and the fast-but-empty top.
Decision aid — "which idea / when"
You want…
Use
density at altitude
$\rho = \rho_0 e^{-h/H}$
the aerodynamic load scale
$q = \tfrac12\rho v^2$
where max-Q occurs
tabulate $q$ along the profile, or $v_{\text{maxQ}}=\sqrt{2aH}$
MDR: added an Ascent Loads & Environment note — max-Q, the $q\alpha$/lateral-load case, the
acoustic/buffeting spectrum, and the fairing jettison condition. These become launch-vehicle interface
requirements (feed Ch. 30) and structural load cases (feed Ch. 23).
Utility code:density(h), dynamic_pressure(h, v), find_max_q(profile), v_cap(h) — an ascent-
aerodynamics helper (not a canonical astrotools module; this chapter is off the module schedule).