Contravariant metric components

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
michael879
Messages
696
Reaction score
7
I realize this is a "simple" mathematical exercise, in theory, but I'm having a lot of trouble finding some algorithmic way to do it. The problem is this: I want to expand the contravariant metric tensor components [tex]g^{\mu\nu}[/tex] in terms of the covariant metric tensor [tex]g_{\mu\nu}[/tex]. The first order calculation is very simple, but the second order one seems incredibly tedious and error prone. Could someone either show me this expansion to at least 2nd order or direct me to a source that does? I'm trying to do some stuff with quantum gravity and I don't want to spend all this time on such a trivial problem if the answer is already out there (I have looked).

Also, here is the method I have been using:
[tex]g^{\lambda\mu}g_{\mu\sigma} = \delta^\lambda_\sigma[/tex]
[tex]g^{\mu\nu} \equiv \eta^{\mu\nu} + sqrt(G)*h^{\mu\nu}[/tex]
[tex]g_{\mu\nu} \equiv \eta_{\mu\nu} + sqrt(G)*h_{\mu\nu}[/tex]

and then just use the resulting formula to calculate the contravariant h in terms of the covariant h order by order (use all possible combinations of h, [tex]\eta[/tex], and [tex]\partial[/tex] for each order of h and assign some constant that will be solved for). The problem is that the number of terms at each order grows very fast.
 
Last edited:
Physics news on Phys.org
Let's do it in matrix form first and then put the indices in. Let N = ημν, H = hμν, and G = gμν.

G = (N + H)-1 = ((I + HN-1)N)-1 = N-1(I + HN-1)-1 = N-1 - N-1HN-1 + N-1HN-1HN-1 + ...

Therefore

gμν = ημν - ημαhαβηβν + ημαhαβηβγhγεηεν + ...
 
Last edited: