Great-circle distance

Great-circle distance

The great-circle distance is the shortest distance between any two points on the surface of a sphere measured along a path on the surface of the sphere (as opposed to going through the sphere's interior). Because spherical geometry is rather different from ordinary Euclidean geometry, the equations for distance take on a different form. The distance between two points in Euclidean space is the length of a straight line from one point to the other. On the sphere, however, there are no straight lines. In non-Euclidean geometry, straight lines are replaced with Geodesics. Geodesics on the sphere are the "great circles" (circles on the sphere whose centers are coincident with the center of the sphere).

Between any two points on a sphere which are not directly opposite each other, there is a unique great circle. The two points separate the great circle into two arcs. The length of the shorter arc is the great-circle distance between the points. A great circle endowed with such a distance is the Riemannian circle.

Between two points which are directly opposite each other, called "antipodal points", there are infinitely many great circles, but all great circle arcs between antipodal points have the same length, i.e. half the circumference of the circle, or pi r, where "r" is the radius of the sphere.

Because the Earth is approximately spherical (see Earth radius), the equations for great-circle distance are important for finding the shortest distance between points on the surface of the Earth, and so have important applications in navigation.

The geographical formula

Let phi_s,lambda_s; phi_f,lambda_f;! be the geographical latitude and longitude of two points (a base "standpoint" and the destination "forepoint"), respectively, Deltalambda;! the longitude difference and Deltawidehat{sigma};! the (spherical) angular difference/distance, or central angle, which can be constituted from the spherical law of cosines:

:{color{white}BigDeltawidehat{sigma}=arccosig(cosphi_scosphi_fcosDeltalambda+sinphi_ssinphi_fig).;!

The distance "d", i.e. the arc length, for a sphere of radius "r" and Deltawidehat{sigma}! given in radians, is then:

:d = r Deltawidehat{sigma}.

This arccosine formula above can have large rounding errors for the common case where the distance is small, however, so it is not normally used. Instead, an equation known historically as the haversine formula was preferred, which is much more accurate for small distances: [R.W. Sinnott, "Virtues of the Haversine", Sky and Telescope, vol. 68, no. 2, 1984, p. 159]

:{color{white}frac{igg{Deltawidehat{sigma}=arctanleft(frac{sqrt{left(cosphi_fsinDeltalambda ight)^2+left(cosphi_ssinphi_f-sinphi_scosphi_fcosDeltalambda ight)^2{sinphi_ssinphi_f+cosphi_scosphi_fcosDeltalambda} ight);;!

(When programming a computer, one should use the atan2() function rather than the ordinary arctangent function (atan()), in order to simplify handling of the case where the denominator is zero.)

If "r" is the great-circle radius of the sphere, then the great-circle distance is r,Deltawidehat{sigma};!.

Note: above, accuracy refers to rounding errors only; all formulas themselves are exact (for a sphere).

pherical distance on the Earth

The shape of the Earth more closely resembles a flattened spheroid with extreme values for the radius of arc, or "arcradius"—the radius of curvature, of 6335.437 km at the equator (vertically) and 6399.592 km at the poles, and having an of 6372.795 km (3438.461 nautical miles). (Note that "arcradius" or "radius of curvature" is "not" the distance from the center of the earth to the surface. The distance from the center to the surface is smaller at the poles than at the equator; the arcradius is larger at the poles than at the equator.) Using a sphere with a radius of 6372.795 km thus results in an error of up to about 0.5%.

A worked example

In order to use this formula for anything practical you will need two sets of coordinates. For example, the latitude and longitude of two airports:

* Nashville International Airport (BNA) in Nashville, TN, USA: N 36°7.2', W 86°40.2'
* Los Angeles International Airport (LAX) in Los Angeles, CA, USA: N 33°56.4', W 118°24.0'

First, convert these coordinates to decimal degrees (Sign × (Deg + (Min + Sec / 60) / 60)) and radians (× π / 180) before you can use them effectively in a formula. After conversion, the coordinates become:

* BNA: phi_s= 36.12^circapprox 0.6304mbox{ rad};;;lambda_s=-86.67^circapprox -1.5127mbox{ rad};;!
* LAX: phi_f= 33.94^circapprox 0.5924mbox{ rad};;;lambda_f=-118.40^circapprox -2.0665mbox{ rad};;!

Using these values in the angular difference/distance equation:

::r,Deltawidehat{sigma}approx 6372.795 imes0.45306 approx 2887.259mbox{ km}.;!

Thus the distance between LAX and BNA is about 2887 km or 1794 miles (× 0.62137) or 1558 nautical miles (× 0.539553).

ee also

*Air navigation
*Flight planning
*Spherical geometry
*Spherical trigonometry
*Great-circle navigation
*Central angle
*Haversine formula
*Geodesy
*SIGI
*Vincenty's formulae

References

External links

* [http://www.elisanet.fi/master.navigator/xCalc/ Earth navigation calculator for Windows (free)]
* [http://mathworld.wolfram.com/GreatCircle.html GreatCircle] at MathWorld
* U. S. Census Bureau Geographic Information Systems FAQ, [http://www.census.gov/cgi-bin/geo/gisfaq?Q5.1 What is the best way to calculate the distance between 2 points?] (broken link; content has been [http://www.movable-type.co.uk/scripts/GIS-FAQ-5.1.html mirrored here] ) As of 30 May 2007, there was an unbroken link to an updated version of this article, which deals with the same topic as this wiki article, at http://www.usenet-replayer.com/faq/comp.infosystems.gis.html.
* [http://www.infoplease.com/atlas/calculate-distance.html Global Distance Calculator] Tool finds distances between over 7.5 million place names, with dynamic text suggestion while typing to help find locations.
* [http://www.daftlogic.com/projects-google-maps-distance-calculator.htm Google Maps Distance Calculator] Tool to measure distance on a map using Great-circle distance.
* [http://www.mapcrow.info Distance between countries] Shows estimated distance between country mid-points.
* [http://www.milecalc.com Great Circle Distance Airline Mileage Calculator] A tool for computing frequent flyer miles using great circle distances.
* Ed Williams's [http://williams.best.vwh.net/avform.htm "Aviation Formulary"] :* [http://williams.best.vwh.net/gccalc.htm Distance calculator]
* [http://www.airport-accommodation.co.uk/distance-calculator.php Great Circle Distance Calculator] Distances generated by site users showing maps and travel times
* [http://www.movable-type.co.uk/scripts/LatLong.html Haversine formula in JavaScript] Haversine and other formulae for calculating distances, bearings, etc.
* [http://www.freemaptools.com/how-far-is-it-between.htm How Far is it Between] Find the distance between two named points and see the result on a map.
* [http://www.acscdg.com/ Great Circle Distance] Graphical tool for drawing great circles over maps. Also shows distance and azimuth in a table.
* [http://gc.kls2.com/ Great Circle Mapper] Interactive tool for plotting great circle routes
* [http://aviador.es/ Meteo·Mobile Route between airports] Interactive tool for plotting aviation routes between two airports
* [http://www.apsalin.com/great-circle-distance-bearing.aspx Great Circle Distance and Bearing Calculator] for radio/TV broadcast industry


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Great-circle navigation — is the practice of navigating a vessel (such as a ship or aircraft) along a track that follows a great circle. A great circle track is the shortest distance between two points on the surface of the earth. MethodsIn order to construct a great… …   Wikipedia

  • Great circle — For fictional interstellar organization called Great Circle, see Andromeda (novel). A great circle divides the sphere in two equal hemispheres A great circle, also known as a Riemannian circle, of a sphere is the intersection of the sphere and a… …   Wikipedia

  • Great circle of a sphere — Great Great (gr[=a]t), a. [Compar. {Greater}; superl. {Greatest}.] [OE. gret, great, AS. gre[ a]t; akin to OS. & LG. gr[=o]t, D. groot, OHG. gr[=o]z, G. gross. Cf. {Groat} the coin.] 1. Large in space; of much size; big; immense; enormous;… …   The Collaborative International Dictionary of English

  • Great circle sailing — Great Great (gr[=a]t), a. [Compar. {Greater}; superl. {Greatest}.] [OE. gret, great, AS. gre[ a]t; akin to OS. & LG. gr[=o]t, D. groot, OHG. gr[=o]z, G. gross. Cf. {Groat} the coin.] 1. Large in space; of much size; big; immense; enormous;… …   The Collaborative International Dictionary of English

  • great circle — noun a circular line on the surface of a sphere formed by intersecting it with a plane passing through the center • Hypernyms: ↑line • Hyponyms: ↑celestial equator, ↑equinoctial circle, ↑equinoctial line, ↑equinoctial, ↑ecliptic, ↑ …   Useful english dictionary

  • great circle — noun a) A circle defined as the intersection of the surface of a sphere and a plane which passes through the centre of the sphere. Wherever a navigator may be, it certainly would be to his advantage to be able to find the great circle, or… …   Wiktionary

  • great circle — A circle on the surface of the sphere (earth) whose center and radii are those of the sphere itself. Only one great circle may be drawn through two places that are not diametrically opposite on the surface of a sphere. The shortest distance… …   Aviation dictionary

  • great circle route — ▪ navigation       the shortest course between two points on the surface of a sphere. It lies in a plane that intersects the sphere s centre and was known by mathematicians before the time of Columbus. Until the 19th century ships generally… …   Universalium

  • great circle route — noun A route, taken by intercontinental aircraft for instance, which is the shortest distance between two destinations on the surface of the Earth; an arc of a great circle. See Also: great circle …   Wiktionary

  • great-circle course — The route between two points on the earth’s surface measured along the shortest segment of the circumference of the great circle on which the two points are located. A great circle establishes the shortest distance over the surface of the earth… …   Aviation dictionary

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”