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

  • Thread starter Thread starter dextercioby
  • Start date Start date
  • Tags Tags
    Earth Geodesic
AI Thread Summary
Calculating geodesic distances on a deformed Earth can be simplified by modeling the planet as a sphere instead of using complex elliptic integrals. The geodesic line between two points on a sphere is represented by a great circle, making the computation more straightforward. By using the colatitude and longitude of two cities, the angle between the radii to these points can be calculated using a scalar product. The geodesic distance can then be derived from this angle, with a formula that incorporates the spherical radius, which is determined by the Earth's volume preservation condition. Further refinements could include adjustments for ocean depth and continental elevation.
dextercioby
Science Advisor
Insights Author
Messages
13,395
Reaction score
4,064
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/
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
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...
Back
Top