BWR
- 1
- 0
- TL;DR
- kinetic energy and momentum give different result.
A bullet hits a target. Assume that all the energy is transferred to the target without destroying it.
I want to know the target’s velocity after the impact.
bullet: m1= 123 kg, Vx= 2, Vy= 3, Vz= 4.
target: m2= 999 kg
Calculations using kinetic energy
Ecbullet = .5 * m1 * V2 = 1783.5 J
Vtarget2 = Ecbullet * 2 / m2, Vtarget = 1.8896 m/s
Since I'm particularly interested in V target along the Z axis, I calculate:
Vztarget2 = (.5 * m1 * Vz2) * 2 / m2, Vztarget = 1.40356 m/s
Calculations using momentum
pbullet = m1 * V = 662.375 kgm/s
Vtarget = pbullet / m2 = 0.663038 m/s which is different from 1.8896 m/s.
Where I'm wrong?
I want to know the target’s velocity after the impact.
bullet: m1= 123 kg, Vx= 2, Vy= 3, Vz= 4.
target: m2= 999 kg
Calculations using kinetic energy
Ecbullet = .5 * m1 * V2 = 1783.5 J
Vtarget2 = Ecbullet * 2 / m2, Vtarget = 1.8896 m/s
Since I'm particularly interested in V target along the Z axis, I calculate:
Vztarget2 = (.5 * m1 * Vz2) * 2 / m2, Vztarget = 1.40356 m/s
Calculations using momentum
pbullet = m1 * V = 662.375 kgm/s
Vtarget = pbullet / m2 = 0.663038 m/s which is different from 1.8896 m/s.
Where I'm wrong?