$g_0 = 9.807\ \mathrm{m/s^2}$
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.
$g_0 = 9.807\ \mathrm{m/s^2}$
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.
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.
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.