PDA

View Full Version : [SOLVED] Conservation of linear momentum and inelastic collision


Lord Crc
Apr20-08, 07:07 PM
1. The problem statement, all variables and given/known data
I have a homogeneous beam of length L and mass M, attached with a frictionless hinge at one of the endpoints O. The beam is affected by gravity, g, in the negative y-direction. Initially the beam hangs straight down in the negative y-direction. The moment of inertia of the beam for rotations around O in the direction given by the hinge is I.

A small bullet of mass m is fired along the x-axis, hitting the beam at the bottom. The bullet has an initial velocity of v0 and remains lodged in the beam after the collision.

I have to show that the linear momentum of the system is generally not conserved
during the collision.

2. Relevant equations

Not quite sure.

3. The attempt at a solution

I just can't figure out where to start with this one. Only thing I got so far is that I can't shake the feeling that the hinge must exert a force (centripetal force?) on the beam to prevent it from flying off, so the sum of external forces on the beam is non-zero, ergo no conservation.

Any help would be most appreciated.

Doc Al
Apr20-08, 07:28 PM
Yes, the horizontal force of the hinge prevents linear momentum of the system (beam + bullet) from being conserved.

But what is conserved? Figure out the linear momentum of the system after the collision and show that it's not conserved.

Lord Crc
Apr20-08, 08:06 PM
I guess that's my problem, I can't seem to figure out how to calculate the linear momentum after the collision... Should I use the formula for inelastic collision m_1v_1 + m_2v_2 = (m_1 + m_2)v_f? If so, what would v_f be? The tangential velocity of the center of mass of the beam-with-bullet?

Sorry for being dense here :) I just can't seem to find anything in my textbook describing a similar setup.

Doc Al
Apr21-08, 04:53 AM
I guess that's my problem, I can't seem to figure out how to calculate the linear momentum after the collision... Should I use the formula for inelastic collision m_1v_1 + m_2v_2 = (m_1 + m_2)v_f?
Since that equation assumes conservation of linear momentum, we know it doesn't apply. And since we're trying to show that it doesn't, we certainly can't use it here.

But another quantity is conserved. That's what you need to apply. Hint: The beam is free to rotate about the hinge.

tiny-tim
Apr21-08, 05:12 AM
I guess that's my problem, I can't seem to figure out how to calculate the linear momentum after the collision...

Hail, My Lord Crc! :smile:

Doc Al gave you two hints. You seem to have missed the first one …
But what is conserved?

Do that first … then figure out the linear momentum. :smile:

Lord Crc
Apr21-08, 08:40 AM
Ah yes, I know angular momentum is conserved, and I've already used it to compute the angular velocity of the beam-with-bullet after the collision.

The problem is that I don't know how the linear momentum is defined in my post-collision setup. I guess it's still mv, but what's v? Is it the tangential velocity of the center of mass? Thats the only thing I can think of, but what do I know :) In that case I guess I could write v as a function of theta, and thus show that the components of the momentum aren't conserved?

Doc Al
Apr21-08, 08:49 AM
You're moving in the right direction.

Use the angular speed to calculate the velocity of the center of mass of the beam-with-bullet. Then show that its linear momentum (right after the collision) does not equal the initial momentum of the bullet.

Lord Crc
Apr21-08, 09:44 AM
Ok, lets see

distance to center of mass is r = \frac{L(M + 2m)}{2(M + m)}
angular velocity is \omega = \frac{mv_0L}{I + mL^2}

So, putting it all together...
p_0 = mv_0

p_1 = (m+M)v_1 = (M + m)r\omega = \frac{L(M+2m)}{2}\frac{mv_0L}{I + mL^2} = \frac{(M+2m)L^2}{2(I + mL^2)}p_0


So, unless \frac{(M+2m)L^2}{2(I + mL^2)} = 1, that is, \frac{ML^2}{2I} = 1, then linear momentum is not conserved. Or?

At least this would neatly answer the second part of the question, in which special case is linear momentum conserved.

Doc Al
Apr21-08, 10:26 AM
Looks OK to me.

Lord Crc
Apr21-08, 10:30 AM
Great! Thank you very much to both of you!