geoffrey159
- 535
- 72
Homework Statement
A mass m whirls around on a string which passes through a ring. Neglect gravity. Initially, the mass is distance ##r_0## from the center and is revolving at angular velocity ##\omega_0##. The string is pulled with constant velocity ##V## starting at ##t=0## so that the radial distance to the mass decreases. Find ##\omega(t)## and string tension applied to the mass.
Hint: ##Vt = \frac{r_0}{2}## implies ##\omega = 4\omega_0##
Homework Equations
Newton equations of movment in tangential and radial directions.
The Attempt at a Solution
Firstly, because of the junction between the mass and the string, I find that the radial speed of the mass is ##\dot{r}(t) = -V##. Therefore, the radial distance should be r(t) = r_0 - Vt for ## 0\le t \le \frac{r_0}{V}##, and 0 for any later time.
Then, using Newton's second law in tangential direction, I get that a_{\theta}=0 at any time, and therefore
\frac{\dot{\omega}}{\omega} = \frac{2V}{r_0-Vt}.
This can be rewritten
\frac{d}{dt}(ln(\omega) ) = -2 \frac{d}{dt}(ln(r_0-Vt)) ,
which gives
\omega(t) = \omega_0 {(\frac{r_0}{r_0-Vt})}^2.
Finally, computing this result into the equation of movement for radial direction gives me that the tension in the string is :
T(t) = \frac{m\omega_0^2r_0^4}{{(r_0-Vt)}^3}
4. Question
Even though it works for the hint, there is something very wrong with my proof because angular velocity and string tension are unbounded as ## r(t) \rightarrow 0 ##. It doesn't make sense to me. Thanks for taking the time.