Tsiolkovsky Δv = ve·ln(m0/mf) — solve from exhaust velocity or specific impulse, reverse-solve propellant, mass ratio, browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
Formula steps
- Δv = ve · ln(m0 / mf)
- ve = Isp · g0 = 300 × 9.80665 = 2,942 m/s
- Δv = 2,942 × ln(1,000 / 500)
- Δv = 2,942 × ln(2) = 2,942 × 0.69315
- Δv = 2,039.2 m/s = 2.0392 km/s
Δv budget reference
- Surface → low Earth orbit≈ 9.4 km/s
- LEO → geostationary transfer≈ 2.4 km/s
- LEO → trans-lunar injection≈ 3.1 km/s
- Low lunar orbit → Moon landing≈ 1.7 km/s
What this tool does
Free Tsiolkovsky rocket equation calculator for finding the ideal delta-v (Δv) of a rocket stage. The equation is Δv = ve · ln(m0 / mf), where ve is the effective exhaust velocity, m0 the wet (fueled) mass and mf the dry (burnout) mass. Do not know ve directly? Enter the specific impulse Isp instead and the tool converts with ve = Isp · g0, taking g0 as the standard gravity 9.80665 m/s². You get Δv in both m/s and km/s, plus the mass ratio m0 / mf that the burn demands. Flip it around: give a target Δv, an Isp and a dry mass, and the reverse solver returns the propellant load and wet mass you need to hit it. A Δv budget panel shows the common reference numbers, such as roughly 9.4 km/s to reach low Earth orbit. One-click copy and a shareable link reproduce every input. Runs entirely in your browser, nothing is uploaded.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Student
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Rocket Equation Delta-v Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 2 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
- 3 Escape Velocity Calculator v = √(2GM/r) — escape + orbital velocity for any planet, moon or star, in m/s, km/s and mph — browser-only Open
Real-world use cases
Size a model or amateur rocket stage
You have an engine with a known specific impulse and a target altitude that maps to a Δv. Enter the Isp and your dry mass, switch to reverse mode, and read off how much propellant the stage needs to carry. Adjust the dry mass until the propellant fraction looks buildable, then lock the design knowing the rocket equation already accounts for the diminishing return of every extra gram of fuel.
Check a homework or exam answer
Physics and aerospace courses lean on Δv = ve · ln(m0/mf) and the Isp form Δv = Isp · g0 · ln(m0/mf). Type your numbers, compare the tool's Δv and mass ratio against your worked solution, and read the formula steps to see exactly where a sign or a log went wrong. The worked example for ve = 3000, m0 = 1000, mf = 500 giving 2079 m/s is a quick sanity anchor.
Plan a mission Δv budget
A trip is a chain of burns: launch to LEO, a transfer injection, a capture, a landing. Total the legs against the budget panel here, then size each stage so its Δv covers its slice. Seeing that LEO alone eats about 9.4 km/s makes the case for staging obvious, and the mass ratio readout shows when a single stage stops being realistic.
Compare two engines on the same stage
A high-Isp ion thruster and a punchy chemical engine give very different mass ratios for the same Δv. Hold the dry mass fixed, enter each engine's Isp in turn, and watch the required propellant and wet mass change. The tool makes the efficiency-versus-thrust trade concrete instead of hand-wavy.
Common pitfalls
Mixing up wet and dry mass. m0 is the fueled mass at ignition and mf is the burnout mass after the propellant is gone, so m0 is always the larger number. Swapping them makes the log negative and the Δv comes out negative. If you see a negative answer, your masses are reversed.
Treating specific impulse as if it were already a velocity. Isp is in seconds and must be multiplied by g0 = 9.80665 to become exhaust velocity in m/s. Plugging the raw seconds straight into the rocket equation underestimates Δv by a factor of nearly ten.
Using local or orbital gravity for g0. The g0 in the Isp conversion is the fixed constant 9.80665 m/s², not the gravity at your launch site or in orbit. Substituting 3.71 for Mars or a low orbital value gives the wrong exhaust velocity and a wrong Δv.
Privacy
Every step here, the rocket equation, the Isp-to-exhaust-velocity conversion, the mass ratio and the reverse propellant solve, is plain JavaScript that runs inside your browser tab. No masses, no Δv targets and no engine numbers ever leave the page, and nothing you type is logged. The one caveat: the shareable link encodes your inputs in the query string, so a link pasted into chat records those numbers in the recipient server's access log. For a sensitive design, use the copy button and paste the text instead of sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Chinese Acupoint Locator 200+ meridian acupoints / WHO 2008 standard locations / with contraindications, manipulation, and combinations.
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- Anagram Solver Check if two words are anagrams, rearrange a set of letters into every ordering, and read the sorted letter fingerprint, all in your browser
- Angle Converter Degrees, radians, gradians, turns, arcminutes, arcseconds and NATO mils, all from one input, copyable, browser-only