Rocket Propulsion
Chapter: 3.3 Rocket Propulsion Level: 5 — Mastery (cross-domain: math + physics + coding, derive/prove/build) Time limit: 90 minutes Total marks: 60
Instructions: Answer all three questions. Show all derivations from first principles. Where numerical work is required, state assumptions explicitly. Use / for mathematics. Standard gravity .
Question 1 — First-principles propulsion & optimal staging (22 marks)
(a) Starting from conservation of momentum for a variable-mass system in field-free space, derive the Tsiolkovsky rocket equation State clearly the momentum bookkeeping at time and , and justify every term dropped. (6)
(b) A two-stage series rocket must deliver a total . Both stages use engines of specific impulse . Each stage has a structural coefficient (identical for both stages). The payload is .
Prove that, for identical and identical , the total-mass-minimising design has equal stage mass ratios, and hence compute the required mass ratio per stage, and the total lift-off mass . (10)
(c) Compute the payload fraction for this design and comment quantitatively on how it would change if a single stage (same , same ) were used instead. Explain physically why staging helps. (6)
Question 2 — Nozzle thermodynamics, thrust & altitude matching (22 marks)
(a) From steady 1-D isentropic flow, derive the thrust equation and hence define effective exhaust velocity and thrust coefficient . (6)
(b) A LOX/RP-1 engine operates with chamber pressure , ratio of specific heats , throat area , and an exit-to-throat area ratio . Using the isentropic area–Mach relation determine the exit Mach number (supersonic root) numerically, then compute the exit pressure . (8)
(c) Determine the altitude-matching condition () for this nozzle: at what ambient pressure is expansion optimal? Classify the nozzle behaviour at sea level () — over- or under-expanded — and describe the resulting flow structure in the plume and the associated efficiency loss mechanism. (4)
(d) Write a short pseudocode / numerical scheme (any language) that solves part (b) for given and , specifying the numerical method, bracketing/initial guess, and convergence criterion. (4)
Question 3 — Engine cycles, cooling & the Isp ceiling (16 marks)
(a) The characteristic velocity is . Show from choked-flow theory that and hence explain quantitatively why LOX/LH2 (s) outperforms LOX/RP-1 (s) despite LH2's lower flame temperature. (6)
(b) Compare the staged combustion cycle and the gas generator cycle in terms of the thermodynamic reason for their difference. Explain why an expander cycle is limited to moderate-thrust upper stages, referencing the heat balance in regenerative cooling. (6)
(c) An engineer proposes replacing regenerative cooling with pure film cooling on a high- booster to simplify manufacturing. Give two quantitative/physical arguments (heat flux, coverage fraction, or performance) for why this trades performance, and state one mission context where film or ablative cooling is nonetheless preferred. (4)
Answer keyMark scheme & solutions
Question 1
(a) Derivation (6 marks)
At time : rocket mass , velocity ; total momentum . (1)
In interval the rocket ejects mass () at exhaust velocity relative to rocket, i.e. absolute velocity . At : rocket mass at ; ejected element at . (1)
Field-free ⇒ momentum conserved: . (1)
Expand: The second-order term is negligible (drop it — justification: product of two infinitesimals). (1)
(1)
Integrate , , constant: (1)
(b) Optimal staging proof + numbers (10 marks)
. (1)
Total where is stage mass ratio. (1)
Proof of equal ratios: Minimise total mass subject to fixed . With identical and , the payload-fraction contribution of each stage is a function only of its own , and the objective is symmetric/separable. Using a Lagrange multiplier on the constraint with the (symmetric) per-stage mass function, the stationarity conditions for both stages are identical, forcing . (2) (Full: of gives same transcendental equation ⇒ equal.)
Hence (2)
Per-stage payload ratio: a stage of ratio with structural coefficient carries an "upper mass" (payload for that stage) where Solving gives the stage payload fraction (1)
With : (1)
Overall payload fraction . Thus (1)
(c) Payload fraction & single-stage comparison (6 marks)
Two-stage (3.0%). (1)
Single stage: need full . (1) Then , giving . (2)
⇒ Physically impossible: the required propellant mass ratio exceeds the structural limit (), so no positive payload exists for a single stage. (1)
Staging helps because spent structural (tank/engine) mass is discarded, so the remaining stages do not pay the -penalty of accelerating dead mass; each stage sees a smaller , raising the achievable for given structure. (1)
Question 2
(a) Thrust equation (6 marks)
Control-volume momentum balance around engine, steady state: net axial force = momentum outflow rate. (1) Momentum flux at exit . (1) Pressure forces: exit plane pushing forward, ambient acting on projected exit area pushing back (net over closed CV the ambient acts everywhere except exit plane). (1) Sum: (1)
Effective exhaust velocity: . (1)
Thrust coefficient: — nondimensionalises thrust by chamber pressure × throat area; measures nozzle expansion quality (independent of ). (1)
(b) Exit Mach & pressure (8 marks)
Solve for supersonic with : (2)
Numerical root (supersonic): . (2) (Check: RHS at : inner , , ✓.)
Exit pressure via isentropic relation: (2) , so , . (2)
(c) Altitude matching (4 marks)
Optimum () occurs at ambient , i.e. roughly 13–14 km altitude. (1)
At sea level ⇒ over-expanded. (1) Higher ambient pressure compresses the plume: oblique shocks form at/inside the nozzle exit; if severe, flow separates. (1) The term is negative, reducing thrust; shocks and separation cause total-pressure loss and non-axial momentum, lowering efficiency. (1)
(d) Numerical scheme (4 marks)
# Solve area-Mach for supersonic root
gamma = 1.20; eps = 16.0
def AR(M):
t = (1 + 0.5*(gamma-1)*M**2)
return (1/M)*( (2/(gamma+1))*t )**((gamma+1)/(2*(gamma-1)))
# Bracket supersonic root: M in [1.0001, 20], AR-eps changes sign
def f(M): return AR(M) - eps
# Bisection (guaranteed for monotonic supersonic branch)
lo, hi = 1.0001, 20.0
while hi-lo > 1e-8:
mid = 0.5*(lo+hi)
if f(lo)*f(mid) <= 0: hi = mid
else: lo = mid
Me = 0.5*(lo+hi)
Method: bisection on the monotonic supersonic branch (robust, no derivative). (1) Bracket because increases monotonically with . (1) Convergence when (or tol). (1) Newton–Raphson with initial guess from a correlation is a faster alternative. (1)
Question 3
(a) c* derivation (6 marks)
Choked throat: with . (2) Then (2)
Physical point: . LOX/LH2 flame temp is lower than RP-1's, but its exhaust mean molecular mass (– g/mol, water + excess H₂) is far lower than RP-1's (~22–24 g/mol). The gain from small dominates, giving higher and . (2)
(b) Cycles (6 marks)
Staged combustion: preburner exhaust (fuel- or ox-rich) is routed into the main chamber after driving the turbine — all propellant is burned at full chamber pressure, so no energy is dumped; highest . (2) Gas generator: turbine-drive gas is exhausted overboard (or dumped) at low pressure and low ; this parasitic ~2–7% flow doesn't contribute full thrust ⇒ few-second penalty, but plumbing is simpler/lower pressure. (2) Expander cycle: turbine is driven only by heat picked up in the regenerative jacket. Heat flux scales with wall area, but flow (and thrust) scales with volume/throughput; as the chamber grows, available heat/power cannot rise fast enough (surface-to-vol