ISA Density✓ verified
Aerospace / Atmosphere · Standard-atmosphere air density at altitude
Parameters
| Input | Symbol | Unit | Default | Description |
|---|---|---|---|---|
| h | h | m | 0.0 | Geometric altitude |
| Output | Symbol | Unit | Description |
|---|---|---|---|
| rho | ρ | kg/m^3 | Air density |
The science & history
Understanding the Parameters
-
Density $\rho$ — mass of air per unit volume. At sea level $\rho_0 = 1.225\ \text{kg}/\text{m}^3$: a cubic metre of air weighs about $1.2\ \text{kg}$, roughly the mass of a large cat, and about $1/800$ of water. This small number is what an entire airliner stands on.
-
Why $\rho$ dominates aeronautics — it appears linearly in Dynamic Pressure $q = \tfrac12\rho V^2$, and therefore in Lift Force and Drag Force, both $\propto \rho V^2$. It also sets the mass flow an engine can ingest. Half the density means half the lift at the same speed, which is why an aircraft must fly faster (in true airspeed) to hold altitude as it climbs, and why hot-and-high airfields are unforgiving.
-
The exponent $4.2559 = g/(LR) - 1$ — density falls slightly more slowly than pressure. The $-1$ is not a fudge: it is exactly the partial recovery from the ideal gas law, because the air is also getting colder, and cold air is denser at fixed pressure. Pressure divided by temperature, each falling, gives a net fall gentler than pressure alone.
-
Altitude $h$ — at $11\ \text{km}$, $\rho \approx 0.3639\ \text{kg}/\text{m}^3$, about 30 % of sea level (compare pressure's 22 % — the difference is precisely that $-1$ in the exponent). True airspeed for a given indicated airspeed is $\propto 1/\sqrt{\rho}$, so at the tropopause an aircraft flies roughly $1/\sqrt{0.297} \approx 1.8\times$ faster than its instruments read — the reason jets cruise high.
-
Density is not directly measurable — no instrument reads $\rho$ in flight. It is always inferred from measured pressure and temperature via $\rho = P/(RT)$, which is exactly what this calculator's implementation does, and what Density Altitude inverts.
Derivation (Approaching a Proof)
Two routes reach the same result; both are instructive.
Route 1 — divide the two known laws. The ideal gas law in specific form is
$$P = \rho R T \quad\Longrightarrow\quad \rho = \frac{P}{RT}.$$
At sea level this fixes the datum density:
$$\rho_0 = \frac{P_0}{R T_0} = \frac{101325}{287.05 \times 288.15} = 1.2250\ \text{kg}/\text{m}^3,$$
which is exactly the leading constant of the displayed equation. Now take the ratio of the state at altitude to the state at sea level:
$$\frac{\rho}{\rho_0} = \frac{P/(RT)}{P_0/(RT_0)} = \frac{P}{P_0}\cdot\frac{T_0}{T}.$$
$R$ cancels — the result is independent of the gas constant. Substitute the pressure power law derived in ISA Pressure, $P/P_0 = (T/T_0)^{g/(LR)}$:
$$\frac{\rho}{\rho_0} = \left(\frac{T}{T_0}\right)^{g/(LR)}\left(\frac{T}{T_0}\right)^{-1} = \left(\frac{T}{T_0}\right)^{g/(LR)-1}.$$
The exponent arithmetic is the whole story: the $-1$ is the ideal gas law's temperature division. Substituting $T/T_0 = 1 - Lh/T_0$ gives the displayed form:
$$\rho = \rho_0\left(1 - \frac{Lh}{T_0}\right)^{4.2559}.$$
Route 2 — integrate directly. For completeness, one can eliminate $P$ instead of $\rho$ at the start. From $P = \rho RT$, $dP = R(T\,d\rho + \rho\,dT)$; substituting into hydrostatic balance $dP = -\rho g\,dh$ and using $dT = -L\,dh$ yields, after separating variables,
$$\frac{d\rho}{\rho} = \left(\frac{g}{LR} - 1\right)\frac{dT}{T},$$
which integrates immediately to the same power law. The $-1$ appears here as a term in the differential rather than as exponent arithmetic — the same physics wearing different clothes.
Consistency check on the exponent. The registry writes $4.256$; the exact value is $g/(LR) - 1 = 5.2559 - 1 = 4.2559$. The implementation's ISA Pressure uses $5.256$, so its implied density exponent is $5.256 - 1 = 4.256$ — the displayed equation and the code agree exactly.
Dimensional check. $$\frac{P_0}{R T_0} = \frac{\text{Pa}}{\text{J}/(\text{kg}\cdot\text{K}) \times \text{K}} = \frac{\text{N}/\text{m}^2}{\text{J}/\text{kg}} = \frac{\text{N}/\text{m}^2}{\text{N}\cdot\text{m}/\text{kg}} = \frac{\text{kg}}{\text{m}^3}. \checkmark$$ The bracketed term is dimensionless (a temperature ratio), so $\rho$ carries $\text{kg}/\text{m}^3$.
History and Development
-
Air has weight (1640s). That air is a material with mass — not Aristotle's weightless plenum — was settled by Torricelli's barometer (1643) and Pascal's Puy de Dôme experiment (1648). Density is the quantitative expression of that discovery.
-
The gas laws (1662–1834). Robert Boyle ($PV$ constant at fixed $T$, 1662), Jacques Charles and Joseph Louis Gay-Lussac (volume $\propto T$, c. 1787–1802), and Amedeo Avogadro (1811) were fused by Benoît Paul Émile Clapeyron in 1834 into the combined ideal gas law. The step $\rho = P/(RT)$ used above is Clapeyron's synthesis; without it, pressure and temperature could not be turned into density at all.
-
Lift depends on density (1890s–1900s). Otto Lilienthal's glider tables and, decisively, the Wright brothers' 1901 wind-tunnel campaign established the $\tfrac12\rho V^2 S C_L$ form. The Wrights' 1901 season failed partly because they trusted Lilienthal's published coefficients, which embedded an erroneous Smeaton air-resistance coefficient; rebuilding the data themselves gave them the correct density scaling and the 1903 flight. Density errors ground aircraft — a lesson that motivated standardising it.
-
Standardisation (1920s–1952). As altitude records climbed and engine ratings needed comparison, density had to be tabulated against a defined atmosphere; ICAO fixed $\rho_0 = 1.225\ \text{kg}/\text{m}^3$ in 1952 as a derived datum — it is not independently defined, but follows from $P_0$, $T_0$, and $R$ exactly as Route 1 shows. ISO 2533:1975 and the U.S. Standard Atmosphere 1976 carry the same value.
Related Concepts: ISA Pressure, ISA Temperature, Density Altitude, Pressure Altitude, Geopotential Altitude, Dynamic Pressure, Lift Force, Drag Force, Reynolds Number Atm, Ideal Gas Kinetic Theory
Notes: Only $h$ is an input; all constants hard-coded. Displayed closed form is troposphere only, but the implementation computes $\rho = P/(RT)$ from ISA Pressure/ISA Temperature and so also handles the isothermal branch above 11 km — the code is more general than the equation shown. Leading constant $101325/(287.05 \times 288.15) = 1.225\ \text{kg}/\text{m}^3 = \rho_0$. Exponent $4.256 = g/(LR) - 1$, the $-1$ coming from the ideal gas law's temperature division. Requires geopotential altitude.