Clever-Name
- 378
- 1
Homework Statement
A particle of mass 'm' slides on a smooth surface, the shape of which is given by y = Ax^{2} where A is a positive constant of suitable dimensions and y is measured along the vertical direction. The particle is moved slightly away from the position of equilibrium and then released. Write down the equation of motion of the particle.
Homework Equations
Lagrangian
T = \frac{1}{2}m(\dot{y})^{2}
V = mgy
The Attempt at a Solution
Using the chain rule for my derivatives and plugging in the functions for the lagrangian I got:
L = \frac{1}{2}m(2Ax\dot{x})^{2} - mgAx^{2}
Applying this to the Euler-Lagrange equations:
\frac{d}{dt}\frac{\partial L}{\partial \dot{x}} = 8mA^{2}x(\dot{x})^{2} + 4mA^2x^{2}\ddot{x}
\frac{\partial L}{\partial x} = -2mgAx
End up with, after some cancelling,:
2A^{2}x^{2}\ddot{x} + 4A^{2}x\dot{x}^{2} + gAx = 0
However the solution I have says the final answer should be:
(1 + 4A^{2}x^{2})\ddot{x} + 4A^{2}x\dot{x}^{2} + 2Agx = 0
I can show more detail in my work if needed, I just didn't want to type it all out.