I am a bit of a hobby programmer and went about coding up some tools to speed up my flight planning.
What i wanted was to be able to input my desired track and True airspeed, the wind direction and speed and the distance to destination.
Then be returned a heading to counteract the wind drift and ground speed as well as time to destination as a result.
So went under the assumption to calculate this that if an aircraft flew for 1 hour in a straight line the wind will move the aircraft downwind by exactly the windspeed which would reduce the problem to simple trigonometry.
For example if the windspeed was 20kt then could i expect to be exactly downwind by 20nm from where i would be in nil wind after 1 hour? or is this approach flawed.
(Mathmatically of course, wind will obviously vary considerably throughout a flight so im just asking this from a planning perspective)
What i wanted was to be able to input my desired track and True airspeed, the wind direction and speed and the distance to destination.
Then be returned a heading to counteract the wind drift and ground speed as well as time to destination as a result.
So went under the assumption to calculate this that if an aircraft flew for 1 hour in a straight line the wind will move the aircraft downwind by exactly the windspeed which would reduce the problem to simple trigonometry.
For example if the windspeed was 20kt then could i expect to be exactly downwind by 20nm from where i would be in nil wind after 1 hour? or is this approach flawed.
(Mathmatically of course, wind will obviously vary considerably throughout a flight so im just asking this from a planning perspective)
Last edited: