Terminal Velocity (Advanced) Calculator Formula
Understand the math behind the terminal velocity (advanced) calculator. Each variable explained with a worked example.
Formulas Used
Terminal Velocity
terminal_v = sqrt(2 * mass * 9.80665 / (density * cd * area))Terminal Velocity (km/h)
terminal_v_kmh = sqrt(2 * mass * 9.80665 / (density * cd * area)) * 3.6Variables
| Variable | Description | Default |
|---|---|---|
mass | Object Mass(kg) | 80 |
cd | Drag Coefficient | 1 |
density | Air Density(kg/m3) | 1.225 |
area | Cross-Sectional Area(m2) | 0.7 |
How It Works
Terminal Velocity
When a falling object's drag force equals its weight, it stops accelerating and falls at a constant speed.
Formula
v_t = sqrt(2mg / (rho Cd A))
Derived from setting drag equal to weight: 0.5 Cd rho A v^2 = mg.
A skydiver in belly-down position has about 55 m/s (200 km/h); head-down is about 90 m/s (320 km/h).
Worked Example
80 kg skydiver, belly-down (Cd = 1.0, A = 0.7 m2), sea level.
mass = 80cd = 1density = 1.225area = 0.7
- 01v_t = sqrt(2 * 80 * 9.807 / (1.225 * 1.0 * 0.7))
- 02v_t = sqrt(1569 / 0.8575)
- 03v_t = sqrt(1830)
- 04v_t = 42.8 m/s = 154 km/h
Ready to run the numbers?
Open Terminal Velocity (Advanced) Calculator