3.4.15Rocket Flight Mechanics

Trajectory optimization — minimum gravity loss, minimum drag loss

2,170 words10 min readdifficulty · medium2 backlinks

1. What are "losses"? (WHY we even talk about them)

The ideal velocity a rocket "should" get from its fuel is the Tsiolkovsky ideal: Δvideal=velnm0mf\Delta v_{\text{ideal}} = v_e \ln\frac{m_0}{m_f}

But the velocity actually delivered to orbit is less. The bookkeeping is: Δvideal=Δvorbit+Δvgrav+Δvdrag+Δvsteer\Delta v_{\text{ideal}} = \Delta v_{\text{orbit}} + \Delta v_{\text{grav}} + \Delta v_{\text{drag}} + \Delta v_{\text{steer}}

Each "loss" is a Δv\Delta v you paid propellant for but did not get as useful orbital speed.


2. HOW these terms appear — derive them from Newton (Derivation from scratch)

Take the equation of motion along the velocity vector (tangential direction). Newton's 2nd law for a variable-mass rocket, projected onto the direction of flight:

mdvdt=TthrustDdragmgsinγgravity component along pathm\frac{dv}{dt} = \underbrace{T}_{\text{thrust}} - \underbrace{D}_{\text{drag}} - \underbrace{mg\sin\gamma}_{\text{gravity component along path}}

Why mgsinγmg\sin\gamma? Gravity points straight down. The velocity makes angle γ\gamma with the horizontal, so the component of gravity opposing the velocity is gsinγg\sin\gamma. Straight up: γ=90\gamma=90^\circ, full gg fights you. Horizontal: γ=0\gamma=0^\circ, gravity does no work along the path (it only curves it).

Now with T=m˙pveT = \dot m_p\,v_e and mdvdtm\frac{dv}{dt}, divide by mm and integrate over the burn:

0tbdvdtdt=0tbTmdt0tbDmdt0tbgsinγdt\int_0^{t_b}\frac{dv}{dt}dt = \int_0^{t_b}\frac{T}{m}dt - \int_0^{t_b}\frac{D}{m}dt - \int_0^{t_b} g\sin\gamma\, dt

  • Tmdt=vem˙pmdt=velnm0mf=Δvideal\int \frac{T}{m}dt = v_e\int\frac{\dot m_p}{m}dt = v_e\ln\frac{m_0}{m_f} = \Delta v_{\text{ideal}} ✔ (this is where Tsiolkovsky comes from)
  • The left side is Δvachieved\Delta v_{\text{achieved}}.

So: Δvachieved=ΔvidealΔvdragΔvgrav\Delta v_{\text{achieved}} = \Delta v_{\text{ideal}} - \Delta v_{\text{drag}} - \Delta v_{\text{grav}}

That is the whole bookkeeping equation, derived. The two integrals are the two loss terms.


3. The trade-off: WHY you cannot minimize both

Look at the two integrands and how γ\gamma (pitch) controls them.

Steer more vertical (γ90\gamma\to 90^\circ) Steer more horizontal (γ0\gamma\to 0^\circ)
sinγ1\sin\gamma\to 1gravity loss BIG sinγ0\sin\gamma\to 0gravity loss small
Leaves dense atmosphere fast, low vv down low ⇒ drag loss small Stays low & fast, ρv2\rho v^2 huge ⇒ drag loss BIG
Figure — Trajectory optimization — minimum gravity loss, minimum drag loss

4. The gravity turn (the practical optimum)

Derive the turning rate. The normal (perpendicular-to-velocity) equation of motion, with thrust along vv (no lift, no side thrust):

mvdγdt=mgcosγm v\frac{d\gamma}{dt} = -mg\cos\gamma

dγdt=gcosγv\boxed{\frac{d\gamma}{dt} = -\frac{g\cos\gamma}{v}}

Why the minus sign / why this is efficient: only gravity's perpendicular component gcosγg\cos\gamma curves the path. No propellant is spent turning — it's free. To pitch over faster you'd have to point thrust off-velocity (steering loss). To pitch over slower you'd stay too vertical (gravity loss). The gravity turn is nature's cheap compromise.

Notice: at high vv the turn rate is small ⇒ you must plant the initial pitch kick early (while vv is low) or you'll never turn horizontal before running out of fuel.


5. Worked examples


6. Common mistakes (Steel-man → fix)


7. Recall & Feynman

Recall Feynman: explain to a 12-year-old

Imagine throwing a ball to a friend far away. If you throw it straight up, it comes right back — you wasted all your effort fighting gravity, none of it went sideways toward your friend. If you throw it flat and hard, it zooms through the air but the wind (drag) really slows it, and it drops before reaching. The best throw is a curve: up a bit first to get above the thick wind, then lean it over. A rocket does the same "curve" — it goes up to escape the thick air, then gently tips over so gravity itself does the turning for free. Too straight = fight gravity too long. Too flat = the air eats it. The perfect lean is in the middle.

Recall Active self-test
  1. Write the two loss integrals from scratch. 2. Why can't both be zero? 3. What sets the gravity-turn pitch rate? 4. Which loss dominates a real launch?

Gravity loss formula
Δvgrav=0tbgsinγdt\Delta v_{grav}=\int_0^{t_b} g\sin\gamma\,dt, where γ\gamma is flight-path angle.
Drag loss formula
Δvdrag=0tbDmdt=12ρv2CDAmdt\Delta v_{drag}=\int_0^{t_b}\frac{D}{m}dt=\int\frac{\tfrac12\rho v^2 C_D A}{m}dt.
Full delta-v bookkeeping
Δvideal=Δvorbit+Δvgrav+Δvdrag+Δvsteer\Delta v_{ideal}=\Delta v_{orbit}+\Delta v_{grav}+\Delta v_{drag}+\Delta v_{steer}.
Why gravity loss is largest at γ=90\gamma=90^\circ
sin90=1\sin90^\circ=1, so the entire gg opposes motion; vertical flight is worst for gravity loss.
Why you can't zero both losses
Pitch γ\gamma controls both oppositely — small γ\gamma cuts gravity loss but raises drag loss (fast flight in dense air), and vice versa.
Gravity-turn pitch rate
dγdt=gcosγv\dfrac{d\gamma}{dt}=-\dfrac{g\cos\gamma}{v} — only gravity's normal component turns the path, for free.
Why is the gravity turn efficient
Thrust stays along velocity (α=0\alpha=0) ⇒ zero steering loss; gravity does the turning at no propellant cost.
Steering loss expression
Tm(1cosα)dt\int\frac{T}{m}(1-\cos\alpha)dt, from thrust misaligned by angle α\alpha from velocity.
Which loss dominates a real launch
Gravity loss (≈1–2 km/s) far exceeds drag loss (≈30–150 m/s).
Common misconception about gravity loss and altitude
It does NOT scale with height reached; it is gsinγdt\int g\sin\gamma\,dt — set by pitch angle and burn duration.

Connections

  • Tsiolkovsky Rocket Equation — source of Δvideal\Delta v_{\text{ideal}}
  • Flight-path angle and equations of motion
  • Gravity Turn Ascent
  • Aerodynamic Drag and Max-Q
  • Thrust-to-weight ratio and burn time
  • Steering losses and thrust vectoring
  • Orbital insertion and required orbital velocity

Concept Map

integrate thrust term

mg sin gamma term

D over m term

minus losses

reduces

reduces

sets sin gamma

sets speed in dense air

low drag but high

low gravity but high

minimizes sum of

minimizes sum of

Tsiolkovsky ideal dv

Newton 2nd law along path

Achieved orbital dv

Gravity loss

Drag loss

Flight-path angle gamma

Vertical climb

Early pitch-over

Optimal pitch program

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, jab rocket launch hota hai to uski total "ideal" speed (Tsiolkovsky se) puri orbit mein nahi milti — kuch hissa "losses" mein chala jaata hai. Do main losses hain: gravity loss aur drag loss. Gravity loss tab lagta hai jab rocket upar chadhne ke liye gravity ke against velocity waste karta hai — formula hai gsinγdt\int g\sin\gamma\,dt, jahan γ\gamma flight-path angle hai. Agar rocket bilkul seedha upar (γ=90\gamma=90^\circ) jaaye to sinγ=1\sin\gamma=1, matlab poora gravity against — sabse zyada gravity loss. Drag loss tab lagta hai jab rocket dense (moti) hawa mein tezi se udta hai, kyunki drag ρv2\propto \rho v^2.

Ab yahan twist hai: agar tum gravity loss kam karne ke liye rocket ko jaldi horizontal kar do, to woh niche moti hawa mein fast udega — drag loss phat jaayega. Aur agar drag bachane ke liye seedha upar jaao, to gravity loss badh jaayega. Matlab ek hi knob (pitch angle γ\gamma) dono losses ko ulti direction mein control karta hai. Isliye dono ko ek saath zero nahi kar sakte — beech ka optimum dhoondhna padta hai.

Practical solution hai gravity turn: rocket pehle thoda vertical uthta hai, phir ek chhota sa "pitch kick" deta hai, aur uske baad thrust hamesha velocity ke saath align rakhta hai — turning ka kaam gravity khud free mein karti hai. Iska rate hai dγdt=gcosγv\frac{d\gamma}{dt}=-\frac{g\cos\gamma}{v}. Kyunki high speed par turn rate kam hota hai, initial kick jaldi (jab vv chhota ho) dena padta hai. Yaad rakho: real launches mein gravity loss (1–2 km/s) bahut bada hota hai, drag loss (chota, ~100 m/s), isliye optimization mostly gravity loss ke around ghumta hai — par max-Q par throttle down karke drag/structural load bhi manage karte hain.

Go deeper — visual, from zero

Test yourself — Rocket Flight Mechanics

Connections