Favicon
- 14
- 0
Homework Statement
This isn't strictly a homework question as I've already graduated and now work as a web developer. However, I'm attempting to recover my ability to do physics (it's been a few months now) by working my way through the problems in Analytical Mechanics (Hand and Finch) in my free time and have got stuck on a question about physically invariant Lagrangians. I understand that the Lagrangian of a physical system is not unique because there are many Lagrangians for which the Euler-Lagrange equations reduce to the same thing.
The question I can't solve asks for a proof that the Euler-Lagrange (EL) equations are unchanged by the addition of dF/dt to the Lagrangian, where F \equiv F(q_1, ..., q_2, t).
Homework Equations
Euler-Lagrange equations: \frac{d}{dt}\frac{∂L}{∂\dot{q_k}} - \frac{∂L}{∂q_k} = 0
Change of Lagrangian L \rightarrow L' = L + \frac{dF}{dt}
Chain rule: \frac{dF}{dt} = \sum\limits_k{\frac{∂F}{∂q_k}\frac{∂q_k}{∂t}}
The Attempt at a Solution
I guess the solution is to substitute the new Lagrangian, L', into the EL equations and somehow show that it reduces to exactly the EL equations for L. The substitution gives:
\frac{d}{dt}\frac{∂}{∂\dot{q_k}}\left(L + \frac{dF}{dt}\right) - \frac{∂}{∂q_k}\left(L + \frac{dF}{dt}\right) = 0
This can be rewritten as:
\left(\frac{d}{dt}\frac{∂L}{∂\dot{q_k}} - \frac{∂L}{∂q_k}\right) + \left(\frac{d}{dt}\frac{∂}{∂\dot{q_k}}\frac{dF}{dt} - \frac{∂}{∂q_k}\frac{dF}{dt}\right) = 0
where the first set of bracketed terms are just the left hand side of the EL equation in L. Therefore, I now need to show that the other bracketed terms equate to zero also. i.e.
\frac{d}{dt}\frac{∂}{∂\dot{q_k}}\frac{dF}{dt} - \frac{∂}{∂q_k}\frac{dF}{dt} = 0
All I can think of to try next is apply the chain rule to the differentiation of F and then hope that everything cancels nicely.
Applying the chain rule gives:
\frac{d}{dt}\frac{∂}{∂\dot{q_k}}\frac{∂F}{∂q_k} \frac{∂q_k}{∂t} + \frac{∂}{∂q_k}\frac{∂F}{∂q_k}\frac{∂q_k}{∂t} = 0
So I guess my proof works if \frac{d}{dt}\frac{∂}{∂\dot{q_k}} = \frac{d}{dt}\frac{∂}{∂q_k/∂t} is equivalent to \frac{∂}{∂q_k}. Is this correct? I feel like you can't just cancel the dt and ∂t like this, but I can't see how else this proof can be done.