Density Altitude✓ verified
Aerospace / Atmosphere · Density altitude from pressure and temperature
Parameters
| Input | Symbol | Unit | Default | Description |
|---|---|---|---|---|
| P | P | Pa | 90000.0 | Static pressure |
| T | T | K | 280.0 | Temperature |
| Output | Symbol | Unit | Description |
|---|---|---|---|
| h | hd | m | Density altitude |
The science & history
Understanding the Parameters
-
Why two inputs, not one — this is the whole point of the calculator. Pressure Altitude asks only "what is the pressure?" and assumes the temperature is standard. Density altitude refuses that assumption and measures $T$. On a standard day $h_d = h_p$; on any other day they diverge, and the divergence is what kills aircraft.
-
Static pressure $P$ — ambient pressure from the static port. Falls with height.
-
Air temperature $T$ — the ambient static air temperature. Hot air is thin air: at fixed pressure, $\rho \propto 1/T$, so a hot day pushes density altitude up even at a sea-level airfield. The defaults ($90{,}000\ \text{Pa}$, $280\ \text{K}$) give $\rho = 1.1198\ \text{kg}/\text{m}^3$, $\sigma = 0.914$, and $h_d \approx 863\ \text{m}$ — a little below the same pressure's $h_p \approx 988\ \text{m}$, because $280\ \text{K}$ is colder than the standard $281.7\ \text{K}$ at that level.
-
Density altitude $h_d$ — a performance index dressed as a height. Saying "the density altitude is 8000 ft" means: your aircraft will perform as though it were at 8000 ft in the standard atmosphere, whatever the field elevation actually is. Phoenix at $38\ ^\circ\text{C}$ in July sits at a field elevation of ~1100 ft and a density altitude near 5000 ft. Aircraft do not care where they are; they care what they are breathing.
-
What it costs you — as $h_d$ rises: lift falls ($\propto \rho$), so takeoff and landing speeds rise (true airspeed $\propto 1/\sqrt{\rho}$); engine power falls (less mass flow); propeller thrust falls; climb rate falls, sometimes to zero. These effects compound: a longer ground roll at a higher speed with less thrust and a shallower climb, all at once. High density altitude is a leading factor in general-aviation accidents, and the classic scenario is a hot summer afternoon at a mountain strip.
-
The exponent $0.234969 = 1/4.2559$ — the reciprocal of the ISA density exponent $g/(LR)-1$. Compare Pressure Altitude's $0.190263 = 1/5.2559$. They look similar, are easily confused, and were in fact confused in this very codebase (see the registry note).
-
The constant $44{,}330.8\ \text{m} = T_0/L$ — the same artefact as in Pressure Altitude: where the ISA's linear temperature profile would extrapolate to absolute zero. It reappears because both inversions unwind a power law built on the same linear $T(h)$.
Derivation (Approaching a Proof)
Start from the ISA density power law established in ISA Density:
$$\rho = \rho_0\left(1 - \frac{Lh}{T_0}\right)^{g/(LR)-1}, \qquad \frac{g}{LR}-1 = 4.2559.$$
Define the density ratio $\sigma \equiv \rho/\rho_0$, so
$$\sigma = \left(1 - \frac{Lh}{T_0}\right)^{4.2559}.$$
Solve for $h$, exactly as in Pressure Altitude but with the density exponent. Raise both sides to the reciprocal power $1/4.2559$:
$$\sigma^{1/4.2559} = 1 - \frac{Lh}{T_0} \quad\Longrightarrow\quad h_d = \frac{T_0}{L}\left(1 - \sigma^{1/4.2559}\right) = 44{,}330.8\left(1 - \sigma^{0.234969}\right).$$
This is already the answer — but $\sigma$ is not measurable. No instrument reads density. So the final step is to build $\sigma$ from the two things we can measure. By the ideal gas law $P = \rho R T$,
$$\rho = \frac{P}{R T} = \frac{P}{287.05\,T}, \qquad \sigma = \frac{\rho}{\rho_0} = \frac{P}{287.05\,T \times 1.225}.$$
Substituting gives the implemented form exactly:
$$h_d = 44{,}330.8\left(1 - \left(\frac{P}{287.05 \times 1.225\,T}\right)^{0.234969}\right). \qquad\blacksquare$$
The displayed equation's odd-looking denominator $287.05 \cdot 1.225 \cdot T$ is therefore not a fudge — it is $R\rho_0 T$, the ideal gas law and the density datum folded into one line.
Sanity checks. At standard sea level ($P = 101{,}325\ \text{Pa}$, $T = 288.15\ \text{K}$): $\rho = 101325/(287.05 \times 288.15) = 1.225$, so $\sigma = 1$, the bracket is $1 - 1 = 0$, and $h_d = 0$ ✓. Hold pressure at sea level but heat the air to $T = 313\ \text{K}$ ($40\ ^\circ\text{C}$): $\rho = 1.128$, $\sigma = 0.9209$, $\sigma^{0.234969} = 0.9808$, so $h_d \approx 851\ \text{m}$ — the aircraft performs as if at 850 m while sitting on a sea-level runway. That is the calculator earning its keep.
Why the exponent must be $1/4.2559$, not $1/5.2559$. The bracket is being raised to the reciprocal of the exponent in the law it inverts. Since density falls as the $4.2559$ power (and pressure as the $5.2559$ power), using $0.190263$ here would invert the wrong law, mis-scaling the ratio. The two exponents differ by 23 %, and the resulting $h_d$ error grows with departure from standard conditions — worst precisely when the answer matters most. This is the F24 bug.
Dimensional check. $$\frac{P}{R\rho_0 T} = \frac{\text{Pa}}{\dfrac{\text{J}}{\text{kg}\cdot\text{K}} \times \dfrac{\text{kg}}{\text{m}^3} \times \text{K}} = \frac{\text{Pa}}{\text{J}/\text{m}^3} = \frac{\text{Pa}}{\text{Pa}} = 1\ \checkmark$$ (using $\text{J}/\text{m}^3 = \text{N}\cdot\text{m}/\text{m}^3 = \text{N}/\text{m}^2 = \text{Pa}$). The bracket is dimensionless, so $h_d$ inherits the metres of $T_0/L$.
History and Development
-
The physics precedes the concept. That thin air degrades performance was known from the first mountain flights; Georges Legagneux's and others' pre-WWI altitude records were limited by exactly this. But the diagnosis — that the culprit is density, and that pressure and temperature must be combined to find it — took the ideal gas law (Clapeyron, 1834) plus the $\tfrac12\rho V^2$ lift formula that the Wright brothers nailed down in their 1901 wind tunnel.
-
Naming the thin air. Early aviation spoke of the "ceiling" and of engines "losing their breath". WWI aircraft performance charts began correcting for pressure and temperature separately; the supercharger — developed through the 1920s–30s — was the engineering answer to the density problem, artificially restoring sea-level density altitude at the engine inlet. That the fix was named for what it does to density is telling.
-
A standard makes it a number (1952– ). Density altitude only becomes a shareable quantity once a standard density profile exists to index against. The ICAO Standard Atmosphere supplied $\rho_0 = 1.225$ and the layer constants, converting a vague notion ("the air is thin today") into a computable altitude any two engineers agree on.
-
Into the cockpit. Density altitude moved from engineering charts into routine pilot training as general aviation spread into hot and high terrain. The koch chart, E6B flight computer, and every modern EFB app evaluate this equation. It remains a standard fixture of aviation safety literature, because the accident it prevents — an overloaded aircraft attempting a hot-afternoon departure from a mountain strip — is as common now as it was in 1950.
Related Concepts: ISA Density, ISA Pressure, ISA Temperature, Pressure Altitude, Geopotential Altitude, Dynamic Pressure, Lift Force, Drag Force, Ideal Gas Kinetic Theory
Notes: Formula matches implementation. Exponent $0.234969 = 1/4.2559$ is the density exponent — an earlier version wrongly used the pressure exponent $0.190263 = 1/5.2559$ (bug F24, corrected; ~23 % error). The denominator $287.05 \cdot 1.225 \cdot T$ is $R\rho_0T$, so the inner fraction is the density ratio $\sigma$ via the ideal gas law. $44{,}330.8\ \text{m} = T_0/L$ (same artefact as Pressure Altitude). Constants hard-coded; only $P$, $T$ are inputs. Unlike pressure altitude, this uses temperature — the reason it, not $h_p$, predicts performance.