Lagrangian of object with air resistance

AI Thread Summary
The discussion revolves around deriving the equations of motion for a falling object with air resistance using Lagrangian mechanics. The main challenge is incorporating air resistance, a non-conservative force, into the kinetic and potential energy terms. Traditional Lagrangian methods struggle with non-conservative systems, and suggestions include modifying the Euler-Lagrange equations or using Rayleigh's dissipative function. Some participants propose alternative Lagrangians, including one that incorporates an exponentially increasing mass, but acknowledge the complexity of accurately modeling air resistance. Overall, the conversation highlights the difficulties of integrating friction into classical mechanics frameworks.
Maurice7510
Messages
52
Reaction score
0
So I was going through an ODEs textbook and in a section discussing physical problems, decided that it would be interesting to come up with the equations of motion using Lagrangian mechanics for the examples they posted. For the first example, a falling rock, this easily worked. The second example was a falling object with air resistance. The equation they came up with was ma + kv = mg (I'd use dot notation but I'm unsure how to do it on here) which makes perfect sense; my issue was that I couldn't think of how the air resistance would affect either the kinetic or potential energies. So I pose the question: how would air resistance affect the kinetic or potential energy and what would their equations look like, such that the Lagrangian method would yield the above equation of motion?
 
Physics news on Phys.org
Air resistance is a non-conservative force, so it cannot be expressed by a potential.
 
The Euler-Lagrangian equation itself is changed in this case, the lagrangian is still the same one in vacuum.
 
For non-conservative systems, the Lagrangian needs to be <guessed>. What term would you add to the kinetic one, so that after applying the E_L equations you'd get the same eq. of motion as in Newtonian dynamics ? My guess for linear air resistence would be

L = mv^2 /2 + mgx + kxv
 
Maurice, air friction is a complicated phenomenon and it has no single and simple mathematical expression in terms of velocity. Usually, rapidly falling objects will create turbulent flow of the air and then the resistance force can be argue to be proportional to square of the velocity (Newton's formula for resistance). Resistance that increases proportionally to speed occurs for either very slowly moving bodies (falling dust grains), or very fast ones in diluted gas (higher atmosphere...)

In general, dissipation is a phenomenon that is hard to describe by the standard Euler-Lagrange equations.

Adding new terms to the Lagrangian is an interesting idea, but I have never seen such a new term which would give the simplest equation of motion with friction

$$
m\ddot x = -k\dot x.
$$

The term ##kxv## is a total time derivative of ##kx^2/2## and thus has no influence on the equations of motion.

On the other hand, if you do not need to stick with the standard Euler-Lagrange equations (in other words, with the Hamilton principle), there is a modification of the Euler-Lagrange equations due to Rayleigh, which adds new terms to the E-L equations and describe linear friction. Search "Rayleigh dissipative function" in textbooks, for example Goldstein's Classical Mechanics.
 
I agree with Jano L.'s post. I thought to add you will have difficulty trying to come with a Lagrangian that results in
$$
m\ddot x = -k\dot x.
$$
via the standard Euler-Lagrange equations. Consider how the the total energy of the system (the Hamiltonian) changes over time.
$$
\frac{d}{dt} \left(\sum_i \frac{\partial \mathcal{L}}{\partial \dot{x}_i}\dot{x}_i - \mathcal{L} \right) = -\frac{\partial \mathcal{L}}{\partial t}
$$
We can violate conservation of energy by, for example, having a time varying potential so \frac{\partial \mathcal{L}}{\partial t} \neq 0 but that doesn't seem to allow implementation of friction.

I did have an idea once for attempting to implement friction without modifying the Euler Lagrange equations. The idea was to double the number of generalized coordinates, and try to get the new coordinates to account for the work done by friction. I was not successful.
 
Last edited:
I did have an idea once for attempting to implement friction without modifying the Euler Lagrange equations. The idea was to double the number of generalized coordinates, and try to get the new coordinates to account for the work done by friction. I was not successful.
The friction is often described in a very similar way. One such simple model is one oscillator in interaction with many other oscillators. Although the system as a whole conserves energy, the energy of the first oscillator can change. Under certain conditions the systematic result of the action of the other oscillators is that the first one loses energy.

You can find details in this paper:

http://jmp.aip.org/resource/1/jmapaq/v6/i4/p504_s1?isAuthorized=no
 
Last edited by a moderator:
I'm not sure how much time you want to throw at this problem, but if it continues to interest you then here is a paper which reformulates Hamilton's principle to allow for non-conservative forces. There might be a more updated version in the Physics Review somewhere, but I had this version easy at hand.

http://arxiv.org/pdf/1210.2745.pdf
 
I'm not sure I understand the significance of this, but it's possible to choose a Lagrangian whose equations of motion include air resistance this way:

L = e^{b t}(\dfrac{1}{2} m v^2)

Then the Lagrangian equations of motion are:

\dfrac{d}{dt} (\dfrac{\partial L}{\partial v}) = \dfrac{\partial L}{\partial x}
\dfrac{d}{dt} (e^{b t} m v) = 0
b e^{b t} m v + e^{b t} m \dfrac{d v}{dt} = 0
m \dfrac{d v}{dt} + b m v = 0
 
Last edited:
  • #10
That's quite interesting, what strikes me as odd is that b is positive instead of being negative, you would think the new "kinetic energy" term should die off exponentially.
 
  • #11
Interesting. This Lagrangian can be used for particle whose mass increases exponentially in time while the momentum remains unaltered. This can happen if the mass comes from stationary reservoir. Since L is independent of x, we still have momentum conservation, and thus velocity is decreasing.
 
Back
Top