citheo
- 9
- 0
Homework Statement
Suppose you have an object of mass m that is constrained to move on an ellipsoid with a constraint function f(x,y,z) = x^2+4y^2+4z^2 -1=0. Aside from the force of constraint, the only force acting on the mass is an elastic force \vec{F}=-kx\hat{x}. Find the Lagrangian, the Hamiltonian and the integrals of motion.
Homework Equations
Euler-Lagrange (EL) equation, Lagrange multipliers, Legendre transform, any equations related to classical mechanics..
The Attempt at a Solution
The kinetic energy is K = \frac{1}{2}m\dot{x}^2 + \frac{1}{2}m\dot{y}^2 + \frac{1}{2}m\dot{z}^2. The potential energy is just the elastic potential energy U=\frac{1}{2}kx^2. The Lagrangian L can be found in the usual way as L=K-U. By applying a Legendre transform I get a Hamiltonian H = p_x\dot{x}+p_y\dot{y}+p_z\dot{z} - L where I can find the generalised momenta by solving p_i = \frac{\partial L}{\partial q_i} for p. Plugging p back into H I can summarize what I have found so far:
<br /> L = \frac{1}{2}m\dot{x}^2 + \frac{1}{2}m\dot{y}^2 + \frac{1}{2}m\dot{z}^2 - \frac{1}{2}kx^2 \\<br /> H = \frac{p_x^2}{2m} + \frac{p_y^2}{2m} + \frac{p_z^2}{2m} + \frac{1}{2}kx^2<br />
Ok, so in order to find the integrals of motion, I basically have to find the equations of motion and integrate them if I'm not mistaken. I plug in the Lagrangian into the EL equation, taking into account the constraint with the help of a Lagrange multiplier
<br /> \frac{\partial L}{\partial q_i} - \frac{d}{dt}\frac{\partial L}{\partial \dot{q}_i} = \lambda\frac{\partial f}{\partial q_i}<br />
which gives the equations of motion
<br /> m\ddot{x}+kx+2\lambda x = 0 \\<br /> m\ddot{y} + 8\lambda y = 0 \\<br /> m\ddot{z} + 8\lambda z = 0.<br />
I can find the integrals of motion if I multiply each EOM with Q_i(q_i) = \dot{q}_i, rearranging, integrating etc..
The problem for me lies in finding \lambda; it's just a mess of fractions and radicals. Is there perhaps a way to describe the system in a nicer set of coordinates or maybe some other method altogether?