Wednesday, June 15, 2016

conventions - Gradient, divergence and curl with covariant derivatives


I am trying to do exercise 3.2 of Sean Carroll's Spacetime and geometry. I have to calculate the formulas for the gradient, the divergence and the curl of a vector field using covariant derivatives.


The covariant derivative is the ordinary derivative for a scalar,so


Dμf=μf


Which is different from


frˆr+1rfθˆθ+1rsinθfφˆφ


Also, for the divergence, I used


μVμ=μVν+ΓμμλVλ=rVr+θVθ+ϕVϕ+2rvr+Vθtan(θ)


Which didn't work either.


(Wikipedia: 1r2(r2Ar)r+1rsinθθ(Aθsinθ)+1rsinθAφφ).



I was going to try


(×V)μ=εμνλνVλ


But I think that that will not work. What am I missing?


EDIT: The problem is that the ortonormal basis used in vector calculus is different from the coordinate basis.



Answer



For the gradient, your mistake is that the components of the gradient vary contravariantly. On top of that, there is a issue with normalisation that I discuss below. I don't know if you are familiar with differential geometry and how it works, but basically, when we write a vector as vμ we really are writing its components with respect to a basis.


In differential geometry, vectors are entities which act on functions f:MR defined on the manifold. Tell me if you want me to elaborate, but this implies that the basis vectors given by some set of coordinates are μ=xμ and vary covariantly. Let's name those basis vectors eμ to go back to the "familiar" linear algebra notation.


Knowing that, any vector is an invariant which can be written as V=Vμμ. The key here is that it is invariant, so it will be the same no matter which coordinate basis you choose.


Now, the gradient is defined in Euclidean space simply as the vector with coordinates if=if where i={x,y,z}. Note that in cartesian coordinates covariant and contravariant components are the same. So, the invariant quantity is f=ifei. Note that, from what we did before, the components of a vector are to be treated as contravariant.


Now, since this expression is invariant we get, in general coordinates f=μfeμ. So what you are looking for when computing the components is μf=gμνfxν. This gives f=frer+1r2fθeθ+1r2sin2θfϕeϕ. This is still not what we're looking for.



This is due to the fact that the basis vectors are not normalised. Indeed, take a specific vector eI. His components are δμI by definition (it's a basis vector). Then, |eI|2=eμIeνIgμν=gII. Great then ! Using ei=ei/gii as normalised base vectors, we get the right answer : f=frer+1rfθeθ+1rsinθfϕeϕ


Let's move onto the divergence. It seems easier since it's a scalar, there's no basis vector to mess around with. Well, actually there are still some problem attached to that. Your formula is right, again, except that when you write the invariant formula μVμ you implicitly use the basis that we defined earlier. This means that you are not working on a normalised basis. We know that the V you used is V=Vμeμ=Vμgμμeμ. So to compare formula you have to introduce the vector with respect to the normalised coordinates, Aμ=Vμgμμ. I'll let you plug it in your (correct) formula to see that it works.


To conclude, your formula for the curl should be right. Just be careful to use the right normalisations for the vectors and you should be fine (also be careful of the tensorial form of the levi-civita tensor, which involves the determinant of the metric). I have not the faith to do the calculations for you, but you definitely should try it to ensure yourself you understood it well.


P.S: Just for completeness, for the divergence there is a quite useful formula which is also used in Sean Caroll book : V=1gμ(gVμ), useful when you're too lazy to compute Christoffels.


No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...