Solid pulley & mass on an inclined plane

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
Ampere
Messages
44
Reaction score
0

Homework Statement



See the image.

Homework Equations



T=Iα, F=ma, I=0.5*m*r^2, Friction=u*N

The Attempt at a Solution



I used the torque equation to get Tension = mcylinder*a/2, and then plugged that into a force equation for the block.

mblockgsin(30)-Tension-Friction=mblock*a

so

mblockgsin(30)-mcylinder*a/2-μmblockgcos(30)=mblock*a

I ended up with μ=0.36. Just wanted to check my answer because I never ended up using the radius of the cylinder (it canceled out), so I was wondering why it was given.
 

Attachments

  • problem.jpg
    problem.jpg
    17.7 KB · Views: 1,411
Last edited:
Physics news on Phys.org
I agree with you.

I agree with you. The torque on the pulley is supplied by the tension, so
[itex]\tau = T \times R_{pulley}[/itex].​
A point along the circumference must have a linear acceleration equal to the acceleration of the block, so
[itex]\alpha_{pulley} R_{pulley} = a_{block}[/itex].​
And the moment of inertia for a solid cylinder is
[itex]I=\frac12 MR^2[/itex]​
So
[itex]\tau = I\alpha = \left(\frac12 M R^2\right)\left(\frac a R\right) = T \times R[/itex].​
If we solve for the tension, all the R's indeed drop out:
[itex]T=\frac12 M a[/itex],​
exactly like you found.
 
Last edited:
Yup. I just did this problem again using energy conservation - if the acceleration is 1.6 m/s^2, then in 1 second the block gains 1.6m/s of speed and travels 0.8m while the pulley attains an angular speed of 32 rad/s. Energy conservation gives me the same answer for u so maybe that's why the radius was given, in case you wanted to solve it that way.

Thanks.