Great-circle navigation

Great-circle navigation or orthodromic navigation (related to orthodromic course; from Ancient Greek ορθός (orthós) 'right angle', and δρόμος (drómos) 'path') is the practice of navigating a vessel (a ship or aircraft) along a great circle. Such routes yield the shortest distance between two points on the globe.[1]

Orthodromic course drawn on the Earth globe

Course

Figure 1. The great circle path between (φ1, λ1) and (φ2, λ2).

The great circle path may be found using spherical trigonometry; this is the spherical version of the inverse geodetic problem.If a navigator begins at P1 = (φ11) and plans to travel the great circle to a point at point P2 = (φ22) (see Fig. 1, φ is the latitude, positive northward, and λ is the longitude, positive eastward), the initial and final courses α1 and α2 are given by formulas for solving a spherical triangle

where λ12 = λ2 − λ1[note 1]and the quadrants of α12 are determined by the signs of the numerator and denominator in the tangent formulas (e.g., using the atan2 function).The central angle between the two points, σ12, is given by

[note 2][note 3]

(The numerator of this formula contains the quantities that were used to determinetan α1.)The distance along the great circle will then be s12 = Rσ12, where R is the assumed radiusof the Earth and σ12 is expressed in radians.Using the mean Earth radius, R = R1 ≈ 6,371 km (3,959 mi) yields results forthe distance s12 which are within 1% of the geodesic length for the WGS84 ellipsoid; see Geodesics on an ellipsoid for details.

Relation to geocentric coordinate system

The position angle of the point t at the point s is the angle at which the green and the dashed great circles intersect at s. The unit directions uE, uN and the rotation axis ω are marked by arrows.

Detailed evaluation of the optimum direction is possible if the sea surface is approximated by a sphere surface. The standard computation places the ship at a geodetic latitude φs and geodetic longitude λs, where φ is considered positive if north of the equator, and where λ is considered positive if east of Greenwich. In the geocentric coordinate system centered at the center of the sphere, the Cartesian components are

and the target position is

The North Pole is at

The minimum distance d is the distance along a great circle that runs through s and t. It is calculated in a plane that contains the sphere center and the great circle,

where θ is the angular distance of two points viewed from the center of the sphere, measured in radians. The cosine of the angle is calculated by the dot product of the two vectors

If the ship steers straight to the North Pole, the travel distance is

If a ship starts at t and swims straight to the North Pole, the travel distance is

Derivation

The cosine formula of spherical trigonometry[4] yields for the angle p between the great circles through s that point to the North on one hand and to t on the other hand

The sine formula yields

Solving this for sin θs,t and insertion in the previous formula gives an expression for the tangent of the position angle,

Further details

Because the brief derivation gives an angle between 0 and π which does not reveal the sign (west or east of north ?), a more explicit derivation is desirable which yields separately the sine and the cosine of p such that use of the correct branch of the inverse tangent allows to produce an angle in the full range -π≤p≤π.

The computation starts from a construction of the great circle between s and t. It lies in the plane that contains the sphere center, s and t and is constructed rotating s by the angle θs,t around an axis ω. The axis is perpendicular to the plane of the great circle and computed by the normalized vector cross product of the two positions:

A right-handed tilted coordinate system with the center at the center of the sphere is given by thefollowing three axes: theaxis s, the axis

and the axis ω.A position along the great circle is

The compass direction is given by inserting the two vectors s and s and computing the gradient of the vector with respect to θ at θ=0.

The angle p is given by splitting this direction along two orthogonal directions in the plane tangential to the sphere at the point s. The two directions are given by the partial derivatives of s with respect to φ and with respect to λ, normalized to unit length:

uN points north and uE points east at the position s.The position angle p projects sinto these two directions,

,

where the positive sign means the positive position angles are defined to be north over east. The values of the cosine and sine of p are computed by multiplying this equation on both sides with the two unit vectors,

Instead of inserting the convoluted expression of s, the evaluation may employ that the triple product is invariant under a circular shiftof the arguments:

If atan2 is used to compute the value, one can reduce both expressions by division through cos φtand multiplication by sin θs,t,because these values are always positive and that operation does not change signs; then effectively

Finding way-points

To find the way-points, that is the positions of selected points on the great circle betweenP1 and P2, we first extrapolate the great circle back to its node A, the pointat which the great circle crosses theequator in the northward direction: let the longitude of this point be λ0 — see Fig 1. The azimuth at this point, α0, is given by

[note 4]

Let the angular distances along the great circle from A to P1 and P2 be σ01 and σ02 respectively. Then using Napier's rules we have

(If φ1 = 0 and α1 = 12π, use σ01 = 0).

This gives σ01, whence σ02 = σ01 + σ12.

The longitude at the node is found from

Figure 2. The great circle path between a node (an equator crossing) and an arbitrary point (φ,λ).

Finally, calculate the position and azimuth at an arbitrary point, P (see Fig. 2), by the spherical version of the direct geodesic problem.[note 5] Napier's rules give

[note 6]

The atan2 function should be used to determineσ01,λ, and α.For example, to find themidpoint of the path, substitute σ = 1201 + σ02); alternativelyto find the point a distance d from the starting point, take σ = σ01 + d/R.Likewise, the vertex, the point on the greatcircle with greatest latitude, is found by substituting σ = +12π.It may be convenient to parameterize the route in terms of the longitude using

[note 7]

Latitudes at regular intervals of longitude can be found and the resulting positions transferred to the Mercator chartallowing the great circle to be approximated by a series of rhumb lines. The path determined in this waygives the great ellipse joining the end points, provided the coordinates are interpreted as geographic coordinates on the ellipsoid.

These formulas apply to a spherical model of the Earth. They are also used in solving for the great circle on the auxiliary sphere which is a device for finding the shortest path, or geodesic, on an ellipsoid of revolution; see the article on geodesics on an ellipsoid.

Example

Compute the great circle route from Valparaíso1 = −33°,λ1 = −71.6°, toShanghai2 = 31.4°,λ2 = 121.8°.

The formulas for course and distance giveλ12 = −166.6°,[note 8]α1 = −94.41°,α2 = −78.42°, andσ12 = 168.56°. Taking the earth radius to beR = 6371 km, the distance iss12 = 18743 km.

To compute points along the route, first findα0 = −56.74°,σ01 = −96.76°,σ02 = 71.8°,λ01 = 98.07°, andλ0 = −169.67°.Then to compute the midpoint of the route (for example), takeσ = 1201 + σ02) = −12.48°, and solveforφ = −6.81°,λ = −159.18°, andα = −57.36°.

If the geodesic is computed accurately on the WGS84 ellipsoid,[5] the resultsare α1 = −94.82°, α2 = −78.29°, ands12 = 18752 km. The midpoint of the geodesic isφ = −7.07°, λ = −159.31°,α = −57.45°.

Gnomonic chart

Admiralty Gnomonic Chart of the Indian and Southern Oceans, for use in plotting great circle tracks

A straight line drawn on a gnomonic chart is a portion of a great circle. When this is transferred to a Mercator chart, it becomes a curve. The positions are transferred at a convenient interval of longitude and this track is plotted on the Mercator chart for navigation.

See also

Notes

References