pleasehelpmeno said:
Hi I am using the metric ds^{2}=c^{2}dt^{2}-a^{2}(t)[\frac{dr^{2}}{1-kr^{2}}+r^{2}(dθ^{2} + sin^2θd^{2}∅)]
and am subsequently trying to derive the christoffel symbols:
\Gamma^{\sigma}_{\mu\nu}=\frac{1}{2}g^{\sigma\rho}(\partial_{\nu}g_{\rho\mu} +\partial_{\mu}g_{\rho\nu} -\partial_{\rho}g_{\mu\nu})
I am stuck with finding these and would like some help for instance why does \Gamma^{0}_{11}=\frac{a\dot{a}}{c(1-kr^{2}} where does the c come from?
I understand that one substitutes in the numbers but when attempting this i don't fully understand the differential but for instance:
\partial_{0}=g_{11} is this basically \frac{\partial}{\partial t}a^{2}\frac{dr^{2}}{1-kr^{2}}? and if so are all differentials with numbers greater than 0 just = 0 then i.e what would \partial_{2} be equal to?
I appreciate any help
Hi pleasehelpmeno,
Note: try \phi to get a phi symbol in LaTeX
The more general equation for the
line element, meaning with any metric, is:$$ds^2 = g_{\mu\nu} dx^\mu dx^\nu$$Remember that there is an implied summation over repeated indices so that this is actually ##\sum_\mu \sum_\nu g_{\mu\nu} dx^\mu dx^\nu##. In your case, you are using a set of spherical spatial coordniates, so that a coordinate point in spacetime (x
0, x
1, x
2, x
3) is expressed as (t, r, θ, ϕ).
In your case, if you examine your line element, you notice that you have terms like dx
0dx
0 and dx
1dx
1 (which would be dt
2 and dr
2 respectively), but you have NO terms like dx
0dx
1 or dx
2dx
3 (which would be dtdr and dθdϕ respectively). What this means is that all of the
cross terms in your metric are zero:$$g_{\mu\nu} = 0~\textrm{if}~\mu \neq \nu$$Another way to look at it: you can express your metric as a 4x4 matrix: g
μν is the element in row mu and column nu of this matrix, where each of the indices mu and nu varies over the values (0,1,2,3). Then in THIS case, for THIS particular metric, all of the off-diagonal terms in this matrix are zero, leaving only diagonal terms. In fact, by inspection, we can see that the matrix is$$ g_{\mu \nu} = \left[ \begin{array}{cccc} c & 0 & 0 & 0 \\ 0 & -a^2/(1-kr^2) & 0 & 0\\ 0 & 0 & -a^2r^2 & 0 \\ 0 & 0 & 0 & -a^2r^2\sin^2(\theta)\end{array}\right]$$The metric tensor has the property that ##g^{\mu \nu} g_{\nu\sigma} = \delta^{\mu}_{\sigma}##, the Kronecker delta, which is basically the identity matrix, in matrix form. Since the metric is diagonal, it's easy to see that the matrix form of the version with raised indices is the same as the above matrix, except that each element on the diagonal is the
reciprocal of the one in the version with lowered indices (so that when you multiply the two, you get a matrix with 1s on the diagonal and 0s elsewhere).
Now we can consider the Christoffel symbol that you were trying to compute. It's the one for which sigma = 0 and mu = nu = 1. Now, since we have a prefactor of ##g^{\sigma \rho}## multiplying the whole expression, and sigma = 0, it must be true that rho = 0 as well, so that we have ##g^{00}##. For all other values of rho, the metric vanishes: ##g^{0\rho} = 0~\textrm{for}~\rho \neq 0##. What this also means is that the first two terms
inside the parentheses vanish as well, because mu and nu are 1, whereas rho is 0, and g
01 = g
10 = 0 (off-diagonal elements). We are left with the third term in the parentheses:$$\Gamma^0_{11} = \frac{1}{2}g^{00}(-\partial_\rho g_{\mu \nu})$$ $$ = \frac{1}{2}g^{00}(-\partial_0 g_{11})$$Now, the ∂'s are shorthand for partial derivatives
with respect to the coordinates. In particular, ∂
0 is a shorthand for ##\frac{\partial}{\partial x_0} = \frac{\partial}{\partial t}## Also, since g
00 = c, it must be that g
00 = 1/c (because of the statement in blue above). So we have:$$\Gamma^0_{11} = \frac{1}{2}g^{00}(-\partial_0 g_{11}) = \frac{1}{2c}\left[-\frac{\partial}{\partial t}\left( -\frac{a^2}{1-kr^2}\right)\right]$$Remember that a(t) is a function of time, whereas r, which is a coordinate, does not depend on t (coordinates are considered to be independent variables). So:$$\Gamma^0_{11} = \frac{1}{2c}\frac{1}{1-kr^2}\left(+\frac{\partial }{\partial t} (a^2) \right) = \frac{1}{2c(1-kr^2)}2a\frac{\partial a}{\partial t} = \frac{1}{2c(1-kr^2)}2a\dot{a}$$ $$ = \frac{a\dot{a}}{c(1-kr^2)}$$Does this make sense?