Quantcast

Wind Corrected Azimuth

Last modified by
on
Jul 24, 2020, 6:28:07 PM
Created by
on
Jun 9, 2014, 9:09:57 PM
`alpha = "asin"( ( "W" * sin ( omega - phi )) / sqrt( "FP" ^2 + "W" ^2 - 2 * "FP" * "W" * cos( omega - phi )) )`
`"Wind's Azimuth Angle"`
`"Flight Path Azimuth to Destination"`
`"Wind Speed"`
`"Flight Path Planned Speed"`
Tags
UUID
68e585b3-f01a-11e3-b7aa-bc764e2038f2

This equation computes the wind-corrected  flight azimuth that is required to follow the ground path to an aircraft's flight destination.

The diagram shows the Adjusted Air Speed vector that results from the vector subtraction of the wind vector from the destination flight path vector.

As inputs to this equation we have:

  • `omega` - the azimuth angle of wind vector from the reference direction.
  • `phi` -  the azimuth angle of the flight path from the reference direction
  • `FP` - the flight path speed
  • `W` - the wind speed

/attachments/68e585b3-f01a-11e3-b7aa-bc764e2038f2/WindCorrectedAzimuth-illustration.png

Notes

In the diagram we know the angle, `omega`, of the wind's direction and the angle, `phi`, of the planned flight path to the destination.  The planned flight vector is the maroon arrow of length FP in this example that is `phi` degrees clockwise from the reference direction.  In this example the reference direction is the line (a,b).  The line (a,b) could very well be the compass vector North, making the line (a,e) the east vector.  We also know the length of the wind vector, `W`.

We know that angle `theta` is `180^o` minus omega.  We draw the line (c, d, e) parallel to the reference direction, making angle ade the opposite interior angle to `phi`.

So, now that we know angles `phi` and `theta`, we can find angle `lambda`.

`lambda` = 180 - (`theta` + `phi`) = 180 - (180 - `omega`)  - `phi`

`lambda` = 180 - 180 + `omega` - `phi`

`lambda` =  `omega` - `phi`

Using the Cosine Rule, to find the Adjusted Air Speed (AAS) we have:

`"AAS"^2 = "FP"^2 + W^2 - 2 * FP * W * cos(lambda)`

`"AAS"^2 = "FP"^2 + W^2 - 2 * FP * W * cos(omega - phi)`

`"AAS" = sqrt( "FP"^2 + W^2 - 2 * FP * W * cos(omega - phi))`

Then using the Sine Rule:

sin (`alpha`) / W = sin (`lambda`) / AAS  `=>`

`alpha` = arcsine`( (W* sin (lambda)) / "AAS") ` = arcsine`( (W* sin (omega-phi)) / (sqrt("FP"^2 + W^2 - 2 * FP * W * cos(omega - phi))) )`


This equation, Wind Corrected Azimuth, references 1 page
  • Comments
  • Attachments
  • Stats
No comments
This site uses cookies to give you the best, most relevant experience. By continuing to browse the site you are agreeing to our use of cookies.