Solveeit Logo

Question

Question: 8. A small sleeve can slide on fixed horizontal ring made of pipe of circular cross section. Radius ...

  1. A small sleeve can slide on fixed horizontal ring made of pipe of circular cross section. Radius of the ring is r, mass of the sleeve is m, and coefficient of friction between the sleeve and the ring is μ\mu. The ring is given an initial velocity of v0v_0.

(a) How will the speed of the sleeve vary with time t? (b) How will the speed of the sleeve vary with distance travelled s?

Answer

(a) v(t)=rv0r+μtv0v(t) = \frac{r v_0}{r + \mu t v_0} (b) v(s)=v0eμsrv(s) = v_0 e^{-\frac{\mu s}{r}}

Explanation

Solution

The problem describes a small sleeve sliding on a fixed horizontal circular ring. The sleeve has mass mm, the ring has radius rr, and the coefficient of kinetic friction between them is μ\mu. The sleeve is given an initial tangential velocity v0v_0.

1. Analysis of Forces:

  • Normal Force (N): As the sleeve moves in a circular path, a centripetal force is required, which is provided by the normal force from the ring acting radially inward on the sleeve.

    N=mv2rN = \frac{mv^2}{r}

  • Friction Force (fkf_k): This force opposes the tangential motion of the sleeve and acts tangentially.

    fk=μN=μmv2rf_k = \mu N = \mu \frac{mv^2}{r}

2. Equation of Motion in Tangential Direction:

The friction force causes the sleeve to decelerate. Applying Newton's second law in the tangential direction:

Ftangential=matangentialF_{tangential} = ma_{tangential}

fk=mdvdt-f_k = m \frac{dv}{dt}

Substituting the expression for fkf_k:

μmv2r=mdvdt-\mu \frac{mv^2}{r} = m \frac{dv}{dt}

dvdt=μv2r\frac{dv}{dt} = -\frac{\mu v^2}{r}

(a) Speed as a function of time t:

We have the differential equation: dvdt=μv2r\frac{dv}{dt} = -\frac{\mu v^2}{r}

Separate variables and integrate:

dvv2=μrdt\frac{dv}{v^2} = -\frac{\mu}{r} dt

Integrate from initial velocity v0v_0 at t=0t=0 to vv at time tt:

v0vdvv2=0tμrdt\int_{v_0}^{v} \frac{dv}{v^2} = \int_{0}^{t} -\frac{\mu}{r} dt

[1v]v0v=μr[t]0t\left[-\frac{1}{v}\right]_{v_0}^{v} = -\frac{\mu}{r} [t]_{0}^{t}

1v(1v0)=μtr-\frac{1}{v} - \left(-\frac{1}{v_0}\right) = -\frac{\mu t}{r}

1v01v=μtr\frac{1}{v_0} - \frac{1}{v} = -\frac{\mu t}{r}

1v=1v0+μtr\frac{1}{v} = \frac{1}{v_0} + \frac{\mu t}{r}

1v=r+μtv0rv0\frac{1}{v} = \frac{r + \mu t v_0}{r v_0}

v(t)=rv0r+μtv0v(t) = \frac{r v_0}{r + \mu t v_0}

(b) Speed as a function of distance travelled s:

We can relate tangential acceleration to distance travelled using atangential=vdvdsa_{tangential} = v \frac{dv}{ds}.

From the equation of motion: mvdvds=fkm v \frac{dv}{ds} = -f_k

mvdvds=μmv2rm v \frac{dv}{ds} = -\mu \frac{mv^2}{r}

Assuming v0v \neq 0, we can divide by mvmv:

dvds=μvr\frac{dv}{ds} = -\frac{\mu v}{r}

Separate variables and integrate:

dvv=μrds\frac{dv}{v} = -\frac{\mu}{r} ds

Integrate from initial velocity v0v_0 at s=0s=0 to vv at distance ss:

v0vdvv=0sμrds\int_{v_0}^{v} \frac{dv}{v} = \int_{0}^{s} -\frac{\mu}{r} ds

[lnv]v0v=μr[s]0s[\ln|v|]_{v_0}^{v} = -\frac{\mu}{r} [s]_{0}^{s}

lnvlnv0=μsr\ln v - \ln v_0 = -\frac{\mu s}{r}

ln(vv0)=μsr\ln\left(\frac{v}{v_0}\right) = -\frac{\mu s}{r}

vv0=eμsr\frac{v}{v_0} = e^{-\frac{\mu s}{r}}

v(s)=v0eμsrv(s) = v_0 e^{-\frac{\mu s}{r}}