spacelike
- 35
- 0
Homework Statement
I'm learning QFT and trying to do a basic problem finding the equations of motion from the Euler-Lagrange equation given a lagrangian.
The lagrangian is in terms of:
F_{\mu\nu}=\partial_{\mu}A_{\nu}-\partial_{\nu}A_{\mu}
so then my issue comes in with this part of the Euler-Lagrange equation:
\frac{\partial\mathcal{L}}{\partial (\partial_{\mu}\phi)}
The Attempt at a Solution
Now, I'm not sure if I am supposed to treat this as two separate fields or not. My first attempt to solve this I made a change of index from \mu\rightarrow\lambda and \nu\rightarrow\gamma in the Euler-Lagrange equation so that I got terms that look something similar to:
(there's more terms and factors but I'm just showing the relevant part)
\frac{\partial (\partial_{\mu}A_{\nu})}{\partial (\partial_{\lambda}A_{\gamma})}-\frac{\partial (\partial_{\nu}A_{\mu})}{\partial (\partial_{\lambda}A_{\gamma})}
This then results in delta functions which multiply the other factors in the equations and I get the final answer.
OR
Am I supposed to only change ONE index and treat A_{\mu} and A_{\nu} as separate fields, so that I would only do \mu\rightarrow\lambda (again, only for the euler-lagrange equation)
and get two equations with terms similar to:
\frac{\partial (\partial_{\mu}A_{\nu})}{\partial (\partial_{\lambda}A_{\mu})}-\frac{\partial (\partial_{\nu}A_{\mu})}{\partial (\partial_{\lambda}A_{\mu})}
\frac{\partial (\partial_{\mu}A_{\nu})}{\partial (\partial_{\lambda}A_{\nu})}-\frac{\partial (\partial_{\nu}A_{\mu})}{\partial (\partial_{\lambda}A_{\nu})}
NOTE: I did it the first way and the answer looks reasonable to me, but I just want to make sure my technique was correct.