naele
- 199
- 1
Homework Statement
Consider the metric in polar coordinates
ds=\frac{2}{1-r^2}\sqrt{dr^2+r^2d\phi^2}
Show that the shortest path from the origin to any other point is a straight line.
Homework Equations
Euler-Lagrange equations
\frac{\partial F}{\partial y} - \frac{d}{dx}\frac{\partial F}{\partial y'}=0
in polar coordinates
\frac{\partial F}{\partial \phi} -\frac{d}{dr}\frac{\partial F}{\partial \phi'}=0
The Attempt at a Solution
By inspection, there's no dependence on \phi, just r,\phi'. Re-writing ds a little bit gives
ds=\frac{2}{1-r^2}\sqrt{1+r^2\phi'^2}dr
The euler-lagrange equations reduce to a first integral where \partial F/\partial \phi'=C is
\frac{2}{1-r^2}\frac{r^2\phi'}{\sqrt{1+r^2\phi'^2}}=C
I think this is the correct way to go about doing it, but I feel like I'm missing something. To show that the path is straight, I need to show that \phi'=0. But the resulting equations I get whether I integrate wrt r first, or differentiate wrt r gives me very messy equations and solving for \phi' is too difficult.