Fundamentals of GR: Metric Tensor
To understand the "machine" of gravity, we have to look at the Metric Tensor (gμν). If space is a fabric, the metric tensor is the set of instructions that tells us how to measure the distance between two threads.
In flat space (like a standard sheet of graph paper), the rules are simple: we use the Pythagorean theorem. But when space is curved, those rules change.
In general relativity, we represent these rules using a 4x4 matrix (because there are 3 dimensions of space + 1 of time).
A metric tensor g is essentially a grid of numbers that sits at every point in space:
gμν=gxxgyxgzxgxygyygzygxzgyzgzz- The Diagonal (gxx,gyy,gzz): These are the "Stretch/Squeeze" gears. If gxx increases, the "meter sticks" in the X-direction grow longer.
- The Off-Diagonal (gxy,gxz, etc.): These are the "Shear" gears. They tell us how much the axes are tilting toward each other (changing the angle from 90∘).
Graviton is Spin-2 and that tied directly to the fact that the metric tensor has two indices (μ and ν).
Think of it like this:
- Spin-0 (Scalar): A single number (like temperature). It has no direction.
- Spin-1 (Vector): It points in one direction (like μ). To define it, we only need to know "where it is pointing".
- Spin-2 (Tensor): A "relationship" between two directions (like μ and ν). To define the metric, we need to know how the X-direction interacts with the Y-direction.
Because the metric describes a symmetric relationship (the distance from A to B is the same as B to A), the matrix is symmetric. This symmetry is exactly what creates that 180∘ rotational profile we discussed earlier. If we swap the two directions, the "machine" looks the same.
"The Transformer"
The metric is the most important tool for a gravity specialist. It allows us to move indices up and down (Lowering/Raising).
- Lowering an index: Vμ=gμνVν
- Raising an index: Vμ=gμνVν
- The Inverse Metric: gμν is the inverse of gμν, meaning gμνgμν=δνμ (The Kronecker Delta).
- The Kronecker Delta (δνμ): The "Identity Matrix" of tensors. It is 1 if μ=ν and 0 otherwise.
Why Raise or Lower Indices using Metric Tensor?
In flat Euclidean space, we often ignore the difference between the "upper" and "lower" indices because they look the same. But in General Relativity or even Special Relativity, they represent two different perspective of the same object.
- Contravariant (Vμ): Think of these as the "natural" components of a vector (like velocity or a displacement).
- Covariant (Vμ): Also called "one-forms" or "dual vectors". These represent how a function changes along those directions (like gradient).
The Role of the Metric (gμν)
The metric tensor is the "bridge" between these two spaces. We need it because:
- Defining Length: We cannot simply square the components of a vector (VμVμ) to find its magnitude in curved space. We must "contract" a vector with its dual:VμVμ. To get Vμ, we use the metric: Vμ=gμνVν.
- Dot Product: To find the scalar product of two vectors A and B, we need one of each index type: A⋅B=AμBμ=gμνAμBν.
- Physical Meaning: In Minkowski space (Special Relativity), the metric is ημν = diag(-1,1,1,1). Lowering the "0" index actually flips the sign of the time component (V0=−V0). If we didn't lower the index, our physics would be flat-out wrong!
Quick Example on the function of Metric Tensor in Minkowski Space
The Minkowski metric, ημν:
ημν=−1000010000100001The Calculation: Lowering an Index
Let's take a standard position four-vector xμ. Its components are time (x0) and space (x1,x2,x3):
xμ=(ct,x,y,z)To find the covariant version (xμ), we perform the contraction: xμ=ημνxν. This is essentially matrix multiplication:
x0x1x2x3=−1000010000100001ctxyzThe Result:
-
Time components:
x0=−1⋅ct+(0⋅x)+…=−ct
-
Spatial components:
x1=(0⋅ct)+(1⋅x)+(0⋅y)+(0⋅z)=x
x2=(0⋅ct)+(0⋅x)+(1⋅y)+(0⋅z)=y
x3=(0⋅ct)+(0⋅x)+(0⋅y)+(1⋅z)=z
So, xμ=(−ct,x,y,z). The metric tensor "flipped" the sign of the time component.
Why does this matter?
We do this to calculate invariants—things that stay the same no matter how fast you are moving. The "length" of a vector in spacetime (the interval s2) is found by multiplying the upper and lower versions together:
s2=xμxμ=(ct)(−ct)+(x)(x)+(y)(y)+(z)(z)
s2=−c2t2+x2+y2+z2
If we didn't have that sign flip from the matrix, we would have just c2t2+x2+y2+z2, which is just another spatial dimension, and the Speed of Light wouldn't be constant!