What is the angular acceleration of this cylindrical system?

AI Thread Summary
The discussion focuses on calculating the angular acceleration of a cylindrical system after a mass is removed. The initial calculations led to confusion, particularly regarding the relationship between linear acceleration and angular acceleration. Participants suggested using two equations: one for torque on the cylinders and another for the net force on the hanging mass, emphasizing the importance of the hanging weight in the system. After refining the equations and combining them, the correct angular acceleration was determined to be 1.96 rad/s². The conversation highlights the significance of correctly applying the relationship between linear and angular motion in solving such problems.
Np14
Messages
27
Reaction score
2
Homework Statement
See picture.
Relevant Equations
τ[SUB]NET[/SUB] = Iα = F[SUB]NET[/SUB]r
a[SUB]T[/SUB] = rα
F = ma
media-ac9-ac9f1129-76f5-4ba6-9902-c273d910c0f6-image.jpg


PART B ONLY:
The cylinder undergoes torque when the mass m2 is removed:

τNET = Iα = FNETr
= 45α = FT(0.5)
FT = 90α, therefore msystem = 90 kg

After this step, I am not sure what to do.

τ = ΣF = Fg - Ft
= ma = (20 kg)(9.8 m/s2) - (90α)
= 196 - 90α
α = 2.17 rad/s2, which is incorrect

Can someone please help me figure out my mistake?
 
Physics news on Phys.org
Realize that a and α are related but not the same.
 
Doc Al said:
Realize that a and α are related but not the same.

Yes I understand that. aT = rα
 
Np14 said:
Yes I understand that. aT = rα
And you made use of that fact? (If so, I'll do the calculation myself and see what I get.)
 
Doc Al said:
And you made use of that fact? (If so, I'll do the calculation myself and see what I get.)

I did not use that equation, but I got the wrong answer, so it is most likely necessary to solve the problem. I'm pretty sure I did, however, differentiate between the two variables.
 
Np14 said:
FT = 90α, therefore msystem = 90 kg
What do you mean by msystem ?
 
I meant the mass of the two cylinders combined, which I thought constituted the entire system, but now I realize I didn't factor in the hanging weight, m1. Regardless I don't think that solving for the 90α (or the mass of the entire system) is relevant to the problem.
 
Start over with two equations: (1) For the torque on the cylinders & (2) For the net force on the hanging mass. (Use a = rα to relate the linear acceleration in (2) to the angular acceleration in (1).)

Solve these together. I suggest doing it symbolically, only plugging in numbers at the end.
 
Doing it symbolically makes it more confusing for me, so I will use numbers.

Torque on cylinders:
τ = Iα = ΣFrperp.
τ = 45α = ΣF(0.5)
ΣF = 90α

Net force on hanging mass:
ΣF = Fg - Ft
= 20(9.8) - 20(a)
= 196 - 20(αr)
= 196 - 20(α(0.5))

Combine:
90α = 196 - 20(α(0.5))
100α = 196
α = 1.96 rad/s2

Thanks I got it!
 
  • #10
Cool! 👍
 
  • #11
Doing it symbolically makes it more confusing for me, so I will use numbers.

Torque on cylinders:
τ = Iα = ΣFrperp.
τ = 45α = ΣF(0.5)
ΣF = 90α

Net force on hanging mass:
ΣF = Fg - Ft
= 20(9.8) - 20(a)
= 196 - 20(αr)
= 196 - 20(α(0.5))

Combine:
90α = 196 - 20(α(0.5))
100α = 196
α = 1.96 rad/s2

Thanks I got it!
 
  • #12
The way I would do it symbolically is like so (where I use T = tension):
(1) ##Tr = I\alpha##
(2) ##mg - T = ma = mr\alpha##

Multiply (2) by r:
(2') ##mgr -Tr = mr^2\alpha##

Add (1) and (2'):
##mgr = I\alpha + mr^2\alpha##

Solve for ##\alpha##:
##\alpha = \frac{mgr}{I + mr^2}##

Now plug in the numbers!
 
Back
Top