Planet Escape Velocity Calculator Formula
Understand the math behind the planet escape velocity calculator. Each variable explained with a worked example.
Formulas Used
Escape Velocity
escape_vel = sqrt(2 * 6.674e-11 * mass / radius)Escape Velocity (km/s)
escape_vel_kms = sqrt(2 * 6.674e-11 * mass / radius) / 1000Variables
| Variable | Description | Default |
|---|---|---|
mass | Planet Mass(kg) | 5.972e+24 |
radius | Planet Radius(m) | 6371000 |
How It Works
Planetary Escape Velocity
The escape velocity is the minimum speed an object needs to leave a planet's gravitational well without further propulsion.
Formula
v_esc = sqrt(2 G M / R)
For Earth this is about 11.2 km/s.
Worked Example
Earth: M = 5.972e24 kg, R = 6.371e6 m.
mass = 5.972e+24radius = 6371000
- 01v_esc = sqrt(2 G M / R)
- 022 G M = 2 * 6.674e-11 * 5.972e24 = 7.972e14
- 03v_esc = sqrt(7.972e14 / 6.371e6)
- 04v_esc = sqrt(1.251e8)
- 05v_esc = 11 186 m/s = 11.19 km/s
Ready to run the numbers?
Open Planet Escape Velocity Calculator