AvroJockey
Go Pack Go!
- Joined
- Dec 10, 2003
- Posts
- 432
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I know that 1 minute Lat is equal to 1 NM, but I was never taught how to compute the distance between two set of lat/long coordinates.
Is there an easy (mental math) formula that gives you a rough figure?
Jockey
I know that 1 minute Lat is equal to 1 NM, but I was never taught how to compute the distance between two set of lat/long coordinates.
Is there an easy (mental math) formula that gives you a rough figure?
Jockey
here is the EXACT methodology. perhaps a shortcut can be seen from this.
we will use ORD (41 58' 42.972" N x 87 54' 17.429" W) to LAX (33 56' 33.1301" N x 118 24' 29.068" W)
convert to decimals so for ex. 41 + (58 + (42.972/60))/60 = 41.9786033. It will be negative if S and W. Thus ORD (41.9786033, -87.904841) to LAX (33.9425361, -118.40807).
convert the decimals values to radians by multiplying them by PI/180. so for ex. 41.9786033 x PI / 180 = .73266484. Thus ORD (0.73266484, -1.5342289) to LAX (0.59240901, -2.066108).
calculate the SIN and COS of each latitude and longitude value.
The formula is:
ARCCOS (SIN(Lat1) SIN(Lat2) + COS(Lat1) COS (Lat2) COS(Long2-Long1)) x (180/PI) X 60
The 180/PI is to convert back to degrees and 60 is the number of nm per degree of lat/long.
For ORD to LAX the value is 1512.00272.
Basically you are measuring arc distance and that is where the math comes from. The radius of the earth is a constant and thus from the center of the earth to each lat/long coord is the radius of the earth plus its field elevation above MSL. then with two sides of the triangle known and the angle between the two calculated (the arc cosine value) the arc length can be calculated.
http://www.themathpage.com/aTrig/arc-length.htm
Your frequent flier miles will be credited.....
WARING GEEK CONTENT: Doesn't the earth's radius actually get smaller as you progress away from the equator?
as the earth is not a perfect sphere.For the benefit of the terminally obsessive (as well as the genuinely needy), Thaddeus Vincenty (‘TV’) devised formulae for calculating geodesic distances between a pair of latitude/longitude points on the earth’s surface, using an accurate ellipsoidal model of the earth.
I didn't notice your additional post, so as Eddie Murphy, playing the old Jewish man in "Coming to America" would say...hence the vincenty variation above (http://www.movable-type.co.uk/script...-vincenty.html). it assumes....
as the earth is not a perfect sphere.