Reverse-tracing Einstein's field equation

  • Context: Graduate 
  • Thread starter Thread starter TheMan112
  • Start date Start date
  • Tags Tags
    Field
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
11 replies · 8K views
TheMan112
Messages
42
Reaction score
1
How do I rewrite Einsteins famous field equation

[tex]R_{ab} - \frac{1}{2} g_{ab} R = \frac{8 \pi G}{c^4} T_{ab}[/tex]

into:

[tex]R_{ab} = \frac{8 \pi G}{c^4} (T_{ab} - \frac{1}{2} g_{ab} T)[/tex]

I've tried experimenting with reverse-tracing the Ricci-scalar, but I just don't get the right equation. The trace from these equations would yield [tex]R=-T[/tex]. Is this really correct?
 
Physics news on Phys.org
Multiply both sides by [tex]g^{ab}[/tex] to get

[tex]\frac{1}{2}R = \kappa T[/tex]

then substitute back.
 
Mentz114 said:
Multiply both sides by [tex]g^{ab}[/tex] to get

[tex]\frac{1}{2}R = \kappa T[/tex]

then substitute back.

Ok, I insert the expression and get:

[tex]R_{ab} - \frac{8 \pi G}{c^4} g_{ab} T = \frac{8 \pi G}{c^4} T_{ab}[/tex]

[tex]R_{ab} = \frac{8 \pi G}{c^4} \left(T_{ab} + g_{ab} T \right)[/tex]

Which as you can see is not entirely right. Have I missed something very obvious?
 
Take trace of both sides of Einstein eq. Trace of the metric is 4. Trace of Ricci tensor is R. You get

R = - k T

then substitute that back for R and take the metric term on the other side.
 
I made a mistake, [tex]g^{ab}g_{ab} = -1[/tex].
 
TheMan112 said:
...
[tex]R_{ab} - \frac{1}{2} g_{ab} R = \frac{8 \pi G}{c^4} T_{ab}[/tex]

Check for an errant sign in this equation.
 
Mentz114 said:
I made a mistake, [tex]g^{ab}g_{ab} = -1[/tex].

Okay, that fixes it.
 
[tex]g^{ab}g_{ab} = \delta^a_a = 4[/tex]
 
smallphi said:
[tex]g^{ab}g_{ab} = \delta^a_a = 4[/tex]

Yes, you're correct. It's |g| = -1.
 
Last edited:
Mentz114 said:
Yes, you're correct. It's |g| = -1.

How can |g| = abs(g) = -1 ? An absolute value can't be negative. For example a radius cannot be negative.
 
|g| = 1 only in Special Relativity. In GR, the value of |g| changes with the coordinate system used but it's signature (the signs of the eigenvalues when you diagonalize it) doesn't change, depending on the sign convention it's either (-, +, +, +) or (+, -, -, -).
 
Got it right now, thanks everybody.