- #1
Physics_Enjay
- 8
- 0
Homework Statement
A particle slide on the frictionless surface of the interior of a 45 degree cone ##x^2 + y^2 = z^2 ##
a) Find the 2D Lagrangian in terms of the vertical coordinate ##z## and an angular coordinate ## \theta ##.
b) Find the Hamiltonian ##H##.
c) Show that ##p_\theta## and ##H## are constant.
d) If the particle starts at height ## z_0## with no vertical component of velocity, show that the particle stays between ##z = z_0## and $$ z = {\frac { p^2_\theta + \sqrt {p^2_\theta ( p^2_\theta + 8 m^2 g z^3_0)}}{4 m^2 g z^2_0}} $$
Homework Equations
Note in what follows ##q(t)'=\dot{q}##.
Lagrangian:
##L = T - U##
E-L Equation:
##\frac{d}{dt}\frac{\partial L}{\partial q'(t)} = \frac{\partial L}{\partial q(t)}##
Conjugate momenta and their time derivatives:
##p(t) = \left[\frac{\partial L}{\partial q'(t)}\right]##
##p'(t) = \left[\frac{\partial L}{\partial q(t)}\right]##
Hamiltonian:
## H = \sum_{i} p_i q_i' - L ##
If ##\frac{\partial H}{\partial t} = 0## then ##H = T + U = E## and energy is conserved.
Hamilton's Equations:
##p'(t) = - \left[\frac{\partial H}{\partial q(t)}\right]##
##q'(t) = \left[\frac{\partial H}{\partial p(t)}\right]##
The Attempt at a Solution
Coordinate vector and its total time derivative are:
##\vec{r}=[z(t) \cos (\phi (t)),z(t) \sin (\phi (t)),z(t)]##
##\vec{r'}=[z'(t) \cos (\phi (t))-z(t) \phi '(t) \sin (\phi (t)),z'(t) \sin (\phi (t))+z(t) \phi '(t) \cos (\phi (t)),z'(t)]##
Therefore:
## L=\frac{1}{2} m \left(2 z'(t)^2+z(t)^2 \phi '(t)^2-2 g z(t)\right)##
Conjugate momenta:
## p_z (t) = 2 m z'(t) ##
## p_z '(t) = m z(t) \phi '(t)^2-g m ##
## p_\phi (t) = m z(t)^2 \phi '(t) ##
## p_\phi '(t) = 0 ##
Therefore:
## H = \frac{4 g m^2 z(t)+\frac{2 p_{\phi }^2}{z(t)^2}+p_z^2}{4 m} ##
And since H does not have an explicit time dependency, H is conserved, and therefore H=T+U = E.
Hamilton's equations =
##z'(t) = \frac{p_z}{2 m}##
##\phi '(t) = \frac{p_{\phi }}{m z(t)^2}##
##p_z '(t) = g m-\frac{p_{\phi }^2}{m z(t)^3}##
##p_\phi '(t) = 0##
Equations of motion:
##2 m z''(t)=m z(t) \phi '(t)^2-g m##
Substituting in for ##\phi '(t)##, we get:
##2 m z''(t)=m z(t) \left(\frac{p_{\phi }}{m z(t)^2}\right){}^2-g m##
Simplifying:
##m \left(g+2 z''(t)\right)-\frac{p_{\phi }^2}{m z(t)^3} = 0##
This is where I got stuck. Evaluating this is a nightmare. Mathematica doesn't help. Plus I don't know where I can figure in the initial conditions that are given. Any help would be greatly appreciated.