badescuga said:
I need to determine an aircraft trajectory form a point ( longitude and latitude ) to another taking of course in consideration the forces applied (like wind,Centrifugal force etc.) .
I gather you want to take the Earth's rotation into account.As a starting point for thinking about that, consider the case of an airship. (Airships are also referred to as 'Zeppelins'.)
Take the case of a neutrally buoyant airship, no wind, and the airship floats above a fixed point on the ground.
Notice that in that case you don't have to consider centrifugal effect. The airship stays above the same latitude, just as the waters of the oceans all remain at their latitude.
The solid Earth has an equatorial bulge. If the solid Earth would not have an equatorial bulge then the waters of the oceans would gather around the equator. The Earth's equatorial bulge is precisely enough to keep all water at its own latitude. This is not by coincidence, of course; the Earth's rotation has an effect on the solid Earth, the solid Earth has an equilbrium shape that matches its rotation rate.
With this geophysical background established I return to the case of an airship. Let's say you're at a latitude of 60 degrees,
- When you are flying in
eastward direction then you are circumnavigating the Earth's axis faster than the Earth's own rotation: you will tend to swing wide.
- When you are flying in
westward direction then you are circumnavigating the Earth's axis slower than the Earth's own rotation: the airship will tend to move away from the equator, closer to the nearest pole.
My point is: aircraft motion is not ballistics.
A projectile is
not supported; a projectile is subject only to gravity. Airships and aircrafts, however, are supported. Unlike a projectile an aircraft creates
lift to keep itself in the air. Therefore formulas that work for projectiles won't work for airplanes.
I don't know whether in aircraft flight planning the above described effects are taken into account at all. Possibly these effects are swamped by unpredictable wind effects.
If you do want to take the above described effects into account then check out the code of the Java applet
http://www.cleonis.nl/physics/ejs/inertial_oscillation_simulation.php" a Java environment for creating simulations.
As I said, I don't know whether the flight planning software in, say, jet liners take the Earth's rotation into account. Jet liners follow designated corridors. All kinds of factors may cause the aircraft to drift away from the planned direction; you have to adjust all the time. Usually the flight crew will switch on the autopilot.
So I don't know about calculating the flight path in advance; maybe they just wing it.