TimeRip496 said:
I am reading a notes about tensor when I came across this which the notes did not elaborate more on it. As a result I don't quite understand why.
Here it is : " Note that we mark the covariant basis vectors with an upper index and the contravariant basis vectors with a lower index. This may sounds counter-intuitive ('did we not decide to use upper indices for contravariant vectors?') but this is precisely what we mean with the 'different meaning of the indices' here: this time they label the vectors and do not denote their components. "
I can follow except the last sentence and I do not know why. Can anyone enlighten me?
If you've taken vector calculus, you probably have seen a 2-D vector [itex]\vec{A}[/itex] written in the form [itex]A^x \hat{x} + A^y \hat{y}[/itex]. In that notation, [itex]\hat{x}[/itex] means a "unit vector" in the x-direction, while the coefficient [itex]A^x[/itex] means the component of [itex]\vec{A}[/itex] in that direction. When you get to relativity, the notion of a "unit vector" becomes not well-defined, so the more general notion is a "basis vector". You would write an arbitrary vector [itex]\vec{A}[/itex] in the form [itex]\sum_\mu A^\mu e_\mu[/itex], where the sum ranges over all basis vectors (there are 4 in SR--3 spatial directions and one time direction). By convention, people leave off the [itex]\sum_\mu[/itex] and it's assumed that if an index appears in both lowered and raised forms, then it means that it is summed over. So people would just write a vector as [itex]A^\mu e_\mu[/itex]
Now, although the components [itex]A^\mu[/itex] are different in different coordinate systems, so people say that the vector "transforms" when you change coordinates, the combination [itex]A^\mu e_\mu[/itex] is actually coordinate-independent. The vector has the same value, as a vector, in every coordinate system. What that means is that if you change coordinates from [itex]x^\mu[/itex] to some new coordinates [itex]x^\alpha[/itex], the value of [itex]\vec{A}[/itex] doesn't change:
[itex]A^\mu e_\mu = A^\alpha e_\alpha[/itex]
The components [itex]A^\mu[/itex] change, and the basis vectors [itex]e_\mu[/itex] change, but the combination remains the same.
We can relate the old and new components through a matrix [itex]L^\alpha_\mu[/itex]:
[itex]A^\alpha = L^\alpha_\mu A^\mu[/itex]
If we use this matrix to rewrite [itex]A^\alpha[/itex] in our equation relating the two vectors, we see:
[itex]A^\mu e_\mu = L^\alpha_\mu A^\mu e_\alpha = A^\mu (L^\alpha_\mu e_\alpha)[/itex]
Note that since this equation holds for any vector [itex]\vec{A}[/itex], it must mean that
[itex]e_\mu = L^\alpha_\mu e_\alpha[/itex]
or if we let [itex](L^{-1})^\mu_\alpha[/itex] be the inverse matrix, we can apply it to both sides to get:
[itex](L^{-1})^\mu_\alpha e_\mu = e_\alpha[/itex]
So we have the pair of transformation equations:
- [itex]A^\alpha = L^\alpha_\mu A^\mu[/itex]
- [itex]e_\alpha = (L^{-1})^\mu_\alpha e_\mu[/itex]
The basis vectors [itex]e_\mu[/itex] transform in the opposite way from the components [itex]A^\mu[/itex], so that the combination [itex]A^\mu e_\mu[/itex] has the same value in every coordinate system.