More rigorous Euler-Lagrange derivation

In summary, the conversation discusses the functional ##S= \int L(q(t), \dot{q}(t), t) dt## and its variation ##\delta S = \int (\frac{\partial L}{\partial q} \delta q + \frac{\partial L}{\partial \dot{q}} \delta \dot{q})dt##. The issue is understanding the meaning of ##\delta##, which is clarified by explaining the concept of paths in the tangent bundle of configuration space. The conversation also mentions helpful resources for understanding analytical mechanics.
  • #1
romsofia
597
310
TL;DR Summary
What really is the “variation”?
Sorry if there are other threads on this, but after a discussion with a friend on this (im in the mountains, so no books, and my googlefu isn't helping), I realize that my understanding of the variational principles arent exactly... great! So, maybe some one can help.

Start with a functional defined by: ##S= \int L(q(t), \dot{q}(t), t) dt## where ##\dot{q} = \frac{dq}{dt} ## we “vary” the functional, in the following manner: ##\delta S = \int (\frac{\partial L}{\partial q} \delta q + \frac{\partial L}{\partial \dot{q}} \delta \dot{q})dt##

And so, from there i know how to get the EL to pop out from integration and some arguments about boundary conditions. The issue he had, and where I am also lacking is, what REALLY is that ##\delta##?

I've always treated it similar to a derivative, and essentially all we are doing is taking a chain rule when doing ##\delta S##, but then i can't really justify the ##\delta q## since the chain rule in that spot would be ##\frac{dq}{dt}##.

Basic question that I should know(it is just calculus of variations), but better to finally learn it properly, than go off by handwaving because my muscle memory can write it down properly!
 
Physics news on Phys.org
  • #3
##\delta q## is simply a deviation of the path in configuration space from the trajectory of the particle, which is defined as the stationary path of the action.

In Hamilton's principle the variation is over all paths with fixed endpoints ##q(t_1)## and ##q(t_2)##, and time is not varied. From this you get
$$\delta \dot{q}=\mathrm{d}_t \delta q.$$
Then you have
\begin{equation*}
\begin{split}
\delta S &= \delta \int_{t_1}^{t_2} \mathrm{d} t L(q,\dot{q},t)\\
&=\int_{t_1}^{t_2} \mathrm{d} t \left (\delta q \cdot \frac{\partial L}{\partial q} + \delta \dot{q} \cdot \frac{\partial L}{\partial \dot{q}} \right) \\
&=\int_{t_1}^{t_2} \mathrm{d} t \delta q \cdot \left ( \cdot \frac{\partial L}{\partial q} - \frac{\mathrm{d}}{\mathrm{d} t} \frac{\partial L}{\partial \dot{q}} \right) + \delta q(t_2) \cdot \left . \frac{\partial L}{\partial \dot{q}}\right|_{t=t_2} - \delta q(t_1) \cdot \left . \frac{\partial L}{\partial \dot{q}} \right |_{t=t_1}.
\end{split}
\end{equation*}
Since by definition ##\delta q(t_1)=\delta q(t_2)=0## the boundary terms vanish and you finally get
$$\delta S=\int_{t_1}^{t_2} \mathrm{d} t \delta q \cdot \left ( \frac{\partial L}{\partial q} - \frac{\mathrm{d}}{\mathrm{d} t} \frac{\partial L}{\partial \dot{q}} \right).$$
Since this must hold for all functions ##\delta q(t)## the term in the parentheses must vanish, which leads to the Euler-Lagrange Equations,
$$\frac{\partial L}{\partial q} = \frac{\mathrm{d}}{\mathrm{d} t} \frac{\partial L}{\partial \dot{q}}.$$
For a mathematically rigorous treatment of analytical mechanics, see

V. I. Arnold, Mathematical Methods of Classical Mechanics, Springer (1989)
 
  • Informative
  • Like
Likes romsofia and Delta2
  • #4
romsofia said:
And so, from there i know how to get the EL to pop out from integration and some arguments about boundary conditions. The issue he had, and where I am also lacking is, what REALLY is that ##\delta##?

So, as you pointed out, the action is a functional of paths in the ##(q,\dot{q})## space, the tangent bundle of configuration space.

A path is a function from the real numbers to this tangent bundle ##\mathbb{R}\ni t\rightarrow(q(t),\dot{q}(t))##.
We can define a slightly different path by ##q^{'}(t)=q(t)+\varepsilon\eta(t)## so that ##\dot{q}^{'}(t)=\dot{q}(t)+\varepsilon\dot{\eta}(t)##. Notice that ##\delta q=\varepsilon\eta(t)## and ##\delta\dot{q}=\varepsilon\dot{\eta}(t)## represents how far away is the new path from the old one i.e., how much we have deformed the original path.

We can now ask, what is the value of the action for this new path? We can find it by a Taylor expansion of the Lagrangian
$$
S' =\int_{t_{1}}^{t_{2}}L(q^{'}(t),\dot{q}^{'}(t))dt=\int_{t_{1}}^{t_{2}}L(q(t)+\varepsilon\eta(t),\dot{q}(t)+\varepsilon\dot{\eta}(t))dt
\approx\int_{t_{1}}^{t_{2}}dt\left[L(q(t),\dot{q}(t))+\varepsilon\eta(t)\frac{\partial L}{\partial q}+\varepsilon\dot{\eta}(t))\frac{\partial L}{\partial\dot{q}}\right]dt$$

So, we can conclude that the first order variation of the action is
$$\delta S=\int_{t_{1}}^{t_{2}}\left(\varepsilon\eta(t)\frac{\partial L}{\partial q}+\varepsilon\dot{\eta}(t))\frac{\partial L}{\partial\dot{q}}\right)dt=\int_{t_{1}}^{t_{2}}\left(\frac{\partial L}{\partial q}\delta q+\frac{\partial L}{\partial\dot{q}}\delta\dot{q}\right)dt$$
 
Last edited:
  • Love
  • Like
Likes vanhees71 and romsofia
  • #5
Thanks for your help, I'll read them in more detail, and see if I have any questions! The discussion of configuration spaces is bringing back memories of non-holonomic constraints for some reason!
 
  • Like
Likes vanhees71
  • #6
If it comes to non-holonomic constraints, don't use the distorted 3rd edition of Goldstein's textbook. The 2nd edition is fine though.
 
  • Like
Likes PhDeezNutz

What is the Euler-Lagrange derivation and why is it important in science?

The Euler-Lagrange derivation is a mathematical technique used to find the equations of motion for a system. It is important in science because it allows us to model and understand the behavior of physical systems.

How does the Euler-Lagrange derivation differ from other methods of finding equations of motion?

The Euler-Lagrange derivation is based on the principle of least action, which states that a physical system will follow the path that minimizes its action. This is different from other methods, such as Newton's laws of motion, which are based on the concept of forces.

What are the assumptions made in the Euler-Lagrange derivation?

The Euler-Lagrange derivation assumes that the system is conservative, meaning that energy is conserved. It also assumes that the system is described by a Lagrangian function, which takes into account the kinetic and potential energy of the system.

Can the Euler-Lagrange derivation be applied to any physical system?

The Euler-Lagrange derivation can be applied to a wide range of physical systems, including classical mechanics, electromagnetism, and quantum mechanics. However, it may not be applicable to systems with non-conservative forces or complex interactions.

What are some real-world applications of the Euler-Lagrange derivation?

The Euler-Lagrange derivation has many practical applications, such as in the design and analysis of mechanical systems, control systems, and optimization problems. It is also used in fields such as physics, engineering, and economics to model and understand the behavior of complex systems.

Similar threads

Replies
5
Views
1K
  • Classical Physics
Replies
1
Views
502
Replies
19
Views
1K
  • Classical Physics
Replies
21
Views
1K
Replies
1
Views
536
  • Classical Physics
Replies
1
Views
593
  • Classical Physics
Replies
7
Views
897
  • Classical Physics
Replies
3
Views
2K
Replies
3
Views
585
Replies
1
Views
519
Back
Top