Hand Calculations logo Hand Calculations All help pages ▾

Spiral Mode Time Constant⚠ unverified

Aerospace / Stability · Compute the approximate spiral-mode time constant

Parameters

InputSymbolUnitDefaultDescription
Cl_betaCl_β1.0Rolling-moment coefficient derivative with respect to sideslip angle (per radian, non-dimensional)
Cn_rCnr1.0Yawing-moment coefficient derivative with respect to yaw rate (non-dimensional)
Cl_rClr1.0Rolling-moment coefficient derivative with respect to yaw rate (non-dimensional)
Cn_betaCn_β1.0Yawing-moment coefficient derivative with respect to sideslip angle (per radian, non-dimensional)
OutputSymbolUnitDescription
resultτSpiral-mode time constant (non-dimensional ratio). Returns positive infinity when ``Cn_beta`` is zero

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

The spiral mode emerges from the lateral-directional equations of motion as the slow, real (non-oscillatory) root. Its stability is governed by the sign of a combination of the sideslip and yaw-rate derivatives.

Consider an aircraft in a small steady bank. The bank produces a sideslip toward the low wing. That sideslip acts through two channels:

  1. Dihedral effect produces a rolling moment $\propto C_{l\beta}\,\beta$ that rolls the aircraft back toward level (recovering) — because $C_{l\beta} < 0$.

  2. Directional stability yaws the nose ($\propto C_{n\beta}\,\beta$) into the turn; the resulting yaw rate $r$ then produces, through $C_{lr}$, a rolling moment that steepens the bank.

The competition between the recovering roll (channel 1, scaled by the yaw damping $C_{nr}$ that sets how the yaw develops) and the steepening roll (channel 2, via $C_{lr}$ and $C_{n\beta}$) yields the spiral root. Carrying the lateral-directional determinant through, the spiral is stable when

$$C_{l\beta}\,C_{nr} - C_{lr}\,C_{n\beta} > 0.$$

Writing this as a ratio gives the calculator's output:

$$R_{spiral} = \frac{C_{l\beta}\,C_{nr}}{C_{lr}\,C_{n\beta}}, \qquad \text{stable} \iff R_{spiral} > 1 \text{ (signs permitting)}. \qquad\blacksquare$$

So the returned number is a stability threshold indicator, crossing 1 (or the discriminant crossing 0) at the boundary between a recovering and a diverging spiral. It is not the time constant $\tau$ (which would carry the inertias and speed and have units of seconds); the registry name is a misnomer, as its own docstring concedes.

Dimensional check. Each $C$ is a per-radian derivative; the ratio of two products of them, $\dfrac{C_{l\beta}C_{nr}}{C_{lr}C_{n\beta}}$, is dimensionless ✓ — confirming it is a ratio, not a time.

History and Development

Related Concepts: Dihedral Effect, Weathercock Stability, Dutch Roll Wn, Roll Mode Time Constant, Static Margin

Notes: Not a time constant — returns the dimensionless ratio $C_{l\beta}C_{nr}/(C_{lr}C_{n\beta})$ (a spiral-stability indicator), not seconds; the true $\tau$ needs inertias/speed. Spiral stable when $C_{l\beta}C_{nr}-C_{lr}C_{n\beta}>0$ (ratio $>1$, signs permitting) — dihedral effect (rolls level) vs directional stability (yaws into the turn). A mildly unstable spiral is tolerated (slow → easily corrected; the "graveyard spiral" when the horizon is lost). Opposes the dutch-roll trade. Returns $+\infty$ if $C_{n\beta}=0$.

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