3.3.45 · D4Rocket Propulsion

Exercises — Rocket staging — series staging, parallel staging

2,733 words12 min readBack to topic

Before we start, one tool appears in almost every solution, so let us earn it here.


Level 1 — Recognition

L1.1 — Reading a mass ratio

A single stage starts at kg and ends at kg after burning fuel. Its exhaust velocity is m/s. What is its mass ratio, and its ?

Recall Solution

What we do: plug numbers into Tsiolkovsky. Mass ratio . What it means: the rocket was heavier at ignition; that ratio (not the raw masses) is what sets the speed gain.

L1.2 — Series or parallel?

A rocket lights its bottom stage, burns it dry, drops it, then lights the next stage on top. No two stages ever burn at the same time. Is this series or parallel staging?

Recall Solution

Series (sequential). The defining feature of series staging is that stages ignite one at a time and each is dropped before the next lights. Parallel staging would have the core and boosters burning together from liftoff.


Level 2 — Application

L2.1 — One stage from fractions

A stage has hardware mass (structure + propellant) kg with propellant fraction , and it carries a payload of kg. Its m/s. Find .

Recall Solution

What we do: split hardware, then build and .

  • Propellant kg.
  • Structure kg.
  • kg (full).
  • kg (fuel burnt, tank still attached).

L2.2 — Effective exhaust velocity from thrust-weighting

Two engine groups fire together: the core gives MN at m/s, and boosters give combined MN at m/s. What single "effective" exhaust velocity describes the pair?

Recall Solution = \frac{6 \times 4400 + 24 \times 2600}{6 + 24} = \frac{26400 + 62400}{30} = \frac{88800}{30} = 2960 \text{ m/s}.$$ The answer sits close to the booster's $2600$ m/s because boosters supply $80\%$ of the thrust.

Level 3 — Analysis

L3.1 — Two-stage series, worked backward

Payload kg. Stage 2: kg, , m/s. Stage 1: kg, , m/s. Find total .

Figure — Rocket staging — series staging, parallel staging
Recall Solution

Why work top-down? Each stage's "payload" is everything above it, so we must know the upper masses first. Look at the figure: stage 2 sits on stage 1, and both sit under the capsule.

Stage 2 (carries only the 1000 kg capsule):

  • kg, kg.
  • kg; kg.

Stage 1 (carries all of stage 2's hardware + capsule kg):

  • kg, kg.
  • kg; kg.

Total: m/s — near the ~9.4 km/s needed for low-Earth orbit once you add gravity losses.

L3.2 — Parallel: two-phase burn

A parallel vehicle at liftoff: core kg (of which kg propellant, kg structure), two boosters each kg (, ), upper stages + payload kg. During phase 1 the boosters burn dry and the core burns kg. Effective m/s in phase 1; core m/s in phase 2. Find , , and the total.

Figure — Rocket staging — series staging, parallel staging
Recall Solution

Phase 1 — everything burns together.

  • kg.
  • Mass removed kg.
  • kg.

Booster jettison: drop kg of empty booster shells.

  • kg.

Phase 2 — core burns its leftover fuel.

  • Remaining core propellant kg.
  • kg.
  • Check: kg. ✓

Total: m/s.


Level 4 — Synthesis

L4.1 — Where does single-stage break down?

A single stage must deliver m/s with m/s. What mass ratio does it need? If the structural fraction can be no better than (8% empty tank), show that no single stage carrying any payload can reach this — this is why we stage.

Recall Solution

Required mass ratio: invert Tsiolkovsky. Since , we solve for : What this demands: must be at most . So the empty mass (structure + payload) can be at most of liftoff mass. The contradiction: the structure alone already eats of the stage hardware, and the payload adds even more on top. Since , the empty mass alone exceeds the budget before any payload is added. Impossible. Conclusion: you cannot both carry a payload and keep small enough — dropping dead structure mid-flight (staging) is the only escape. This connects to Payload fraction optimization.

L4.2 — Equal-split optimum (a compact synthesis)

Two identical series stages each have m/s and each achieves mass ratio . What is the total ? Compare to a single stage that somehow reached mass ratio : how much does the second stage buy you?

Recall Solution

Two stages: each gives , and gains add: Single stage at same : only m/s. What the second stage buys: it doubles the , because it starts fresh with its own favourable mass ratio instead of dragging a spent tank. This is the compounding effect: adding the logs of equal ratios beats trying to force one giant ratio (which structure forbids, per L4.1).


Level 5 — Mastery

L5.1 — Design to a target

You need a two-stage series rocket delivering exactly m/s to a kg payload. Both stages use m/s. You choose to split the job equally: m/s. Each stage has . Find the required mass ratio per stage, then the stage-2 hardware mass needed.

Recall Solution

Step 1 — mass ratio per stage (invert Tsiolkovsky):

Step 2 — relate to hardware. For a stage of hardware mass carrying payload : Solve for : cross-multiply , giving

Step 3 — stage 2 carries kg:

= \frac{2757}{0.6243} \approx 4416 \text{ kg}.$$ **Sanity check:** $m_0 = 4416 + 1000 = 5416$, $m_f = 0.1(4416)+1000 = 1442$, ratio $= 5416/1442 \approx 3.756$ ✓ — matches the target $R$. (Stage 1 would then carry $S_2 + P = 5416$ kg as its payload and be sized the same way.)

L5.2 — When does the "" denominator explode?

Using from L5.1, explain physically what happens as , and compute the maximum achievable per stage when m/s and .

Recall Solution

The blow-up: as climbs toward , the denominator , so the required hardware mass . Physically, a mass ratio of would mean the whole stage is propellant with the empty structure alone as final mass — no room for any payload. You would need infinite fuel to lift infinite tanks: the vicious cycle from the parent note, made precise. Ceiling on : since must stay below , the largest single-stage is

= 3400 \times 2.3026 \approx 7829 \text{ m/s}.$$ **Meaning:** even a payload-free, perfectly-fuelled single stage with $\epsilon = 0.10$ caps out near $7.8$ km/s — below orbital needs. Staging (resetting $\epsilon$ each time you drop a spent stage) is the only way past this wall. See [[Payload fraction optimization]] and [[Falcon Heavy]].

Recall Quick self-check (cloze)

Series staging fires stages ::: one at a time, dropping each before the next lights Parallel staging fires core and boosters ::: simultaneously from liftoff The effective exhaust velocity in a parallel burn is weighted by ::: thrust The mass ratio a single stage can never exceed is ::: (one over its structural fraction) To hit a target you invert Tsiolkovsky as :::

Related: Specific impulse · Saturn V · Tsiolkovsky rocket equation.