Simple application of euler-lagrange equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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
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.