3.4.20Rocket Flight Mechanics

Reentry corridor — angle of attack constraints

2,202 words10 min readdifficulty · medium

What are we actually talking about?

WHY does α\alpha matter so much? Because lift and drag both depend on α\alpha. Change α\alpha and you change how much the atmosphere pushes you up (lift) vs. back (drag). Lift is the only tool (besides rolling) to bend your trajectory once the engines are off.


Deriving the corridor from first principles

We build the forces on the vehicle, then find the two boundaries.

Step 1 — Aerodynamic forces

Step 2 — How α\alpha controls the steering ratio

For small/moderate α\alpha a blunt reentry body behaves roughly like: CLCLαα,CDCD0+kCL2C_L \approx C_{L\alpha}\,\alpha, \qquad C_D \approx C_{D0} + k\,C_L^2

Derive the optimal α\alpha. Set d(L/D)dα=0\dfrac{d(L/D)}{d\alpha}=0:

\;\Rightarrow\; C_{D0}-kC_{L\alpha}^2\alpha^2=0$$ $$\boxed{\;\alpha_{\text{opt}}=\frac{1}{C_{L\alpha}}\sqrt{\frac{C_{D0}}{k}}\;}\quad\Rightarrow\quad \left(\frac{L}{D}\right)_{\max}=\frac{1}{2\sqrt{k\,C_{D0}}}$$ **Why this step?** The quotient's numerator grows linearly but denominator grows quadratically; the crossover where marginal drag = marginal lift benefit is the peak — a classic "linear-over-quadratic" optimum. ### Step 3 — Equations of motion (the trajectory) Resolve Newton's law along and perpendicular to the velocity (flat, non-rotating-Earth approximation, mass $m$, altitude $h$, gravity $g$): $$m\frac{dV}{dt} = -D - mg\sin\gamma$$ $$mV\frac{d\gamma}{dt} = L\cos\sigma - mg\cos\gamma + \frac{mV^2}{R+h}\cos\gamma$$ Here $\sigma$ is the **bank angle** (roll). **Why these?** Along-track: drag and gravity's component slow you. Cross-track: the *vertical* part of lift $L\cos\sigma$ fights gravity and centrifugal lift; it curves the path. The term $\frac{mV^2}{R+h}$ is the centrifugal effect that keeps a fast body from falling. > [!intuition] The two knobs > - **$\alpha$** sets the *size* of $L$ and $D$. > - **$\sigma$ (bank)** sets how much of $L$ points *up* ($L\cos\sigma$) vs. *sideways*. Rolling to point lift downward can *force* a shallow-entry vehicle to stop skipping. ### Step 4 — The two boundaries of the corridor **Undershoot (steep) boundary — a *limit* constraint.** As you dive, $\rho$ grows fast, so $q$ grows, so $D$ grows → peak deceleration and peak heating. Approximate the peak deceleration for an exponential atmosphere $\rho=\rho_0 e^{-h/H}$ (scale height $H$): $$\left(\frac{dV}{dt}\right)_{\max}\approx -\frac{V_E^2\,\sin\gamma_E}{2eH}$$ **Why this shape?** As the vehicle plunges, drag builds like $e^{h/H}$ but speed bleeds off; the product $V^2\rho$ peaks once, and that peak scales with entry speed² and how steeply ($\sin\gamma_E$) you dive. Steeper $\gamma_E$ ⇒ bigger spike. Setting this $=$ crew/structural g-limit fixes the **maximum allowed $|\gamma_E|$** — and you use $\alpha$ (via $L$) to avoid exceeding it. Peak convective heating rate scales as $\dot q \propto \sqrt{\rho}\,V^3$, tightening the same steep boundary. **Overshoot (shallow) boundary — a *skip* constraint.** If lift is too strong or $\gamma_E$ too shallow, the $L\cos\sigma$ term makes $\dot\gamma>0$ and the path curves back up: the vehicle exits the atmosphere. The shallow boundary is where the vehicle *just barely* captures. Larger $L/D$ (via $\alpha$) **widens** the corridor because more lift lets you pull out of a steeper dive *and* control a shallow one: $$\Delta\gamma_{\text{corridor}} \;\propto\; \frac{L}{D}$$ ![[3.4.20-Reentry-corridor-—-angle-of-attack-constraints.png]] --- ## Worked examples > [!example] Example 1 — Optimal angle of attack > Given $C_{L\alpha}=1.5\,/\text{rad}$, $C_{D0}=0.10$, $k=0.5$. Find $\alpha_{\text{opt}}$ and $(L/D)_{\max}$. > > **Step 1** $\alpha_{\text{opt}}=\frac{1}{C_{L\alpha}}\sqrt{C_{D0}/k}=\frac{1}{1.5}\sqrt{0.10/0.5}=\frac{1}{1.5}(0.447)=0.298\text{ rad}\approx 17^\circ$. > *Why this step?* It's the peak of the linear-over-quadratic $L/D$; below it we waste available lift, above it drag dominates. > > **Step 2** $(L/D)_{\max}=\frac{1}{2\sqrt{kC_{D0}}}=\frac{1}{2\sqrt{0.5\cdot0.10}}=\frac{1}{2(0.2236)}=2.24$. > *Why this step?* This is the widest-corridor configuration; a lifting body (like the Shuttle, $L/D\approx1$–$2$) has a far wider corridor than a capsule ($L/D\approx0.3$). > [!example] Example 2 — Which way to bank when coming in too shallow? > You entered shallow and the trajectory is curving *upward* ($\dot\gamma>0$) — about to skip out. > > **Step 1** In $mV\dot\gamma = L\cos\sigma - mg\cos\gamma+\dots$, an upward curve means $L\cos\sigma$ is too large. > **Step 2** Roll to $\sigma\to180^\circ$ so $\cos\sigma\to-1$: lift now points *downward*, forcing $\dot\gamma<0$ so you push back into the atmosphere. *Why?* Bank rotates the fixed-magnitude lift vector; pointing it down is the "commit to entry" maneuver. (Real vehicles modulate $\sigma$ continuously — "bank reversals.") > [!example] Example 3 — Steep-entry g-check > Apollo-like: $V_E=11\text{ km/s}$, $H=7.2\text{ km}$, entry $\gamma_E=-6.5^\circ$. Estimate peak deceleration. > > **Step 1** $\left|\frac{dV}{dt}\right|_{\max}=\frac{V_E^2|\sin\gamma_E|}{2eH}=\frac{(11000)^2\sin6.5^\circ}{2(2.718)(7200)}$. > **Step 2** Numerator $=1.21\times10^8\times0.1132=1.37\times10^7$. Denominator $=3.914\times10^4$. Result $\approx 350\text{ m/s}^2\approx 36g$. > *Why this matters:* Apollo actually used $\gamma_E\approx-6.5^\circ$ giving peaks near this range — right at the edge of survivable. A steeper $\gamma_E$ would blow past the g-limit; that's the **undershoot boundary** in action. --- ## Common mistakes (steel-manned) > [!mistake] "Higher $\alpha$ always gives more lift, so max $\alpha$ = safest." > **Why it feels right:** $C_L\approx C_{L\alpha}\alpha$ suggests lift only grows with $\alpha$. **The fix:** drag grows as $\alpha^2$, so beyond $\alpha_{\text{opt}}$ your $L/D$ *drops*, the corridor *narrows*, and heating worsens. There's also stall. More $\alpha$ ≠ more control. > [!mistake] "The corridor is a range of angle of attack." > **Why it feels right:** the topic name pairs "corridor" with "angle of attack." **The fix:** the corridor is fundamentally a range of *entry flight-path angles* $\gamma_E$ (and speeds). $\alpha$ (with bank $\sigma$) is the *actuator* that keeps you inside it — not the corridor itself. > [!mistake] "Shallow entry is safest — least heating." > **Why it feels right:** less dense air = less friction. **The fix:** too shallow ⇒ skip-out/overshoot; you either leave the atmosphere or spend so long in it that *total integrated heat load* rises. Both boundaries kill. > [!mistake] "Bank angle changes lift magnitude." > **Why it feels right:** banking "reduces lift" in aircraft turns. **The fix:** $\sigma$ only *rotates* the lift vector; magnitude $L$ is set by $\alpha$ and $q$. Banking redistributes lift between vertical and horizontal. --- ## Active recall > [!recall]- Explain to a 12-year-old (Feynman) > Imagine skimming a flat stone across a pond. Throw it too flat → it skips off and flies away (that's **overshoot**). Throw it too steep → it dives in with a hard splash and could crack (that's **undershoot** — too much heat and force). There's a "just right" angle where it slides in smoothly. A spaceship coming home is that stone, the pond is the air, and tilting the ship (angle of attack) is like changing how you flick your wrist to hit the sweet spot. > [!mnemonic] Corridor edges > **"Steep & Deep = Heat; Flat & That's-it = Skip."** > Steep → undershoot → heating/g. Flat → overshoot → skip-out. Aim between. > And for lift: **"More alpha, more lift — until drag steals the gift."** ### #flashcards/physics What defines the *undershoot* boundary of the reentry corridor? ::: The steep-entry limit set by maximum tolerable deceleration (g-load) and peak heating. What defines the *overshoot* boundary? ::: The shallow-entry limit where the vehicle skips back out of the atmosphere (fails to capture). What is the angle of attack $\alpha$? ::: Angle between the vehicle's body axis and the velocity/oncoming-air vector. What is the flight path angle $\gamma$? ::: Angle between velocity vector and local horizontal; $\gamma<0$ during descent. Why does a higher $L/D$ widen the corridor? ::: More lift lets the vehicle both pull out of steeper dives and prevent shallow skip-outs, so more entry angles are survivable. Formula for optimal angle of attack (parabolic drag polar)? ::: $\alpha_{\text{opt}}=\frac{1}{C_{L\alpha}}\sqrt{C_{D0}/k}$. Max lift-to-drag for $C_D=C_{D0}+kC_L^2$? ::: $(L/D)_{\max}=\frac{1}{2\sqrt{kC_{D0}}}$. How does bank angle $\sigma$ act on the trajectory? ::: It rotates the fixed-magnitude lift vector; vertical component $L\cos\sigma$ controls whether the path curves up or down. Peak deceleration scaling for exponential atmosphere? ::: $|dV/dt|_{\max}\approx V_E^2\sin\gamma_E/(2eH)$. If you're skipping out (too shallow), what bank maneuver forces entry? ::: Roll toward $\sigma=180^\circ$ so lift points downward, making $\dot\gamma<0$. Why isn't max $\alpha$ optimal? ::: Drag grows as $\alpha^2$ while lift grows linearly, so $L/D$ peaks then falls; corridor narrows and heating rises. --- ## Connections - [[Lift and Drag Coefficients]] — where $C_L(\alpha),C_D(\alpha)$ come from - [[Exponential Atmosphere Model]] — $\rho=\rho_0 e^{-h/H}$ used in the boundaries - [[Allen–Eggers Ballistic Reentry]] — the $L/D=0$ limiting case - [[Aerodynamic Heating and Stanton Number]] — the heating boundary - [[Bank Angle Modulation and Guidance]] — how $\sigma$ steers inside the corridor - [[Orbital Energy and Kinetic Energy]] — why so much energy must be dumped - [[Terminal Velocity and Ballistic Coefficient]] — sets deceleration profile ## 🖼️ Concept Map ```mermaid flowchart TD KE[Orbital kinetic energy] ATM[Atmosphere as brake pad] KE -->|dumped as heat by| ATM STEEP[Too steep entry] SHALLOW[Too shallow entry] ATM -->|if| STEEP ATM -->|if| SHALLOW STEEP -->|causes| GLOAD[Heating and g-load spike] SHALLOW -->|causes| SKIP[Skip-out overshoot] CORRIDOR[Reentry corridor] GLOAD -->|sets undershoot bound| CORRIDOR SKIP -->|sets overshoot bound| CORRIDOR ALPHA[Angle of attack alpha] ALPHA -->|controls| LIFT[Lift and drag] LIFT -->|via| LD[Lift-to-drag ratio] LD -->|steers trajectory into| CORRIDOR ALPHA -->|optimal alpha maximizes| LD GAMMA[Flight path angle gamma] GAMMA -->|entry condition bounded by| CORRIDOR ``` ## 🔊 Hinglish (regional understanding) > [!intuition]- Hinglish mein samjho > Dekho, jab koi capsule space se wapas aata hai, uske paas bahut zyada kinetic energy hoti hai. Atmosphere hi uska "brake" hai — lekin ye brake tricky hai. Agar aap bahut **steep** (tez neeche ki taraf, bada $|\gamma|$) ghuse, to ghani hawa se takra ke deceleration aur heating dono spike kar jaate hain — crew aur structure dono khatam. Agar bahut **shallow** (flat) ghuse, to patthar ke paani pe skip karne jaisa — aap bounce ho ke wapas space mein chale jaate ho. In dono ke beech ka patla safe band hi **reentry corridor** hai. > > Ab **angle of attack** ($\alpha$) — ye vehicle ke body axis aur oncoming air ke beech ka angle hai, yaani aapka steering knob. $\alpha$ badhao to lift aur drag dono badhte hain: lift linearly ($C_L\approx C_{L\alpha}\alpha$) par drag $\alpha^2$ ke saath. Isliye $L/D$ pehle badhta hai, phir ek peak ke baad girta hai. Wo peak $\alpha_{\text{opt}}=\frac{1}{C_{L\alpha}}\sqrt{C_{D0}/k}$ pe aata hai, aur $(L/D)_{\max}=\frac{1}{2\sqrt{kC_{D0}}}$. Zyada $L/D$ matlab zyada steering power, matlab **corridor chaura** — isliye Shuttle jaisa lifting body capsule se kahin easy reentry karta hai. > > Ek aur cheez: **bank angle** $\sigma$. Ye lift ka magnitude nahi badalta, sirf uski direction ghumata hai. Agar aap shallow aa gaye aur skip out ho rahe ho, to roll karke lift ko neeche point karo ($\sigma\to180^\circ$) — tab $\dot\gamma<0$ ho jaata hai aur vehicle wapas atmosphere mein ghus jaata hai. Real missions mein computer continuously "bank reversals" karta hai corridor ke andar rehne ke liye. Yaad rakho: corridor asal mein $\gamma_E$ (entry angle) ki range hai, aur $\alpha$ + $\sigma$ wo tools hain jinse aap us range ke andar tik-e rehte ho. ![[audio/3.4.20-Reentry-corridor-—-angle-of-attack-constraints.mp3]]

Go deeper — visual, from zero

Test yourself — Rocket Flight Mechanics

Connections