Mach Number Calculator Formula
Understand the math behind the mach number calculator. Each variable explained with a worked example.
Formulas Used
Speed of Sound
sound_speed = 331.3 + 0.606 * temperatureMach Number
mach_number = object_speed / (331.3 + 0.606 * temperature)Variables
| Variable | Description | Default |
|---|---|---|
object_speed | Object Speed(m/s) | 680 |
temperature | Air Temperature(°C) | 20 |
How It Works
Mach Number
The Mach number is a dimensionless ratio comparing an object's speed to the speed of sound in the surrounding medium.
Formula
M = v / v_sound
Worked Example
An aircraft flying at 680 m/s in air at 20 degrees C.
object_speed = 680temperature = 20
- 01v_sound = 331.3 + 0.606 * 20 = 343.4 m/s
- 02M = 680 / 343.4
- 03M = 1.980
- 04The aircraft is supersonic (M > 1)
Ready to run the numbers?
Open Mach Number Calculator