Thread Closed

Tensor operations, Maxwell's field equations

 
Share Thread Thread Tools
Apr9-10, 08:29 AM   #1
 

Tensor operations, Maxwell's field equations


I have been working through a relativistic gravitation book ("Gravitation and Cosmology" by Stephen Weinberg) and decided to circle back to the early tensor work in chapter two and just work out the basic tensor math to make sure that I have a feel for how it all goes together. Right at the beginning of this I'm in trouble. Or maybe I'm not, but I can't tell. This is also my first attempt at doing anything with LaTeX, so if something isn't correct with my presentation of all of this, please let me know.

Starting with one of the basics - the tensor for electrodynamics, from the text:

[tex]
F_{\gamma\delta}=\eta_{\gamma\alpha}\eta_{\delta\beta}F^{\alpha\beta}
[/tex]

with

[tex]
F^{\alpha\beta} = \left(\begin{array}{cccc}
0 & E_1 & E_2 & E_3\\
-E_1 & 0 & B_3 & -B_2\\
-E_2 & -B_3 & 0 & B_1\\
-E_3 & B_2 & -B_1 & 0\end{array} \right)
[/tex]


and

[tex]
\eta_{\gamma\alpha} = \eta_{\delta\beta} = \left(\begin{array}{cccc}
-1 & 0 & 0 & 0\\
0 & 1 & 0 & 0 \\
0 & 0 & 1 & 0 \\
0 & 0 & 0 & 1 \end{array} \right)
[/tex]

If I break down the operation into steps, I can perform two binary operations by creating an interim tensor, [tex]T_\delta^{ \alpha} = \eta_{\delta\beta}F^{\alpha\beta}[/tex] (I already think there's a problem here) and using this in a final operation [tex]F_{\gamma\delta}=\eta_{\gamma\alpha}T_\delta^{ \alpha}[/tex]

We find the components of [tex]T_\delta^{ \alpha}[/tex] by performing the summation over [tex]\beta[/tex]:
[tex]T_0^{ 0} = \eta_{0\beta}F^{0\beta} = 0[/tex]
[tex]T_0^{ 1} = \eta_{0\beta}F^{1\beta} = E_1[/tex]
[tex]T_0^{ 2} = \eta_{0\beta}F^{2\beta} = E_2[/tex]


And so forth until we get all 16 elements of [tex]T_\delta^{ \alpha} [/tex]

When all is done, I have [tex] T_\delta^{ \alpha} = \left(\begin{array}{cccc}
0 & E_1 & E_2 & E_3\\
E_1 & 0 & -B_3 & B_2\\
E_2 & B_3 & 0 & -B_1\\
E_3 & -B_2 & B_1 & 0\end{array} \right) [/tex]



When I take this to the next step, [tex] F_{\gamma\delta}=\eta_{\gamma\alpha}T_\delta^{ \alpha} [/tex] I get



[tex] F_{\gamma\delta} = \left(\begin{array}{cccc}
0 & -E_1 & -E_2 &- E_3\\
E_1 & 0 & B_3 & -B_2\\
E_2 & -B_3 & 0 & B_1\\
E_3 & B_2 & -B_1 & 0\end{array} \right) [/tex]



Now this isn't obviously wrong, it just looks wrong. But maybe it's not. Can someone tell me if the initial formulation is correct (I copied this out of "Gravitation and Cosmology") and if the interim tensor [tex]T_\gamma^{ \alpha}[/tex] is correct, or maybe point out what fundamental error I created here?

thanks to all - Mark
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Apr9-10, 09:08 AM   #2
 
Quote by MarkSheffield View Post

[tex]
F_{\alpha\beta} = \left(\begin{array}{cccc}
0 & E_1 & E_2 & E_3\\
-E_1 & 0 & B_3 & -B_2\\
-E_2 & -B_3 & 0 & B_1\\
-E_3 & B_2 & -B_1 & 0\end{array} \right)
[/tex]
This is not the matrix of the covariant electromagnetic tensor [tex]F_{\gamma\delta}.[/tex] Actually this is the matrix of the contravariant electromagnetic tensor [tex]F^{\alpha\beta}.[/tex] But I'm not worried about this because you're making use of this in the calculations correctly.

[tex]T_0^{ 0} = \eta_{0\beta}F^{0\beta} = 0[/tex]
[tex]T_0^{ 1} = \eta_{0\beta}\\F^{1\beta} = E_1[/tex]
[tex]T_0^{ 2} = \eta_{0\beta}F^{2\beta} = E_2[/tex]

When all is done, I have

[tex] T_\delta^{ \alpha} = \left(\begin{array}{cccc}0 & E_1 & E_2 & E_3\\E_1 & 0 & -B_3 & B_2\\E_2 & B_3 & 0 & -B_1\\E_3 & -B_2 & B_1 & 0\end{array} \right) [/tex]
These are all seamless.

When I take this to the next step...

[tex] F_{\gamma\delta} = \left(\begin{array}{cccc}0 & -E_1 & -E_2 &- E_3\\E_1 & 0 & B_3 & -B_2\\E_2 & -B_3 & 0 & B_1\\E_3 & B_2 & -B_1 & 0\end{array} \right) [/tex]

Now this isn't obviously wrong
Unfortunately it is and I bet you'll find out where it all went wrong. Just pay a deeper attention to the formula [tex] F_{\gamma\delta}=\eta_{\gamma\alpha}T_\delta^{ \alpha} [/tex] and then it's done!

AB


AB
Apr9-10, 10:54 AM   #3
 
Altabeh - thanks for your reply.

I somehow have the ordering of rows and columns of the tensor mixed up and I'm not sure how. I'll go back and review some info or text on the mixed co-and-contra-variant forms for the second operation and see if I can get something different in the final result.

Rgds - Mark Sheffield

(I fixed/edited the form of the electromagnetic tensor.)
Apr9-10, 01:48 PM   #4
 
Recognitions:
Science Advisor Science Advisor

Tensor operations, Maxwell's field equations


The sign of E depends on the metric convention used. I think Altebeh is correct; you started with the wrong convention.

However, your calculation is correct. The difference between the covariant and contravariant forms is that B remains the same, and E flips sign.

Edited to add:

Now that you fixed the signs, it is all correct.
Apr9-10, 07:54 PM   #5
 
Ben - thank you for your reply

So what I have calculated as

[tex]

F_{\alpha\beta} = \left(\begin{array}{cccc}
0 & E_1 & E_2 & E_3\\
-E_1 & 0 & B_3 & -B_2\\
-E_2 & -B_3 & 0 & B_1\\
-E_3 & B_2 & -B_1 & 0\end{array} \right)

[/tex]

and
[tex]

F_{\gamma\delta} = \left(\begin{array}{cccc}0 & -E_1 & -E_2 &- E_3\\E_1 & 0 & B_3 & -B_2\\E_2 & -B_3 & 0 & B_1\\E_3 & B_2 & -B_1 & 0\end{array} \right)

[/tex]

is correct?

I'm confused.

[tex]
-M_a^{rk}
[/tex]

Quote by Ben Niehoff View Post
The sign of E depends on the metric convention used. I think Altebeh is correct; you started with the wrong convention.

However, your calculation is correct. The difference between the covariant and contravariant forms is that B remains the same, and E flips sign.

Edited to add:

Now that you fixed the signs, it is all correct.
Apr9-10, 08:14 PM   #6
 
Mentor
This Wikipedia article might be useful.
Thread Closed
Thread Tools


Similar Threads for: Tensor operations, Maxwell's field equations
Thread Forum Replies
Tensor operations and properties Differential Geometry 3
Levi - Civita tensor and operations with it Introductory Physics Homework 7
Maxwell's Stress Tensor Introductory Physics Homework 0
Question about the metric tensor in Einstein's field equations. Special & General Relativity 3