Case Study: Reconstructing the Saturn V's Delta-V

"Everything about it was the biggest, the most powerful, the most complex — and it worked." — a common sentiment among Apollo-era engineers

Executive Summary

The Saturn V remains the most powerful rocket ever to fly a crew, and it is the perfect specimen for the rocket equation because it did the hardest routine thing humans have done: it sent a 45-tonne spacecraft not just to orbit but onward toward the Moon. In this case study we take its three stages, one at a time, and use $\Delta v = v_e \ln(m_0/m_f)$ to reconstruct how much delta-v each contributed — then sum them and check the total against what the mission actually needed (low Earth orbit plus trans-lunar injection). We will find that the arithmetic of the chapter, applied to real hardware, predicts the Moon.

Skills applied

  • Computing a stage's delta-v from real masses and specific impulse (§3.1, §3.4).
  • Summing staged delta-vs and treating each stage's "payload" as everything above it (§3.5).
  • Building and checking a delta-v budget against a mission requirement (§3.6).
  • Sanity-checking numbers against reality — the habit the whole book insists on.

Background

The vehicle

The Saturn V was a three-stage rocket. Its numbers are approximate here (Tier 2 — they vary slightly by source and by mission), rounded to make the arithmetic legible:

Stage Engines Dry mass $m_s$ Propellant $m_p$ $v_e$ (≈)
S-IC (first) 5 × F-1 (kerosene) $130\ \text{t}$ $2{,}160\ \text{t}$ $2.90\ \text{km/s}$ ($I_{sp}\approx 296$ s, SL→vac avg)
S-II (second) 5 × J-2 (hydrogen) $40\ \text{t}$ $440\ \text{t}$ $4.13\ \text{km/s}$ ($I_{sp}\approx 421$ s, vac)
S-IVB (third) 1 × J-2 (hydrogen) $13.5\ \text{t}$ $106.5\ \text{t}$ $4.13\ \text{km/s}$ ($I_{sp}\approx 421$ s, vac)

The payload above the third stage — the Apollo Command/Service Module and the Lunar Module — was about $m_L = 45\ \text{t}$.

Why this matters

The Saturn V's job was not merely to reach orbit; it had to reach orbit and then keep going. Its first two stages plus part of the third lifted the stack to low Earth orbit (about $9.4\ \text{km/s}$ of delta-v, including the gravity and drag losses of Chapter 4); then, after a coast, the third stage reignited to perform trans-lunar injection (TLI) — roughly another $3.1\ \text{km/s}$ to bend the orbit outward toward the Moon. So the vehicle needed something like $9.4 + 3.1 \approx 12.5\ \text{km/s}$ of ideal delta-v to do its job. Let us see whether our three stages add up to it.

Phase 1: The third stage (S-IVB)

We start at the top because each lower stage must carry everything above it, so we need the upper-stage masses first.

The S-IVB pushes only the Apollo payload. Its masses: $$m_{0,3} = 45 + 13.5 + 106.5 = 165\ \text{t}, \qquad m_{f,3} = 45 + 13.5 = 58.5\ \text{t}.$$ Mass ratio $= 165/58.5 = 2.82$, so $$\Delta v_3 = 4{,}130 \times \ln(2.82) = 4{,}130 \times 1.037 = 4{,}283\ \text{m/s} \approx 4.28\ \text{km/s}.$$

Phase 2: The second stage (S-II)

The S-II carries the fueled third stage and the payload as its "payload." $$m_{0,2} = 165 + 40 + 440 = 645\ \text{t}, \qquad m_{f,2} = 165 + 40 = 205\ \text{t}.$$ Mass ratio $= 645/205 = 3.15$, so $$\Delta v_2 = 4{,}130 \times \ln(3.15) = 4{,}130 \times 1.146 = 4{,}733\ \text{m/s} \approx 4.73\ \text{km/s}.$$

Phase 3: The first stage (S-IC)

The first stage — the one with the five F-1 engines, still the most powerful the U.S. has flown — lifts the entire vehicle off the pad. $$m_{0,1} = 645 + 130 + 2{,}160 = 2{,}935\ \text{t}, \qquad m_{f,1} = 645 + 130 = 775\ \text{t}.$$ Mass ratio $= 2{,}935/775 = 3.79$, so $$\Delta v_1 = 2{,}900 \times \ln(3.79) = 2{,}900 \times 1.332 = 3{,}862\ \text{m/s} \approx 3.86\ \text{km/s}.$$

Notice that the mighty first stage contributes the least delta-v of the three, even though it burns by far the most propellant. It spends its enormous mass ratio on the vast dead weight of the two fueled stages above it, and it works deep in the atmosphere where its exhaust velocity is lowest. This is the rocket equation's cruelty in miniature: the biggest stage does the least, in delta-v terms, precisely because it must move everything else.

Phase 4: The total, and the sanity check

Summing the three stages: $$\Delta v_{\text{total}} = 3.86 + 4.73 + 4.28 = 12.87\ \text{km/s}.$$

Compare to the requirement we estimated — about $12.5\ \text{km/s}$ for LEO plus TLI. Our reconstruction gives $12.9\ \text{km/s}$: enough, with a small margin, to do exactly what Apollo did. The rocket equation, fed nothing but masses and specific impulses, predicts that this vehicle can throw 45 tonnes at the Moon. That is a genuinely astonishing thing about a one-line equation.

🔧 Engineering Reality: Our $12.9\ \text{km/s}$ is an ideal delta-v; the real vehicle also paid gravity and drag losses on the way up (Chapter 4), and real mass and $I_{sp}$ figures differ a little from our round numbers. That the reconstruction lands so close is not luck — it is because the losses are already folded into the "~9.4 km/s to LEO" figure we compared against. Always be clear whether a delta-v is ideal (what the equation gives) or required including losses (what the mission needs).

Discussion Questions

  1. The first stage burns about 20 times as much propellant as the third stage but delivers less delta-v. Explain, using the mass-ratio idea, why that is not a paradox.
  2. The S-II and S-IVB use the same engine ($v_e \approx 4.13\ \text{km/s}$) but reach different delta-vs. What accounts for the difference?
  3. If NASA had tried to build a single-stage Saturn V — one tank, one set of engines, the same total propellant and structure — estimate whether it could have reached even LEO. (Combine the masses and use a single $v_e \approx 3.5\ \text{km/s}$.)
  4. Why is the third stage the one that performs TLI, rather than a fourth, dedicated stage?

Your Turn: Extensions

  • Option A (analysis). Redo Phase 4 assuming the first stage's average $v_e$ were only $2.7\ \text{km/s}$ (a worse engine). How much total delta-v is lost, and would the mission still close?
  • Option B (computation). Write a short Python function that takes a list of (ve, m_s, m_p) tuples and a payload, and returns each stage's delta-v and the total, carrying the upper-stage masses correctly. Reproduce the table above. (Do not run it — hand-trace and add # Expected output:.)
  • Option C (design). The Saturn V's payload fraction to TLI was about $45/2935 \approx 1.5\%$. Propose one change (better upper-stage propellant, lighter structure) and estimate its effect on the delta-v total.

Key Takeaways

  1. A stage's delta-v depends on the mass it carries, not just its own size. The first stage does the least delta-v because it must accelerate every stage above it.
  2. Staged delta-vs add, and each stage's "final mass" excludes the stages already dropped — which is exactly what makes the total reach the Moon.
  3. The equation predicts reality. Fed only masses and specific impulses, $\Delta v = v_e \ln(m_0/m_f)$ reconstructs the Saturn V's ~12.9 km/s capability, matching the LEO+TLI requirement.
  4. Always label a delta-v as ideal or required-including-losses, or you will compare the wrong numbers.