Hand Calculations logo Hand Calculations All help pages ▾

Time To Climb⚠ unverified

Aerospace / Performance · Compute the time required to climb to a given altitude

Parameters

InputSymbolUnitDefaultDescription
hhm1.0Altitude to climb to
ROC_avgROCavgm/s1.0Average rate of climb
OutputSymbolUnitDescription
resulttsTime to climb, in seconds (s)

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

The rate of climb is by definition the rate of change of altitude:

$$ROC = \frac{dh}{dt} \quad\Longrightarrow\quad dt = \frac{dh}{ROC}.$$

The exact time to climb from altitude $h_1$ to $h_2$ is the integral of the reciprocal climb rate:

$$t = \int_{h_1}^{h_2} \frac{dh}{ROC(h)}.$$

Because $ROC$ varies with altitude, this integral is the honest answer, usually evaluated numerically or graphically (the classic method plots $1/ROC$ versus $h$ and measures the area). The registry formula is what you get by defining the average climb rate so as to make the simple division exact:

$$\frac{1}{ROC_{\text{avg}}} \equiv \frac{1}{h_2 - h_1}\int_{h_1}^{h_2}\frac{dh}{ROC(h)} \quad\Longrightarrow\quad t = \frac{h_2 - h_1}{ROC_{\text{avg}}} = \frac{h}{ROC_{\text{avg}}}. \qquad\blacksquare$$

So $ROC_{\text{avg}}$ is a harmonic-style average — the reciprocal of the mean of the reciprocals — not the arithmetic mean of the climb rates. This is why plugging in the top-of-climb rate, or the sea-level rate, gives the wrong time: only the reciprocal-averaged rate makes $t = h/ROC_{\text{avg}}$ exact. A common closed-form approximation assumes $ROC$ falls linearly to zero at the absolute ceiling $h_{\max}$, giving $t = \dfrac{h_{\max}}{ROC_0}\ln\dfrac{h_{\max}}{h_{\max} - h}$ — note the logarithm, and its divergence as $h \to h_{\max}$.

Dimensional check. $\dfrac{h}{ROC_{\text{avg}}} = \dfrac{\text{m}}{\text{m}/\text{s}} = \text{s}$ ✓ — a time.

History and Development

Related Concepts: Rate of Climb, Rate Of Climb Ft Min, Excess Power, Energy Height, Best Climb Speed

Notes: Exact only if $ROC_{\text{avg}}$ is the reciprocal (harmonic-style) average of $ROC(h)$, since the true time is $\int dh/ROC(h)$; the sea-level max rate underestimates $t$. Time to the absolute ceiling diverges ($ROC\to0$) — hence the service-ceiling convention. Linear-fade model gives $t = \tfrac{h_{\max}}{ROC_0}\ln\tfrac{h_{\max}}{h_{\max}-h}$. Defaults ⇒ $t = 1\ \text{s}$.

← Back to the workspace  ·  All help pages  ·  Getting started