Lagrangian Problem - Degrees of Freedom & Solution

  • Thread starter Thread starter maxtor101
  • Start date Start date
  • Tags Tags
    Lagrangian
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
3 replies · 2K views
maxtor101
Messages
22
Reaction score
0

Homework Statement



Consider a particle of mass m sliding under the influence of gravity, on the smooth inner surface of the hyperboloid of revolution of equation

[itex]x^2 + y^2 = z^2 -a^2[/itex]

where (x,y,z) are the Cartesian co-ordinates of the particle (z > 0) and (a > 0) is a constant.
The particle is constrained to move on the surface defined above.

a) How many degrees of freedom does this system have?

b) Show that in terms of the independent cylindrical co-ordinates [itex](r, \phi) [i/tex] <br /> <br /> the<br /> Lagrangian is <br /> <br /> [itex]L = \frac{m}{2} \left( 2 \dot{r}^2 + r^2 \dot{ \phi}^2 - \frac{a^2}{a^2 + r^2} \dot{r}^2 -2g \sqrt{(a^2 + r^2)} \right )[/itex]<br /> <br /> <h2>Homework Equations</h2><br /> <br /> [tex]L = T - V[/tex]<br /> <br /> <h2>The Attempt at a Solution</h2><br /> <br /> Converting to cylindrical co-ordinates:<br /> <br /> [tex]x = r cos \phi[/tex]<br /> [tex]y = r sin \phi[/tex]<br /> <br /> [tex]\dot{x} = -r \dot{ \phi} sin \phi + \dot{r} cos \phi[/tex]<br /> [tex]\dot{y} = r \dot{ \phi} cos \phi + \dot{r} sin \phi[/tex]From the equation of the hyperboloid:<br /> <br /> [tex]z^2 = x^2 + y^2 + a^2[/tex]<br /> [tex]z^2 = r^2 + a^2[/tex]<br /> <br /> [tex]z = \sqrt{r^2 + a^2}[/tex]<br /> <br /> [tex]\dot{z} = \frac{r}{r^2 + a^2} \dot{r}[/tex]<br /> Now find Kinetic Energy:<br /> <br /> [tex]T = \frac{m}{2} \left ( \dot{x}^2 + \dot{y}^2 + \dot{z}^2 \right )[/tex]<br /> <br /> [tex]\dot{x}^2 = r^2 \dot{\phi}^2 \sin^2{\phi} - 2r\dot{r} \dot{\phi} \sin{\phi} \cos{\phi} + \dot{r}^2 \cos^2{\phi}[/tex]<br /> <br /> [tex]\dot{y}^2 = r^2 \dot{\phi}^2 \cos^2{\phi} + 2r\dot{r} \dot{\phi} \sin{\phi} \cos{\phi} + \dot{r}^2 \sin^2{\phi}[/tex]<br /> <br /> Therefore <br /> <br /> [tex]\dot{x}^2 + \dot{y}^2 = \dot{r}^2 + r^2 \dot{\phi}^2[/tex]<br /> <br /> So<br /> [tex]T = \frac{m}{2} \left ( \dot{r}^2 + r^2 \dot{\phi}^2 + \frac{r^2}{r^2 + a^2} \dot{r}^2 \right )[/tex]<br /> <br /> Now find Potential Energy:<br /> <br /> Not too sure about this but I'm guessing it is <br /> <br /> [tex]V = - mgz[/tex]<br /> <br /> [tex]V = - mg \sqrt{r^2 + a^2}[/tex]So the Lagrangian is:<br /> <br /> [tex]L = T - V[/tex]<br /> <br /> [tex]L = \frac{m}{2} \left ( \dot{r}^2 + r^2 \dot{\phi}^2 + \frac{r^2}{r^2 + a^2} \dot{r}^2 \right ) + mg \sqrt{r^2 + a^2}[/tex]<br /> <br /> This is not correct.<br /> Any ideas?Thanks in advance for your help![/itex]
 
Last edited:
Physics news on Phys.org
This question would be so much easier in spherical co-ordinates, but unfortunately that is irrelevant here :(
 
one mistake I noticed :

z = r r(dot) / (r^2 + a^2)

shouldnt it be :

r r(dot) / sqrt (r^2 +a^2) ?
 
Ah it's cool I figured it out.

Rewrite:

[tex]\frac{r^2}{r^2 + a^2} \dot{r}^2[/tex]

as

[tex]\left ( 1 - \frac{a^2}{a^2 + r^2} \right ) \dot{r}^2[/tex]

and the potential should actually be

[tex]V = mg \sqrt{r^2 + a^2}[/tex]

Thanks