Tensor operations, Maxwell's field equations

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
5 replies · 3K views
MarkSheffield
Messages
15
Reaction score
0
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}<br /> 0 & E_1 & E_2 & E_3\\<br /> -E_1 & 0 & B_3 & -B_2\\<br /> -E_2 & -B_3 & 0 & B_1\\<br /> -E_3 & B_2 & -B_1 & 0\end{array} \right)[/tex]and

[tex] \eta_{\gamma\alpha} = \eta_{\delta\beta} = \left(\begin{array}{cccc}<br /> -1 & 0 & 0 & 0\\<br /> 0 & 1 & 0 & 0 \\<br /> 0 & 0 & 1 & 0 \\<br /> 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}<br /> 0 & E_1 & E_2 & E_3\\<br /> E_1 & 0 & -B_3 & B_2\\<br /> E_2 & B_3 & 0 & -B_1\\<br /> 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}<br /> 0 & -E_1 & -E_2 &- E_3\\<br /> E_1 & 0 & B_3 & -B_2\\<br /> E_2 & -B_3 & 0 & B_1\\<br /> 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
 
Last edited:
Physics news on Phys.org
MarkSheffield said:
[tex] F_{\alpha\beta} = \left(\begin{array}{cccc}<br /> 0 & E_1 & E_2 & E_3\\<br /> -E_1 & 0 & B_3 & -B_2\\<br /> -E_2 & -B_3 & 0 & B_1\\<br /> -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
 
Last edited:
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.)
 
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.
 
Ben - thank you for your reply

So what I have calculated as

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

and
[tex] <br /> 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) <br /> [/tex]

is correct?

I'm confused.

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

Ben Niehoff said:
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.