Understand the relationship
The reasoning behind the result
Why the mass ratio sits inside a logarithm
d(Δv) = −vₑ dm/m; Δv = vₑ ln(m₀/mf)
During a burn, propellant leaving the vehicle carries momentum away. A small expelled mass produces a velocity increment proportional to its fraction of the vehicle's current mass. That fraction changes as the vehicle becomes lighter, so multiplying one fixed acceleration by a time would miss the mass change.
Integrating the fractional mass change from initial mass m₀ to final mass mf produces the natural logarithm. Both masses must use the same unit: their quotient R = m₀/mf is dimensionless. Doubling both masses leaves ideal delta-v unchanged, although it doubles the propellant consumed.
Four quantities, four different meanings
vₑ = Isp × g₀; R = m₀/mf; mp = m₀ − mf; fp = 1 − 1/R
Isp is specific impulse in seconds; vₑ is effective exhaust velocity in metres per second. R describes the ratio of the whole vehicle's initial and final masses. Propellant mass mp is an absolute amount, while propellant fraction fp is a share of initial vehicle mass.
The result label always identifies the selected quantity. A velocity, a mass and a dimensionless ratio are not interchangeable outputs even when they are calculated from the same burn scenario.
Solving backward from a required delta-v
R = exp(Δv/vₑ); mp = mf × expm1(Δv/vₑ)
When the final mass is known, first determine the ratio needed for the entered velocity budget. Multiplying that ratio by final mass gives initial mass. Subtracting final mass gives expelled propellant. The implementation uses expm1 for the subtraction so very small budgets retain numerical precision.
When initial mass is fixed instead, final mass is m₀ exp(−Δv/vₑ), and the available mass left after the burn becomes a useful companion result. This answers a different starting-data question from fixing the delivered final mass.
Read the trade-off before adding propellant
With final mass and exhaust velocity held fixed, each additional unit of delta-v requires exponentially more initial mass. With a mass ratio held fixed, delta-v is proportional to effective exhaust velocity. These are mathematical sensitivities within the model; they do not account for changes in engine mass, tank mass or achievable performance.
The live mass balance shows what is expelled and what remains. It is drawn from the current valid inputs, while the supporting rows expose the mass ratio and exhaust velocity needed to check the calculation independently.
Follow the numbers
Mass consumed is not velocity gained
- Initial mass m₀ = 10,000 kg and final mass mf = 4,000 kg.
- Propellant mp = 10,000 − 4,000 = 6,000 kg; its share of initial mass is 60%.
- At Isp = 320 s, those masses also imply 2,875.437602 m/s of ideal delta-v. That velocity belongs in a separately labelled supporting result.
The primary answer is 6,000 kg of expelled propellant. Isp affects the companion velocity calculation, not the subtraction of two measured masses.
Quick guide
How to use this calculator
- Choose the mass information that is fixed in your scenario.
- For a target burn, enter ideal delta-v and specific impulse; for measured consumption, enter initial and final masses.
- Read propellant in kilograms and check the mass balance before interpreting the velocity budget.
Calculation method
Calculation and interpretation
Make the propellant amount the primary result and inspect the remaining mass, mass ratio and ideal burn performance separately.
mp = m₀ − mf; mp = mf[exp(Δv/vₑ) − 1] when final mass is fixed
Worked example
Mass consumed is not velocity gained
The primary answer is 6,000 kg of expelled propellant. Isp affects the companion velocity calculation, not the subtraction of two measured masses.
mp = m₀ − mf; mp = mf[exp(Δv/vₑ) − 1] when final mass is fixed
Supported inputs
Precision and limits
Ideal velocity budget
These are ideal, constant-effective-exhaust-velocity burns. Gravity loss, aerodynamic drag, steering loss, finite-burn orbital effects and engine transients are excluded. Delta-v is not an attained ground speed or a launch capability.
Mass definitions
Initial and final mass refer to the entire vehicle accelerated during one burn. Final mass includes structure, payload and any propellant that remains unburned. Expelled propellant is the difference between those masses.
Specific impulse convention
Specific impulse is entered in seconds. Its conversion to effective exhaust velocity uses standard gravity, 9.80665 m/s², even for a burn far from Earth. This constant is a unit convention, not a gravity-loss allowance.
Numerical and practical limits
A mass ratio must be at least one; final mass and exhaust velocity must be positive. A zero-propellant case has zero ideal delta-v. Extremely large required mass ratios may be numerically representable but physically impractical.
Continue calculating
Related calculators