The Rocket Equation Explained: How Delta-v Decides Whether You Reach Orbit
A plain-English walk through the Tsiolkovsky rocket equation, delta-v, mass ratio, and why rockets burn so much fuel — with a worked example and a free calculator.
The Rocket Equation Explained: How Delta-v Decides Whether You Reach Orbit
Spend any time in Kerbal Space Program and you learn one number before all others: delta-v. Your fuel gauge can read full, your engines can be lit, and the mission still fails because the stage simply does not have the delta-v budget to reach orbit. That single number — the total change in velocity a rocket can produce — is governed by one short formula written down in 1903 by Konstantin Tsiolkovsky. Once you understand it, the brutal fuel demands of spaceflight stop feeling arbitrary and start feeling inevitable.
This is a tour of that formula: what delta-v is, why the natural logarithm in the equation is so punishing, and how to actually compute a stage with the Rocket Equation Delta-v Calculator.
What delta-v actually measures
Delta-v (Δv) is not speed and it is not thrust. It is the total budget of velocity change a rocket can supply over a burn, measured in meters per second. Think of it as currency. Reaching low Earth orbit costs you roughly 9.4 km/s of that currency: about 7.8 km/s for the orbital speed itself, plus 1.5 to 2 km/s lost to fighting gravity and air drag on the way up. A trip to the Moon's surface is just a sequence of these purchases — launch, transfer, capture, descent — each with its own price tag.
What makes delta-v useful is that it is independent of how fast you spend it. A leisurely ion-engine burn lasting weeks and a violent chemical burn lasting two minutes can both deliver the same delta-v. So if you know the delta-v cost of every leg of a mission and the delta-v your stages can produce, you know whether the mission closes — before you ever build hardware.
The Tsiolkovsky equation, term by term
Here is the whole thing:
Δv = ve · ln(m0 / mf)
Three quantities feed it. ve is the effective exhaust velocity — how fast the engine flings its propellant out the back. m0 is the wet mass, the fully fueled rocket at ignition. mf is the dry mass, what is left after the propellant is gone. The ratio m0/mf is called the mass ratio, and it is the only thing about your rocket's mass that the equation cares about.
Many engineers do not quote exhaust velocity directly. They quote specific impulse, Isp, measured in seconds, and you convert with ve = Isp · g0, where g0 is the fixed constant 9.80665 m/s². A vacuum Isp of 300 s therefore gives ve = 300 × 9.80665 ≈ 2942 m/s. (That g0 is a bookkeeping constant, not the local gravity — using Mars gravity here is a classic and expensive mistake.)
Why the logarithm is so cruel
The deep lesson of the equation lives entirely in those three letters: ln. Delta-v is proportional to the natural log of the mass ratio, not to the mass ratio itself. That single fact is why rockets are almost all fuel.
Because of the log, returns diminish fast. Walk through the mass ratios:
- Mass ratio 2 → ln(2) ≈ 0.69, so Δv ≈ 0.69 · ve.
- Mass ratio e ≈ 2.718 → ln = 1 exactly, so Δv equals ve precisely. This is the cleanest anchor in all of rocketry.
- Mass ratio 10 → ln(10) ≈ 2.30, so Δv ≈ 2.3 · ve.
- Mass ratio 20 → ln(20) ≈ 3.00, only 0.7 more than at ratio 10.
Read that last jump again. Doubling the mass ratio from 10 to 20 — which means carrying twice as much propellant for the same dry structure — buys you only about 30 percent more delta-v. To squeeze each additional kilometer per second out of a stage, you must add propellant exponentially. A mass ratio of 10 already means over 90 percent of your liftoff weight is fuel. Pushing higher is a losing fight against your own tankage and structure, which is exactly why we stage: drop the empty tanks, and a fresh stage starts the log curve over from a small dry mass.
A worked example
Let's size a single stage and check it by hand.
Suppose your engine has a vacuum Isp of 320 s and you build a mass ratio of 4 — the wet rocket weighs four times the burnt-out rocket.
First, exhaust velocity: ve = 320 × 9.80665 ≈ 3138 m/s.
Then delta-v: Δv = 3138 · ln(4). Since ln(4) ≈ 1.386, that is 3138 × 1.386 ≈ 4350 m/s, or about 4.35 km/s.
Notice what a mass ratio of 4 means in practice: 75 percent of the launch mass is propellant, and you still only get about 4.35 km/s — less than half of what reaching orbit demands. That gap, sitting right in front of you in the numbers, is the entire argument for multi-stage rockets in one line.
To go the other way — "I need 4.35 km/s, what fuel do I carry?" — rearrange to m0/mf = e^(Δv/ve) and the calculator's reverse mode returns the propellant load and wet mass directly.
How I use it on a Kerbal build
I will admit my first dozen KSP rockets were guesswork: bolt on more boosters until the thing felt heavy enough. It never worked, and I never understood why until I sat down with the actual equation. Now my workflow is boring and reliable. I look up the delta-v cost of the mission profile — say 3400 m/s to orbit Kerbin plus a 900 m/s transfer — add a margin, then work backward. I fix the dry mass of my payload and crew section, pick an engine for its Isp, and solve for the mass ratio I need. If that ratio climbs past about 6 or 7 for one stage, I stop fighting the log and split it into two stages instead. The rocket equation turned my building from superstition into arithmetic, and my success rate went from coin-flip to routine.
Where delta-v meets the rest of orbital mechanics
Delta-v tells you whether you can change your velocity by enough; it does not by itself tell you the target speed. For that you reach for companion numbers. The speed you actually need to escape a planet's gravity well entirely is its own calculation — the Escape Velocity Calculator gives you that threshold, which then becomes a delta-v line item in your budget. String the two together and a mission stops being a vibe and becomes a spreadsheet: this much velocity to reach, this much delta-v to supply it, this much propellant to produce the delta-v.
That is the whole loop, and it all hangs off one logarithm. Once you internalize that delta-v scales with the log of mass ratio, the seemingly insane fuel fractions of real rockets — 90-plus percent propellant, dropped in stages — read not as overengineering but as the only honest answer the math allows.
Made by Toolora · Updated 2026-06-13