How can we simplify calculating geodesic distances on a deformed Earth?

  • Thread starter Thread starter dextercioby
  • Start date Start date
  • Tags Tags
    Earth Geodesic
dextercioby
Science Advisor
Insights Author
Messages
13,388
Reaction score
4,040
This is just a mere suggestion for doing such computations without resorting to complicated series expansions of elliptic integrals.

Up to the irregular continental shape & sea floor, we could picture our planet as a revolution ellipsoid. This means that, except for points on the same parallel line, the geodesic is an ellipse and trying to compute the geodesic distance for arbitrary points would lead you to an elliptic integral. Even the setting of such an integral is a difficult task.

One simple way to circumvent this issue is to assume a deformed Earth, and what could be simpler than to assume it spherical ? We know that on the sphere the geodesic line between 2 points is the great circle passing through those points.

So let's say we've got city A with colattitude 23°15' N and longitude 15°34' E and a city B with colattitude 57°15' N and longitude 38°34' W. We assume that these values for the 2 coordinates are the same when we switch to a deformed planet.

It's a simple use of scalar product to get the angle between the 2 radii connecting the 2 points with the planet's center.

Denoting the angle with \psi, we find easily

\cos \psi =\sin\theta_{1} \sin \theta_{2} \cos\left(\varphi_{1}-\varphi_{2}\right) +\cos\theta_{1}\cos\theta_{2}

,where getting the spherical angles from the collatitude & the longitude is a trivial matter.

Then the geodesic distance is simply

D_{\mbox{sph}}= R_{\mbox{sph}} \psi

, where \psi must be in radians.

R_{\mbox{sph}} is found easily from the condition that the deformation preserve the volume of the Earth.

R_{\mbox{sph}}=\sqrt[3]{R_{\mbox{eq}}^{2}R_{\mbox{pole}}}.

The equatorial & polar radii can be picked up from any atlas.

It would be interesting however to make corrections to this simple computation. One could take into account the average depth of the planetary ocean and the average height of the continents.

Daniel.
 
Mathematics news on Phys.org
Here's a calculator for geo-distances: https://www.distance.to/
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top