Rocket Equation Calculator Back
Space Propulsion

Rocket Equation Calculator

Configure up to 3 rocket stages with wet mass, dry mass, and Isp. The Tsiolkovsky equation computes per-stage and total Δv. Add gravity and drag losses, then check if your design reaches LEO, GEO, or the Moon.

Stage Configuration
Stage 1
Wet mass m₀
kg
Dry mass mf
kg
Isp
s
Stage 2
Wet mass m₀
kg
Dry mass mf
kg
Isp
s
Stage 3
Wet mass m₀
kg
Dry mass mf
kg
Isp
s
Losses
Gravity Loss
Drag Loss
Results
— km/s
Stage 1 Δv
— km/s
Total Δv (ideal)
Stage 1 mass ratio
— km/s
Net Δv (w/ losses)
Δv vs Mass Ratio (by Isp)
Per-Stage Δv Contributions
Theory & Key Formulas
$$\Delta v = I_{sp}\,g_0\,\ln\!\frac{m_0}{m_f}$$ $$\Delta v_{total}= \sum_i \Delta v_i$$

$g_0 = 9.807\ \mathrm{m/s^2}$

What is the Rocket Equation?

🙋
What exactly is "delta-v" and why is it so important for rockets?
🎓
Basically, delta-v ($\Delta v$) is the total change in velocity a rocket can achieve. It's the rocket's "budget" for maneuvers—like getting to orbit, changing orbits, or heading to another planet. In practice, if your mission requires more delta-v than your rocket can provide, you won't make it. Try adjusting the "Wet Mass" and "Dry Mass" sliders for the first stage above; you'll see how changing the mass ratio directly changes your available delta-v.
🙋
Wait, really? So the fuel amount isn't the only thing that matters? What's this "Isp" parameter?
🎓
Great question! Isp, or Specific Impulse, measures how efficiently the rocket engine uses its propellant. Think of it like the "miles per gallon" for a rocket engine. A higher Isp means you get more push from each kilogram of fuel. For instance, a hydrogen-oxygen engine has a much higher Isp than a solid rocket booster. In the simulator, slide the Isp value up and down—you'll see it multiplies your delta-v directly. It's a key trade-off engineers make between efficiency and engine complexity.
🙋
Okay, that makes sense for one stage. But why do real rockets, like the Falcon 9, have multiple stages you can configure here?
🎓
It's all about ditching dead weight! Once a stage uses up its fuel, the empty tanks and engines are just mass you're still lugging around, which hurts your mass ratio. By staging, you jettison that dead weight, so the next stage's engine only has to push a much lighter rocket. A common case is the Saturn V, which had three stages to reach the Moon. Try this: in the simulator, configure a single stage with all your fuel, then split it into two or three stages with the same total fuel. You'll see the total delta-v increase dramatically!

Physical Model & Key Equations

The fundamental principle is the conservation of momentum. As a rocket ejects propellant mass backward at high speed, the remaining vehicle gains forward momentum. The Tsiolkovsky rocket equation quantifies this relationship, assuming no external forces (like gravity or drag).

$$\Delta v = I_{sp}\, g_0 \, \ln\!\left(\frac{m_0}{m_f}\right)$$

$\Delta v$: Change in velocity (m/s).
$I_{sp}$: Specific impulse (s). A measure of engine efficiency.
$g_0$: Standard gravity (9.807 m/s²), used to convert $I_{sp}$ from seconds to exhaust velocity.
$m_0$: Initial "wet" mass of the rocket stage, including propellant.
$m_f$: Final "dry" mass after the propellant is burned.

For a multi-stage rocket, the total capability is simply the sum of the delta-v provided by each independent stage. This is because each stage operates sequentially, with the next stage starting at the velocity achieved by the previous one.

$$\Delta v_{total}= \sum_i \Delta v_i$$

$\Delta v_i$: The delta-v of the i-th stage, calculated using its own $I_{sp}$, $m_0$, and $m_f$. The physical meaning is additive because kinetic energy is not conserved in a rocket system (energy comes from the propellant), but momentum changes are additive in the absence of external forces.

Real-World Applications

Launch Vehicle Design: This simulator's core calculation is the first step in designing any rocket. Engineers iterate on stage counts, mass ratios, and engine types (which determine Isp) to see if their concept can deliver a required payload to a target orbit, like Low Earth Orbit (LEO) which needs about 9.4 km/s of delta-v.

Mission Planning & Budgeting: For interplanetary missions, every maneuver is priced in delta-v. A mission to Mars requires a detailed "delta-v budget" for Earth escape, Mars capture, landing, and return. Planners use these exact equations to ensure the spacecraft has enough capability, often with a 10-20% margin for corrections.

Performance Comparison: The equation allows for direct comparison between different rocket architectures. For instance, it clearly shows why a staged vehicle outperforms a hypothetical single-stage-to-orbit (SSTO) rocket, and why high-Isp engines like ion thrusters are used for deep-space probes despite their very low thrust.

CAE & Simulation: In Computer-Aided Engineering, this ideal rocket equation forms the baseline for much more complex simulations. Advanced trajectory software will add models for gravity losses, atmospheric drag, and steering, but the delta-v calculated here remains the theoretical upper limit for a given vehicle design.

Common Misconceptions and Points to Note

When you start using this simulator, there are several common pitfalls, especially for beginners. First, "Δv is additive, but mass is not." The total Δv of a 3-stage rocket is the simple sum of the Δv of each stage, but the "initial mass" for the second and subsequent stages is the weight of the vehicle after the previous stage has been jettisoned. For example, assume the first stage is 100 tons, of which 80 tons is first-stage propellant. If the vehicle after jettisoning the first stage (second stage + payload) is 20 tons, then the second stage's initial mass starts from these 20 tons. Be careful not to mistakenly input the total launch weight here.

Next, the understanding that "Isp is the performance of the engine alone." While you set the Isp for each stage in the simulator, you need to be aware of whether this is the value in a vacuum or at sea level. For instance, since the first stage flies within the atmosphere, "sea level specific impulse" is appropriate, but upper stages operate almost in a vacuum, so "vacuum specific impulse" is used. Even for the same engine, this value changes significantly based on factors like nozzle shape, which is a critical design point.

Finally, the overarching principle: "This calculation is merely the 'ideal Δv'." The "gravity loss" and "atmospheric drag loss" displayed by the simulator are only simplified estimates. In an actual launch, there are many more loss factors, such as vehicle attitude control, engine thrust fluctuations, and the effects of more precise gravitational fields. In practice, you design the required performance by adding a margin of about 15-20% (called "loss margin" or "performance margin") on top of this ideal Δv. This is one reason why an actual rocket has more Δv capability than the ~9.3 km/s often cited to reach LEO.