learn.howToCalculate
learn.whatIsHeading
Terminal velocity is the maximum speed a falling object reaches when air resistance equals gravitational force. It depends on mass, cross-sectional area, and drag coefficient.
공식
v_terminal = √(2 × m × g / (ρ × A × C_d))
단계별 가이드
- 1Enter mass, drag coefficient, cross-sectional area
- 2Enter fluid density and gravitational acceleration
- 3Calculate terminal velocity from the formula
풀어진 예시
입력
m = 80 kg, A = 0.5 m², C_d = 1.2, ρ = 1.2 kg/m³
결과
v_t ≈ 52 m/s
~187 km/h or 116 mph for human skydiver
피해야 할 일반적인 실수
- ✕Wrong drag coefficient for shape
- ✕Using height instead of area
계산할 준비가 되셨나요? 무료 Terminal Velocity 계산기를 사용해 보세요
직접 시도해 보세요 →