Solving the Great Circle Problem on a Sphere

  • Thread starter Thread starter davidam
  • Start date Start date
  • Tags Tags
    Circle
Click For Summary
To derive a parametric equation for the path between two points A and B on the surface of a sphere, first find the plane that intersects the sphere and passes through the center and both points. The equation of this plane can be expressed as Ax + By + Cz = D, while the sphere's equation is x² + y² + z² = R². By solving these equations, you can express two variables in terms of the third, allowing for the creation of parametric equations x(t), y(t), and z(t). Utilizing trigonometric functions like sine and cosine can help define the circular path, and matrix rotations can be applied to transition between coordinate systems. This method effectively outlines the steps to find the great circle arc between points A and B on the sphere.
davidam
Messages
1
Reaction score
0

Homework Statement


I have a problem where I have a sphere with radius R centered at (0,0,0), and two given points on the surface of the sphere A=(a1,a2,a3) and B=(b1,b2,b3). I have to find/derive a parametric equation to describe the path from point A to point B along the surface of the sphere.


Homework Equations


I need to provide x(t)=?, y(t)=?, z(t)=? in general terms to describe the path between any two points on the surface of a sphere with any radius.


The Attempt at a Solution


When giving values to the points I can figure out how to find a plane that passes through the center of the sphere and the two points, but I don't know how to make a parametric equation to describe the circle of intersection between the sphere and the plane. If I could do that, I could set the parameters to only give me the portion of arc from A to B. I'm not exactly sure that I'm on the right track with the plane/sphere intersection idea, so any help would be much appreciated.
 
Physics news on Phys.org
First, try the problem in two dimensions. You can use sin and cosine to define the circle. And then use rotations to rotate the circle to 3d. (This approach looks rather hard but not really if you can know matrices approach to do that) I think you do need to know the plane in which all three points fall.

Using above here's What I will do:

-find the plane
-find angle it makes with the z axis
-use matrices to rotate the plane to x-y plane
-solve the problem
-rotate back to the original problem using matrices again

I cannot think of any easier way at the moment.
 
A great circle is on a plane passing through the center of the circle and so will be the plane containing the points (0,0,0), (a1,a2,a3), and (b1,b2,b3). Find the equation of that plane: Ax+ By+ Cz= D for some numbers A,B,C,D. The equation of the sphere is x^2+ y^2+ z^2= R^2 where R^2= a1^2+ a2^2+ a3^2= b1^2+ b2^2+ b3^2 (and those last two must be equal in order that (a1, a2, a3) and (b1, b32, b3) lie on the same sphere). You have two equations in 3 variables so you can solve for two of them in terms of the third. That will give you parametric equations for the circle with that third variable as parameter.
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 21 ·
Replies
21
Views
4K
Replies
6
Views
2K
  • · Replies 13 ·
Replies
13
Views
1K
Replies
11
Views
3K
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
7
Views
2K