Rotation of a Ridgid Body (two masses suspended from a pulley)

AI Thread Summary
The discussion revolves around a physics problem involving two blocks connected by a rope over a pulley, with specific parameters provided. The main challenge is calculating the time it takes for the 4.0 kg block to reach the floor, given the mass of the pulley and the torque due to friction. The initial calculations yielded an incorrect acceleration of -2.14 m/s², prompting a review of the equations used, particularly the treatment of the radius and the torque equation. A key error identified was not properly multiplying through by 2 in the torque equation, which affected the results. The conversation highlights the importance of careful attention to detail in solving physics problems involving rotational dynamics.
Gotejjeken
Messages
27
Reaction score
0

Homework Statement



The two blocks in the figure are connected by a massless rope that passes over a pulley. The pulley is 12 cm in diameter and has a mass of 2.0 kg. As the pulley turns, friction at the axle exerts a torque of magnitude 0.55 N * m.

12.P70.jpg


If the blocks are released from rest, how long does it take the 4.0 kg block to reach the floor?

Homework Equations



Taking mass 1 (m1) to be on the left, and mass 2 (m2) to be on the right:

m1 = 4.0 kg
m2 = 2.0 kg
r = 0.06 m
Mp = 2.0 kg
f = 0.55 N * m

a(m2) = -a(m1)
T1 = m1 * a(m1) + m1 * g (T1 = Tension on mass 1)
T2 = m2 * g - m2 * a(m1) (T2 = Tension on mass 2)

Net Torque = T1 * r - T2 * r - f
alpha = Net Torque / I
I = 1/2 * Mp * r^2 (where Mp = Mass of Pulley)

a(m1) = -alpha * r (negative acceleration and positive rotation)

y = 1/2 * a * (delta)t^2

The Attempt at a Solution



Using the above equations I get:

Code:
 alpha =  2*r(T1 - T2) - f 
         ------------------
              Mp * r^2

Substituting that alpha into the a(m1) = -alpha * r equation and then solving for a(m1), I get a(m1) = -2.14 m/s^2. Then substituting this value for acceleration into the above kinematic equation and solving for time, I get the time to be 0.97s, which is wrong.

I'm not sure if my issue is just an issue of messing up the signs, or if I am approaching the problem wrong. Any help would be appreciated.
 
Last edited:
Physics news on Phys.org
Hi Gotejjeken,

Gotejjeken said:

Homework Statement



The two blocks in the figure are connected by a massless rope that passes over a pulley. The pulley is 12 cm in diameter and has a mass of 2.0 kg. As the pulley turns, friction at the axle exerts a torque of magnitude 0.55 N * m.

12.P70.jpg


If the blocks are released from rest, how long does it take the 4.0 kg block to reach the floor?

Homework Equations



Taking mass 1 (m1) to be on the left, and mass 2 (m2) to be on the right:

m1 = 4.0 kg
m2 = 2.0 kg
r = 0.06 m
Mp = 2.0 kg
f = 0.55 N * m

a(m2) = -a(m1)
T1 = m1 * a(m1) + m1 * g (T1 = Tension on mass 1)
T2 = m2 * g - m2 * a(m1) (T2 = Tension on mass 2)

Net Torque = T1 * r - T2 * r - f
alpha = Net Torque / I
I = 1/2 * Mp * r^2 (where Mp = Mass of Pulley)

a(m1) = -alpha * r (negative acceleration and positive rotation)

y = 1/2 * a * (delta)t^2

The Attempt at a Solution



Using the above equations I get:

Code:
 alpha =  2*r(T1 - T2) - f 
         ------------------
              Mp * r^2

This might just be a typo, but here the 2 should multiply the entire numerator, not just the r(T1-T2) part.
Substituting that alpha into the a(m1) = -alpha * r equation and then solving for a(m1), I get a(m1) = -2.14 m/s^2.

It's difficult to tell (since you haven't show what numbers you used) but I believe in your calculation you are using 12cm as the radius, instead of 6cm. Is that what went wrong?

Then substituting this value for acceleration into the above kinematic equation and solving for time, I get the time to be 0.97s, which is wrong.

I'm not sure if my issue is just an issue of messing up the signs, or if I am approaching the problem wrong. Any help would be appreciated.
 
Oh man, not multiplying all the way through with the 2 was the problem. Thanks, I'm not sure I would have caught that and would most likely be pulling my hair out right now...sometimes it just takes an extra set of eyes =).
 
I am doing a very similar problem right now, and I don't understand how you were able to determine what T1 or T2 were equal to.
 
It's been a while, but looking at my old notes I had (these are free body diagram equations):

Mass1:

(Fnet)y: T1 - m1*g = m1*a(m1)y

Mass2:

(Fnet)y: T2- m2*g = m2*a(m2)y

Then just solved those for T1 and T2 respectively. After that it looks like an application of the torque equations and then putting everything together to get that final equation above and getting acceleration / falling time from there.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .

Similar threads

Back
Top