PPL Tester

Turn radius

Turn radius is how much room a level turn needs. It depends on just two things: bank angle and speed (V in knots). When you bank, part of the lift points sideways and pulls the aircraft around the turn; a steeper bank (bigger tan φ, where φ is the bank angle) pulls harder and tightens the turn.

r = V² / (11.26 · tan φ) (r in feet)

Turn rate (degrees per second) is the companion measure, ω = 1091 · tan φ / V; see the turn-rate lesson.

Note: 11.26 is derived standard turn geometry, not a value printed in the CARs/TC AIM/TP 1102.

Trap: forgetting to square V, or reaching for sin φ instead of tan φ.

References


Practice