Solving a Friction-Constrained Motion Problem

  • Thread starter Thread starter Buffu
  • Start date Start date
  • Tags Tags
    Mechanics Motion
AI Thread Summary
A block of mass m slides on a frictionless table inside a ring, initially moving with velocity v0. The discussion revolves around deriving the block's velocity over time, factoring in friction with a coefficient μ. The forces acting on the block include the normal force and friction, leading to a differential equation that describes its motion. It is clarified that there is no external driving force, and the block's initial velocity will eventually decrease due to friction. The final expression for velocity is derived, and the next step involves integrating this to find the block's position over time.
Buffu
Messages
849
Reaction score
146

Homework Statement



A block of mass m slides on a frictionless table, It is constrained to move inside a ring of radius ##l## which is fixed to the table. At ##t = 0## the block is moving along the inside of the ring with velocity ##v_0##. The coefficient of friction between the bock and ring is ##\mu##, Find the veloctiy of the block at later times.

Homework Equations

The Attempt at a Solution


[/B]
Forces due to the ring are ##N^\prime## and ##F_f##

Since in polar coordinates ##\vec a = (\ddot r - r \dot \theta^2)\hat r + \hat\theta(r\ddot\theta + 2\dot r \dot \theta)##

And we know ##r## is constant,

So,
##\vec a = -r\dot \theta^2 \hat r + r\ddot \theta \hat \theta##

Tangential forces are ##m a_\theta## and ##F_f##

So, ##F## and ##F_f##, where ##F## is some forces driving the block forward against friction,

Which gives, ##F - F_f = Mr \ddot \theta = Ml\ddot \theta## ---- (1)

Radial force is ##N^\prime##

##N^\prime = Mr\ddot \theta^2 = Ml\ddot \theta^2##

Since ##N^\prime \mu = F_f##,

Substituting for ##N^prime## in (1)

##F = Ml \ddot \theta + Ml\dot\theta^2 \mu##

What should I do now ? I know I need to solve a DE but I don't how to get that DE.
 
Last edited by a moderator:
Physics news on Phys.org
Buffu said:
Tangential forces are ##m a_\theta## and ##Ff##

So, ##F## and ##F_f##, where ##F## is some forces driving the block forward against friction,

What a piece of crap I wrote here, does not make any sense.

What I actually meant was that tangential forces are ##F## and ##F_f## not ##a_\theta## and ##F## is some forces against friction.

I should not write late in night :). Sorry for inconvenience.
 
Buffu said:
Forces due to the ring are ##N^\prime## and ##F_f##
OK
##\vec a = -r\dot \theta^2 \hat r + r\ddot \theta \hat \theta##
OK

Tangential forces are ##m a_\theta## and ##F_f##
As you noted in your second post, ##ma_\theta## is not a force.

So, ##F## and ##F_f##, where ##F## is some forces driving the block forward against friction
The problem does not mention any force driving the block forward. I believe you are to assume that only the friction force acts in the tangential direction.

Radial force is ##N^\prime##

##N^\prime = Mr\ddot \theta^2 = Ml\ddot \theta^2##
Why the double-dot on ##\theta##?

##F = Ml \ddot \theta + Ml\dot\theta^2 \mu##
Once you take care of the the fact that there is no "driving force" ##F##, you will have your DE. You might try rewriting the equation in terms of the angular velocity ##\omega = \dot{\theta}##.
 
  • Like
Likes Buffu
TSny said:
OK
OK

As you noted in your second post, ##ma_\theta## is not a force.

The problem does not mention any force driving the block forward. I believe you are to assume that only the friction force acts in the tangential direction.

Why the double-dot on ##\theta##?

Once you take care of the the fact that there is no "driving force" ##F##, you will have your DE. You might try rewriting the equation in terms of the angular velocity ##\omega = \dot{\theta}##.

One question still remains is that how it is going to move without a driving force ?
 
Buffu said:
One question still remains is that how it is going to move without a driving force ?
The block starts with an initial velocity. It is similar to a block sliding on a table. You give the block an initial velocity and then let friction bring it to rest. In your problem, you will see how long it takes for the block to come to rest.
 
TSny said:
The block starts with an initial velocity. It is similar to a block sliding on a table. You give the block an initial velocity and then let friction bring it to rest. In your problem, you will see how long it takes for the block to come to rest.
Ok I completed it as you told.

I got,

##F_f = - Ml \ddot \theta \iff N^\prime = -Ml\ddot \theta \iff \mu l\dot \theta^2 M = -Ml\ddot \theta^2 = \iff \mu \omega^2 = -\dot\omega ##

Which gives ##\displaystyle \int^t_0 \mu dt = -\int^\omega_{\omega_0} {1 \over \omega^2} d\omega \iff \mu t = \left[\frac1\omega - \frac1\omega_0 \right]##

Now I susbtitute ##\omega_0 = v_0/l## and ##\omega = v/l## to get ##v_0 = \dfrac{v_0}{\dfrac{v_0 \mu t}{l} + 1}##.

Is this substitution statisfied ?

The second part of question is to find the position of the block at some other time, to do this I integrate the velocity expression that I just found with time, right ?
 
Last edited:
That all looks good.
 
TSny said:
That all looks good.
:smile::smile:
 
Back
Top