PDA

View Full Version : Finding Velocity of a bullet using springs and hanging masses


viciousp
Nov4-09, 05:41 PM
1. The problem statement, all variables and given/known data

You have been asked to design a "ballistic spring system" to measure the speed of bullets. A spring whose spring constant is k is suspended from the ceiling. A block of mass M hangs from the spring. A bullet of mass m is fired vertically upward into the bottom of the block. The spring's maximum compression d is measured.


2. Relevant equations
KEi + PEi = KEf +PEf
F= -kx

3. The attempt at a solution

I first used Newtons second law to find the the distance x the string is stretched, so:
Mg=k(x-d)
x= (Mg/k)+d

Then I used the energy law like so:
1/2(mb(Vb)2 +Mgy + 1/2(k)(x2) = Mg(y+d)

solving for Vb I get:

sqrt[(2Mgd-(k(d+Mg/k)^2))/m]

But I am pretty sure this is wrong, can someone help me

Delphi51
Nov4-09, 07:49 PM
I don't fully understand this
1/2(mb(Vb)2 +Mgy + 1/2(k)(x2) = Mg(y+d)
The distance y is not clear to me.
It seems to me that it should be
energy before = energy after
½mv² + ½kx² = Mgy + ½k(y-x)²
assuming that y is the amount M moves upward when the bullet hits

viciousp
Nov4-09, 08:07 PM
I used y as the height from the block to the ground

Delphi51
Nov4-09, 11:37 PM
Okay, that makes sense but your formula does not include the energy stored in the spring after the collision.

Actually, I'm worried about the whole approach. The bullet will embed itself in the block, losing lots of energy to friction. We have no way to estimate this loss of energy so we can't use conservation of energy.

Recommend you use conservation of momentum in the collision of the bullet with the block. That should give you the speed and kinetic energy the bullet/block after the collision.