Friday 18 Apr 2025
01:09:22 UTC: 01:09:22
Menu
SEARCH DATABASES
FLIGHT INFO
PLAN TRAVEL
RESOURCES
SHOP
BLOG
Home
Resources
Aviation Calculators
Course
Turn Performance
Temperature Conversion
Sun Info
Heading
Course
Density Altitude
Course
Enter the wind speed, true airspeed, wind direction, and heading to calculate the course, ground speed, and wind correction angle.
Wind Speed
Enter the Wind Speed
This field is required
Wind Direction (from)
Enter the Wind Direction
This field is required
True Airspeed
Enter the True Airspeed
This field is required
Heading
Enter the Course
This field is required
(Math.PI/180) * {{windDir}}
(Math.PI/180) * {{heading}}
(Math.sqrt(Math.pow({{windSpd}}, 2) + Math.pow({{TAS}}, 2)- 2 * {{windSpd}} * {{TAS}} * Math.cos({{hd}}-{{wd}}))).toFixed(2)
((180/Math.PI) * (Math.atan2({{windSpd}} * Math.sin({{hd}}-{{wd}}), {{TAS}}-{{windSpd}} * Math.cos({{hd}}-{{wd}})) )).toFixed(2)
({{hd}} + (Math.PI/180) * {{wca}})
Course( {{crs}})
Math.round(((180/Math.PI) * {{crs2}})* 100) / 100
Calculated Results
Course:
Ground Speed:
Wind Correction Angle: