How Is Torque Calculated in Rotational Motion Problems?

AI Thread Summary
Torque in rotational motion problems can be calculated using the relationship between moment of inertia and angular acceleration. In the discussed scenario, a hollow cylinder slips on a turntable, and the average torque during the slipping period is determined through the change in angular velocity. The moment of inertia for both the disk and cylinder is calculated, and the final angular velocity is derived from the conservation of angular momentum. The correct average torque is found to be approximately 8.3 N m, highlighting the importance of proper initial conditions in calculations. Understanding these principles is crucial for solving rotational dynamics problems effectively.
odie5533
Messages
58
Reaction score
0
[Solved] Dynamics of Rotational Motion

Homework Statement


A uniform disk has a mass of 3.4kg and a radius of 0.53m. The disk is mounted on frictionless bearings and is used as a turntable. The turntable is initially rotating at 50rpm. A thin-walled hollow cylinder has the same mass and radius as the disk. It is released from rest, just above the turntable, and on the same vertical axis. The hollow cylinder slips on the turntable for 0.20s until it acquires the same final angular velocity as the turntable. The average torque exerted on the hollow cylinder during the 0.20s time interval in which slipping occurs is closest to:
A) 13 N m
B) 16 N m
C) 6.3 N m
D) 8.3 N m
E) 17 N m


Homework Equations


Moment of inertia of a solid cylinder: \frac{1}{2}MR^2
Moment of inertia of a thin-walled cylinder: MR^2


The Attempt at a Solution


50 rpm * \frac{2 \pi}{60} = 5.236 rad/s
K_{1} = 0
K_{2} = \frac{1}{2}I_{c}\omega^2
K_{1} + W_{other} = K_{2}
W = \frac{1}{2}I_{c}\omega^2
W = \frac{1}{2}(MR^2)(5.236)^2
W = \frac{1}{2}(3.4)(0.53^2)(5.236)^2 = 13.09 J
I'm not sure how to relate this to average torque. I thought maybe W/time = torque, but that doesn't really work at all or make sense. W = t * d theta, but then I need theta for a slipping disk which seems hard to find.

\alpha = \frac{\Delta\omega}{\Delta t}
\alpha = \frac{5.236}{0.20s} = 26.18 rad/s^2
\tau = I\alpha
\tau = (MR^2)(\alpha) = (3.4 * 0.53^2)(26.18)
\tau = 25

Which is nothing near any of the choices. I think I can't use the \tau = I\alpha. :confused:
 
Last edited:
Physics news on Phys.org
Initial ang mom = I1w1 = I1w2 + I2w2 = final ang mom, where I2 is MI of cylinder, and w2 is angular velo of both.

Avg Torque = I2*(change in ang velo of cylinder/delta-t).

Find w2 and plug in.
 
I_{c} = MR^2 = (3.4)(.53)^2 = 0.95506
I_{d} = \frac{1}{2}MR^2 = \frac{1}{2}(3.4)(.53)^2 = 0.47753


From what you said,
I_{d}\omega_{1} = I_{d}\omega_{2} + I_{c}\omega_{2}

\omega_{2} = \frac{I_{d}\omega_{1}}{I_{d} + I_{c}}

\omega_{2} = \frac{(0.47753)(5.236)}{0.47753 + 0.95506} = 1.745

\tau = I_{c}\frac{\Delta\omega}{\Delta t}
\tau = (0.95506)\frac{5.236 - 1.745}{0.20s} = 16.67

Wow, thanks! I was beginning to lose hope too :)

So, if I understand this right, the one is spinning on a frictionless surface without being forced to spin, just spinning on its own at a given angular velocity. Then the cylinder falls on, and takes some of the energy of the disk and they both move at a new slower angular velocity of 1.745 rad/s?
 
Right. The total ang mom is conserved, but there is loss in toatl KE of the system, being dissipated into heat etc.
 
I got this one wrong. The correct answer is 8.3 Nm. I was wondering, could anyone explain to me where I messed up?
 
I'm getting 8.3 Nm, using the method I'd told you. Check your calc.
 
You guys do such messy calculations that I wanted to waste some time in just telling you please do not to plug in the numbers right from the start. Operate with symbols and plug in the numbers at the end: e.g., as I’m showing how in this particular problem.

I1w1 = I1w2 + I2w2 => w2 = I1w1/(I1 + I2). ..(1)

Noting that I1 = mr^2/2 and I2 = mr^2, we get, w2 = (1/2)w1/(3/2) = (w1)/3 (from 1).

Avg torque = N
= I2(w2-0)/delta_t
= I2*(w1/3)/0.2
= m(r^2)*(2*pi*(50/60)/3)/0.2
= 3.4*(0.53^2)(2*pi*50/60)/(3*0.2)
= 8.33.
 
Ah, I see where I went wrong. I let the cylinder start at 5.236 and go to 1.745 instead of start at 0 and go to 1.745.
The very last line should read:
\tau = (0.95506)\frac{1.745 - 0}{0.20s} = 8.3


Is this better?:
I_{d}\omega_{1} = I_{d}\omega_{2} + I_{c}\omega_{2}
\omega_{2} = \omega_{1}\frac{I_{d}}{I_{d} + I_{c}} = \frac{\omega_{1}}{3}
\tau = I_{c}\frac{\Delta\omega}{\Delta t} = MR^2\frac{\omega_{1}}{3t} = (3.4)(.53)^2\frac{5.236}{3(0.2)} = 8.3
 
Last edited:
Much, much better!
 
Back
Top