Simple application of euler-lagrange equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
snoopies622
Messages
852
Reaction score
29
Suppose I have a particle of mass m in a uniform, downward gravitational field g, constrained to move on a frictionless parabola

[tex] y = x^2[/tex]

I get

[tex] <br /> L = KE - PE = \frac {1}{2} m (\dot x^2 + \dot y^2) - mgy = \frac {1}{2}m \dot x^2 (1+4x^2) - mgx^2<br /> [/tex]

[tex] \frac {\partial L}{\partial x} = (\frac {1}{2}m \dot x^2)(8x) - 2mgx[/tex]

[tex] <br /> \frac {\partial L}{\partial \dot x} = (m \dot x)(1+4x^2)<br /> [/tex]

From here, no matter how I go about differentiating, I get a velocity-dependent force ( [itex]m \ddot x[/itex] ), which does not seem reasonable to me.

Where exactly is my error?
 
Physics news on Phys.org
I don't see any error so far. Why shouldn't the force be velocity dependent? You have a constraint here, and the centripetal part of the constraining forces is velocity dependent. Just write down the Euler-Lagrange equation.
 
PS: Of course, you can use energy conservation here, since the Lagrangian is not explicitly dependent on time, i.e.,

[tex]H=\dot{x} \frac{\partial L}{\partial \dot{x}}-L=E=\text{const}.[/tex]
 
hmmm...thinking...
 
Ok, I get

[tex] <br /> m \ddot x = \frac {-2mg}{1+4x^2} - \frac {4 x \dot x ^2 m}{1+4x^2}<br /> [/tex]

I was expecting only the first term, which is the one caused by the gravitational field, but yes, what you say makes sense to me. Thank you.

(Constraints are new to me.)
 
Last edited:
Yes, it makes even more sense to me now. For - if there were no gravitational field, the particle would move along the parabola at a constant speed, and [itex]\ddot x[/itex] would still be non-zero, since the path is curved.

Thanks again.