Physics Lab

Collisions

When two bodies smash into each other, interaction forces act over a very short time. Momentum is always conserved in collisions (no external impulse during the brief impact). Kinetic energy may or may not be conserved, depending on the type of collision.

Concept

Classification:

  • Elastic collision: total KE conserved. Idealized — billiard balls approximate this.
  • Inelastic collision: KE is not conserved (some converted to heat, sound, deformation). Momentum still conserved.
  • Perfectly inelastic collision: bodies stick together after collision. KE loss is maximum (consistent with momentum conservation).

Coefficient of restitution:

e=velocity of separationvelocity of approach=v2v1v1v2e = \frac{\text{velocity of separation}}{\text{velocity of approach}} = \frac{v_2' - v_1'}{v_1 - v_2}

(for 1D, primes denote post-collision). e=1e = 1 for elastic, 0e<10 \leq e < 1 for inelastic, e=0e = 0 for perfectly inelastic.

1D Elastic Collision (masses m1m_1, m2m_2; initial velocities u1u_1, u2u_2):

v1=(m1m2)u1+2m2u2m1+m2v_1 = \frac{(m_1 - m_2)u_1 + 2m_2 u_2}{m_1 + m_2}

v2=(m2m1)u2+2m1u1m1+m2v_2 = \frac{(m_2 - m_1)u_2 + 2m_1 u_1}{m_1 + m_2}

Special cases of 1D elastic collision:

  • Equal masses: velocities exchange. v1=u2v_1 = u_2, v2=u1v_2 = u_1.
  • Heavy body hits stationary light body: light body rebounds at 2u1\approx 2 u_1, heavy continues at u1\approx u_1.
  • Light body hits stationary heavy body: light body rebounds at u1\approx -u_1, heavy barely moves.

Derivation

1D elastic collision. Momentum:

m1u1+m2u2=m1v1+m2v2(1)m_1 u_1 + m_2 u_2 = m_1 v_1 + m_2 v_2 \quad (1)

KE:

12m1u12+12m2u22=12m1v12+12m2v22(2)\tfrac{1}{2}m_1 u_1^2 + \tfrac{1}{2}m_2 u_2^2 = \tfrac{1}{2}m_1 v_1^2 + \tfrac{1}{2}m_2 v_2^2 \quad (2)

Rearranging (1): m1(u1v1)=m2(v2u2)m_1(u_1 - v_1) = m_2(v_2 - u_2).

Rearranging (2): m1(u12v12)=m2(v22u22)m_1(u_1^2 - v_1^2) = m_2(v_2^2 - u_2^2), factoring: m1(u1v1)(u1+v1)=m2(v2u2)(v2+u2)m_1(u_1-v_1)(u_1+v_1) = m_2(v_2-u_2)(v_2+u_2).

Dividing the second by the first:

u1+v1=v2+u2u1u2=v2v1u_1 + v_1 = v_2 + u_2 \quad \Longrightarrow \quad u_1 - u_2 = v_2 - v_1

This says the velocity of approach equals the velocity of separation (e=1e = 1). Solving simultaneously with (1) gives the formulas above.

Perfectly inelastic. They stick: v1=v2=vv_1' = v_2' = v. By momentum conservation,

v=m1u1+m2u2m1+m2v = \frac{m_1 u_1 + m_2 u_2}{m_1 + m_2}

KE loss:

ΔK=12m1m2m1+m2(u1u2)2\Delta K = \tfrac{1}{2}\frac{m_1 m_2}{m_1+m_2}(u_1 - u_2)^2

Worked Example

A 2 kg ball moving at 4 m/s collides head-on elastically with a stationary 3 kg ball. Find the velocities after collision.

Solution:

Using the elastic-collision formulas with u2=0u_2 = 0:

v1=(23)(4)+02+3=45=0.8m/sv_1 = \frac{(2-3)(4) + 0}{2+3} = \frac{-4}{5} = -0.8 \, \text{m/s}

v2=0+2(2)(4)5=165=3.2m/sv_2 = \frac{0 + 2(2)(4)}{5} = \frac{16}{5} = 3.2 \, \text{m/s}

The 2 kg ball bounces back at 0.8 m/s, and the 3 kg ball moves forward at 3.2 m/s.

Check. Momentum before: 24=82 \cdot 4 = 8 kg·m/s. After: 2(0.8)+3(3.2)=1.6+9.6=82(-0.8) + 3(3.2) = -1.6 + 9.6 = 8 kg·m/s. ✓

KE before: 12(2)(16)=16J\tfrac{1}{2}(2)(16) = 16 \, \text{J}. After: 12(2)(0.64)+12(3)(10.24)=0.64+15.36=16J\tfrac{1}{2}(2)(0.64) + \tfrac{1}{2}(3)(10.24) = 0.64 + 15.36 = 16 \, \text{J}. ✓

Common Confusions

  • Momentum is always conserved in any collision (in absence of external impulse), but KE is conserved only in elastic collisions.
  • "Sticking together is elastic with zero relative velocity." No — sticking is perfectly inelastic (e=0e = 0); much KE is lost.
  • Sign of ee. ee is defined as a ratio of magnitudes of separation to approach speeds; some textbooks express it as (v2v1)/(u1u2)(v_2'-v_1')/(u_1-u_2), which is positive when the bodies are moving apart after collision.
  • In 2D, momentum is conserved in each direction separately. Use components.

Key Takeaways

  • Momentum conserved in all collisions (zero net external impulse).
  • KE conserved in elastic collisions only.
  • Coefficient of restitution ee: 1 (elastic), 0 (perfectly inelastic), in between for partly inelastic.
  • Equal masses in 1D elastic exchange velocities.
  • KE loss in perfectly inelastic collision: ΔK=m1m22(m1+m2)(u1u2)2\Delta K = \frac{m_1 m_2}{2(m_1+m_2)}(u_1-u_2)^2.

AI Summary

Summarize this page in your favorite LLM