Conversation of energy to determine angular velocity

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 9K views
deltaOmega
Messages
3
Reaction score
0

Homework Statement


[From Serway College Physics; Ch 8, problem 52] Use conversation of energy to determine the angular speed of the spool shown in the figure after the 3.00 kg bucket has fallen 4.00 m, starting from rest. The light string attached to the bucket is wrapped around the spool and does not slip as it unwinds.

qPxF9.png


For variables:
[itex]m_{bucket}[/itex] = 3.00 kg
[itex]m_{spool}[/itex] = 5.00 kg
[itex]r[/itex] = 0.600 m

Homework Equations


[itex]I_{spool} = \frac{1}{2} mr^2[/itex]
[itex]PE = mgh[/itex]
[itex]KE_{r} = \frac{1}{2} m \omega^2[/itex]
[itex]PE_i + KE_i = PE_f + KE_f[/itex]
[itex]v_t = r \omega[/itex]

The Attempt at a Solution


I've seen variants of this question all over the web, including this site, but none of them were helpful to me.

Obviously the only thing driving the bucket down is gravity, which will unwind our spool. So potential energy is:

[itex]PE = m_{bucket} g h[/itex]
[itex]PE = (3 \text{kg})(9.8 \text{N/kg})(4 \text{m})[/itex]
[itex]PE = 117.6 \text{J}[/itex]

Since potential energy is unwinding the spool, then the spool's kinetic rotational energy ([itex]KE_{r} = \frac{1}{2} m \omega^2[/itex]) should be equal to the potential energy ([itex]PE_{bucket} = KE_{r}[/itex]).

I tried to derive the angular velocity from this with:
[itex]117.6 \text{J} = \frac{1}{2} m_{bucket} v^2 + \frac{1}{2} I_{spool} \omega^2[/itex]
[itex]117.6 \text{J} = \frac{1}{2} m_{bucket} (r \omega)^2 + \frac{1}{2} (\frac{1}{2} m_{spool} r^2) \omega^2[/itex]
[itex]117.6 \text{J} = \frac{1}{2} (3.00 \text{kg})(0.600 \text{m})^2 \omega^2 + \frac{1}{2} ( \frac{1}{2} (5.00 \text{kg})(0.600 \text{m})^2) \omega^2[/itex]
[itex]117.6 \text{J} = 0.54 \omega^2 + 0.162 \omega^2[/itex]
[itex]117.6 \text{J} = 0.702 \omega^2[/itex]
[itex]167.52 = \omega^2[/itex]
[itex]12.9 \text{m/s} = \omega[/itex]

However, this cannot be right, as the question is multiple choice and only offers the following answers: 7.12, 8.66, 9.12, 10.9, or 11.8.

Help would be appreciated.
 
Last edited:
Physics news on Phys.org
deltaOmega said:

Homework Statement


[From Serway College Physics; Ch 8, problem 52] Use conversation of energy to determine the angular speed of the spool shown in the figure after the 3.00 kg bucket has fallen 4.00 m, starting from rest. The light string attached to the bucket is wrapped around the spool and does not slip as it unwinds.

qPxF9.png


For variables:
[itex]m_{bucket}[/itex] = 3.00 kg
[itex]m_{spool}[/itex] = 5.00 kg
[itex]r[/itex] = 0.600 m

Homework Equations


[itex]I_{spool} = mr^2[/itex]
[itex]PE = mgh[/itex]
[itex]KE_{r} = \frac{1}{2} m \omega^2[/itex]
[itex]PE_i + KE_i = PE_f + KE_f[/itex]
[itex]v_t = r \omega[/itex]

The Attempt at a Solution


I've seen variants of this question all over the web, including this site, but none of them were helpful to me.

Obviously the only thing driving the bucket down is gravity, which will unwind our spool. So potential energy is:

[itex]PE = m_{bucket} g h[/itex]
[itex]PE = (3 kg)(9.8 N/kg)(4 m)[/itex]
[itex]PE = 117.6 J[/itex]

Since potential energy is unwinding the spool, then the spool's kinetic rotational energy ([itex]KE_{r} = \frac{1}{2} m \omega^2[/itex]) should be equal to the potential energy ([itex]PE_{bucket} = KE_{r}[/itex]).

I tried to derive the angular velocity from this with:
[itex]117.6 J = \frac{1}{2} m_{bucket} v^2 + \frac{1}{2} I_{spool} \omega^2[/itex]
[itex]117.6 J = \frac{1}{2} m_{bucket} (r \omega)^2 + \frac{1}{2} (\frac{1}{2} m_{spool} r^2) \omega^2[/itex]
[itex]117.6 J = \frac{1}{2} (3.00 kg)(0.600 m)^2 \omega^2 + \frac{1}{2} ( \frac{1}{2} (5.00 kg)(0.600 m)^2) \omega^2[/itex]
[itex]117.6 J = 0.54 \omega^2 + 0.162 \omega^2[/itex]
[itex]117.6 J = 0.702 \omega^2[/itex]
[itex]167.52 = \omega^2[/itex]
[itex]12.9 m/s = \omega[/itex]

However, this cannot be right, as the question is multiple choice and only offers the following answers: 7.12, 8.66, 9.12, 10.9, or 11.8.

Help would be appreciated.

Hello deltaOmega. Welcome to PF !

It seems to me that your moment of inertia for the spool is incorrect.
 
Oops, it should be [itex]\frac{1}{2} m r^2[/itex], as used in the work later.
 
SammyS said:
So that's OK ?

What is (1/2)(1/2)(5)(0.6)2 ?

It's not 0.162

Well, that's embarassing. That ends up being 0.45, which changes the final answer to 10.9 rad/s, corresponding with one of the multiple choice answers. Thanks.