Great-circle distance

From The Right Wiki
(Redirected from Spherical range)
Jump to navigationJump to search
File:Illustration of great-circle distance.svg
A diagram illustrating great-circle distance (drawn in red) between two points on a sphere, P and Q. Two antipodal points, u and v are also shown.

The great-circle distance, orthodromic distance, or spherical distance is the distance between two points on a sphere, measured along the great-circle arc between them. This arc is the shortest path between the two points on the surface of the sphere. (By comparison, the shortest path passing through the sphere's interior is the chord between the points.) On a curved surface, the concept of straight lines is replaced by a more general concept of geodesics, curves which are locally straight with respect to the surface. Geodesics on the sphere are great circles, circles whose center coincides with the center of the sphere. Any two distinct points on a sphere that are not antipodal (diametrically opposite) both lie on a unique great circle, which the points separate into two arcs; the length of the shorter arc is the great-circle distance between the points. This arc length is proportional to the central angle between the points, which if measured in radians can be scaled up by the sphere's radius to obtain the arc length. Two antipodal points both lie on infinitely many great circles, each of which they divide into two arcs of length π times the radius. The determination of the great-circle distance is part of the more general problem of great-circle navigation, which also computes the azimuths at the end points and intermediate way-points. Because the Earth is nearly spherical, great-circle distance formulas applied to longitude and geodetic latitude of points on Earth are accurate to within about 0.5%.[1]

Formulae

File:Central angle.svg
An illustration of the central angle, Δσ, between two points, P and Q. λ and φ are the longitudinal and latitudinal angles of P respectively

Let λ1,ϕ1 and λ2,ϕ2 be the geographical longitude and latitude of two points 1 and 2, and Δλ,Δϕ be their absolute differences; then Δσ, the central angle between them, is given by the spherical law of cosines if one of the poles is used as an auxiliary third point on the sphere:[2]

Δσ=arccos(sinϕ1sinϕ2+cosϕ1cosϕ2cosΔλ).

The problem is normally expressed in terms of finding the central angle Δσ. Given this angle in radians, the actual arc length d on a sphere of radius r can be trivially computed as

d=rΔσ.

Relation between central angle and chord length

The central angle Δσ is related with the chord length of unit sphere Δσc:

Δσ=2arcsinΔσc2,Δσc=2sinΔσ2.

For short-distance approximation (|Δσc|1),

Δσ=Δσc(1+124(Δσc)2+).

Computational formulae

On computer systems with low floating point precision, the spherical law of cosines formula can have large rounding errors if the distance is small (if the two points are a kilometer apart on the surface of the Earth, the cosine of the central angle is near 0.99999999). For modern 64-bit floating-point numbers, the spherical law of cosines formula, given above, does not have serious rounding errors for distances larger than a few meters on the surface of the Earth.[3] The haversine formula is numerically better-conditioned for small distances by using the chord-length relation:[4]

Δσ=archav(hav(Δϕ)+(1hav(Δϕ)hav(ϕ1+ϕ2))hav(Δλ)).

Historically, the use of this formula was simplified by the availability of tables for the haversine function: havθ=sin2θ2 and archavx=2arcsinx. The following shows the equivalent formula expressing the chord length explicitly:

Δσc=2sin2(Δϕ2)+cosϕ1cosϕ2sin2(Δλ2),=2(sinΔλ2cosϕm)2+(cosΔλ2sinΔϕ2)2,

where ϕm=12(ϕ1+ϕ2). Although this formula is accurate for most distances on a sphere, it too suffers from rounding errors for the special (and somewhat unusual) case of antipodal points. A formula that is accurate for all distances is the following special case of the Vincenty formula for an ellipsoid with equal major and minor axes:[5]

Δσ=atan2((cosϕ2sinΔλ)2+(cosϕ1sinϕ2sinϕ1cosϕ2cosΔλ)2,sinϕ1sinϕ2+cosϕ1cosϕ2cosΔλ),

where atan2(y,x) is the two-argument arctangent. Using atan2 ensures that the correct quadrant is chosen.

Vector version

Another representation of similar formulas, but using normal vectors instead of latitude and longitude to describe the positions, is found by means of 3D vector algebra, using the dot product, cross product, or a combination:[6]

Δσ=arccos(n1n2)=arcsin|n1×n2|=arctan|n1×n2|n1n2

where n1 and n2 are the normals to the sphere at the two positions 1 and 2. Similarly to the equations above based on latitude and longitude, the expression based on arctan is the only one that is well-conditioned for all angles. The expression based on arctan requires the magnitude of the cross product over the dot product.

From chord length

A line through three-dimensional space between points of interest on a spherical Earth is the chord of the great circle between the points. The central angle between the two points can be determined from the chord length. The great circle distance is proportional to the central angle. The great circle chord length, Δσc, may be calculated as follows for the corresponding unit sphere, by means of Cartesian subtraction:

ΔX=cosϕ2cosλ2cosϕ1cosλ1;ΔY=cosϕ2sinλ2cosϕ1sinλ1;ΔZ=sinϕ2sinϕ1;Δσc=(ΔX)2+(ΔY)2+(ΔZ)2.

Substituting λ1=12Δλ and λ2=12Δλ this formula can be algebraically manipulated to the form shown above in § Computational formulae.

Radius for spherical Earth

File:WGS84 mean Earth radius.svg
Equatorial (a), polar (b) and mean Earth radii as defined in the 1984 World Geodetic System revision. (Not to scale.)

The shape of the Earth closely resembles a flattened sphere (a spheroid) with equatorial radius a of 6378.137 km; distance b from the center of the spheroid to each pole is 6356.7523142 km. When calculating the length of a short north-south line at the equator, the circle that best approximates that line has a radius of b2a (which equals the meridian's semi-latus rectum), or 6335.439 km, while the spheroid at the poles is best approximated by a sphere of radius a2b, or 6399.594 km, a 1% difference. So long as a spherical Earth is assumed, any single formula for distance on the Earth is only guaranteed correct within 0.5% (though better accuracy is possible if the formula is only intended to apply to a limited area). Using the mean Earth radius, R1=13(2a+b)6371.009 km (for the WGS84 ellipsoid) means that in the limit of small flattening, the mean square relative error in the estimates for distance is minimized.[7] For distances smaller than 500 kilometers and outside of the poles, a Euclidean approximation of an ellipsoidal Earth (FCC's formula) is both simpler and more accurate (to 0.1%).[8]

See also

References and notes

  1. Admiralty Manual of Navigation, Volume 1, The Stationery Office, 1987, p. 10, ISBN 9780117728806, The errors introduced by assuming a spherical Earth based on the international nautical mile are not more than 0.5% for latitude, 0.2% for longitude.
  2. Kells, Lyman M.; Kern, Willis F.; Bland, James R. (1940). Plane And Spherical Trigonometry. McGraw Hill Book Company, Inc. pp. 323-326. Retrieved July 13, 2018.
  3. "Calculate distance, bearing and more between Latitude/Longitude points". Retrieved 10 Aug 2013.
  4. Sinnott, Roger W. (August 1984). "Virtues of the Haversine". Sky and Telescope. 68 (2): 159.
  5. Vincenty, Thaddeus (1975-04-01). "Direct and Inverse Solutions of Geodesics on the Ellipsoid with Application of Nested Equations" (PDF). Survey Review. 23 (176). Kingston Road, Tolworth, Surrey: Directorate of Overseas Surveys: 88–93. doi:10.1179/sre.1975.23.176.88. Retrieved 2008-07-21.
  6. Gade, Kenneth (2010). "A non-singular horizontal position representation" (PDF). The Journal of Navigation. 63 (3). Cambridge University Press: 395–417. doi:10.1017/S0373463309990415.
  7. McCaw, G. T. (1932). "Long lines on the Earth". Empire Survey Review. 1 (6): 259–263. doi:10.1179/sre.1932.1.6.259.

External links