Collisions and Momentum: Real-World Scenarios (2)

medium 2 min read

Question

A 10 g bullet moving at 400m/s400\,\text{m/s} embeds itself in a 990 g wooden block initially at rest on a frictionless horizontal surface. The block, with the bullet inside, then compresses a spring of stiffness k=1000N/mk = 1000\,\text{N/m}. Find the speed of the block + bullet just after collision and the maximum compression of the spring.

Solution — Step by Step

The collision is perfectly inelastic — they stick together. Momentum is conserved (external forces during the brief collision are negligible):

mbvb=(mb+mB)vm_b v_b = (m_b + m_B) v

0.01×400=(0.01+0.99)×v    v=4m/s0.01 \times 400 = (0.01 + 0.99) \times v \implies v = 4\,\text{m/s}

Initial KE of bullet: 12(0.01)(400)2=800J\frac{1}{2}(0.01)(400)^2 = 800\,\text{J}.

KE just after embedding: 12(1.0)(4)2=8J\frac{1}{2}(1.0)(4)^2 = 8\,\text{J}.

The other 792 J becomes heat, sound, and deformation — that is the inelastic-collision signature.

After embedding, no friction acts. So all 8 J of KE converts to spring PE at maximum compression:

12(mb+mB)v2=12kxmax2\frac{1}{2}(m_b + m_B)v^2 = \frac{1}{2}kx_{\max}^2

xmax=vmb+mBk=41.01000=4×0.03160.126mx_{\max} = v\sqrt{\frac{m_b + m_B}{k}} = 4\sqrt{\frac{1.0}{1000}} = 4 \times 0.0316 \approx 0.126\,\text{m}

Final: post-collision speed = 4 m/s, spring compression 12.6\approx 12.6 cm.

Why This Works

Two different conservation laws govern two different stages. During the bullet-block collision, only momentum is conserved because internal forces are huge but brief. Between the collision and the spring stop, there is no friction so mechanical energy is conserved.

Mixing them up — for instance, applying energy conservation through the collision — gives wildly wrong answers. This is the most-tested subtlety in collision problems.

Alternative Method

Skip the intermediate speed by combining steps. Initial momentum gives p=4kg m/sp = 4\,\text{kg m/s}. Then p22m=12kx2\frac{p^2}{2m} = \frac{1}{2}kx^2:

x=pkm=41000×10.126mx = \frac{p}{\sqrt{km}} = \frac{4}{\sqrt{1000 \times 1}} \approx 0.126\,\text{m}

Common Mistake

Students apply 12mbvb2=12kx2\frac{1}{2}m_b v_b^2 = \frac{1}{2}kx^2, treating the collision as elastic. That gives x1.26x \approx 1.26 m, ten times too large. Always check whether a collision is elastic or inelastic before deciding which conservation law to apply.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next