- #1
nixed
- 35
- 0
I am trying to solve the 'ant and honey problem on a spherical bowl' to find the shortest route between two points on a sphere when the path is constrained by not being allowed to pass higher than a certain latitude (so interrupting some great circles connecting the two points).
I intuitively think that the shortest route in this case would be to follow the great circle between the two points until the latitude is reached beyond which you cannot go; then walk along the latitude until the great circle is picked up again; then follow it down to the destination. But I have not been able to prove that this is the shortest route. If the following triangle exists then my proposed solution is not the shortest route, but if it doesn't exist then it is the shortest route.
Here is the question: Can a triangle be drawn on the surface of a sphere which has points A, A',B with known lengths A-A' and A'-B and included angle AA'B greater than 90deg for which the following property holds
|AB - AA'| < |A'B|
I intuitively think that the shortest route in this case would be to follow the great circle between the two points until the latitude is reached beyond which you cannot go; then walk along the latitude until the great circle is picked up again; then follow it down to the destination. But I have not been able to prove that this is the shortest route. If the following triangle exists then my proposed solution is not the shortest route, but if it doesn't exist then it is the shortest route.
Here is the question: Can a triangle be drawn on the surface of a sphere which has points A, A',B with known lengths A-A' and A'-B and included angle AA'B greater than 90deg for which the following property holds
|AB - AA'| < |A'B|