| Great-circle Distance |
Website Links For Distance |
Information AboutGreat-circle Distance |
| CATEGORIES ABOUT GREAT-CIRCLE DISTANCE | |
| metric geometry | |
| spherical trigonometry | |
|
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. Between two points which are directly opposite each other (called '' Antipodal Point s'') there infinitely many great circles, but all have the same length, equal to half the Circumference of the circle, or , where ''r'' is the radius of the sphere. Because the Earth is approximately spherical (see Spherical Earth ), 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 FORMULA Let be the Latitude and Longitude of two points, respectively, the longitude difference and the angular difference/distance can be determined from the Spherical Law Of Cosines as: : This arccosine form can have large Rounding Error s for the common case where the distance is small, however, so it is not normally used. Instead, a simpler equation known historically as the Haversine Formula was preferred, which is much more accurate for small distances: : (Historically, the use of this formula was simplified by the availability of tables for the s (on opposite ends of the sphere). A more complicated formula that is accurate for all distances is: : (On a computer, one should use Atan2 rather than the ordinary arctangent function, in order to correctly handle the case where the denominator is zero.) If ''r'' is the great-circle radius of the sphere, then the great-circle distance is . Note: above, accuracy refers to rounding errors only; all formulas themselves are exact (for a sphere). SPHERICAL DISTANCE ON THE EARTH The of 6372.795 km. 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:
You will first have to convert these coordinates to Whole Degrees and Radian s before you can use them effectively in a formula. After conversion, the coordinates become:
Using these values in the angular distance equation: :: Thus the distance between LAX and BNA is about 2887 km or 1794 miles. SPHERICAL COORDINATES In the Spherical Coordinates used by mathematicians and physicists, usually when considering other spheres than the Earth's surface, the great-circle distance is found as follows. If is the azimuthal angle and the colatitude, then the spherical distance is given by : :: | ||
|   | :<math>r\,\Delta\sigma | r heta_2- heta_1\,\!</math> |
|
|