Rijad Hadzic
- 321
- 20
Homework Statement
A bullet flying horizontally hits a wooden block that is initially at rest on a frictionless, horizontal surface. The bullet gets stuck in the block, and the bullet-block system has a final speed of V_f. Find the final speed of the bullet-block system in terms of the mass of the bullet m_b, the speed of the bullet before the collision, v_b, the mass of the block m_wb and the amount of thermal energy generated during the collision E_t
Homework Equations
K_{final} = (1/2)mv^2
K_{inital} + P_{inital} + W_{total} = K_{final} + P_{final} + E_t
The Attempt at a Solution
So it is asking for final speed so I use my first equation and rewrite it:
v = \sqrt {(2K_f)/(m)}
in this case, m is going to equal the mass of the block + the bullet, so I write:
v = \sqrt {(2K_f)/(m_{wb} + m_b ) }
Now all I have to do is find K_f
Using equation 2 I can rewrite to:
K_f = K_i + W_t - E_t I drop the potential energies because there is no potential energy in the system
K_i = initial kinetic energy, right? So (1/2) (mass of bullet)(velocity of bullet)^2 = (1/2)(m_b)(v_b)^2
I just left W_t as W_t and looked to E_t.
Solving K_f = K_i + W_t - E_t for E_t I get:
E_t = K_i - K_f + W_t
E_t = -\Delta K + W_t if K_f - K_ i = \Delta K that's why I have -\Delta K.
Now I plug in E_t and it cancels a few things...
2K_f = m_bv_b^2 + 2W_tot -2(-\Delta K + W)
2k_f = m_bv_b^2 + \Delta K
for my final answer of
v = \sqrt {(m_bv_b^2 + 2\Delta K) / (m_b + m_{wb})}
but my books answer is...:
v = \sqrt {(m_bv_b^2 - 2\Delta E_t ) / (m_b + m_{wb})}
does anyone know where I went wrong??