Finding ds² on a Cone: How to Use Geodesic Equations for Parallel Transport

Click For Summary

Homework Help Overview

The discussion revolves around finding the line element \( ds^2 \) on a cone and using geodesic equations for parallel transport. The original poster expresses difficulty in determining the appropriate line element and questions the relationship between the cone's geometry and its representation in a coordinate system.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore different methods for computing parallel transport on a cone, including setting up a coordinate system and relating it to Cartesian coordinates. Questions arise regarding the meaning of the angle \( \alpha \) and its relation to the cone's geometry. There is also a focus on deriving the equation for \( ds^2 \) and understanding the connection coefficients.

Discussion Status

Participants are actively engaging with the problem, sharing insights about the geometry of the cone and the implications for parallel transport. Some guidance has been offered regarding the setup of coordinates and the relationship between different angles, but no consensus has been reached on the best approach to derive \( ds^2 \).

Contextual Notes

There is an emphasis on improving understanding of geodesic equations, and participants are navigating the complexities of the cone's geometry, including the implications of the cuts and the angles involved. The original poster is seeking clarity on how to derive the necessary equations while adhering to homework constraints.

LCSphysicist
Messages
644
Reaction score
163
Homework Statement
.
Relevant Equations
.
1614370513722.png

I am having too much trouble to solve this exercise, see:

Using (R,phi,z)
ub is the path derivative
U is the path
V is the vector

$$V^{a};_{b}u^{b} = (\partial_{b}V^{a} + \Gamma^{a}_{\mu b} V^{\mu})u^{b}$$

$$U = (0,\theta,Z)$$

I am not sure what line element to use, i mean, a circle around a cone does reduce to a plane, but i think this isn't right...
 
Physics news on Phys.org
What is ##\alpha##?
 
Office_Shredder said:
What is ##\alpha##?
May be the angle at which the cone opens!
 
  • Like
Likes   Reactions: LCSphysicist
martinbn said:
May be the angle at which the cone opens!
##2 \alpha## is the angle at which the cone opens :)
Thank you
 
To compute parallel transport around a cone, you can do it two different ways:
  1. You can set up a coordinate system on the cone, and compute the connection coefficients for that coordinate system, and then use them for parallel transport.
  2. (This is the really easy way) You can use the fact that a cone is just a section of the plane glued together in a particular way. Parallel transport on the plane is trivial using Cartesian coordinates. However, if you parallel-transport a vector over the "seam" where the two edges are glued together, there will be a discontinuous jump in the direction the vector is pointing (when viewed in Cartesian coordinates---the change is continuous in cone-based coordinates described in 1.)
 
  • Like
Likes   Reactions: LCSphysicist
stevendaryl said:
To compute parallel transport around a cone, you can do it two different ways:
  1. You can set up a coordinate system on the cone, and compute the connection coefficients for that coordinate system, and then use them for parallel transport.
  2. (This is the really easy way) You can use the fact that a cone is just a section of the plane glued together in a particular way. Parallel transport on the plane is trivial using Cartesian coordinates. However, if you parallel-transport a vector over the "seam" where the two edges are glued together, there will be a discontinuous jump in the direction the vector is pointing (when viewed in Cartesian coordinates---the change is continuous in cone-based coordinates described in 1.)

transport.jpeg


I apologize for the hand-drawn picture, because I don't have access to a drawing program. Suppose you have a disk on the plane with a sector missing with angle ##Q##. There are two "cuts" shown: one vertical, and one that makes an angle of ##Q## relative to the vertical. Take a vector that is pointing straight up and transport it around the loop indicated by the dashed line. Initially, the vector points in the same direction as the first cut. After parallel-transporting it around the loop, it now makes an angle of ##Q## relative to the second cut.

Now, if we "glue" the two cuts together, then the cut disk becomes a cone, and the dashed path becomes a closed loop. So parallel transporting the vector around that loop causes a rotation through the angle ##Q##.

(The angle ##Q## is not equal to your ##2 \alpha##, but they are related.)
 
  • Like
Likes   Reactions: LCSphysicist
stevendaryl said:
View attachment 278791

I apologize for the hand-drawn picture, because I don't have access to a drawing program. Suppose you have a disk on the plane with a sector missing with angle ##Q##. There are two "cuts" shown: one vertical, and one that makes an angle of ##Q## relative to the vertical. Take a vector that is pointing straight up and transport it around the loop indicated by the dashed line. Initially, the vector points in the same direction as the first cut. After parallel-transporting it around the loop, it now makes an angle of ##Q## relative to the second cut.

Now, if we "glue" the two cuts together, then the cut disk becomes a cone, and the dashed path becomes a closed loop. So parallel transporting the vector around that loop causes a rotation through the angle ##Q##.

(The angle ##Q## is not equal to your ##2 \alpha##, but they are related.)
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
 
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.
 

Similar threads

Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K