- #1
raggle
- 8
- 0
Homework Statement
'Consider the system consisting of a bead of mass m sliding on a smooth circular wire hoop of mass 2m and radius R in a vertical plane, and the vertical plane containing the hoop is free to rotate about the vertical axis. Determine all relative equilibria of the bead.'
Homework Equations
$$T_r= \frac{1}{2}I\omega^2$$
The kinetic energy of the bead is
$$T=\frac{1}{2}m(\dot\theta^2+\dot\phi^2\sin^2\theta) + \frac{1}{2}mR^2\sin^2\theta\dot\phi^2$$
The kinetic energy of the hoop is
$$T=\frac{1}{2}mR^2\dot\phi^2$$
The Attempt at a Solution
First of all I said the bead is at position
$$r=R(\sin\theta\cos\phi, \sin\theta\sin\phi, 1-\cos\theta)$$
the equation for the z coordinate looks a bit odd but I think it's right (using this mean that the bead is at height 0 when it's at the bottom of the hoop and at 2R when it's at the top of the hoop). Going through the usual steps to get the Lagrangian gives (I can go into more detail on this if anyone wants)
$$L=\frac{1}{2}[\dot\theta^2+\dot\phi^2(1+2\sin^2\theta)]+mgR\cos\theta$$
Since I'm looking for solutions where ##\theta## is constant I rewrite this as
$$L=\frac{1}{mR^2}[\frac{1}{2}\dot\theta^2 -V]$$
where
$$V=-\frac{1}{mR^2}[\frac{1}{2}\dot\phi^2(1+2\sin^2\theta)+mgR\cos\theta]$$
This gives
$$\ddot\theta=-\frac{\partial V}{\partial\theta}$$
Setting this equal to zero gives
$$2\dot\phi^2\sin\theta\cos\theta-mgR\sin\theta=0$$
Giving 3 equilibria, one at ##\theta=0##, one at ##\theta=\pi## and one at ##\cos\theta=\frac{g}{2R\dot\phi^2}##.
I'm not sure about the third solution at all. The closest I could find was a similar problem in Tong's lecture notes, where the third solution is ##\cos\theta=\frac{g}{R\dot\phi^2}## (page 27). The factor of 2 is bothering me, is it from me including the moment of inertia of the hoop?