The haversine formula determines the great-circle distance between two points on a sphere given their longitudes and latitudes. Important in navigation, it is a special case of a more general formula in spherical trigonometry, the law of haversines, that relates the sides and angles of spherical triangles.
The first table of haversines in English was published by James Andrew in 1805,[1] but Florian Cajori credits an earlier use by José de Mendoza y Ríos in 1801.[2] [3] The term haversine was coined in 1835 by James Inman.[4]
These names follow from the fact that they are customarily written in terms of the haversine function, given by . The formulas could equally be written in terms of any multiple of the haversine, such as the older versine function (twice the haversine). Prior to the advent of computers, the elimination of division and multiplication by factors of two proved convenient enough that tables of haversine values and logarithms were included in 19th- and early 20th-century navigation and trigonometric texts.[5] [6] [7] These days, the haversine form is also convenient in that it has no coefficient in front of the function.
Let the central angle between any two points on a sphere be:
\theta=
d | |
r |
where
The haversine formula allows the haversine of to be computed directly from the latitude (represented by) and longitude (represented by) of the two points:
\operatorname{hav}\theta= \operatorname{hav}\left(\Delta\varphi\right)+\cos\left(\varphi1\right)\cos\left(\varphi2\right)\operatorname{hav}\left(\Deltaλ\right)
where
\Delta\varphi=\varphi2-\varphi1
\Deltaλ=λ2-λ1
Finally, the haversine function, applied above to both the central angle and the differences in latitude and longitude, is
\operatorname{hav}\theta=
| ||||
\sin |
\right)=
1-\cos(\theta) | |
2 |
To solve for the distance, apply the archaversine (inverse haversine) to or use the arcsine (inverse sine) function:
d=r\operatorname{archav}(\operatorname{hav}\theta)=2r\arcsin\left(\sqrt{\operatorname{hav}\theta}\right)
or more explicitly:
\begin{align} d&=2r\arcsin\left(\sqrt{\operatorname{hav}(\Delta\varphi)+(1-\operatorname{hav}(\Delta\varphi)-\operatorname{hav}(2\varphim)) ⋅ \operatorname{hav}(\Deltaλ)}\right)\\ &=2r
| ||||
\arcsin\left(\sqrt{\sin |
\right)+\left(1-
| ||||
\sin |
\right)-
2\left(\varphi | |
\sin | |
m\right)\right) |
⋅
| ||||
\sin |
\right)}\right)\\ &=2r
| ||||
\arcsin\left(\sqrt{\sin |
\right)+\cos\varphi1 ⋅ \cos\varphi2 ⋅
| ||||
\sin |
\right)}\right)\\ &=2r
| ||||
\arcsin\left(\sqrt{\sin |
\right) ⋅
| ||||
\cos |
\right)+
2\left(\varphi | |
\cos | |
m\right) |
⋅
| ||||
\sin |
\right)}\right)\\ &=2r\arcsin\left(\sqrt{
1-\cos\left(\Delta\varphi\right)+\cos\varphi1 ⋅ \cos\varphi2 ⋅ \left(1-\cos\left(\Deltaλ\right)\right) | |
2 |
\varphim=
\varphi2+\varphi1 | |
2 |
When using these formulae, one must ensure that does not exceed 1 due to a floating point error (is real only for). only approaches 1 for antipodal points (on opposite sides of the sphere)—in this region, relatively large numerical errors tend to arise in the formula when finite precision is used. Because is then large (approaching, half the circumference) a small error is often not a major concern in this unusual case (although there are other great-circle distance formulas that avoid this problem). (The formula above is sometimes written in terms of the arctangent function, but this suffers from similar numerical problems near .)
As described below, a similar formula can be written using cosines (sometimes called the spherical law of cosines, not to be confused with the law of cosines for plane geometry) instead of haversines, but if the two points are close together (e.g. a kilometer apart, on the Earth) one might end up with, leading to an inaccurate answer. Since the haversine formula uses sines, it avoids that problem.
Either formula is only an approximation when applied to the Earth, which is not a perfect sphere: the "Earth radius" varies from 6356.752 km at the poles to 6378.137 km at the equator. More importantly, the radius of curvature of a north-south line on the earth's surface is 1% greater at the poles (≈6399.594 km) than at the equator (≈6335.439 km) - so the haversine formula and law of cosines cannot be guaranteed correct to better than 0.5%. More accurate methods that consider the Earth's ellipticity are given by Vincenty's formulae and the other formulas in the geographical distance article.
Given a unit sphere, a "triangle" on the surface of the sphere is defined by the great circles connecting three points,, and on the sphere. If the lengths of these three sides are (from to), (from to), and (from to), and the angle of the corner opposite is, then the law of haversines states:[9]
\operatorname{hav}(c)=\operatorname{hav}(a-b)+\sin(a)\sin(b)\operatorname{hav}(C).
Since this is a unit sphere, the lengths,, and are simply equal to the angles (in radians) subtended by those sides from the center of the sphere (for a non-unit sphere, each of these arc lengths is equal to its central angle multiplied by the radius of the sphere).
In order to obtain the haversine formula of the previous section from this law, one simply considers the special case where is the north pole, while and are the two points whose separation is to be determined. In that case, and are (that is, the, co-latitudes), is the longitude separation, and is the desired . Noting that, the haversine formula immediately follows.
To derive the law of haversines, one starts with the spherical law of cosines:
\cos(c)=\cos(a)\cos(b)+\sin(a)\sin(b)\cos(C).
As mentioned above, this formula is an ill-conditioned way of solving for when is small. Instead, we substitute the identity that, and also employ the addition identity, to obtain the law of haversines, above.
One can prove the formula:
\operatorname{hav}\left(\theta\right)= \operatorname{hav}\left(\Delta\varphi\right)+\cos\left(\varphi1\right)\cos\left(\varphi2\right)\operatorname{hav}\left(\Deltaλ\right)
by transforming the points given by their latitude and longitude into cartesian coordinates, then taking their dot product.
Consider two points
\bfp1,p2
\varphi
λ
\begin{align} {\bfp2}&=(λ2,\varphi2)\\ {\bfp1}&=(λ1,\varphi1) \end{align}
These representations are very similar to spherical coordinates, however latitude is measured as angle from the equator and not the north pole. These points have the following representations in cartesian coordinates:
\begin{align} {\bfp2}&=(\cos(λ2)\cos(\varphi2), \sin(λ2)\cos(\varphi2), \sin(\varphi2))\\ {\bfp1}&=(\cos(λ1)\cos(\varphi1), \sin(λ1)\cos(\varphi1), \sin(\varphi1)) \end{align}
From here we could directly attempt to calculate the dot product and proceed, however the formulas become significantly simpler when we consider the following fact: the distance between the two points will not change if we rotate the sphere along the z-axis. This will in effect add a constant to
λ1,λ2
-λ1
λ'=\Deltaλ
\begin{align} {\bfp2'} &=(\cos(λ')\cos(\varphi2), \sin(λ')\cos(\varphi2), \sin(\varphi2))\\ {\bfp1'} &=(\cos(0)\cos(\varphi1), \sin(0)\cos(\varphi1), \sin(\varphi1))\\ &=(\cos(\varphi1), 0, \sin(\varphi1)) \end{align}
With
\theta
{\bfp1}
{\bfp2}
\begin{align} \cos(\theta)&=\langle{\bfp1},{\bfp2}\rangle=\langle{\bfp1'},{\bfp2'}\rangle=\cos(λ')\cos(\varphi1)\cos(\varphi2)+\sin(\varphi1)\sin(\varphi2)\\ &=\sin(\varphi2)\sin(\varphi1)+\cos(\varphi2)\cos(\varphi1)-\cos(\varphi2)\cos(\varphi1)+\cos(λ')\cos(\varphi2)\cos(\varphi1)\\ &=\cos(\Delta\varphi)+\cos(\varphi2)\cos(\varphi1)(-1+\cos(λ')) ⇒ \\ \operatorname{hav}\left(\theta\right) &=\operatorname{hav}\left(\Delta\varphi\right)+\cos(\varphi2)\cos(\varphi1)\operatorname{hav}\left(λ'\right) \end{align}