Solving Rotating Systems: Finding Normal Force on Motorcycle

  • Thread starter Thread starter Chen
  • Start date Start date
  • Tags Tags
    Rotating Systems
AI Thread Summary
The discussion focuses on calculating the normal force exerted on a motorcycle driving along the walls of a rotating ring. The normal force can be derived from different reference frames, leading to the equation N = m(ω₀ + v/R)²R, which accounts for the motorcycle's speed and the ring's rotation. Participants clarify that the Coriolis effect does not apply due to the absence of a radial velocity component in the motorcycle's frame. The confusion arises from misapplying forces in the rotating frame, but ultimately, the correct approach confirms the normal force calculation. The conversation concludes with an acknowledgment of the correct understanding of the problem.
Chen
Messages
976
Reaction score
1
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
 
Physics news on Phys.org
Chen said:
Then we also need to take into account coriolis effect (right?),
Why? There is no radial component of velocity.
 
Doc Al said:
Why? There is no radial component of velocity.
Ahh... I see... so the normal is just:
N = m(\omega_0 + \frac{v}{R})^2R
?
 
That's what I would say. :wink:
 
Doc Al said:
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:
 
Doc Al said:
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
 
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!)
 
Last edited:
Now it all makes sense. Thanks. :smile:
 
Back
Top