New Reply

Having trouble writing down a metric in terms of metric tensor in matrix form?

 
Share Thread Thread Tools
Mar19-11, 01:19 PM   #1
 

Having trouble writing down a metric in terms of metric tensor in matrix form?


Can someone please explain to me how exactly you write down a metric, say the FLRW metric in matrix form. Say we have the given metric here.

ds^2 = dt^2 - R(t)^2 * [dw^2 + s^2 * (dθ^2 + sin^2(θ)dΦ^2)]

Thank you.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Mar19-11, 01:43 PM   #2
 
Recognitions:
Science Advisor Science Advisor
Let the coordinates be q1,q2,q3,q4.

The line element will be a sum of terms like C12dq1dq2.

In matrix form, C12 will be in row 1 column 2 of the matrix.

Edit: See Rasalhague's post for the correct version. I forgot the 1/2 for the off-diagonal terms.
Mar19-11, 06:01 PM   #3
 
In your example, if q0 = t, q1 = w, q2 = θ, q3 = Φ (where superscripts are indices), then the matrix of coefficients will be as follows, with superscript 2 denoting an exponent:

[tex]\begin{pmatrix}
1 & 0 & 0 & 0\\
0 & R(t)^2 & 0 & 0\\
0 & 0 & (R(t) \cdot s)^2 & 0\\
0 & 0 & 0 & (R(t)\cdot s \cdot \sin(\theta))^2
\end{pmatrix}[/tex]

= diag(1,0,0,0) - R(t)2[diag(0,1,0,0) + s2(diag(0,0,1,0)+diag(0,0,0,sin(θ)2)].

Here diag(a,b,c,d) denotes a diagonal 4x4 matrix with diagonal entries as indicated, from top left to bottom right.

In general, given an expression of the form

[tex]ds^2 = ...,[/tex]

where the values of the indices are not equal, the scalar coefficients in each term of the form

[tex]A \, dx^\mu dx^\nu \enspace (\text{no summation} )[/tex]

(EDIT: Ignore the words "no summation" - a relic of previous version which I forgot to remove before posting. Sorry.) correspond to matrix entries

[tex]g_{\mu\nu} = \frac{1}{2} A.[/tex]

And where the values of the indices are equal, the scalar coefficients in each term of the form

[tex]B \, (dx^\mu)^2[/tex]

correspond to matrix entries

[tex]g_{\mu\mu} = B.[/tex]
Mar19-11, 06:34 PM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor

Having trouble writing down a metric in terms of metric tensor in matrix form?


Rasalhague accidentally missed some minus signs:
[tex]\begin{pmatrix}
1 & 0 & 0 & 0\\
0 & -R(t)^2 & 0 & 0\\
0 & 0 & -R(t)^2 \, s^2 & 0\\
0 & 0 & 0 & -R(t)^2 \, s^2 \, \sin^2\theta
\end{pmatrix}[/tex]
Mar19-11, 09:02 PM   #5
 
Oopsh... Thanks for the correction, Dr Greg!
New Reply
Thread Tools


Similar Threads for: Having trouble writing down a metric in terms of metric tensor in matrix form?
Thread Forum Replies
What different between covariant metric tensor and contravariant metric tensor Differential Geometry 3
The difference between a metric and the metric tensor Special & General Relativity 24
metric/metric tensor? Differential Geometry 1
relationships among metric structure, metric tensor, special and general relativity Special & General Relativity 18
What is the Physical Significance of the Metric Tensor of the Flat Metric? General Physics 6