PPL Tester

Wind triangle (heading & groundspeed)

To hold a track over the ground you must correct for the wind. Split it against your true course into two parts, one across the track and one along it:

With the wind measured from, cos WA > 0 is a headwind (slows you down) and cos WA < 0 is a tailwind (speeds you up). You subtract the term either way: with a tailwind cos WA goes negative, so subtracting it adds speed. Let the sign do the work; never add a tailwind by hand.

TAS and the answer are in knots, so a wind reported in km/h or mph must be converted first (1 kt = 1.852 km/h = 1.152 mph).

Turn the heading into the wind by the WCA. Trap: swapping the head/cross components, reading groundspeed as TAS, or using a km/h or mph wind speed as knots.

References


Practice