PDA

View Full Version : Rotating systems


Chen
Nov25-04, 02:29 PM
A motorcycle is driving along the walls of a round ring, which is rotating at \omega_0. Its speed is constant V, in the same direction of the ring itself. Its mass is m, and the radius of the ring is R. I need to find the normal force that the walls exert on the motorcycle.

If we look at the problem from the motorcycle's reference frame, then it is stationary in a frame that is rotating at \omega = (\omega_0 + V/R), so the normal force is equal to the centrifugal force:

N = m\omega^2R = m(\omega_0 + \frac{v}{R})^2R

Now, if we look at this from the ring's reference frame, then the motorcycle is moving at a constant speed V inside the ring which is rotating at \omega_0. Then we also need to take into account coriolis effect (right?), and the forces in the radial axis are:

N + 2m\omega_0v - m\omega_0^2R = 0

But the normal force is the same, no matter which frame we use, so:

m\omega_0^2R - 2m\omega_0v = m(\omega_0 + \frac{v}{R})^2R
\omega_0^2 - 2\omega_0\frac{v}{R} = (\omega_0 + \frac{v}{R})^2

And that's obviously incorrect... so can someone please point out my mistakes? :smile:

Thanks,
Chen

Doc Al
Nov25-04, 02:41 PM
Then we also need to take into account coriolis effect (right?),
Why? There is no radial component of velocity.

Chen
Nov25-04, 02:50 PM
Why? There is no radial component of velocity.
Ahh... I see... so the normal is just:
N = m(\omega_0 + \frac{v}{R})^2R
?

Doc Al
Nov25-04, 02:54 PM
That's what I would say. :wink:

Chen
Nov25-04, 02:55 PM
That's what I would say. :wink:
Whoop-dee-do, it's right. Thanks Doc. :smile: Why on earth wouldI try to overcomplicate this? :confused:

Chen
Nov26-04, 01:37 PM
Why? There is no radial component of velocity.
The solution was correct, but I'm not sure about one thing. We found that:

N = m(\omega_0 + \frac{v}{R})^2R

Now, if we use the ring as the reference frame, then in the radial direction we have the normal force, the centrifugal force caused by the rotation of the ring, and the centrifugal force caused by the motion of the motorcycle itself. So we get:

N = m\omega _0^2R + m\frac{v^2}{R} = m\omega _0^2R + m{\frac{v}{R}}^2R = m(\omega _0 + \frac{v}{R})^2R - 2m\omega _0v

And that's not the same as the N we found above (which is correct). And it just so happens, that the extra expression looks just like the coriolis force... so can you please enlighten me? :smile:

Thanks,
Chen

Doc Al
Nov26-04, 03:59 PM
Sorry Chen, but my earlier statement was nonsense. :blushing: I was thinking in terms of an inertial frame (the easy way to solve this problem) compared to the bike's frame (in which its speed is zero). From the ring frame, there is a coriolis force, of course.

Let's do it from all three frames:

Inertial frame:
ma = N
m(\omega_0 + v/R)^2 R = N

Ring frame (involves both centrifugal and coriolis terms):
ma = N -m\omega_0^2R -2m\omega_0 v
m(v/R)^2 R = N -m\omega_0^2R -2m\omega_0 v
N = mR[(v/R)^2 +2m\omega_0 (v/R) + \omega_0^2]
N = m(\omega_0 + v/R)^2 R

Bike frame (no acceleration; no coriolis term; centrifugal term only)
ma = N -m(\omega_0 + v/R)^2R
0 = N -m(\omega_0 + v/R)^2R
N = m(\omega_0 + v/R)^2 R

Your original error was not including the acceleration as measured in the ring frame.

(Sorry if I added to the confusion!)

Chen
Nov26-04, 04:11 PM
Now it all makes sense. Thanks. :smile: