logan3
- 83
- 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}