Talk:Great-circle distance: Difference between revisions
JeremyCole (talk | contribs) mNo edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
I always intended for it to be easy to understand. --[[User:JeremyCole|JeremyCole]] 17:34, Oct 16, 2004 (UTC) |
I always intended for it to be easy to understand. --[[User:JeremyCole|JeremyCole]] 17:34, Oct 16, 2004 (UTC) |
||
The article says: |
|||
:''Consider a [[sphere]] of radius ''r'' centered at the origin. That is, the set of all points (''x''<sub>1</sub>, ''x''<sub>2</sub>, ''x''<sub>3</sub>) such that'' |
|||
::<math>x_1^2 + x_2^2 + x_3^2 = r^2</math> |
|||
:''The spherical distance between any two points ''x'' and ''y'' on this sphere is given by'' |
|||
::<math>d(x,y) = r \cos^{-1}\left(\frac{x_1 y_1 + x_2 y_2 + x_3 y_3}{r^2}\right).</math> |
|||
Why is this of interest? The spherical distance is ''r'' times the angle (in radians). That seems to be the main point. The dot product over ''r''<sup>2</sup> is the cosine of the angle. Taking the arccosine of the cosine, after using a needlessly complicated expression for the cosine, when one could have said simply "The spherical distance is ''r'' times the angle (in radians)'' would be more to the point. [[User:Michael Hardy|Michael Hardy]] 23:48, 16 Oct 2004 (UTC) |
Revision as of 23:48, 16 October 2004
Why is "spherical distance" a better name for this page than great circle distance, which has now been made a redirect page? Is it not standard to speak of "great circle distance"? Michael Hardy 21:26, 5 Oct 2004 (UTC)
I agree, I think the page has been made, while perhaps mathematically correct, harder to understand by introducing the formulas using spherical coordinates instead of latitude and longitude.
I think it's wise to at least break it up into two sections, one for the math principals behind it, and one for a practical use case (latitude and longitude to find distance).
I always intended for it to be easy to understand. --JeremyCole 17:34, Oct 16, 2004 (UTC)
The article says:
- Consider a sphere of radius r centered at the origin. That is, the set of all points (x1, x2, x3) such that
- The spherical distance between any two points x and y on this sphere is given by
Why is this of interest? The spherical distance is r times the angle (in radians). That seems to be the main point. The dot product over r2 is the cosine of the angle. Taking the arccosine of the cosine, after using a needlessly complicated expression for the cosine, when one could have said simply "The spherical distance is r times the angle (in radians) would be more to the point. Michael Hardy 23:48, 16 Oct 2004 (UTC)