Four Tensor Derivatives -- EM Field Lagrangian Density

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
16 replies · 3K views
teroenza
Messages
190
Reaction score
5

Homework Statement


Given the Lagrangian density

[tex]\Lambda = -\frac{1}{c}j^lA_l - \frac{1}{16 \pi} F^{lm}F_{lm}[/tex]

and the Euler-Lagrange equation for it

[tex]\frac{\partial }{\partial x^k}\left ( \frac{\partial \Lambda}{\partial A_{i,k}} \right )- \frac{\partial \Lambda}{\partial A_{i}} =0[/tex]

derive the inhomogeneous, manifestly covariant, field equations.

Homework Equations


In class we were told

[tex]\frac{\partial \Lambda}{\partial A_{i,k}} = -\frac{1}{4 \pi} F^{kl}[/tex]

as a starting point, and I am trying to show this.

The Attempt at a Solution


I have that

[tex]F_{lm}=\frac{\partial A_m}{\partial x^l}-\frac{\partial A_l}{\partial x^m}[/tex]

and

[tex]F^{lm}=\frac{\partial A^m}{\partial x_l}-\frac{\partial A^l}{\partial x_m}[/tex]

I think I can see how inseting these into the above, possibly taking one of the field tensors to be constant, and taking derivatives (I think the first term does not depend on [itex]A_{i,k}[/itex]) leads to the correct form or we were shown in class. I'm not great at four-tensor manipulation or keeping my indices straight, however.

I am trying to understand how to correctly take these derivatives.

[tex]\frac{\partial }{\partial A_{i,k}} \left ( F^{lm}F_{lm} \right )=0[/tex]
 
on Phys.org
I copied the equation incorrectly, it should be:
[tex] \frac{\partial \Lambda}{\partial A_{l,m}} = -\frac{1}{4 \pi} F^{ml}[/tex]

Using the product rule, I get:
[tex]\left (\frac{\partial A^m}{\partial x_l}-\frac{\partial A^l}{\partial x_m}\right ) +<br /> \left( \frac{\partial A_m}{\partial x^l}-\frac{\partial A_l}{\partial x^m} \right)\frac{\partial }{\partial A_{m,l}}<br /> \left(\frac{\partial A^m}{\partial x_l}-\frac{\partial A^l}{\partial x_m} \right )[/tex]

But am not sure what to do with the derivatives in the second term.
 
teroenza said:
I copied the equation incorrectly, it should be:
[tex] \frac{\partial \Lambda}{\partial A_{l,m}} = -\frac{1}{4 \pi} F^{ml}[/tex]

Using the product rule, I get:
[tex]\left (\frac{\partial A^m}{\partial x_l}-\frac{\partial A^l}{\partial x_m}\right ) +<br /> \left( \frac{\partial A_m}{\partial x^l}-\frac{\partial A_l}{\partial x^m} \right)\frac{\partial }{\partial A_{m,l}}<br /> \left(\frac{\partial A^m}{\partial x_l}-\frac{\partial A^l}{\partial x_m} \right )[/tex]

But am not sure what to do with the derivatives in the second term.

I suggest taking this one step at a time. Without rewriting F in terms of A, what does the product rule give you? (Note that your expression contains too many m and l to make sense. Each should appear twice or not at all in your result. Your free indices are i and k.)
 
So the first step is:
[tex]F^{lm} \frac{\partial F_{lm}}{\partial A_{i,k}} + F_{lm}\frac{\partial F^{lm}}{\partial A_{i,k}}[/tex]
 
Correct. Now, both terms are equal, so that gives a factor of two (just raise/lower the indices using the metric). This leaves you with the task of computing ##\partial F_{lm}/\partial A_{i,k}##. How do you express ##F_{lm}## in terms of ##A##? (Note that ##A_{i,k} \equiv \partial_k A_i##)
 
Like this:

[tex]F_{lm}=\frac{\partial A_m}{\partial x^l}-\frac{\partial A_l}{\partial x^m}=A_{m,l}-A_{l,m}[/tex]
 
Is [itex]A_{l,m}[/itex] antisymmetric? Then I could switch the indices on the second term, add them for the extra factor of 2, and use

[tex]\frac{\partial A_{m,l}}{\partial A_{i,k}}=\delta^{i}_{m}\delta^{l}_{k}=1[/tex]
 
I can use it on each term. I can only see that leaving me with zero instead of adding for the necessary factor of two.
 
It must be simple, but I'm not making the connection. I think the derivative reduces to:

[tex] \delta^{i}_{m}\delta^{l}_{k}-\delta^{m}_{l}\delta^{i}_{k}[/tex]

Which can only be 0 or 1.
 
I see. The resulting difference ends up as [itex]-4F^{ik}[/itex] after swapping the indices on the (antisym.) field tensor.
 
They would then be [tex]\partial_kF^{kl} = -\frac{4 \pi}{c}j^l[/tex]