Understanding Wedge Products in General Relativity

  • Context: Graduate 
  • Thread starter Thread starter kyp4
  • Start date Start date
  • Tags Tags
    Product Wedge
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
kyp4
Messages
19
Reaction score
0
I am studying general relativity from Sean Carroll's text and I have a simple question about the wedge product. According to the text, the wedge product of two one-forms (dual vectors) is

[tex](A \wedge B)_{\mu\nu} = 2A_{[\mu}B_{\nu]} = A_\mu B_\nu - A_\nu B_\mu[/tex]

I understand the why the first two expressions are equal given the definition of the wedge product. I also understand that the square brackets in the third second expression denotes antisymmetry and that the two indices can be exchanged at the cost of a minus sign. However, the third expression seems to imply that the antisymmetry of the two indices (perhaps because they belong to two different quantities) really means the expansion given in the third expression. Can anyone clear up what I'm sure is a simple misunderstanding of notation?

Followup question: what is the meaning of, for example in Minkowski spacetime with spherical spatial coordinates, [tex]d\theta \wedge d\phi[/tex]? I know that each of these is a (basis) one-form but I'm not sure how exactly to apply the wedge product to them.
 
Last edited:
Physics news on Phys.org
ABν] is defined as (1/2)(AμBν - AνBμ)

For n indices, A[abc...d] = (1/n!)(Aabc...d + ... ).

This is just a matter of convention. If we define antisymmterization without the 1/n! factor, then we also change the definition of the wedge product to make it all work out the same.
 
Yes, I see that now. Thanks dx! Anyone have any insight as to the meaning of [tex]d\theta \wedge d\phi[/tex]? I guess my confusion is what are the "components" of these basis dual vectors to which to apply the definition of the wedge product?
 
Last edited:
[itex]d\theta \wedge d\phi[/itex] is a two-form, which means it is a map [itex]T_xM \times T_xM \rightarrow {\mathbb R}[/itex], whose action on a pair of vectors u, v is like follows:

[tex](d\theta \wedge d\phi)(u, v) = \det \left| \begin{array}{cc} d\theta(u) & d\phi(u) \\ d\theta(v) & d\phi(v) \end{array} \right| = d\theta(u) \; d\phi(v) - d\theta(v) \; d\phi(u)[/tex]

That is the meaning of a wedge product.
 
Yes, I think I see now. The components, in matrix form, of the resulting two-form would then be

[tex] (d\theta \wedge d\phi)_{\mu\nu} = \left[\begin{array}{cccc}<br /> 0 & 0 & 0 & 0\\<br /> 0 & 0 & 0 & 0\\<br /> 0 & 0 & 0 & 1\\<br /> 0 & 0 & -1 & 0<br /> \end{array}\right][/tex]

in the [tex]dx^\mu \otimes dx^\nu[/tex] basis in Minkowski spacetime with spherical spatial coordinates.