The Tsiolkovsky rocket equation is the single most important formula in astronautics — it sets the hard limit on how much velocity change a rocket can achieve, and it's the reason every spacecraft's design starts with a delta-v budget rather than a distance.

How the Rocket Equation Calculator works

The calculator uses Δv = ve·ln(m0/mf), the exact result Konstantin Tsiolkovsky derived from Newton's third law applied to a body that continuously ejects mass. As propellant burns and leaves the nozzle at exhaust velocity ve, the rocket accelerates in the opposite direction — and because the rocket keeps getting lighter as it burns fuel, the relationship between mass lost and velocity gained is logarithmic, not linear.

Exhaust velocity can be entered directly in m/s, or derived from specific impulse (Isp) via ve = Isp·g0, where g0 = 9.80665 m/s² is standard gravity — a fixed conversion factor, not the local gravity at launch.

Why the mass ratio grows so fast

Because Δv scales with the logarithm of the mass ratio, each additional increment of delta-v costs progressively more propellant. Doubling the delta-v doesn't double the mass ratio — it squares it. That's why reaching orbit (~9.4 km/s) from the ground with a single stage would require a propellant fraction above 95%, which is why real launch vehicles are staged: each stage sheds dead weight (empty tanks, spent engines) so the next stage doesn't have to accelerate it.

The Mass Ratio and Propellant Fraction tabs let you work this relationship backward — starting from a target delta-v and exhaust velocity, they solve for exactly how much of the rocket's mass has to be propellant.

Inputs and what they mean

Initial mass (m0) is the fully-fueled ('wet') mass of the rocket at the start of the burn — vehicle structure, engines, payload, and all propellant. Final mass (mf) is what's left once the propellant is exhausted (the 'dry' mass). The calculator enforces mf < m0, since a rocket cannot gain mass by burning fuel.

Specific impulse is the standard way engine performance is quoted — a chemical bipropellant engine typically runs 300-460 s, while ion/electric propulsion can exceed 3,000 s, trading enormous efficiency for very low thrust.

Limits and assumptions

This is the idealized, single-stage form of the rocket equation: it assumes exhaust velocity stays constant throughout the burn and ignores gravity losses, drag, and steering losses that a real ascent trajectory incurs — which is why the ~9.4 km/s commonly cited to reach low Earth orbit is noticeably higher than orbital velocity itself (~7.8 km/s). For a multi-stage vehicle, apply the equation separately to each stage and sum the resulting delta-v contributions.