Tensor operations, Maxwell's field equations

In summary, the initial formulation of the tensor for electrodynamics is correct, but there may be a problem with the interim tensor T_\delta^{ \alpha}. Further calculations should be done to confirm the accuracy of the final result.
  • #1
MarkSheffield
15
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}
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
 
Last edited:
Physics news on Phys.org
  • #2
MarkSheffield said:
[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
 
Last edited:
  • #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.)
 
  • #4
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.
 
  • #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]

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.
 
  • #6

1. What are tensor operations?

Tensor operations refer to mathematical operations performed on tensors, which are mathematical objects used to represent and describe physical quantities. These operations can involve addition, multiplication, differentiation, and contraction.

2. What are the Maxwell's field equations?

The Maxwell's field equations, also known as Maxwell's equations, are a set of four partial differential equations that describe the behavior of electric and magnetic fields. These equations were developed by James Clerk Maxwell in the 19th century and are fundamental in understanding the behavior of electromagnetic waves.

3. What is the significance of Maxwell's field equations?

Maxwell's field equations are significant because they provide a complete and concise description of the behavior of electric and magnetic fields. They have been extensively tested and have been proven to accurately predict the behavior of electromagnetic waves, which are essential for modern communication and technology.

4. How are tensor operations used in Maxwell's field equations?

Tensor operations are used extensively in Maxwell's field equations to represent and manipulate the electric and magnetic fields. For example, the curl operation is used in one of the equations to describe the relationship between the electric and magnetic fields.

5. What are some real-world applications of Maxwell's field equations?

Maxwell's field equations have numerous real-world applications, including telecommunications, radar and satellite technology, electric motors, and generators. They are also essential for understanding and studying the behavior of light and other electromagnetic waves.

Similar threads

  • Special and General Relativity
Replies
5
Views
2K
  • Special and General Relativity
Replies
1
Views
962
  • Special and General Relativity
Replies
18
Views
1K
Replies
10
Views
861
  • Special and General Relativity
Replies
7
Views
1K
  • Special and General Relativity
Replies
1
Views
570
  • Special and General Relativity
Replies
9
Views
1K
  • Special and General Relativity
Replies
17
Views
2K
  • Special and General Relativity
Replies
1
Views
1K
  • Special and General Relativity
2
Replies
59
Views
3K
Back
Top