Lagrange Mechanics Homework: 2 DoF, Eqns of Motion, Constants

rmfw
Messages
53
Reaction score
0

Homework Statement


A particle of mass m moves over the cylindrical surface of radius R. The particle is connected to the origin O, located on the central point of the cylindrical surface axis, by a spring with spring constant k and length R. Ignore force of gravity.
2447ayt.jpg



a) State how many degrees of freedom the particle has and choose a set of generalized coordinates.

b) Write the Lagrangian of the system and obtain the equations of motion

c) Identify two constants of the motion.

d) Obtain the equation of motion for the coordinate along the cylinder axis on the limit of small deviations of the plane that contais the origin. Calculate the first integral of the equations and say what's its physical meaning. (Note that: d^2z/dt^2=v dv/dz)




Homework Equations


L=T-V

\frac{\partial L}{\partial q} - \frac{d}{dt}( \frac{\partial L}{\partial \dot{q}}) = 0


The Attempt at a Solution



a) The particle has 2 degrees of freedom, and the generalized coordinates I choose are the cylindrical coordinates: (R,θ,z) with R being constant

b)

First of all I define the distance from the origin to the mass r = \sqrt{R^2 + z^2}

L = T- V

V= \frac{1}{2} k (r - R)^2= \frac{1}{2} k (\sqrt{R^2 + z^2} - R)^2

T=\frac{1}{2}m(\dot{x}^2 + \dot{y}^2 + \dot{z}^2)

R is constant so :

\dot{x}= -R sin(\theta) \dot{\theta}
\dot{y}= R cos(\theta) \dot{\theta}
\dot{z}=\dot{z}

T=\frac{1}{2} m (( R \dot{\theta})^2 + \dot{z}^2)

L = \frac{1}{2}m ( (R \dot{\theta})^2 + \dot{z}^2) - \frac{1}{2} k (\sqrt{R^2 + z^2} - R)^2

Using the formula:

\frac{\partial L}{\partial q} - \frac{d}{dt}( \frac{\partial L}{\partial \dot{q}}) = 0

For the equations of motion I got:

k z- kz\frac{R}{\sqrt{R^2 + z^2 }} =m \ddot{z}

m R^2 \dot{\theta} = Constant

c) Identify two constants of motion

One is the angular momentum which can be seen above L=m R^2 \dot{\theta}

To find the other I integrated the other equation and got :

\frac{k}{2}z^2 - kR\sqrt{R^2+z^2}-\frac{m}{2} \dot{z}^2 = Constant which I guess is the energy of the system.

d) Still havn't put a lot of thinking into this question but for now I just need someone to confirm the above answers, if someone here has the time to do so I would be grateful. Thanks!
 
Last edited:
Physics news on Phys.org
Looks like you assumed that the spring has a natural length of R, but I didn't see that stated in the problem. [EDIT: OK, now I see it. Sorry.]

Otherwise, your setup of the Lagrangian looks good to me.

rmfw said:
For the equations of motion I got:

k z \frac{1}{\sqrt{R^2 + z^2 }} =m \ddot{z}

Is this equation dimensionally consistent?
 
Last edited:
  • Like
Likes 1 person
I just found a mistake on that equation, I'll fix it asap
 
TSny said:
Looks like you assumed that the spring has a natural length of R, but I didn't see that stated in the problem. [EDIT: OK, now I see it. Sorry.]

Otherwise, your setup of the Lagrangian looks good to me.
Is this equation dimensionally consistent?

Ok, it's fixed, can you take a quick look at it?

edit:
Anyway, since the setup looks good to you I guess it's alright, I'll just look at it again later.

Do you have any idea what d) is about? I'v never seen anything similar in class. Hints are appreciated, thanks!
 
Last edited:
Rather than going back and making corrections in your original post, it is best to make the corrections in a new reply. That way, it will be less confusing for other readers of the thread.

Your equation of motion for z looks good except for signs. Same for your integration of the z equation of motion to get part of the energy.

I believe your comments regarding the angular momentum are correct.

For (d), you want to approximate your equation of motion for small z (i.e., z << R).
 
  • Like
Likes 1 person
I see, sorry about that.

TSny said:
For (d), you want to approximate your equation of motion for small z (i.e., z << R).

This should be enough to get me started, many thanks!
 
OK, good.
 
Ok I just got d) done, I got this result

Constant=1/2 mv^2, which is the kinetic energy ??I just did z=0 and d^2 z/dt^2=vdv/dz on the equation of motion for z .
 
Last edited:
You went too far in the approximation. You will need to approximate ##-kz+\frac{kRz}{\sqrt{R^2+z^2}}## to the lowest order non-zero approximation. Use $$\frac{1}{\sqrt{1+x}} \approx 1-x/2$$
 
Back
Top