9)A and B are two points on a unit sphere. We know the space distance between A and B is sqrt2. What is the length of shortest path on the sphere that connects A to B?
By "space distance" I'm assuming "straight-line" distance...if so...
We can find the angle theta between these points by the Law of Cosines..so we have
2 = 1^2 + 1^2 - 2cos (theta)
0 = - 2cos (theta)
0/-2 = cos(theta)
arccos (0) = pi/2 = theta ...so theta = pi/2
So....the length, L, of shortest path on the sphere connecting A and B is
L = r (theta) = 1 (pi/2) = pi/2 ≈ 1.57