Conservation of Energy Problem -- bullet fired into a ballistic pendulum

AI Thread Summary
The discussion focuses on calculating the velocity of a bullet fired into a ballistic pendulum, where the bullet's mass is 7.5 g and the pendulum block's mass is 2.5 kg, swinging to a height of 0.1 m post-collision. The conservation of energy equation is applied, revealing that kinetic energy is not conserved due to the inelastic nature of the collision, but momentum is conserved. The initial kinetic energy of the bullet is equated to the potential energy of the pendulum at its highest point. The calculated velocities yield approximately 26 m/s for the bullet using one method and about 470 m/s using momentum conservation. The discussion emphasizes the distinction between elastic and inelastic collisions in energy conservation.
logan3
Messages
83
Reaction score
2

Homework Statement


A bullet has a mass of 7.5 g. It is fired into a ballistic pendulum. The pendulum's receiving block of wood is 2.5 kg. After the collision, the pendulum swings to a height of 0.1 m. What is the approximate velocity of the bullet?

m_{bullet} = 7.5g = 0.0075 kg
m_{wood} = 2.5 kg
h_i = 0 m
h_f = 0.10 m
g = 9.8 m/s^2

Homework Equations


KE_i + PE_i = KE_f + PE_f
KE_i = \frac {1}{2}m_{bullet}v_{bullet}^2
PE_i = 0
KE_f = 0
PE_f = (m_{bullet} + m_{block})gh_f

The Attempt at a Solution


KE_i + PE_i = KE_f + PE_f \Rightarrow \frac {1}{2}m_{bullet}v_{bullet}^2 + 0 = 0 + (m_{bullet} + m_{block})gh_f
\Rightarrow \frac {1}{2}m_{bullet}v_{bullet}^2 = (m_{bullet} + m_{block})gh_f
\Rightarrow v_{bullet} = \sqrt {\frac {2(m_{bullet} + m_{block})gh_f}{m_{bullet}}} = \sqrt {\frac {2((0.0075 kg) + (2.5 kg))(9.8 m/s^2)(0.10 m)}{(0.0075 kg)}}
= 25.5986 \frac {m}{s} \sim 26 \frac {m}{s}
 
Physics news on Phys.org
Kinetic energy is not conserved when the bullet hits the block. There is another quantity that is conserved.
 
mfb said:
Kinetic energy is not conserved when the bullet hits the block.
Why not?

Thank-you.
 
@logan3 Kinetic energy is not conserved because this is not an elastic collision. This site explains it well, I think:

http://hyperphysics.phy-astr.gsu.edu/hbase/elacol.html

When two objects in a collision stick together, you can be sure it's an inelastic collision, not an elastic collision (in which the relative velocity between the objects is the same before and after). However, elastic or inelastic, there's another quantity always conserved in collisions.
 
Thank-you, that's helpful. I'll think about it a bit longer.
 
Edit: totally wrong post I was supposed to answer something else. Ignore.
 

The Attempt at a Solution


Ok, the conservation of kinetic energy is not conserved between elastic and inelastic collisions, but momentum is. So first I will find the velocity in the inelastic collision, then use the conversation of momentum to solve for the velocity of the bullet.

Since I am studying the kinetic energy of the objects after an inelastic collision, then the equations should be:
KE_i = \frac {1}{2}(m_{bullet} + m_{block})v_{bullet+block}^2
PE_i = 0
KE_f = 0
PE_f = (m_{bullet} + m_{block})gh_f

KE_i + PE_i = KE_f + PE_f \Rightarrow \frac {1}{2}(m_{bullet} + m_{block})v_{bullet+block}^2 = (m_{bullet} + m_{block})gh_f
\Rightarrow \frac {1}{2}v_{bullet+block}^2 = gh_f \Rightarrow v_{bullet+block} = \sqrt{2gh_f} = \sqrt{2(9.8 m/s^2)(0.10 m)} = 1.4 \frac {m}{s}

Now, since momentum is conserved between elastic and inelastic collisions, I can use that to relate the two velocities to each other (v_{bullet} and v_{bullet+block}).

\rho_{bullet} + \rho_{block} = (m_{bullet} + m_{block})v_{bullet+block}
\Rightarrow m_{bullet}v_{bullet} + m_{block}v_{block} = (m_{bullet} + m_{block})v_{bullet+block}
\Rightarrow v_{bullet} = \frac {(m_{bullet} + m_{block})v_{bullet+block} - m_{block}v_{block}}{m_{bullet}} = \frac {(2.5075 kg)(1.4 m/s) - 0}{0.0075 kg} = 468.06 \frac {m}{s} \sim 470 \frac {m}{s}
 
That looks correct.
 
Back
Top