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.
 
In this video I can see a person walking around lines of curvature on a sphere with an arrow strapped to his waist. His task is to keep the arrow pointed in the same direction How does he do this ? Does he use a reference point like the stars? (that only move very slowly) If that is how he keeps the arrow pointing in the same direction, is that equivalent to saying that he orients the arrow wrt the 3d space that the sphere is embedded in? So ,although one refers to intrinsic curvature...
ASSUMPTIONS 1. Two identical clocks A and B in the same inertial frame are stationary relative to each other a fixed distance L apart. Time passes at the same rate for both. 2. Both clocks are able to send/receive light signals and to write/read the send/receive times into signals. 3. The speed of light is anisotropic. METHOD 1. At time t[A1] and time t[B1], clock A sends a light signal to clock B. The clock B time is unknown to A. 2. Clock B receives the signal from A at time t[B2] and...
So, to calculate a proper time of a worldline in SR using an inertial frame is quite easy. But I struggled a bit using a "rotating frame metric" and now I'm not sure whether I'll do it right. Couls someone point me in the right direction? "What have you tried?" Well, trying to help truly absolute layppl with some variation of a "Circular Twin Paradox" not using an inertial frame of reference for whatevere reason. I thought it would be a bit of a challenge so I made a derivation or...
Back
Top