How to drop terms in a Lagrangian?

AI Thread Summary
In the discussion about dropping terms in a Lagrangian, participants clarify that two Lagrangians differing by a total time derivative of a function are equivalent, meaning certain terms can be omitted without affecting the equations of motion. The example of a simple pendulum is used to illustrate this concept, emphasizing that only total time derivatives of functions of configuration coordinates and time can be dropped. It is noted that terms like 2\dot{b}(t)cosθ\dot{θ} cannot be discarded unless they are shown to be exact total time derivatives. The conversation also touches on the derivation of the Euler-Lagrange equation and the importance of understanding variations in the action. Overall, the key takeaway is that the uniqueness of the Lagrangian is maintained as long as only total time derivatives of appropriate functions are removed.
Dixanadu
Messages
250
Reaction score
2
Hi guys,

So textbooks have it that: "Two Lagrangians differing by a total time-derivative of a function of the coordinates are equivalent". I have no idea what that means or how to use it; so I don't know which terms I can drop from Lagrangians, which is a bit of a problem.

For example, consider a random example... a simple pendulum of length l and mass m. I'll spice it up a bit by saying that the point of suspension can move vertically according to the law y = la(t), where obviously a is a function of time.

If you consider the angle between the pendulum and the vertical, θ, to be the degree of freedom, you end up with the Lagrangian:

L = T - V = \frac{1}{2}ml^{2}[\dot{a}(t) - 2sin(θ)\dot{a}(t)\dot{θ}+\dot{θ}^{2}] - mgl[a(t) + cos(θ)]

Could you please explain what that "differing by a total time-derivative of a function of the coordinates..." thing means by demonstrating on this example Lagrangian which terms I can drop? or any other way you think is best? You don't HAVE to demonstrate on this particular example, I just thought it might help if you had a Lagrangian to play with.

Thanks a lot!
 
Physics news on Phys.org
Hi Dix! What book is this from may I ask?

Let ##L(t,q,\dot{q})## be a lagrangian and define another lagrangian ##\bar{L}(t,q,\dot{q}) = L(t,q,\dot{q}) + \frac{\mathrm{d} }{\mathrm{d} t}f(q,t)## where, as you can see, ##f## is a function of time and the configuration space coordinates. Now, the new action ##\bar{S}## is given by ##\bar{S} = \int_{t_0}^{t_1} L(t,q,\dot{q})dt + \frac{\mathrm{d} }{\mathrm{d} t}\int _{t_{0}}^{t_1}f(q,t)dt = S + f(q(t_1),t_1) - f(q(t_0),t_0)## where ##S## is the action associated with ##L##. Since we fix the endpoints ##q(t_0), q(t_1)## for the fixed times ##t_0,t_1##, the terms next to ##S## are just constants so when we take the first variation, we just get ##\delta \bar{S} = \delta S## hence we end up with the same equations of motion.
 
Hello Mr.Newton :P

Umm, what I wrote isn't exactly from one textbook, its more like a superposition of what I've read from different sources, including Goldstein's Classical Mechanics as well as Landau / Lifgarbagez Mechanics.

Speaking of Landau-Lifgarbagez, I'm failing to understand some steps in the derivation of the Euler-Lagrange equation on page 3. Perhaps if I understand this step I could fully understand your answer.

In case you haven't got the book, it goes like this: You have the action integral of a 1-degree of freedom Lagrangian: S = \int^{t1}_{t0} L(q,\dot{q},t)

So we want to find a function q(t) such that S is a minimum, or stationary. So let's vary q(t) by an amount δ and replace q(t) by q(t) + δq(t). This variation is obviously 0 at the end points.

Now, to find the change in the action, we take the difference between the changed action and the original:

δS = \int^{t1}_{t0} L(q + δq,\dot{q} + δ\dot{q},t) - \int^{t1}_{t0} L(q,\dot{q},t).

At this point, the book loses me. here's what it says that I don't understand:
"when this difference is expanded in powers of δq and δ\dot{q}, the leading terms are of first order". I understand what it means by "the leading terms are of first order" because the variation is so small so the powers beyond 1 are literally 0. But I don't understand the expanding thing. It doesn't show the steps, just the result:

δS = δ\int^{t1}_{t0} L(q,\dot{q},t) dt = 0.

So I don't understand how this expression is obtained from the above. Beyond this everything is quite clear...
 
Ok, well my first and foremost advice would be: do not use Landau to learn mechanics! It's great as a reference and as a work of pure elegance that you can marvel but it is not something you want to learn from.

I'll write out the usual derivation here, just to be complete. Consider the first variation (I'll drop the bounds on the integral since they are annoying to write - it is understood that the bounds are from some fixed time ##t_0## to some other fixed time ##t_1##) ##\delta S = \int L(q + \delta q, \dot{q} + \delta \dot{q}, t)dt - \int L(q,\dot{q}, t)dt##. Remember that the principle of stationary action for the first variation says the action shouldn't change to first order so we can Taylor expand the first term as ##L(q + \delta q, \dot{q} + \delta \dot{q}, t) = L(q,\dot{q}, t) + \frac{\partial L}{\partial q}\delta q + \frac{\partial L}{\partial \dot{q}}\delta \dot{q} ## and drop the second order and higher terms. From here we see that our variation becomes ##\delta S = \int (\frac{\partial L}{\partial q}\delta q + \frac{\partial L}{\partial \dot{q}}\delta \dot{q}) dt ##. We can simplify this expression using integration by parts (there's a reason why which you will see in just a bit) as ##\delta S = \int\frac{\partial L}{\partial \dot{q}}\delta \dot{q} dt = \frac{\partial L}{\partial \dot{q}}\delta q|_{t_0} ^{t_1} - \int \delta q\frac{\mathrm{d} }{\mathrm{d} t}\frac{\partial L}{\partial \dot{q}}dt##. Since we fix the endpoints, the boundary terms vanish hence our final express for the variation of the action becomes ## \delta S = \int (\frac{\partial L}{\partial q} - \frac{\mathrm{d} }{\mathrm{d} t}\frac{\partial L}{\partial \dot{q}})\delta q dt ##.

Now, the last part is to show that the expression in the parenthesis must vanish. I don't think there is much need to go into the exact details but I'm sure you have seen the technique before of using bump functions (or even partitions of unity if you've done differential geometry of surfaces) to show that the only way this integral can vanish identically for arbitrary such variations is if ##\frac{\partial L}{\partial q} - \frac{\mathrm{d} }{\mathrm{d} t}\frac{\partial L}{\partial \dot{q}} = 0##.
 
Alright, I understand everything...apart from how you did the taylor expansion. Even so, I know how to derive the Euler-Lagrange equation but my method is slightly different to yours...it still gets the same result so I guess it doesn't matter. The difference is that instead of taylor-expanding, i set the derivative of the action with respect to the variation = 0. It gives the same thing, but I guess the maths might not be so rigorous. Just a quick question: If i say that q = q + δq, then \frac{dq}{dδ} = q. Is that "right"...so to speak?

Coming back to the terms we can drop from a Lagrangian, is it basically any function that's a total time derivative of ANY of the coordinates? For example, say I have a Lagrangian L = L(q,\dot{q},t). This lagrangian has 3 inputs / coordinates: q, \dot{q}, t. Now, let's imagine that, somewhere in the actual expression of this Lagrangian, I have 3 total derivatives of other arbitrary functions of each of these inputs / coordinates: \dot{a}(q), \dot{b}(\dot{q}) and \dot{c}(t)). Are these all 0?
 
Dixanadu said:
Just a quick question: If i say that q = q + δq, then \frac{dq}{dδ} = q. Is that "right"...so to speak?
I can't understand what's being done here. ##\delta## is not some kind of variable that you differentiate with respect to. It denotes the variation. Writing down the equations of motion by using ##\frac{\delta S}{\delta q} = 0## is fine however, which is what you said to have done in your previous post. This is in fact how you will see it written down when you start looking at functionals of entire fields (e.g. Klein-Gordon field), and the associated field equations, instead of just coordinates of a collection of finitely many particles.

Dixanadu said:
Coming back to the terms we can drop from a Lagrangian, is it basically any function that's a total time derivative of ANY of the coordinates?
If you look at my first post, the proof was only for total time derivatives of functions that depend on time and/or any of the configuration space coordinates. This worked because I used the fact that we keep the configuration space coordinates fixed at the end points, as you can see in that post. If you want to include functions that also depend on the time derivatives of those coordinates then you have to demand that the first time derivatives are fixed at the endpoints too but this is an extra imposition on top of the sufficient conditions when deriving the equations of motion from varying the action associated with the lagrangian.
 
Last edited:
Perhaps a concrete example might help. Take our system to be the simple pendulum. The usual lagrangian is just ##L = \frac{1}{2}ml^{2}\dot{\theta}^{2} + mgl\cos\theta##. Consider adding a total time derivative of the function ##f(\theta,t) = t\sin\theta ## so that we have a new lagrangian ##L = \frac{1}{2}ml^{2}\dot{\theta}^{2} + mgl\cos\theta + \frac{\mathrm{d} }{\mathrm{d} t}(t\sin\theta) = \frac{1}{2}ml^{2}\dot{\theta}^{2} + mgl\cos\theta + \sin\theta + t\cos\theta\dot{\theta}##. Doing the usual computations, we have ##\frac{\partial L}{\partial \theta} = -mgl\sin\theta + cos\theta -t\sin\theta\dot{\theta}, \frac{\partial L}{\partial \dot{\theta}} = ml^{2}\dot\theta + t\cos\theta##. Hence, the equations of motion become ##-mgl\sin\theta + cos\theta -t\sin\theta\dot{\theta} - ml^{2}\ddot\theta - \cos\theta +t\sin\theta\dot\theta = -mgl\sin\theta - ml^{2}\ddot\theta = 0##. As you can see, we end up with the usual equations of motion for the simple pendulum i.e. adding the total time derivative of a function of the configuration space coordinates and time did not change the resulting equations of motion for the given system.
 
Yes that helps, I understand it a bit better now.
I do however want to ask a question about a specific Lagrangian I've seen in my lecturer's notes. The lagrangian, of a pendulum whose point of suspension can move horizontally by means of a function lb(t), is as follows:

L = \frac{1}{2}ml^{2}(\dot{θ}^{2} +2\dot{b}(t)cosθ\dot{θ}+[\dot{b}(t)]^{2}) + mglcosθ

He simplifies this by dropping only the [\dot{b}(t)]^{2} term, which is fine because it's a total time derivative of a function of time. But so is 2\dot{b}(t)cosθ\dot{θ}...or not?

Maybe i can paraphrase my question: does the term 2\dot{b}(t)cosθ\dot{θ} not get dropped because it isn't EXACTLY a total time derivative of some function? Unlike, for example, \dot{b}(t); which is EXACTLY a total derivative of b(t)? I guess I'm confused because it has got a \dot{b}(t) FACTOR in it...so shouldn't it get dropped as well...

I'm starting to feel a bit intellectually challenged now :'( Thanks for being so patient though Mr.Newton!
 
Yes dix, if the expression doesn't drop out identically from the equations of motion then it wasn't exactly the total time derivative of some function of time and the configuration space coordinates (not just any old function).
 
  • #10
Dixanadu said:
I'm starting to feel a bit intellectually challenged now
Don't be! There is no real physics involved here. We are just saying that the lagrangian is only unique up to an additive total time derivative of an arbitrary differentiable function of the configuration space coordinates and time (in the sense that we end up with the same equations of motion). So for a single degree of freedom system, if there is a term ##g(t,q,\dot{q})## in your lagrangian such that ##g(t,q,\dot{q}) = \frac{\mathrm{d} }{\mathrm{d} t}f(q,t)## then we can immediately drop this term because we will end up with the same equations of motion.
 
  • #11
WannabeNewton said:
Don't be! There is no real physics involved here. We are just saying that the lagrangian is only unique up to an additive total time derivative of an arbitrary differentiable function of the configuration space coordinates and time (in the sense that we end up with the same equations of motion). So for a single degree of freedom system, if there is a term ##g(t,q,\dot{q})## in your lagrangian such that ##g(t,q,\dot{q}) = \frac{\mathrm{d} }{\mathrm{d} t}f(q,t)## then we can immediately drop this term because we will end up with the same equations of motion.
Hi WannabeNewton, I have a question I was hoping you could answer. I have a lagrangian

$$L=\dfrac{m}{2}e^{\gamma t}\dot{q}^2 - e^{\gamma t}\dfrac{k}{2}q^2 $$
I solve it for the equation of motion and then I use a transformation $$ s=e^{\frac{\gamma t}{2}} $$ and rewrite the original lagrangian, and then solve it for the equation of motion. My question is; when I write the new lagrangian there is a term $$-\dfrac{m}{2}\gamma s\dot{s}$$ and in my notes this term can be dropped "because it is a total time derivative". I was trying to compare it to your last comment, but this term doesn't seem to be of the form $$g(s,\dot{s},t) = \dfrac{d}{dt}f(s,t) $$ or am I missing something?

Thanks!
 
  • #12
SevenHells said:
Hi WannabeNewton, I have a question I was hoping you could answer. I have a lagrangian

$$L=\dfrac{m}{2}e^{\gamma t}\dot{q}^2 - e^{\gamma t}\dfrac{k}{2}q^2 $$
I solve it for the equation of motion and then I use a transformation $$ s=e^{\frac{\gamma t}{2}} $$ and rewrite the original lagrangian, and then solve it for the equation of motion. My question is; when I write the new lagrangian there is a term $$-\dfrac{m}{2}\gamma s\dot{s}$$ and in my notes this term can be dropped "because it is a total time derivative". I was trying to compare it to your last comment, but this term doesn't seem to be of the form $$g(s,\dot{s},t) = \dfrac{d}{dt}f(s,t) $$ or am I missing something?

Thanks!

What's the derivative of [y(x)]^2 ?
 
  • Like
Likes SevenHells
  • #13
$$2[y(x)][y'(x)]$$ so I guess my "f" would be $$-(\dfrac{\sqrt{m\gamma}}{2} s)^2$$ thanks for that!
 
  • #14
I have another question. In the first part of the question above, the equation of motion is a damped oscillator
$$ \ddot{q} + \gamma \dot{q} - \dfrac{k}{m}q = 0 $$
Why can't I drop the ## \gamma \dot{q} ## term, is it not the time derivative of ##\gamma q##?
Thanks
 
  • #15
SevenHells said:
I have another question. In the first part of the question above, the equation of motion is a damped oscillator
$$ \ddot{q} + \gamma \dot{q} - \dfrac{k}{m}q = 0 $$
Why can't I drop the ## \gamma \dot{q} ## term, is it not the time derivative of ##\gamma q##?
Thanks

You can't drop terms in the equations of motion as you do in the lagrangian, do not confuse the two.
 
  • #16
HomogenousCow said:
You can't drop terms in the equations of motion as you do in the lagrangian, do not confuse the two.

I actually meant to ask about the ## \dot{q} ## term in the lagrangian! I can see it's not an exact time derivative because of the ##e^{\gamma t}## term, right?
 
  • #17
I don't see any terms linear in the first derivative of q.
 
Back
Top