What do the three indices in \Gamma ^a_{bc} represent in the unit sphere?

Click For Summary

Homework Help Overview

The discussion revolves around understanding the indices in the connection coefficients \(\Gamma^a_{bc}\) in the context of a unit sphere. Participants are exploring the implications of having three indices when only two independent coordinates (phi and theta) are present.

Discussion Character

  • Conceptual clarification, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants attempt to clarify the meaning of the indices in \(\Gamma^a_{bc}\) and how they relate to the coordinates of the sphere. There are discussions about calculating coefficients for various combinations of indices and the implications of symmetry in the indices. Questions arise regarding the appropriate equations to use for parallel transport and how to relate initial conditions to the equations of motion.

Discussion Status

The discussion is ongoing, with participants providing guidance on the use of specific equations and suggesting approaches for solving the differential equations involved. There is a recognition of the need to clarify initial conditions and the relationships between different components of the vectors being analyzed.

Contextual Notes

Participants are working under the constraints of homework rules, which may limit the information they can share. There are references to specific equations and conditions that need to be met, but the exact nature of these constraints is still being explored.

ehrenfest
Messages
2,001
Reaction score
1

Homework Statement


I am confused about this question and probably the connection in general. When we only have two independent coordinates here what do the three indices in \Gamma ^a_{bc} stand for?

I found the metric for this space, but every formula for Gamma has indices a,b,c and I do not know what to plug in for them?

Homework Equations


The Attempt at a Solution

 

Attachments

  • hobson 313.jpg
    hobson 313.jpg
    5 KB · Views: 567
Last edited:
Physics news on Phys.org
a,b and c stand for either phi or theta. I can say this without even seeing your attachment.
 
So, when it asks me to calculate the coefficients, i need to calculate for

(a,b,c) = (theta, theta, theta)
(a,b,c) = (theta, theta, phi)
(a,b,c) = (theta, phi, theta)
(a,b,c) = (theta, phi, phi)

and then four more with a = phi ?
 
Yes. but you know case (a,b,c)=(a,c,b) right? And didn't you just do an exercise about diagonal metrics that would come in handy here?
 
So, to do the next part, should I just plug the connection into 3.41 and integrate from 0 to 2 pi?
 

Attachments

  • hobson 73.jpg
    hobson 73.jpg
    17.5 KB · Views: 579
  • hobson 74.jpg
    hobson 74.jpg
    32.7 KB · Views: 524
Your attachments still haven't been approved, but you should plug the connection into the parallel transport equations, if that's what you mean. And then solve them.
 
Last edited:
Which equations do you mean? I know the connection and I think that I know the initial vector, so which equation relates these and the rotation angle to the final vector?
 
ehrenfest said:
Which equations do you mean? I know the connection and I think that I know the initial vector, so which equation relates these and the rotation angle to the final vector?

Look up the 'parallel transport' operation mentioned in the problem.
 
What to you mean look up the parallel transport operation? I already looked it up and I even posted that entire section from my book. Did you mean look it up elsewhere? Because I have tried that also.

I just want help figuring out which equations to plug the connection and the initial vector into and get the final vector.
 
  • #10
Equation (3.42). Start trying to use it and then people can start trying to help you. Did you read what you posted? It's a differential equation for the rate of change of the transported vector components in terms of the tangent vector to the curve and the connection coefficients. You have to solve this differential equation.
 
  • #11
Here is my attempt:

\Gamma^{\phi}_{\phi \theta} = \Gamma^{\phi}_{\theta \phi} = \cot \theta

\Gamma^{\theta}_{\phi \phi} = - \sin \theta \cos \theta

The rest of the connection vanishes.

I plug this into the equation along with the initial position and the theta equation vanishes and the phi equation is

\frac{ dv^\phi}{du} = - \theta_0 \cot \theta \frac{dx^\phi}{du}

So, is the next step finding dx^phi/du with some parametrization?
 
  • #12
The theta equation does not vanish. And why theta_0? Shouldn't that be v^theta? And use the obvious parametrization. Use phi as the path parameter.
 
  • #13
You're right. I was using the initial conditions for v^theta and v^phi. That is why I thought the theta equation vanishes.

So, the two equations are:

\frac{ dv^\theta}{du} = \sin \theta \cos \phi v^{\theta} \frac{d\phi}{du}\frac{ dv^\phi}{du} = - v^{\theta} \cot \theta \frac{d\phi}{du}

So when I replace u with theta as my parameter, why don't both of these equation vanish since they both would have a d\phi/d\theta and theta and phi are supposed to be independent?
 
  • #14
ehrenfest said:
You're right. I was using the initial conditions for v^theta and v^phi. That is why I thought the theta equation vanishes.

So, the two equations are:

\frac{ dv^\theta}{du} = \sin \theta \cos \phi v^{\theta} \frac{d\phi}{du}


\frac{ dv^\phi}{du} = - v^{\theta} \cot \theta \frac{d\phi}{du}

So when I replace u with theta as my parameter, why don't both of these equation vanish since they both would have a d\phi/d\theta and theta and phi are supposed to be independent?

That's why theta would not be a good choice of parameter. Your path is along constant theta with varying phi. Use phi. You also have some phi's and theta's in the wrong place in the first equation.
 
  • #15
You're right, the equations should be:

\frac{ dv^\theta}{du} = \sin \theta \cos \theta v^{\phi} \frac{d\phi}{du}
\frac{ dv^\phi}{du} = - v^{\theta} \cot \theta \frac{d\phi}{du}

And when I apply the phi parametrization (I don't know what I was thinking with the theta parametrization), I get\frac{ dv^\theta}{d\phi} = \sin \theta \cos \theta v^{\phi}
\frac{ dv^\phi}{d\phi} = - v^{\theta} \cot \theta

So if we integrate both of these equations w.r.t. phi, we get:

\Delta v^\theta = \sin \theta_0 \cos \theta_0 \int_{0}^{2\pi}v^{\phi}d\phi
\Delta v^\phi = - \cot\theta_0 \int_{0}^{2\pi} v^{\theta} d\phi

How do I evaluate the integrals on the RHS?
 
  • #16
You can't just integrate them like that. You have two ODE's wrt to two different functions. You want to get a single ODE in terms of a single function to start out. Hint: differentiate the second one wrt phi so you get a second order ODE and then substitute the first one into eliminate v_theta.
 
  • #17
I get

\frac{d^2v^{\phi}}{d\theta} = - \cos \theta v^{\phi}

Since \theta = \theta_0 is a constant all along this parametrization, this DE has solutions:

v^{\phi} = A e^{i \cos \theta_0 \phi} + B e^{-i \cos \theta_0 \phi}

So, now I need to plug this into the other DE, find A and B, and plug in 2 pi for phi to get the final value of v^phi and v^theta, right?

EDIT: the first equation should be \frac{d^2v^{\phi}}{d\phi^2} = - \cos^2 \theta v^{\phi}
 
Last edited:
  • #18
Basically right. Except I get a cos^2(theta) in your ODE. And life might be a little simpler if you use the sin,cos form of the solutions instead of complex exponentials, but it's up to you.
 
  • #19
I am having trouble finding A and B.

I get v^{\phi}_{initial} = A + B from the starting point.

The other equation should come from the fact that the vector is parallel to the circle phi = 0. Doesn't that condition just imply that the vector has only a phi component?
Should I use the unit size of the vector to get the other equation instead?
 
  • #20
The other condition is the initial values of the derivatives of v_phi and v_theta. You aren't free to choose them arbitrarily. Your transport equations specify initial values of derivatives in terms of initial values of the v vectors. I don't know what makes you think v will have only a phi part.
 
  • #21
So you are saying I should use

\frac{ dv^\phi}{d\phi} = - v^{\theta} \cot \theta
i \cos \theta_0 A e^{i \cos \theta_0 \phi} + -i \cos \theta_0 B e^{-i \cos \theta_0 \phi} = - v^{\theta} \cot \theta_0

to get
i \cos \theta_0 A -i \cos \theta_0 B = - v^{\theta} \cot \theta_0
i A + -i B = - v^{\theta_0} \csc \theta_0
as my second equation, correct?

Seems weird that these coefficients are imaginary.
 
Last edited:
  • #22
Why don't you just use the form v^{\phi} = A \cos {\cos \theta_0 \phi} + B \sin {\cos \theta_0 \phi} if the i's are making you nervous? And I think I've already pointed out that it looks to me like cos(theta) should be cos(theta)^2. And why don't you just take the initial values of v to be something like v^phi=1 and v^theta=0 at phi=0?
 
  • #23
The original problem calls for something like (1,0) as the initial condition. But it does say to take it as a unit vector. That's not a unit vector. You'll have to adjust the first component to make it a unit vector.
 
  • #24
Dick said:
Why don't you just use the form v^{\phi} = A \cos {\cos \theta_0 \phi} + B \sin {\cos \theta_0 \phi} if the i's are making you nervous? And I think I've already pointed out that it looks to me like cos(theta) should be cos(theta)^2.

I thought you meant that

\frac{d^2v^{\phi}}{d\theta^2} = - \cos^2 \theta v^{\phi}

instead of

\frac{d^2v^{\phi}}{d\theta^2} = - \cos \theta v^{\phi} ?

My other equations are right, aren't they?
 
Last edited:
  • #25
Let's just use exponential form (just for fun):
Are these the correct equations that I should use to get A and B:

v^{\phi}_{initial} = A + B
i A + -i B = - v^{\theta_0} \csc \theta_0

Can we actually calculate the components of the initial vector just from the sentence "A vector v of unit length..."
 
  • #26
ehrenfest said:
I thought you meant that

\frac{d^2v^{\phi}}{d\theta^2} = - \cos^2 \theta v^{\phi}

instead of

\frac{d^2v^{\phi}}{d\theta^2} = - \cos \theta v^{\phi} ?

My other equations are right, aren't they?

I did. But it's dphi right? And certainly not all of them.
 
  • #27
ehrenfest said:
Let's just use exponential form (just for fun):
Are these the correct equations that I should use to get A and B:

v^{\phi}_{initial} = A + B
i A + -i B = - v^{\theta_0} \csc \theta_0

Can we actually calculate the components of the initial vector just from the sentence "A vector v of unit length..."

Yes you can. It has unit length and it's pointed in the phi direction. And if you are having fun with exponentials, then those equations just say A=B with an initial condition of v^theta(0)=0. And stop differentiating theta. It's a constant.
 
  • #28
Dick said:
But it's dphi right?

Fixed it.
 
  • #29
Dick said:
Yes you can. It has unit length and it's pointed in the phi direction. And if you are having fun with exponentials, then those equations just say A=B with an initial condition of v^theta(0)=0. And stop differentiating theta. It's a constant.

So we get that v^{\phi}_{initial} = v^0 = A/2 = B/2, correct?

Where did I differentiate theta?

You said earlier that the initial problem called for something "like" (v^theta_initial, v^phi_initial) = (0,1) but don't those two above conditions require that this and only this for (v^theta_initial, v^phi_initial)?
 
Last edited:
  • #30
Yes, you are only asked that the initial conditions for v make it a unit vector (but you will find it remains a unit vector as it's transported - if we ever finish this). I was wondering where the csc(theta) came from but maybe it's just a typo. Oh, yeah and how many more times do I have to tell you it's cos^2(theta) in the argument of the exp? This is the third.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
10K
Replies
3
Views
3K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 28 ·
Replies
28
Views
7K
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K