Prove that a great circle is a geodesic

  • Thread starter Thread starter miew
  • Start date Start date
  • Tags Tags
    Circle Geodesic
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 9K views
miew
Messages
24
Reaction score
0

Homework Statement



L = R [tex]\int \sqrt{1+ sin^2 \theta \phi ' ^ 2} d\theta[/tex] from theta 1 to theta 2

Using this result, prove that the geodesic (shortest path) between two given points on a sphere is a great circle. [Hint: The integrand f([tex]\phi,\phi',\theta[/tex]) in the result is independent of phi so the Euler-Lagrange equation reduces to [tex]\partial f[/tex]/[tex]\partial \phi '[/tex] = c, a constant. This gives you [tex]\phi '[/tex] as a function of theta. You can avoid doing the final integral by the following trick: There is no loss of generality in choosing your z axis to pass through the point 1. Show that with this choice the constant c is necessarily zero and describe the corresponding geodesics.

Homework Equations





The Attempt at a Solution


Doing some calculations, I ended up getting

[tex]\phi ' ^ 2[/tex] - A sin^2 [tex]\theta[/tex] [tex]\phi ' ^ 2[/tex]= A^2. The hint tells me that I can take theta as 0, and so I get that phi_prime = A.

I integrate that, but I don't get anything that looks like a circle.
 
Physics news on Phys.org
your integrand function does not depend on [itex]\phi[/itex] explicitly. That is why you can immediately perform one integration of the Euler's equation:

[tex] \frac{\partial F}{\partial \phi'} = C_{1}[/tex]

Finding this partial derivative gives:

[tex] \frac{R \, \sin^{2}{(\theta)} \, \phi'}{\sqrt{1 + \sin^{2}{(\theta)} (\phi')^{2}}} = C_{1}[/tex]

You can solve this equation by a parametric trick:

[tex] \sin{(\theta)} \, \phi' = \tan{p}[/tex]

which reduces the equation to:

[tex] \sin^{2}{(\theta)} \, \phi' \, \cos{p} = C_{1}[/tex]

where I redefined the arbitrary integrating constant [itex]C_{1} \rightarrow R \, C_{1}[/itex].

These equations give:

[tex] \sin{(\theta)} \, \cos{p} = C_{1} \, \cot{p} \Rightarrow \sin{(\theta)} = \frac{C_{1}}{\sin{p}}[/tex]

and

[tex] \phi' \eqiuv \frac{d \phi}{d \theta} = \frac{\sin^{2}{p}}{C_{1} \, \cos{p}}[/tex]

You need to find [itex]\phi(p)[/itex] and identify the equation of a great circle in spherical coordinates.