Trouble with the definition of the cross product I am trying to understand the definition of the cross product given by Wikipedia The article says that we can define the cross product c of two vectors u,v given a suitable "dot product" ηmi as follows c^m := sum_{i=1}^3 sum_{j=1}^3 sum_{k=1}^3 eta^{mi} epsilon_{ijk}u^jv^k To demonstrate my current understanding of this definition, I will introduce some notation and terminology. Then I will show where my confusion arises with an example. I do apologize in advance for the length of this post. Let M be a smooth Riemannian manifold on R^3 with the metric tensor g. Pick a coordinate chart (U,phi) with phi a diffeomorphism. We define a collection beta={bi:U->TM|i in {1,2,3}} of vector fields, called coordinate vectors, as follows b_i(x) := (x,(d

manudyent7

manudyent7

Answered question

2022-09-05

Trouble with the definition of the cross product
I am trying to understand the definition of the cross product given by Wikipedia
The article says that we can define the cross product c of two vectors u,v given a suitable "dot product" η m i as follows
c m := i = 1 3 j = 1 3 k = 1 3 η m i ϵ i j k u j v k
To demonstrate my current understanding of this definition, I will introduce some notation and terminology. Then I will show where my confusion arises with an example. I do apologize in advance for the length of this post.
Let M be a smooth Riemannian manifold on R 3 with the metric tensor g. Pick a coordinate chart (U, ϕ) with ϕ a diffeomorphism. We define a collection β = { b i : U T M | i { 1 , 2 , 3 } } of vector fields, called coordinate vectors, as follows
b i ( x ) := ( x , ( δ x ϕ 1 q i ϕ ) ( x ) )
where δ x : R 3 T x M denotes the canonical bijection. The coordinate vectors induce a natural basis γ x at each point x U for the tangent space T x M. Let [ g x ] S S denote the matrix representation of the metric tensor at the point x in the standard basis for T x M and let [ g x ] γ x denote the matrix representation in the basis γ x .
My understanding of the above definition of the cross product now follows. Let u , v T x M be tangent vectors and let
[ u ] γ x = [ u 1 u 2 u 3 ]             [ v ] γ x = [ v 1 v 2 v 3 ]
denote the coordinates of u,v in the basis γ x . Then we define the mth coordinate of the cross product u × v T x M in the basis γ x as
( [ u × v ] γ x ) m := i = 1 3 j = 1 3 k = 1 3 ( [ g x ] γ x ) m i ϵ i j k u j v k
Now I will demonstrate my apparent misunderstanding with an example. Let the manifold M be the usual Riemannian manifold on R 3 and let ϕ be given by
ϕ ( x 1 , x 2 , x 3 ) = ( x 1 , x 2 , x 3 x 1 2 x 2 2 )
ϕ 1 ( q 1 , q 2 , q 3 ) = ( q 1 , q 2 , q 3 + q 1 2 + q 2 2 )
The Jacobian matrix J of ϕ 1 is
J = [ 1 0 0   0 1 0   2 q 1 2 q 2 1 ]             J 1 = [ 1 0 0   0 1 0   2 q 1 2 q 2 1 ]
And the matrix representation of the metric tensor in the basis γ x is
[ g x ] γ x = J T [ g x ] S J = [ 1 + 4 q 1 2 4 q 1 q 2 2 q 1   4 q 1 q 2 1 + 4 q 2 2 2 q 2   2 q 1 2 q 2 1 ]
Now choose x = ( 1 , 1 , 1 ). The coordinates of x are evidently ϕ ( x ) = ( 1 , 1 , 1 ) and the three matrices above become
J = [ 1 0 0   0 1 0   2 2 1 ]             J 1 = [ 1 0 0   0 1 0   2 2 1 ]             [ g x ] γ x = [ 5 4 2   4 5 2   2 2 1 ]
Now we compute the cross product in the basis γ x . Using my understanding of the definition as outlined above, I get
[ u × v ] γ x = [ 36   35   16 ]
If we instead compute the cross product in the standard basis, then using my understanding of the definition, I get
[ u × v ] S = [ 0   1   2 ]
Naturally, these results ought to agree if we perform a change of basis on [ u × v ] γ x . Doing just that, I get
[ u × v ] S = J [ u × v ] γ x = [ 1 0 0   0 1 0   2 2 1 ] [ 36   35   16 ] = [ 36   35   158 ]
Clearly, these do not agree. I can think of several reasons for this. Perhaps the definition given on Wikipedia is erroneous or only works for orthogonal coordinates. Perhaps I am misinterpreting the definition given on Wikipedia. Or maybe I have made an error somewhere in my calculation. My question is then as follows. How should I interpret the definition given on Wikipedia, and how should one express that definition using the notation provided here?

Answer & Explanation

Yaritza Cardenas

Yaritza Cardenas

Beginner2022-09-06Added 20 answers

The core of the issue is whether the definition of the cross-product is invariant. The definition that Wikipedia provides uses coordinates, and is hence manifestly chart dependent. This is mostly fine for ordinary uses of the cross product, where we are mainly sticking to R 3 , but the context here is a bit different. You have a vector space, in your case T x M, and you want to define a cross-product on this vector space in a coordinate invariant manner. It is not at all clear that Wikipedia's definition achieves this.
The question then is really this: given a 3-dimensional inner product space V. How do we define a cross product on V that does not depend on a particular choice of isomorphism with R 3 ? There is actually a rather natural way of defining an invariant cross product, which is to use the Hodge star.
Definition: Let (V,g) be a 3-dimensional oriented inner product space. Given u , v V, we define their cross-product to be
u × v ( u v ) ,
where ⋆ is the Hodge star. This is a manifestly coordinate independent definition, which for V = R 3 reduces to the ordinary cross-product.
Let ( v 1 , v 2 , v 3 ) be a basis for V. Then in components, we have
u v = 1 2 ( u i v j u j v i ) v i v j ,
where we use Einstein summation notation for repeated indices. Avoiding a rather lengthy calculation, you can show that the Hodge star is given in coordinates by
( ( u v ) ) k = g u i v j ϵ i j k ,
where g is the square root of the determinant of g in whatever coordinate system you're in. These are components of a covector, so if we raise the index (using the inverse metric, not the metric itself, as you did in your OP) we get
( u × v ) = g u i v j g k ϵ i j k ,
which is very similar to the expression from Wikipedia, albeit with the inclusion of the determinant factor.
Ultimately, that determinant is the source of all your troubles. When you write down an expression in coordinate form, you need to make sure that it is tensorial so that they define genuinely coordinate invariant quantities. The easiest way to make sure your expressions are tensorial (besides remaining manifestly coordinate invariant) is to make sure the constituent objects you use are tensors themselves. This is fine for the (inverse) metric and your vectors, but the Levi-Civita symbol is not a tensor.
As the name suggests, the Levi-Civita symbol ϵ i j k is a symbol whose components are defined to be completely alternating. The Levi-Civita symbol exists independently of any choice of coordinate system and is not designed to be a coordinate invariant object that transforms appropriately (for example, it doesn't really make sense to raise and lower indices of the Levi-Civita symbol). However, a closely related concept is the Levi-Civita tensor (the Levi-Civita symbol is distinct from the Levi-Civita tensor, although people are unfortunately quite sloppy about the distinction), which I will denote with a tilde as ϵ ~ . This is the object defined as
ϵ ~ i j k = g ϵ i j k .
This is a bonafide tensor (in fact, the Riemannian volume form, which underlies the fact that cross-products give volume) which transforms appropriately. You can see then that the cross-product is given by
( u × v ) = u i v j g k ϵ ~ i j k ,
and everything works out correctly if the ϵ in the Wikipedia definition was intended to be the Levi-Civita tensor and not symbol (again, people are unfortunately quite sloppy about this). Now you can see that all components of the formula above are genuine tensors, and so the expression is guaranteed to be well-defined in any coordinate system. Try your calculation again, but this time include the determinant factor (and use the inverse metric), and hopefully you'll find that everything works out.

Do you have a similar question?

Recalculate according to your conditions!

New Questions in Linear algebra

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?