The Air Speed calculator computes the air speed of an aircraft based on the static local atmospheric pressure (PS), the total pressure (PT) and the density of air (`rho`).
INSTRUCTIONS: Choose units and enter the following:
Air Speed (V0): The calculator returns the velocity in meters per second. However this can be automatically converted to compatible units via the pull-down menu.
The formula used in this calculator is the basis for airspeed measurement on aircraft which relies on reading the pressure at a pitot tube device mounted on the external surfaces of the aircraft.
This equation is derived from Bernoulli's equation's proposition that the total energy in the air flowing past the pitot tube is the sum of the potential energy due to air pressure and the kinetic energy due to motion of the air.
`E_Tot` = `E_"Potential"` + `E_"Kinetic"`
This translates to `P_"Total" = P_"Static" + 1/2*rho*V^2`
Solving for V gives us the formula used for Air Speed in this calculator:
`V = sqrt( (2*(P_"Total" - P_"Static"))/rho)`
where: