What is the rocket staging equation and how does it work?+
Each stage follows the Tsiolkovsky equation: delta-V = Isp x g0 x ln(m0/mf). The total delta-V of a multi-stage rocket is the sum of contributions from each stage. After burnout, the empty structure of each stage is jettisoned, which resets the mass ratio for the stage above. This is why staging dramatically improves performance: discarding empty tanks reduces the mass the next engine must accelerate.
How do I calculate payload fraction for a two-stage rocket?+
Payload fraction = payload / total launch mass. Launch mass = Stage 1 wet + Stage 2 wet + payload. Stage 2 wet = Stage 2 propellant + Stage 2 structure. Stage 1 wet = Stage 1 propellant + Stage 1 structure. For the default example: payload=20t, Stage1_wet=370t, Stage2_wet=89t, launch=479t, payload fraction=20/479=4.2%.
What is structural fraction (epsilon) and what are typical values?+
Structural fraction is epsilon = m_struct / m_stage_wet. It represents the fraction of the stage's wet mass that is inert structure: tanks, engines, plumbing, and avionics. Typical values: 0.05 to 0.08 for modern liquid-propellant stages, 0.10 to 0.15 for solid boosters, and 0.03 to 0.05 for advanced composite structures. Falcon 9 first stage epsilon is approximately 0.055.
When does adding a third stage help?+
A third stage is beneficial when the total required delta-V exceeds about 10,000 m/s, when stage Isp is limited (solid or hypergolic propellants), or when the structural fraction is high. Below 10 km/s with Isp above 300 s and epsilon below 0.10, two well-designed stages are typically sufficient. Three-stage vehicles add complexity, cost, and additional failure points, so they are justified mainly for high-energy missions like lunar or planetary trajectories.
What does optimal equal staging assume?+
Equal staging assumes all stages have the same Isp, the same structural fraction epsilon, and each stage contributes the same delta-V (total DV / N). Under these conditions, equal DV per stage minimises total launch mass. Real rockets deviate because the first stage operates at sea level (lower Isp), stages use different propellants, and mass growth is uneven. Analyse mode handles these real cases stage by stage.
Why is payload fraction so small for orbital rockets?+
Reaching LEO requires about 9,200 m/s of delta-V. With Isp=310 s, this demands a mass ratio of exp(9200/3040)=20.7 for a single stage, meaning only 4.8% of launch mass can be non-propellant. Two-stage vehicles typically achieve 2 to 5% payload fraction. The Tsiolkovsky equation is exponential: each 1 km/s of additional delta-V multiplies the required propellant by exp(1000/Isp*g0), which grows rapidly and explains why staging is essential.
How should I enter Saturn V data?+
In Analyze mode, set 3 stages. Stage 1 (S-IC): prop=2150 t, struct=131 t, Isp=304 s. Stage 2 (S-II): prop=430 t, struct=36 t, Isp=421 s. Stage 3 (S-IVB): prop=107 t, struct=11 t, Isp=421 s. Payload=45 t (Apollo CSM and LM). The calculator returns a total delta-V near 13,000 m/s, launch mass of 2,910 t, and payload fraction near 1.5%.
What Isp should I use for sea-level versus vacuum stages?+
Use sea-level Isp for the first stage and vacuum Isp for upper stages. Typical pairs: LOX/RP-1: 311 s (sea level) / 358 s (vacuum). LOX/LH2: 380 s / 450 s. LOX/methane: 330 s / 380 s. Hypergolics: 285 s / 320 s. Using vacuum Isp for the first stage would overestimate Stage 1 delta-V by 10 to 15 percent.
What does an infeasible result mean in optimize mode?+
An infeasible result means the structural fraction (epsilon) is too high for the required delta-V. Specifically, it means R x epsilon is greater than or equal to 1, where R = exp(DV per stage / (Isp x g0)). To fix it: reduce epsilon (use lighter structures), reduce the total DV requirement, increase Isp (use a more energetic propellant), or add a third stage to reduce the DV per stage.
Can I model parallel staging (strap-on boosters) with this calculator?+
Parallel staging is not directly modeled here. To approximate it, treat the parallel-burn phase as a single pseudo-stage with a mass-flow-weighted average Isp. For example, if a core plus two boosters burn simultaneously for 90 seconds before the boosters separate, compute the effective Isp as (F_core x Isp_core + F_booster x Isp_booster) / (F_core + F_booster), then enter that pseudo-stage as Stage 1 in Analyze mode.
What is mass ratio and how does it relate to delta-V?+
Mass ratio for a stage is MR = m0 / mf (initial wet mass divided by final dry mass after burnout). Delta-V = Isp x g0 x ln(MR). A mass ratio of 2 gives DV = 0.693 x Isp x g0; MR=5 gives 1.609 x Isp x g0; MR=10 gives 2.303 x Isp x g0. Doubling the mass ratio adds about 0.693 x Isp x g0 m/s of delta-V, which shows how hard it is to extract more performance from a single stage once MR is already above 5.
What units does this calculator use?+
Propellant and structural masses are in metric tonnes (1 t = 1000 kg). Isp is in seconds. Delta-V is in metres per second (m/s). Launch mass and stage masses are in tonnes. Payload fraction and propellant fraction are percentages. Structural fraction in optimize mode is dimensionless: enter 0.08 for 8 percent structural fraction.