Tensor operations, Maxwell's field equations

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:

<br /> F_{\gamma\delta}=\eta_{\gamma\alpha}\eta_{\delta\beta}F^{\alpha\beta}<br />

with

<br /> F^{\alpha\beta} = \left(\begin{array}{cccc}<br /> 0 &amp; E_1 &amp; E_2 &amp; E_3\\<br /> -E_1 &amp; 0 &amp; B_3 &amp; -B_2\\<br /> -E_2 &amp; -B_3 &amp; 0 &amp; B_1\\<br /> -E_3 &amp; B_2 &amp; -B_1 &amp; 0\end{array} \right)<br />and

<br /> \eta_{\gamma\alpha} = \eta_{\delta\beta} = \left(\begin{array}{cccc}<br /> -1 &amp; 0 &amp; 0 &amp; 0\\<br /> 0 &amp; 1 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 1 &amp; 0 \\<br /> 0 &amp; 0 &amp; 0 &amp; 1 \end{array} \right) <br />

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

We find the components of T_\delta^{ \alpha} by performing the summation over \beta:
T_0^{ 0} = \eta_{0\beta}F^{0\beta} = 0
T_0^{ 1} = \eta_{0\beta}F^{1\beta} = E_1
T_0^{ 2} = \eta_{0\beta}F^{2\beta} = E_2And so forth until we get all 16 elements of T_\delta^{ \alpha}

When all is done, I have T_\delta^{ \alpha} = \left(\begin{array}{cccc}<br /> 0 &amp; E_1 &amp; E_2 &amp; E_3\\<br /> E_1 &amp; 0 &amp; -B_3 &amp; B_2\\<br /> E_2 &amp; B_3 &amp; 0 &amp; -B_1\\<br /> E_3 &amp; -B_2 &amp; B_1 &amp; 0\end{array} \right)
When I take this to the next step, F_{\gamma\delta}=\eta_{\gamma\alpha}T_\delta^{ \alpha} I get
F_{\gamma\delta} = \left(\begin{array}{cccc}<br /> 0 &amp; -E_1 &amp; -E_2 &amp;- E_3\\<br /> E_1 &amp; 0 &amp; B_3 &amp; -B_2\\<br /> E_2 &amp; -B_3 &amp; 0 &amp; B_1\\<br /> E_3 &amp; B_2 &amp; -B_1 &amp; 0\end{array} \right)
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 T_\gamma^{ \alpha} 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:
<br /> F_{\alpha\beta} = \left(\begin{array}{cccc}<br /> 0 &amp; E_1 &amp; E_2 &amp; E_3\\<br /> -E_1 &amp; 0 &amp; B_3 &amp; -B_2\\<br /> -E_2 &amp; -B_3 &amp; 0 &amp; B_1\\<br /> -E_3 &amp; B_2 &amp; -B_1 &amp; 0\end{array} \right)<br />

This is not the matrix of the covariant electromagnetic tensor F_{\gamma\delta}. Actually this is the matrix of the contravariant electromagnetic tensor F^{\alpha\beta}. But I'm not worried about this because you're making use of this in the calculations correctly.

T_0^{ 0} = \eta_{0\beta}F^{0\beta} = 0
T_0^{ 1} = \eta_{0\beta}\\F^{1\beta} = E_1
T_0^{ 2} = \eta_{0\beta}F^{2\beta} = E_2

When all is done, I have

T_\delta^{ \alpha} = \left(\begin{array}{cccc}0 &amp; E_1 &amp; E_2 &amp; E_3\\E_1 &amp; 0 &amp; -B_3 &amp; B_2\\E_2 &amp; B_3 &amp; 0 &amp; -B_1\\E_3 &amp; -B_2 &amp; B_1 &amp; 0\end{array} \right)

These are all seamless.

When I take this to the next step...

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

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 F_{\gamma\delta}=\eta_{\gamma\alpha}T_\delta^{ \alpha} 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

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

and
<br /> <br /> F_{\gamma\delta} = \left(\begin{array}{cccc}0 &amp; -E_1 &amp; -E_2 &amp;- E_3\\E_1 &amp; 0 &amp; B_3 &amp; -B_2\\E_2 &amp; -B_3 &amp; 0 &amp; B_1\\E_3 &amp; B_2 &amp; -B_1 &amp; 0\end{array} \right) <br /> <br />

is correct?

I'm confused.

<br /> -M_a^{rk}<br />

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.
 
Thread 'Can this experiment break Lorentz symmetry?'
1. The Big Idea: According to Einstein’s relativity, all motion is relative. You can’t tell if you’re moving at a constant velocity without looking outside. But what if there is a universal “rest frame” (like the old idea of the “ether”)? This experiment tries to find out by looking for tiny, directional differences in how objects move inside a sealed box. 2. How It Works: The Two-Stage Process Imagine a perfectly isolated spacecraft (our lab) moving through space at some unknown speed V...
Does the speed of light change in a gravitational field depending on whether the direction of travel is parallel to the field, or perpendicular to the field? And is it the same in both directions at each orientation? This question could be answered experimentally to some degree of accuracy. Experiment design: Place two identical clocks A and B on the circumference of a wheel at opposite ends of the diameter of length L. The wheel is positioned upright, i.e., perpendicular to the ground...
In Philippe G. Ciarlet's book 'An introduction to differential geometry', He gives the integrability conditions of the differential equations like this: $$ \partial_{i} F_{lj}=L^p_{ij} F_{lp},\,\,\,F_{ij}(x_0)=F^0_{ij}. $$ The integrability conditions for the existence of a global solution ##F_{lj}## is: $$ R^i_{jkl}\equiv\partial_k L^i_{jl}-\partial_l L^i_{jk}+L^h_{jl} L^i_{hk}-L^h_{jk} L^i_{hl}=0 $$ Then from the equation: $$\nabla_b e_a= \Gamma^c_{ab} e_c$$ Using cartesian basis ## e_I...
Back
Top