Calculating Distance on a Spherical Earth Using Trigonometry

  • Thread starter Thread starter thharrimw
  • Start date Start date
  • Tags Tags
    Circle
thharrimw
Messages
114
Reaction score
0
I am the captain of my schools academic team. One of the main topics this year is Spherical trig and I can't find out how to find the shortest distance between two points on Earth given the longitude and latitude of both points. I can easily convert the points from Degree- minute- second format to degree format but I don't know what to do from there. for example what is the distance between 53 09 02N ; 001 50 40W and 52 12 17N ; 000 08 26E?
 
Physics news on Phys.org
thharrimw said:
I am the captain of my schools academic team. One of the main topics this year is Spherical trig and I can't find out how to find the shortest distance between two points on Earth given the longitude and latitude of both points. I can easily convert the points from Degree- minute- second format to degree format but I don't know what to do from there. for example what is the distance between 53 09 02N ; 001 50 40W and 52 12 17N ; 000 08 26E?

I'm not sure what level of math you're in. If you can make a triangle between the center of the Earth and the two points, then you, can use trigonometric relationships to get the distance. Have you learned about the dot product yet? Or are you trying to do this based on basic geometry? Anyway, once you know the angle to getting the distance is basic trig if you go through, the earth. If you want the arc length then you S=r \theta where \theta is in radians.
 
I'm in calculus 2 but the academic bowl is algebra, basic geometry and Spherical trig. i know how to find the dot product between two vectors from the little that i have done with vector algebra but i needed to find out the length by moveing on the Earth's serface. how could i do that given the infromation stated above??
 
A great circle is also called a Geodesic. A Geodesic is the shortest distance between two points on a sphere. The airlines call these Great Circles and they like to fly on them to save fuel. Click on this link for more information.

http://www.black-holes.org/relativity5.html
 
Last edited by a moderator:
If \theta is the difference between the latitudes and \phi is the difference between the latitudes, then you have a spherical right triangle with legs of angular length \theta and \phi. The spherical version of the Pythagorean theorem is cos(\mu)= cos(\phi)cos(\theta) where \mu is the angular distance between the points. The actual distance between them is \mu times the radius of the earth.


Check
http://www.math.uncc.edu/~droyster/math3181/notes/hyprgeom/node5.html
for more information.
 
Last edited by a moderator:
HallsofIvy said:
If \theta is the difference between the latitudes and \phi is the difference between the latitudes, then you have a spherical right triangle with legs of angular length \theta and \phi. The spherical version of the Pythagorean theorem is cos(\mu)= cos(\phi)cos(\theta) where \mu is the angular distance between the points. The actual distance between them is \mu times the radius of the earth.

so all that i would have to do is take 6 378.1km* ArcCos(Cos(\phi)Cos(\theta) and that would give me the distance of my great circle?
 
Back
Top