Calculating Angular Speed of a Falling Rod

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 6K views
endeavor
Messages
174
Reaction score
0
A thin 1.0-m rod pivoted at one end falls (rotates) frictionlessly from a vertical position, starting from rest. What is the angular speed of the rod when it is horizontal? [Hint: Consider the center of mass and use the conservation of mechanical energy.]

So far I'm thinking that intial potential energy = final kinetic energy, so
mgh = K, where h = 0.5 m (the center of mass)

I can't seem to use K = 1/2 * Icm * w2 + 1/2 * M * vcm2
because I don't know vcm... or can I find it?
 
Physics news on Phys.org
hmm.. i'll express v in terms of w instead...

mgh=.5Iw2 + .5M(rw)2
2mgh=Iw2 + Mr2w2
w2=(2mgh)/(I + Mr2)

h = 0.5m, I = 1/2 ML2, where L = 0.5m, r = 0.5m

so cancelling out M,
w2 = (2gh)/(1/2 * 0.52 + 0.52)
w = 5.1 rad/s

but the answer is supposed to be 5.4 rad/s...
 
Recheck your expression for the moment of inertia of a rod about its center of mass.

Realize that you can also treat the rod as being in pure rotation about the pivot, so:
[tex]m g h = 1/2 I \omega^2[/tex]
(where I is the moment of inertia about the pivot)
 
Doc Al said:
Recheck your expression for the moment of inertia of a rod about its center of mass.
I should have used I = 1/3 ML2

thanks! I got the right answer now.