Sliding block on a circular track with friction II

A small block having a mass m = 1.00 kg is released from rest on a circular track with radius R = 1.00 m. The block is released from point A at a height R above the floor and slides down along the surface. Find the exact coefficient of kinetic friction μ k \mu_k that would stop the block exactly when it reaches point B . Consider g = 9.81 m/s 2 ^{2} . (I found μ k \mu_k = 0.604016)


The answer is 0.605.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Karan Chatrath
Jan 24, 2020

Let the coordinates of the block be:

x = R cos ϕ x = -R\cos{\phi} y = R sin ϕ y = -R\sin{\phi}

Computing time derivatives:

x ˙ = R ϕ ˙ sin ϕ \dot{x} = R\dot{\phi}\sin{\phi} y ˙ = R ϕ ˙ cos ϕ \dot{y} = -R\dot{\phi}\cos{\phi}

Therefore, the speed of the block is:

v = x ˙ 2 + y ˙ 2 = R ϕ ˙ v = \sqrt{\dot{x}^2 + \dot{y}^2} = R\dot{\phi}

x ¨ = R ϕ ¨ sin ϕ + R ϕ ˙ 2 cos ϕ \ddot{x} = R\ddot{\phi}\sin{\phi} + R\dot{\phi}^2\cos{\phi} y ¨ = R ϕ ¨ cos ϕ + R ϕ ˙ 2 sin ϕ \ddot{y} = -R\ddot{\phi}\cos{\phi} + R\dot{\phi}^2\sin{\phi}

Let the normal force acting on the block due to contact with the circular surface be N N at point P P . The friction force acting on the block is f = μ N f = \mu N acting tangentially to the circular surface against the block's motion.

The equations of motion along X and Y can be computed as such:

m x ¨ = N cos ϕ μ N sin ϕ m\ddot{x} = N\cos{\phi} - \mu N \sin{\phi} m y ¨ = N sin ϕ + μ N cos ϕ m g m\ddot{y} = N\sin{\phi} + \mu N \cos{\phi}-mg

Replacing the double derivative terms and eliminating N N from the above two equations after some simplification gives the equation of motion:

ϕ ¨ + μ ϕ ˙ 2 = g R ( cos ϕ μ sin ϕ ) = f ( ϕ ) \ddot{\phi} + \mu \dot{\phi}^2 = \frac{g}{R}\left(\cos{\phi}-\mu \sin{\phi}\right) = f(\phi)

Since the block starts from rest, ϕ ( 0 ) = ϕ ˙ ( 0 ) = 0 \phi(0) = \dot{\phi}(0) = 0 .

The differential equation:

ϕ ¨ + μ ϕ ˙ 2 = f ( ϕ ) \ddot{\phi} + \mu \dot{\phi}^2 = f(\phi) ϕ ˙ d ϕ ˙ d ϕ + μ ϕ ˙ 2 = f ( ϕ ) \dot{\phi}\frac{d\dot{\phi}}{d\phi}+ \mu \dot{\phi}^2 = f(\phi) 2 ϕ ˙ d ϕ ˙ d ϕ + 2 μ ϕ ˙ 2 = 2 f ( ϕ ) 2\dot{\phi}\frac{d\dot{\phi}}{d\phi} + 2\mu \dot{\phi}^2 = 2f(\phi)

Multiplying both sides by e 2 μ ϕ e^{2\mu\phi} gives:

e 2 μ ϕ 2 ϕ ˙ d ϕ ˙ d ϕ + 2 μ e 2 μ ϕ ϕ ˙ 2 = 2 f ( ϕ ) e 2 μ ϕ e^{2\mu\phi}2\dot{\phi}\frac{d\dot{\phi}}{d\phi} + 2\mu e^{2\mu\phi} \dot{\phi}^2 = 2f(\phi)e^{2\mu\phi}

d d ϕ ( ϕ ˙ 2 e 2 μ ϕ ) = 2 f ( ϕ ) e 2 μ ϕ \frac{d}{d\phi}\left(\dot{\phi}^2 e^{2\mu\phi}\right) = 2f(\phi)e^{2\mu\phi}

Now, separating and integrating (and applying initial conditions) gives:

ϕ ˙ 2 e 2 μ ϕ = 0 ϕ 2 f ( x ) e 2 μ x d x \dot{\phi}^2 e^{2\mu\phi} = \int_{0}^{\phi} 2f(x)e^{2\mu x}dx

Where f ( x ) = g R ( cos x μ sin x ) f(x) = \frac{g}{R}\left(\cos{x}-\mu \sin{x}\right)

Solving this tedious integral and simplifying gives:

ϕ ˙ = ( 2 g R ( ( 2 μ 2 1 ) sin ( ϕ ) 3 μ cos ( ϕ ) 4 μ 2 + 1 3 μ e 2 μ ϕ 4 μ 2 + 1 ) ) 1 / 2 \dot{\phi} = \left(\frac{2g}{R}\left(-\frac{\left(2{\mu}^2-1\right)\sin\left({\phi}\right)-3{\mu}\cos\left({\phi}\right)}{4{\mu}^2+1}-\frac{3{\mu}\mathrm{e}^{-2{\mu}{\phi}}}{4{\mu}^2+1}\right)\right)^{1/2}

Now, given that R = 1 R =1 the speed of the block v = ϕ ˙ v = \dot{\phi} . For this to be zero at ϕ = π / 2 \phi = \pi/2 , the above expression on the right hand side must be evaluated at ϕ = π / 2 \phi = \pi/2 and equated to zero. On simplification, this given the following non-linear equation:

3 μ 1 2 μ 2 = e π μ \boxed{\frac{3\mu}{1 - 2 \mu^2} = e^{\pi \mu}}

This equation can be solved numerically to obtain the solution of approximately:

μ 0.603 \boxed{\mu \approx 0.603}

You are amazing @Karan Chatrath!... Congratulations!... :)

Victor Robledo-Rella - 1 year, 4 months ago

Log in to reply

Thanks for the kind words. Nice problem!

Karan Chatrath - 1 year, 4 months ago
Steven Chase
Jan 23, 2020

This one requires only a slight modification of the previous code. Vary the friction coefficient over multiple trials. Run the simulation until the speed of the block goes to zero. When the speed goes to zero, check to see the fraction of the quarter arc that the block has slid. The desired friction coefficient corresponds to the block sliding a full quarter arc before stopping. My simulation says that this occurs somewhere between μ = 0.603 \mu = 0.603 and μ = 0.604 \mu = 0.604 .

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
import math

m = 1.0
R = 1.0
g = 9.8
u = 0.604

dt = 10.0**(-6.0)

xf = (math.pi/2.0)*R

###############################

t = 0.0

x = 0.0
v = 0.0
a = 0.0

while v >= 0.0:

    x = x + v*dt
    v = v + a*dt

    theta = x/R

    N = m*(v**2.0)/R + m*g*math.sin(theta)

    F = m*g*math.cos(theta) - u*N

    a = F/m

    t = t + dt

###############################

print dt
print u
print (x/xf)

#1e-06
#0.603
#1.00029688593

#1e-06
#0.604
#0.999433679088

Applying Newton 2nd law to this problems, yields an interesting equation!... When the velocity of the block increases as it goes down, the normal force exerted by the surface increases (since it depends on v 2 v^{2} ), hence the friction force on the block increases as well, reducing thus its velocity!... I solved numerically the equation for its velocity as function of the angle ϕ \phi for a given μ k \mu_k , assuming its tangential acceleration is constant within a very small interval Δ t \Delta t . Then I varied by trail and error the coefficient of friction until its final velocity at B is zero.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...