Ellipsoidal motion (Lagrange multipliers)

citheo
Messages
9
Reaction score
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?
 
Physics news on Phys.org
You are making things more complicated than they are. You do not need to find ##\lambda## because you are not asked to find the constraint force. Your constraint is holonomic and you can use it to rewrite your system with three degrees of freedom as a system with two degrees of freedom. I suggest you look at the symmetries of your problem to figure out what coordinates are suitable.
 
Last edited:
Oh right, I can just eliminate a variable straight away. Well, there is obviously some symmetry since the constraint can be thought of as a deformed sphere so some variant of spherical coordinates could perhaps work? I was thinking something like (2)-(5) here http://mathworld.wolfram.com/Ellipsoid.html.
 
I think taking the equivalent of spherical coordinates will mess up your kinetic terms a bit. However, you might want to note that the ##y## and ##z## directions are completely equivalent. This gives you full rotational symmetry around the ##x##-axis which seems to suggest the use of ...
 
I'm going to go with what is cylindrical coordinates?
 
citheo said:
I'm going to go with what is cylindrical coordinates?
Why don't you try it and see how it works out?
 
Cylindrical coords. would give me x=x,\ y = \rho cos\theta, z = \rho sin\theta where y^2+z^2 = \rho^2,\ -1&lt;x&lt;1,\ 0&lt;\theta &lt; 2\pi. The constraint would then become
<br /> x^2 + 4\rho^2 = 1.<br />
The velocity squared for my mass is then
<br /> v^2 = \rho^2 + \rho^2\dot{\theta}^2 + \dot{x}^2<br />
which gives me L
<br /> L = \frac{1}{2}m(\dot{\rho}^2 + \rho^2\dot{\theta}^2 + \dot{x}^2) - \frac{1}{2}kx^2.<br />
Now I can use the constraint to eliminate x.for example. If I plug this into L and then calculate EL eq. for \rho I find, after a whole bunch of differentiation using chain rule etc, a messier expression than I found with cartesian coords.
 
Hm.. I can't seem to get anywhere with cylindrical coords. Whenever I try to calculate the total time derivative in EL eq. I tend to get terms with mixed time derivatives and of varying orders that I don't really know how to deal with. It doesn't seem to matter what substitution I make into L. : [
 
Did you write down the Lagrangian with the constraints taken into account? What did you get?

You do not need to write down the EL equations to find the integrals of motion.
 
  • #10
Oh okay, I was under the impression that an integral of motion would be an integration of the EOM's. In any case, the Lagrangian is as stated in #7. If I express x=x(\rho(t))\rightarrow dx/dt = \partial x / \partial \rho \cdot d\rho/dt I get
<br /> L = \frac{1}{2}m(\dot{\rho}^2 + \rho^2\dot{\theta}^2 + \frac{16\rho^2\dot{\rho}^2}{1-4\rho^2}) - \frac{1}{2}k(1-4\rho^2).<br />
How then would I go about finding the integrals of motion without EL eqs?
 
  • #11
citheo said:
Oh okay, I was under the impression that an integral of motion would be an integration of the EOM's.

It is, but you do not need to write out the full EL equations in order to do that.

citheo said:
How then would I go about finding the integrals of motion without EL eqs?

So, this Lagrangian is not explicitly dependent on several things. Are you familiar with how to use this fact in order to find first integrals?
 
  • #12
Right, so it is explicitly independent of \theta and time. If I recall, a Lagrangian that doesn't change explicitly with time would mean that neither the kinetic term or the potential term changes explicitly with time, so the total energy is conserved? If we consider the system to be closed, then the Hamiltonian remains constant (our constant of motion?).

As for the \theta independence.. I assume it has something to do with angular momentum conservation. Is it as simple as to show that \vec{L} = \vec{r}\times \vec{p} is constant?
 
  • #13
citheo said:
If I recall, a Lagrangian that doesn't change explicitly with time would mean that neither the kinetic term or the potential term changes explicitly with time

They are not explicitly dependent on time, but they do change with time due to the implicit dependence. What is constant is given by the Beltrami identity. (It will be the total energy in this case.)

citheo said:
As for the θ\theta independence.. I assume it has something to do with angular momentum conservation. Is it as simple as to show that L⃗ =r⃗ ×p⃗ \vec{L} = \vec{r}\times \vec{p} is constant?

The angular momentum here is not conserved (only one of its components is!). I suggest you write down the EL equations for the ##\theta## direction without inserting the explicit form of the Lagrangian and only use that ##\partial L/\partial\theta = 0##. What do you get?
 
  • #14
Ah yes, I assume you mean \frac{d}{dt}(m\rho^2\dot{\theta}) = 0 \rightarrow \rho\cdot m\rho\dot{\theta} = \rho \cdot p_\theta = C, i.e. the angular momentum in the x-direction (or around the x-axis, whatever you call it..) is conserved.

edit: So the conserved quantities/integrals of motion in this case would be the total energy H=E and what I wrote above?
 
  • #15
Correct.
 
  • #16
Ok, great! I'll try to solve some more problems like these on my own. Thanks for pointing me in the right direction, I really appreciate your help and patience!
 
  • #17
citheo said:
Oh right, I can just eliminate a variable straight away. Well, there is obviously some symmetry since the constraint can be thought of as a deformed sphere so some variant of spherical coordinates could perhaps work? I was thinking something like (2)-(5) here http://mathworld.wolfram.com/Ellipsoid.html.

If I were doing the problem I would use "almost-spherical" coordinates:
\begin{array}{rcl}<br /> x &amp;=&amp; \cos(\theta) \\<br /> y &amp;=&amp; \frac{1}{2} \sin(\theta) \cos(\phi) \\<br /> z &amp;=&amp; \frac{1}{2} \sin(\theta) \sin(\phi)<br /> \end{array}<br />
 
Back
Top