A planar approximation for the surface of the Earth may be useful over very small distances. It approximates the arc length, D, to the tunnel distance, D_\textrm{t}, or omits the conversion between arc and chord lengths shown below. The shortest distance between two points in plane is a Cartesian straight line. The
Pythagorean theorem is used to calculate the distance between points in a plane. Even over short distances, the accuracy of geographic distance calculations which assume a flat Earth depend on the method by which the latitude and longitude coordinates have been
projected onto the plane. The projection of latitude and longitude coordinates onto a plane is the realm of
cartography. The formulae presented in this section provide varying degrees of accuracy.
Spherical Earth approximation formulae The
tunnel distance, D_\textrm{t}, is calculated on Spherical Earth. This formula takes into account the variation in distance between meridians with latitude, assuming D \approx D_\textrm{t}: : \begin{align} D_\textrm{t} &= 2 R \sqrt{ \left(\sin \frac{\Delta \phi}{2} \, \cos \frac{\Delta \lambda}{2} \right)^2 + \left(\cos\phi_\textrm{m} \sin \frac{\Delta \lambda}{2} \right)^2} \\ &\approx R \sqrt{ \left( \Delta \phi \, \cos \frac{\Delta \lambda}{2} \right)^2 + \left(2 \cos\phi_\textrm{m} \sin \frac{\Delta \lambda}{2} \right)^2} \ . \end{align} The square root appearing above can be eliminated for such applications as ordering locations by distance in a database query. On the other hand, some methods for computing nearest neighbors, such as the
vantage-point tree, require that the distance metric obey the
triangle inequality, in which case the square root must be retained.
In the case of medium or low latitude Although not being universal, the above is furthermore simplified by approximating sinusoidal functions of \frac{\Delta \lambda}{2}, justified except for high latitude: :D \approx R\sqrt{(\Delta\phi)^2+(\cos(\phi_\mathrm{m})\Delta\lambda)^2}.
Ellipsoidal Earth approximation formulae The above formula is extended for ellipsoidal Earth: : \begin{align} D &\approx 2 \sqrt{ \left(M\left(\phi_\textrm{m}\right) \sin \frac{\Delta \phi}{2} \, \cos \frac{\Delta \lambda}{2} \right)^2 + \left( N\left(\phi_\textrm{m}\right) \cos\phi_\textrm{m} \sin \frac{\Delta \lambda}{2} \right)^2}, \\ &\approx \sqrt{ \left(M\left(\phi_\textrm{m}\right) \Delta \phi \, \cos \frac{\Delta \lambda}{2} \right)^2 + \left(2 N\left(\phi_\textrm{m}\right) \cos\phi_\textrm{m} \sin \frac{\Delta \lambda}{2} \right)^2}, \end{align} where M\,\! and N\,\! are the
meridional and its perpendicular, or "
normal",
radii of curvature of Earth (See also "
Geographic coordinate conversion" for their formulas). It is derived by the approximation of \left(\cos \phi_\textrm{m} \sin\frac{\Delta \lambda}{2} \Delta \phi \right)^2 \approx 0 in the square root. This approximation can be viewed simply as the 3D Cartesian chord distance between two points on the ellipsoid, and equivalently as a chordal simplification of the Gauss mid-latitude method. Although we have not found this explicit formula in classical sources, the Gauss mid-latitude method itself is described in Rapp (1991).
In the case of medium or low latitude Although not being universal, the above is furthermore simplified by approximating sinusoidal functions of \frac{\Delta \lambda}{2}, justified except for high latitude as above: :D \approx \sqrt{(M(\phi_\mathrm{m})\Delta\phi)^2+(N(\phi_\mathrm{m})\cos\phi_\mathrm{m}\Delta\lambda)^2}.
FCC's formula The
Federal Communications Commission (FCC) prescribes the following formulae for distances not exceeding : :D \approx \sqrt{(K_1\Delta\phi)^2+(K_2\Delta\lambda)^2}, :where ::D\,\! = Distance in kilometers; ::\Delta\phi\,\! and \Delta\lambda\,\! are in degrees; ::\phi_\mathrm{m}\,\! must be in units compatible with the method used for determining \cos \phi_\mathrm{m} ;\,\! ::\begin{align} K_1&=111.13209-0.56605\cos(2\phi_\mathrm{m})+0.00120\cos(4\phi_\mathrm{m});\\ K_2&=111.41513\cos(\phi_\mathrm{m})-0.09455\cos(3\phi_\mathrm{m})+0.00012\cos(5\phi_\mathrm{m}).\end{align}\,\! :Where K_1 and K_2 are in units of kilometers per arc degree. They are derived from
radii of curvature of Earth as follows: ::K_1=M(\phi_\mathrm{m})\frac{\pi}{180}\,\! = kilometers per arc degree of latitude difference; ::K_2=\cos(\phi_\mathrm{m})N(\phi_\mathrm{m})\frac{\pi}{180}\,\! = kilometers per arc degree of longitude difference; :Note that the expressions in the FCC formula are derived from the truncation of the
binomial series expansion form of M\,\! and N\,\!, set to the
Clarke 1866 reference ellipsoid. For a more computationally efficient implementation of the formula above, multiple applications of cosine can be replaced with a single application and use of recurrence relation for
Chebyshev polynomials.
Polar coordinate flat-Earth formula D=R\sqrt{\theta^2_1\;\boldsymbol{+}\;\theta^2_2\;\mathbf{-}\;2\theta_1\theta_2\cos(\Delta\lambda)}, :where the colatitude values are in radians: \theta=\frac{\pi}{2}-\phi . :For a latitude measured in degrees, the colatitude in radians may be calculated as follows: \theta=\frac{\pi}{180}(90^\circ-\phi).\,\! ==Spherical-surface formulae==