chickendude
- 28
- 0
Homework Statement
Find the maximum theta given that
h (initial height of block)
m (mass of block)
M (mass of rod)
L (length of rod)
Homework Equations
The Attempt at a Solution
I did it three different ways and none of them worked. What is wrong with these ideas?
Method 1: Potential Energy
The gravitational potential energy of the block and rod's center of mass must be equal before and after since initially and finally, the system has no kinetic energy
U_{blocki} + U_{rodi} = U_{blockf} + U_{rodf}
mgh + Mg\frac{L}{2} = mg(L-L\cos\theta) + Mg(L-\frac{L}{2}\cos\theta)
mh + \frac{ML}{2} = mL(1-\cos\theta) + \frac{ML}{2}(1+1-\cos\theta)
mh + \frac{ML}{2} = mL(1-\cos\theta) + \frac{ML}{2} + \frac{ML}{2}(1-\cos\theta)
mh = (mL + \frac{ML}{2})(1-\cos\theta)
\cos\theta = 1 - \frac{mh}{mL + \frac{ML}{2}}
Method 2: Torque
The velocity of the block at the bottom of the ramp is
v = \sqrt{2gh}
The angular momentum of the system is the angular momentum of the block just before it hits (since the rod is at rest)
l = I\omega = (mL^2)(\frac{v}{L})
l = mL\sqrt{2gh}
Gravity provides torque which changes the angular momentum from that quantity down to zero, so
I found the torque of the block and the rod separately and added them together
\tau_{block} = r \times F = L(mg)\sin\theta
\tau_{rod} = r \times F = \frac{L}{2}(Mg)\sin\theta
mL\sqrt{2gh} = \int_0^{\theta_{max}} \tau d\theta
mL\sqrt{2gh} = \int_0^{\theta_{max}} (Lmg+\frac{LMg}{2})\sin\theta d\theta
m\sqrt{2gh} = (mg + \frac{Mg}{2})(1-\cos\theta_{max})
\cos\theta_{max} = 1 - \frac{m\sqrt{2gh}}{mg + \frac{Mg}{2}}
Why aren't they the same?