Tire rolling down slope - angle - friction

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
mybrohshi5
Messages
365
Reaction score
0

Homework Statement



Suppose the hoop were a tire. A typical coefficient of static friction between tire rubber and dry pavement is 0.88. If the angle of the slope were variable,

what would be the steepest slope down which the hoop could roll without slipping?


The Attempt at a Solution



using the x components i came up with

mgsin([itex]\theta[/itex]) - ffric = m*a

since [itex]\mu = \frac{f_{fric}}{N}[/itex] then ffric = [itex]\mu[/itex]*(mgcos[itex]\theta[/itex])

so i put those together and came up with

mgsin[itex]\theta[/itex] - 0.88(mgcos[itex]\theta[/itex]) = ma

mass cancels out so

gsin[itex]\theta[/itex] - 0.88(gcos[itex]\theta[/itex]) = a

This is where i am stuck.

Any help would be great :) thank you
 
Physics news on Phys.org
You're on the right track and close!
You just have to find the force of friction
so from the sum of forces in the x direction and the torque equation, respectively, we have this:
mg sinθ - friction = m a friction * R = I a / R
Since the moment of inertia for a hoop is mr^2 and we replace that in the torque equation and solve for acceleration we get:
Torque:
friction*R=(mR^2)*(a/R)
Friction=m*a
so a=Friction/m

Now we substitute that in the sum of forces in the x direction
we get:
mg sinθ-friction = friction
friction = (m*g*sinθ)/2
now we just need a second equation for friction which is:
friction=Normal*mu
and the equation for normal is:
N=m*g*cosθ
solve for θ (to get it you'll have to take the inverse tangent)

Hope that helps it worked for me
 
Thank you :)

That worked perfectly