parton
- 79
- 1
Homework Statement
Hi,
I have to calculate the invariant: \tilde{F}^{\mu \nu} \, F_{\mu \nu}
where F is the electromagnetic field tensor and \tilde{F} the dual one.
Homework Equations
First, the contravariant components of the electromagnetic field tensor are given by:
F^{\mu\nu} = \begin{bmatrix} 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{bmatrix}
and the covariant by:
F_{\mu\nu} = \begin{bmatrix} 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{bmatrix}
And last but not least, the contravariant components of the dual elm. field tensor:
\tilde{F}^{\mu\nu} = \begin{bmatrix} 0 & -B_1 & -B_2 & -B_3 \\ B_1 & 0 & E_3 & -E_2 \\ B_2 & -E_3 & 0 & E_1 \\ B_3 & E_2 & -E_1 & 0 \end{bmatrix}<br />
The Attempt at a Solution
First I note:
\tilde{F}^{a0} = B^{a}
\tilde{F}^{ab} = \epsilon^{abi} E_{i}
F_{a0} = - E_{a}
F_{ab} = \epsilon_{abc} B^{c}
Now, if I use these relations I obtain the wrong solution:
\tilde{F}^{\mu \nu} \, F_{\mu \nu} = 2 \tilde{F}^{a0} F_{a0} + \tilde{F}^{ab} F_{ab} = - 2 B^{a} E_{a} + \epsilon^{abi} E_{i} \epsilon_{abc} B^{c} = 0
where I used the relation: \epsilon^{abi} \epsilon_{abc} = 2 \delta^{i}_{c}
Of course, if i simply insert the components explicitly (the "matrix elements") I get the result \tilde{F}^{\mu \nu} \, F_{\mu \nu} = - 4 \vec{B} \cdot \vec{E} and everything is fine.
I used the following convention: \epsilon^{0123} = 1, latin indices: {1,2,3}, greek indices: {0,1,2,3}
Further I calculated: \epsilon_{123} = \eta_{\alpha 1} \, \eta_{\beta 2} \, \eta_{\gamma 3} \, \epsilon^{\alpha \beta \gamma} = - 1 where \eta = diag(1, -1, -1, -1) is the metric tensor.
I think there has to be a wrong sign, but I don't find it. Does anyone have an idea?