Multi-Stage Rocket Optimizer
Analyze a 2 or 3-stage rocket stack stage by stage, or use the equal-staging optimizer to find the minimum launch mass for a given delta-V and structural fraction.
🚀 What is the Multi-Stage Rocket Optimizer?
Multi-stage rocket optimization is the process of sizing propellant loads, structural masses, and stage counts to maximize the payload delivered to a target orbit for a given set of propulsion technologies. Every kilogram of structural mass added to a stage is a kilogram of payload lost, and every unnecessary stage adds separation events and cost. This calculator applies the Tsiolkovsky staging equation to give you the exact trade-off between structure, propellant, payload, and delta-V across 2 or 3 serial stages.
The calculator has two modes. Analyze mode lets you enter the real propellant mass, structural mass, and Isp for each stage of an existing vehicle or a proposed design. It computes the delta-V contribution and mass ratio for each stage individually, then sums them to give total delta-V, launch mass, payload fraction, and propellant fraction. Use this to reverse-engineer published vehicle specs, to check a textbook example, or to evaluate sensitivity to structural mass growth.
Optimize mode solves the equal-staging problem analytically. Given a target total delta-V, a common Isp for all stages, a structural fraction (epsilon = empty mass / wet stage mass), and a payload mass, it finds the wet mass of each stage that minimises total launch mass while distributing delta-V equally across stages. This is the theoretically optimal allocation when all stages are identical. The result shows payload fraction and feasibility: if the structural fraction is too high for the required delta-V, the optimizer flags the design as infeasible.
Real rockets deviate from equal staging because their stages use different propellants (dense propellants at sea level, hydrogen in vacuum), different nozzle designs, and different structural materials. Analyse mode handles these real cases. Optimize mode gives the theoretical lower bound on launch mass that any staging arrangement with the same total Isp-second budget can achieve.
📐 Staging Formulas
m0,1=479 t, mf,1=129 t, Δv1=311×9.807×ln(3.71)=3,985 m/s
m0,2=109 t, mf,2=24 t, Δv2=350×9.807×ln(4.54)=5,196 m/s
Total = 9,181 m/s, payload fraction = 20/479 = 4.2%
📖 How to Use This Calculator
Analyze an existing design
💡 Example Calculations
Example 1 - Falcon 9-like Two-Stage LEO Vehicle
2-stage LOX/RP-1 + LOX/RP-1 vehicle, 20 t payload to LEO
Example 2 - Saturn V Three-Stage Moon Rocket
3-stage LOX/RP-1 + LOX/LH2 + LOX/LH2 vehicle, 45 t Apollo payload
Example 3 - Equal-Staging Optimizer for LEO
Optimize a 2-stage vehicle: 20 t payload, 9,400 m/s DV, Isp=310 s, epsilon=0.08
Example 4 - Three-Stage Optimizer for TLI Mission
Optimize a 3-stage vehicle: 10 t payload, 12,000 m/s DV, Isp=350 s, epsilon=0.07
❓ Frequently Asked Questions
🔗 Related Calculators
What is the rocket staging equation and how does it work?
The Tsiolkovsky equation for each stage is delta-V = Isp x g0 x ln(m0 / mf). Total delta-V is the sum of contributions from all stages fired in sequence. After each stage burns out, the empty tank and engine are jettisoned, resetting the mass ratio for the next stage. This is why staging is so powerful: a single-stage rocket needs a mass ratio of about 20 to reach LEO, which is nearly impossible to build, while two stages each need a mass ratio of only 4-5.
How do I calculate payload fraction for a multi-stage rocket?
Payload fraction is the payload mass divided by the total initial (wet) launch mass. To compute it, sum the propellant and structural masses for all stages, add the payload, and divide the payload by the total. For the equal-staging case with structural fraction epsilon and N stages each delivering DV/N, the payload fraction is ((1 - epsilon * R) / R)^N where R is the stage mass ratio exp(DV/(N * Isp * g0)).
What is structural fraction (epsilon) and what are typical values?
Structural fraction epsilon = m_struct / m_stage_wet is the ratio of the stage's empty mass (tanks, engine, plumbing) to its total wet mass including propellant. Typical values: 0.05 to 0.08 for well-designed liquid stages, 0.10 to 0.15 for solid stages, and 0.03 to 0.05 for advanced composite structures. Lower epsilon means more of the stage's mass is propellant, which improves payload fraction. The Falcon 9 first stage has epsilon near 0.055.
How do I choose between 2 and 3 stages?
For typical LEO missions requiring about 9,200 m/s of delta-V, two stages with Isp around 310-350 s and structural fraction 0.07-0.10 deliver payload fractions of 2-5%. Adding a third stage reduces the mass ratio per stage and can improve payload fraction when the total DV is high (above 10 km/s), the Isp is limited (solid motors), or the structural fraction is poor. Three-stage vehicles also add complexity, separation events, and cost, so they are justified mainly for high-DV or constrained missions.
What does optimal equal staging mean?
Equal staging means each stage contributes the same delta-V (total DV / N). Under the assumptions of equal Isp and equal structural fraction across all stages, equal staging minimises the total launch mass for a given payload and total delta-V. In practice, stage Isp often differs (sea-level vs vacuum engines), so the optimum splits more DV to the vacuum stage. The optimizer here solves the equal-DV case analytically.
Why is payload fraction so low for rockets going to LEO?
Reaching LEO requires about 9,200 m/s of delta-V including gravity and drag losses. With Isp = 310 s (LOX/RP-1), the ideal single-stage mass ratio is e^(9200/3040) = 20.7, meaning only about 4.8% of launch mass can be payload plus structure. A practical single-stage vehicle cannot achieve this. Two-stage vehicles typically deliver 2-5% payload fraction to LEO; adding propellant-efficient vacuum engines in upper stages can push this above 5%.
How do I enter inputs for a 3-stage rocket like Saturn V?
Use Analyze mode. Set stages to 3. For Stage 1 (S-IC): prop = 2150 t, struct = 131 t, Isp = 304 s (sea level). For Stage 2 (S-II): prop = 430 t, struct = 36 t, Isp = 421 s (vacuum). For Stage 3 (S-IVB): prop = 107 t, struct = 11 t, Isp = 421 s (vacuum). Payload = 45 t (Apollo CSM+LM stack). The calculator should return about 17,000 m/s total delta-V (Earth departure plus TLI margin), launch mass near 2910 t, and payload fraction about 1.5%.
What is mass ratio and why does it matter?
Mass ratio for a stage is m0/mf, the ratio of wet mass (with propellant) to dry mass (without propellant). Higher mass ratio means more propellant relative to structure, which produces more delta-V. In the Tsiolkovsky equation, DV = Isp * g0 * ln(MR), so each doubling of mass ratio adds Isp * g0 * 0.693 m/s of delta-V. A mass ratio of 5 gives DV = 1.609 * Isp * g0; a mass ratio of 10 gives DV = 2.303 * Isp * g0.
Can I model parallel staging (boosters attached to a core stage)?
Parallel staging is not directly modeled by the serial Tsiolkovsky equation used here. In parallel staging, the core and booster burn simultaneously; when the boosters run out, they separate and the core continues. To approximate it, you can treat the booster phase as a pseudo-stage where the combined thrust and effective Isp is the mass-flow-weighted average of core and booster Isp values.
What Isp values should I use for each stage?
Use sea-level Isp for the first stage (firing through dense atmosphere) and vacuum Isp for upper stages. Typical values: LOX/RP-1 sea level 311 s, vacuum 358 s; LOX/LH2 sea level 380 s, vacuum 450 s; LOX/methane sea level 330 s, vacuum 380 s; N2O4/UDMH (hypergolic) vacuum 320 s; solid motor sea level 240-280 s. Using vacuum Isp for the first stage overestimates performance by 10-15%.
How does the tyranny of the rocket equation apply to multi-stage vehicles?
The tyranny of the rocket equation refers to how exponentially more propellant is needed for linear increases in delta-V. For a single stage, doubling the mission DV squares the required mass ratio, which quickly becomes structurally impossible. Multi-staging breaks the exponential by resetting the mass ratio at each separation. Each stage sees only its own mass ratio, not the accumulated mass of all propellant. This is why Saturn V's three stages each had manageable mass ratios (4-6) while delivering total delta-V of over 15 km/s.
What are the units used in this calculator?
Propellant and structural masses are entered in metric tonnes (1 tonne = 1000 kg). Isp is in seconds. Delta-V results are in metres per second (m/s). Launch mass is in tonnes. Payload fraction and propellant fraction are percentages. In the optimize mode, payload mass is in tonnes and structural fraction is dimensionless (0.08 = 8%).