PDA

View Full Version : ball hitting a rod


vladimir69
Feb6-09, 01:54 AM
1. The problem statement, all variables and given/known data
A rod of length L and mass M is suspended vertically from a pivot (and is stationary). A ball traveling horizontally at speed v and mass m sticks to the rod at a distance L/2 from the pivot. What is the minimum speed v required so that the rod will undergo a full rotation around its pivot (as opposed to just being a pendulum).


2. Relevant equations

L=Iw
L=rmv

3. The attempt at a solution
I havent had much luck with this chapter on rotation.
I said that initial momentum = final momentum
so
L_{0}=L
L_{0}=\frac{1}{2}mv
L=(\frac{1}{3}ML^2+\frac{1}{4}mL^2)\omega
but equating the 2 is nonsense to me because you got omega and v to mess things up. I would imagine the result to be a function of m, M and L but no idea how that pops out, given that those are pretty much the only equations given in the entire chapter (gyro precession equation is the other equation)

Thanks for any assistance

Carid
Feb6-09, 06:51 AM
PotentialEnergyOfRodAndBallAtTopOfCycle = KineticEnergyOfTheBall

vladimir69
Feb6-09, 06:59 AM
thanks for the reply
sounds simple enough
but i thought i read somewhere that in cases like that (inelastic collision i think they call them)
you cant use the conservation of energy

Doc Al
Feb6-09, 07:07 AM
Attack the problem in two steps:
(1) The collision, in which energy is not conserved but angular momentum is.
(2) The rising of the rod+ball after the collision, where energy is conserved. (How much energy must it have at the bottom to make it over the top?)

Doc Al
Feb6-09, 07:10 AM
I said that initial momentum = final momentum
so
L_{0}=L
L_{0}=\frac{1}{2}mv
Correct this. (You left out the L.)
L=(\frac{1}{3}ML^2+\frac{1}{4}mL^2)\omega
but equating the 2 is nonsense to me because you got omega and v to mess things up.
That's fine, but it's only part of the solution. (It's not nonsense at all.)

Carid
Feb6-09, 07:46 AM
doc al

Thanks for the correction

But doesn't the expression

PotentialEnergyOfRodAndBallAtTopOfCycle = KineticEnergyOfTheBall

actually give us the minimum value of v i.e. when the interaction is at the limit of elastic and inelastic?

Doc Al
Feb6-09, 07:53 AM
But doesn't the expression

PotentialEnergyOfRodAndBallAtTopOfCycle = KineticEnergyOfTheBall

actually give us the minimum value of v i.e. when the interaction is at the limit of elastic and inelastic?
I don't understand that last phrase. But that expression doesn't seem to apply in any case, whether the collision is elastic or inelastic.

Carid
Feb6-09, 08:26 AM
Doc Al

Doesn't the expression

PotentialEnergyOfRodAndBallAtTopOfCycle = KineticEnergyOfTheBall

actually give us the minimum value of v?

After all if the ball transfers less energy than this the rod won't get to the top.

Doc Al
Feb6-09, 08:31 AM
Doesn't the expression

PotentialEnergyOfRodAndBallAtTopOfCycle = KineticEnergyOfTheBall

actually give us the minimum value of v?
No.
After all if the ball transfers less energy than this the rod won't get to the top.
I'm puzzled at your statements since we know that some of its KE is dissipated as internal energy.

It sounds like you are saying something like: It requires a certain amount of energy to get the rod+ball over the top. If the ball had that amount of energy, and transferred it all to the system, then that would be the minimum speed required. But that's a big if that we know isn't true. I don't see how that helps solve this problem.

Carid
Feb6-09, 08:47 AM
Sorry if this gets a bit boring. I feel I'm being a bit obtuse, but here goes...

Yes, the bit about the ball sticking to the rod is a codeword for inelastic collision and consequent dissipation of energy.

So v must be more than what would be required is all energy was transmitted. But how much more? Maybe in an extreme case only a tiny delta that we could safely ignore. Maybe with a great big heavy ball and a very light rod...

If you feel you've more urgent matters to attend to that reply to this I will understand!

Doc Al
Feb6-09, 01:42 PM
So v must be more than what would be required is all energy was transmitted. But how much more? Maybe in an extreme case only a tiny delta that we could safely ignore. Maybe with a great big heavy ball and a very light rod...

Why not just solve the problem exactly and then worry about making approximations for special cases?

vladimir69
Feb6-09, 09:08 PM
Attack the problem in two steps:
(1) The collision, in which energy is not conserved but angular momentum is.
(2) The rising of the rod+ball after the collision, where energy is conserved. (How much energy must it have at the bottom to make it over the top?)
ok
so i can say angular momentum is conserved at the collision
\frac{L}{2}mv=I\omega
and after the collision energy is conserved
(not sure but assuming i have to use centre of mass here,hence the m+M term)
\frac{1}{2}I\omega^2=(m+M)gL
from these 2 equations i can eliminate omega to solve for v
but are the above 2 equations correct?

rl.bhat
Feb7-09, 12:55 AM
At the top the rod has rotational energy, center of mass has linear kinetic energy and potential energy. Equate all these to the initial kinetic energy at the bottom.

Doc Al
Feb7-09, 05:51 AM
ok
so i can say angular momentum is conserved at the collision
\frac{L}{2}mv=I\omega
and after the collision energy is conserved
(not sure but assuming i have to use centre of mass here,hence the m+M term)
\frac{1}{2}I\omega^2=(m+M)gL
from these 2 equations i can eliminate omega to solve for v
but are the above 2 equations correct?
Perfectly correct. (And yes, when you calculate the change in gravitational PE all you have to worry about is the change in the position of the center of mass--which raises by a distance L.)

At the top the rod has rotational energy, center of mass has linear kinetic energy and potential energy. Equate all these to the initial kinetic energy at the bottom.
The stick can be considered in pure rotation about one end, so there's no need to separate rotational and linear kinetic energy. Furthermore, since we are interested in the minimum speed, the kinetic energy at the top is zero.

vladimir69
Feb7-09, 07:04 AM
thanks for your help Doc Al