Exercises — Payload fraction as function of Δv and Isp
This page is a graded workout. Every problem builds on the parent topic, the Tsiolkovsky Rocket Equation, Specific Impulse, Structural Coefficient, and Mass Ratio. Push through the levels in order — each unlocks the next.
Figure s01 (below): the solve pipeline. Three boxes across the top — Inputs () → Exponent () → Mass ratio () — with an arrow curving down into a fourth box, Payload fraction . It is a visual reminder that is the gateway every problem passes through before can be computed.

Level 1 — Recognition
Exercise 1.1 (L1)
The Tsiolkovsky equation is written . Identify each of the four quantities in words, and state which one you would increase to build a more efficient engine (higher payload for the same mission).
Recall Solution
- = the total velocity change the mission demands (set by orbital mechanics, not by us).
- = specific impulse = the engine's "fuel economy", in seconds.
- = standard gravity, just a unit-conversion constant baked into .
- = the Mass Ratio: loaded mass over dry mass (both defined in the box above).
To improve efficiency you increase ====. A bigger shrinks the exponent , which shrinks , which raises .
Exercise 1.2 (L1)
A rocket has . What does this physically say about the propellant it carries, and what is when ?
Recall Solution
forces the exponent to be , i.e. . The rocket doesn't need to change velocity, so it burns no propellant. With : Payload fraction is 100% — the entire launch mass is cargo, because there is neither fuel nor (fuel-proportional) structure. This is the degenerate limiting case.
Level 2 — Application
Exercise 2.1 (L2)
A lunar-transfer stage needs , uses a hydrolox engine with , and has . Compute and .
Recall Solution
Exponent: . Payload fraction .
Exercise 2.2 (L2)
A spacecraft in LEO massing (total) must do a burn with , . How many kilograms of actual payload does it deliver?
Recall Solution
Exponent: . Payload mass (about 5.9 tonnes).
Level 3 — Analysis
Exercise 3.1 (L3)
For a fixed engine () and fixed , find the at which the payload fraction hits exactly zero. Interpret physically.
Recall Solution
Set . With : . Now invert : Meaning: at the fuel-plus-its-structure exactly consumes the whole rocket — zero cargo. Any larger (like the ~9,400 m/s to LEO) gives a negative : physically impossible in one stage. This is the mathematical origin of why chemical Staging is mandatory.
Exercise 3.2 (L3)
Using the same , , compute at and at , and show the drop is worse than linear (compare against an explicit straight-line prediction).
Recall Solution
.
At : exponent , . At : exponent , .
Building the explicit "linear guess." A linear model needs a slope. Take it from the first interval: also compute at , which is (100%, from Exercise 1.2). The straight line through the two points and has slope Extrapolate that same line to : The linear guess predicts a wildly impossible , whereas the honest exponential curve is still barely positive at . Linear thinking overshoots the fall catastrophically because the true fall is dominated by : going 4000→8000 cut by a factor of ~35, not by a fixed amount.
Figure s02 (below): exponential tyranny. A magenta curve of (in %) versus (in km/s) for . It falls steeply from 100% at , passes the two violet dots marked "4 km/s → 24.3%" and "8 km/s → 0.70%", crosses the dashed zero line at the orange square marked ", 8.23 km/s", and continues negative afterwards — visibly not a straight line.

Level 4 — Synthesis
Exercise 4.1 (L4)
An engineer can spend a budget in one of two ways for a mission starting from a baseline , :
- Option A: improve the engine to (keep ).
- Option B: lighten the structure to (keep ).
Which choice yields the larger payload fraction?
Recall Solution
Baseline (): , exponent , .
Option A (): , exponent , .
Option B (): (unchanged, engine same). Verdict: Option B (17.7%) narrowly beats Option A (17.3%) here. Structure lightening helps because at the structural penalty is large; halving halves that penalty directly. But the margin is thin — at higher the exponential dominance of would flip the answer.
Exercise 4.2 (L4)
For the baseline of 4.1, at what would the two options give equal ? Set up the equation and solve it with a hand-runnable numerical method (bisection), showing the intermediate bracketing steps. Interpret.
Recall Solution
Let . Define and the difference function We want the root . Bisection needs a bracket where changes sign. Evaluate the two payload fractions at trial points:
| (m/s) | sign | |||
|---|---|---|---|---|
Sign flips between 5000 and 10000, so a root sits in that interval. Bisect (test the midpoint, keep the half that still straddles zero):
| step | midpoint | keep | |
|---|---|---|---|
| 1 | left half | ||
| 2 | left half | ||
| 3 | right half | ||
| 4 | root here |
Converging to . Interpretation: below ~5930 m/s the lighter structure (Option B) wins; above it, the better engine (Option A) wins, because the exponential exponent grows in importance as climbs. This is the quantitative face of "high- stages love high ." See Optimal Staging.
Level 5 — Mastery
Exercise 5.1 (L5)
A two-stage vehicle must produce . Each stage has and , and the split is equal: . The "payload" of stage 1 is the entire stage 2 (its own payload fraction then multiplies through). Compute the overall payload fraction , and compare to the single-stage result.
Recall Solution
Each stage sees , . Exponent , so . Because both stages are identical, , so Compare: a single stage doing all 9,200 m/s at these numbers has exponent , , giving which is impossible. Splitting the same total across two stages converts an impossible mission into a viable ~4.3% payload fraction. That jump from negative to positive is the whole reason Staging exists.
Exercise 5.2 (L5)
Take the payload-fraction formula with . Show analytically that for all (payload fraction is strictly decreasing), given .
Recall Solution
Rewrite using so and Differentiate with respect to : Every factor is positive: , , and for all real . Hence the derivative is strictly negative everywhere. falls monotonically — never a bump, never a rise — and its shape is a pure decaying exponential shifted down by . That constant floor is why eventually goes negative: at large the term vanishes and . See Propellant Mass Fraction for the complementary view.