Herculi said:
Hello, thank you for the reply. This way is obviously beautiful and simple, but i am interesting too in improving my abilities in using the geodesic equations, so i want to try the other way too.
Particularly, i am having too much trouble to know how to get an equation to find the ds² in this case, do you have any clue?thx
Yes, you started down that path in your first post. Let's set up a coordinate system on the surface of the cone as follows:
- ##r## is the distance from the vertex of the cone to the point.
- ##\phi## is the "longitudinal" coordinate that goes from 0 to ##2 \pi## around the cone.
You can relate these coordinates to the cartesian coordinates ##(x,y,z)## as follows:
- ##x = r sin(\alpha) cos(\phi)##
- ##y = r sin(\alpha) sin(\phi)##
- ##z = r cos(\alpha)##
This would be a cone with the vertex at the point ##(x = 0, y=0, z=0)## opening upward, with the axis of the cone parallel to the z-axis.
Now, consider two nearby points on the cone. The distance between those points would be given by:
##ds^2 = dx^2 + dy^2 + dz^2 ##
## = (dr sin(\alpha) cos(\phi) - r d \phi sin(\alpha) cos(\phi))^2##
## + (dr sin(\alpha) sin(\phi) + r d \phi sin(\alpha) sin(\phi))^2##
## + (dr cos(\alpha))^2##
(there's no ##d \alpha##, since ##\alpha## is constant)
Compare this to ##ds^2 = g_{rr} dr^2 + g_{\phi \phi} dr d\phi + g_{\phi r} d\phi dr + g_{\phi \phi} d\phi^2##
to figure out ##g_{rr}## and ##g_{r \phi}## (the other two are zero). Then you figure out the ##\Gamma^\alpha_{\beta \gamma}## from ##g_{\mu \nu}## and its derivatives. Then you use the parallel transport equation to find out how ##V^\alpha## changes as you move along a path.
It's a lot of work, but that's the plan.