Interactive physics simulator
Explosion and Momentum
In explosions, internal energy releases push fragments apart, accelerating them while conserving total system momentum. Explore spring-loaded carts, mid-air projectile splits, and multi-stage rocket separation.
Explosion Simulator
Configure velocities, mass values, and slider settings, then trigger the explosion to monitor conservation plots.
Live Telemetry
- Cart A Mass
- 1.0 kg
- Cart B Mass
- 2.0 kg
- Cart A Speed (vA)
- 0.0 m/s
- Cart B Speed (vB)
- 0.0 m/s
- Cart A Momentum
- 0.0 kg·m/s
- Cart B Momentum
- 0.0 kg·m/s
- Total Momentum (P)
- 0.0 kg·m/s
- System Kinetic Energy
- 0.0 J
What is Explosion and Recoil?
An explosion in physics represents a rapid separation event driven entirely by internal forces within a closed system. Because internal forces cancel in pairs according to Newton's Third Law, the net external force remains zero, ensuring that the total linear momentum of the system is strictly conserved:
If the system starts at rest, the total initial momentum is zero. After the explosion, the fragments recoil away from each other so that the vector sum of their final momenta is exactly zero:
While momentum is conserved, mechanical kinetic energy is NOT conserved—it increases significantly. The stored chemical potential energy of an explosive charge or elastic potential energy of a compressed spring is rapidly converted into the kinetic energy of the escaping parts.
Conservation of Center of Mass
The system's center of mass (COM) path is immune to internal forces:
- Parabolic Path: If a projectile shell explodes mid-air, the internal explosion forces cannot affect the motion of the center of mass.
- Newtonian Trajectory: The center of mass of the flying fragments continues to trace the exact same parabolic trajectory it would have followed if the shell had remained whole.
- Flight Time: The center of mass lands at the original target position at the original time, regardless of the explosion intensity.
Rocket Staging Mechanics
Spacecraft utilize stage separation to accelerate in vacuum environments:
- Mass Discard: A rocket cannot achieve high velocities carrying depleted booster tanks. ejections reduce vehicle weight.
- Velocity Boost: By pushing the spent booster stage backward at a relative velocity vrel, the payload capsule gains speed: vpayload = u + [mbooster / (mbooster + mpayload)] · vrel.
- Energy Source: The staging velocity step is powered by explosive separation bolts or compression springs.
Energy Transformations
Explosions convert stored potential energy into kinetic energy:
- Kinetic Energy Gain: Unlike collisions which lose kinetic energy to heat, explosions release internal energy, creating massive kinetic energy gains.
- Chemical Releases: Gunpowder or explosives break chemical bonds, generating expanding gas pressures.
- Spring Energy: Compressed mechanical springs release elastic potential energy: Ep = 1/2 · k x2, accelerating carts elastically.
2D Vector Momentum Splits
2D fragmentation conserves X and Y momentum components independently:
- X-direction Conservation: The initial X-momentum equals the sum of fragment X-momenta: M ux = ∑ mi vix.
- Y-direction Conservation: The initial Y-momentum equals the sum of fragment Y-momenta: M uy = ∑ mi viy.
- Divergent Angles: These coordinate rules allow investigators to reconstruct flight vectors and identify points of detonation.
Solved Examples
Two air track gliders of mass m<sub>A</sub> = 1.0 kg and m<sub>B</sub> = 3.0 kg are held together compressing a spring of potential energy E<sub>s</sub> = 24.0 J. When released from rest, calculate the final velocity of each cart.
- Identify initial values: mA = 1.0 kg, mB = 3.0 kg, Es = 24.0 J, initial velocity uA = uB = 0.
- Since they start at rest, initial momentum is Pi = 0.
- Apply momentum conservation: Pf = mA * vA + mB * vB = 0 ⇒ vA = -(mB / mA) * vB = -3.0 * vB.
- Apply energy conservation (potential spring energy becomes kinetic energy of both carts): Es = 1/2 * mA * vA2 + 1/2 * mB * vB2 = 24.0 J.
- Substitute vA into the energy equation: 24.0 = 0.5 * 1.0 * (-3.0 * vB)2 + 0.5 * 3.0 * vB2 = 4.5 * vB2 + 1.5 * vB2 = 6.0 * vB2.
- Solve for vB: vB2 = 24.0 / 6.0 = 4.0 ⇒ vB = +2.0 m/s (moving right).
- Solve for vA: vA = -3.0 * 2.0 = -6.0 m/s (moving left).
Answer: Cart A: -6.0 m/s | Cart B: +2.0 m/s
A 10.0 kg projectile shell is travelling horizontally at +15.0 m/s. At the peak of its trajectory, it explodes into three fragments. Fragment 1 (3.0 kg) flies straight down at -20.0 m/s. Fragment 2 (4.0 kg) flies straight forward at +40.0 m/s. Calculate the final velocity vector of Fragment 3 (3.0 kg) immediately after the explosion.
- Initial values: total mass M = 10.0 kg, initial velocity vector u = (15.0, 0) m/s. Initial momentum vector: Pi = M * u = (150.0, 0) kg·m/s.
- Fragment 1: m1 = 3.0 kg, v1 = (0, -20.0) m/s. Momentum vector: p1 = (0, -60.0) kg·m/s.
- Fragment 2: m2 = 4.0 kg, v2 = (40.0, 0) m/s. Momentum vector: p2 = (160.0, 0) kg·m/s.
- Let Fragment 3 have mass m3 = 3.0 kg, and final velocity vector v3 = (v3x, v3y). Momentum vector: p3 = (3.0 * v3x, 3.0 * v3y).
- Apply conservation of linear momentum: Pf = p1 + p2 + p3 = Pi.
- X-direction momentum: 160.0 + 3.0 * v3x = 150.0 ⇒ 3.0 * v3x = -10.0 ⇒ v3x = -3.33 m/s.
- Y-direction momentum: -60.0 + 3.0 * v3y = 0 ⇒ 3.0 * v3y = 60.0 ⇒ v3y = +20.0 m/s.
- Combine components to find velocity vector: v3 = (-3.33 m/s, +20.0 m/s).
Answer: Fragment 3 Velocity: (-3.33 m/s, +20.0 m/s) or 20.28 m/s at 99.5°
A 4000 kg spacecraft consisting of a 3000 kg booster stage and a 1000 kg scientific payload is travelling through space at 2000 m/s. The stages separate, ejecting the booster stage backward relative to the payload at a relative speed of 500 m/s. Calculate the final velocity of the scientific payload.
- Initial values: booster mass mb = 3000 kg, payload mass mp = 1000 kg, initial velocity u = 2000 m/s, relative separation speed vrel = 500 m/s.
- Let payload velocity be vp and booster velocity be vb. The separation condition gives: vp - vb = vrel ⇒ vb = vp - vrel.
- Apply conservation of linear momentum: (mb + mp) * u = mb * vb + mp * vp.
- Substitute vb: (mb + mp) * u = mb * (vp - vrel) + mp * vp = (mb + mp) * vp - mb * vrel.
- Rearrange to solve for payload velocity: vp = u + [mb / (mb + mp)] * vrel.
- Calculate: vp = 2000 + [3000 / 4000] * 500 = 2000 + 0.75 * 500 = 2375 m/s.
Answer: Final Payload Velocity: 2375 m/s
Common Misconceptions
- "Momentum increases in an explosion": False. Individual fragment velocities increase, but because they fly in opposite directions, their vector sum remains constant and identical to the initial momentum.
- "An explosion violates energy conservation": False. Mechanical kinetic energy increases, but total energy is conserved. The gain in kinetic energy is offset by a decrease in internal potential chemical or elastic energy.
- "Fragments must be equal in size": False. Projectiles split into arbitrary mass ratios. Lighter pieces fly away at much higher speeds, while heavier pieces carry smaller velocity changes, strictly conserving momentum.
Practice Questions
1. Define what constitutes an "explosion" in momentum systems and explain why external forces like gravity can be ignored during the split.
In physics, an explosion is a rapid process where a system splits apart driven entirely by internal forces. According to Newton's Third Law, these internal forces cancel out in pairs and do not change the total system momentum. Although external forces like gravity act on the system, the explosion occurs over an extremely short duration (Δt ≈ 0). Since impulse is J = F * Δt, the impulse of gravity during the split is negligible, meaning momentum is conserved during the event.
2. A firework shell explodes at the top of its trajectory. Explain how the center of mass of the system behaves before, during, and after the explosion.
Before the explosion, the shell moves as a single body and its center of mass follows a standard parabolic projectile trajectory. During the explosion, only internal forces act on the fragments, which cannot change the path of the center of mass. After the explosion, the individual fragments fly in different directions, but their collective center of mass continues to follow the exact same parabolic trajectory as if the shell had remained intact, until the first fragment hits the ground.
3. Ejection speed of a rocket stage is relative to what? Derive the final payload velocity formula.
The ejection speed vrel is the relative speed of separation between booster and payload stages. If payload velocity is vp and booster velocity is vb, then vp - vb = vrel ⇒ vb = vp - vrel. From momentum conservation: (mb + mp)*u = mb*vb + mp*vp. Substituting vb yields: (mb + mp)*u = mb*(vp - vrel) + mp*vp = (mb + mp)*vp - mb*vrel. Rearranging gives: (mb + mp)*vp = (mb + mp)*u + mb*vrel ⇒ vp = u + [mb / (mb + mp)] * vrel.
4. Why is mechanical kinetic energy not conserved during an explosion, and where does it originate?
Mechanical kinetic energy is not conserved during an explosion; it increases. This increase in kinetic energy is not a violation of energy conservation. Instead, it originates from potential energy stored within the system before the event, such as chemical potential energy (in gunpowder) or elastic potential energy (in a compressed spring). This potential energy is rapidly converted into kinetic energy, heat, and sound.
FAQ
Frequently Asked Questions
What is an explosion in physics?
In physics, an explosion is a process where internal forces rapidly push parts of a closed system away from each other. Because these forces are internal, they cancel in pairs, keeping the total momentum constant.
Is total momentum conserved in an explosion?
Yes. Total linear momentum is always conserved in all explosions, provided no net external force acts on the system: P_initial = P_final.
How is momentum conserved if fragments fly apart at high speed?
Momentum is a vector quantity. If a system starts at rest, the fragments fly apart in opposite directions such that their momentum vectors sum to exactly zero.
Is kinetic energy conserved in an explosion?
No. Kinetic energy increases in an explosion. Pre-stored chemical or elastic potential energy is converted into kinetic energy of the moving fragments.
What is the formula for a two-part explosion starting from rest?
For a system splitting into two masses m1 and m2, momentum conservation yields 0 = m1*v1 + m2*v2, which simplifies to m1*v1 = -m2*v2. Fragment speeds are inversely proportional to their masses.
What happens to the center of mass of a projectile if it explodes mid-air?
The center of mass responds only to external forces (like gravity). Therefore, the center of mass of the fragments continues along the exact same parabolic trajectory as if it had not exploded.
Can an explosion happen in a system that is already moving?
Yes. If a system moves with initial velocity u, its initial momentum is P_i = M * u. After the explosion, the vector sum of all fragment momenta still equals P_i.