What is Newtonian Collisions: Conservation of Momentum and Kinetic Bleed?
Mathematical Foundation
Laws & Principles
- Conservation of Momentum is Inviolable: In a closed system, total momentum (Mass × Velocity) mathematically never changes, regardless of how violently the objects shatter or bounce. If a 10 kg bowling ball moving right at 5 m/s hits a stationary 10 kg ball, the system possesses exactly +50 Momentum Vectors before the crash. After the crash, regardless of the restitution coefficient, the combined momenta of the two balls MUST still equal exactly +50. If the calculator yields a momentum delta, the physics engine has mathematically failed.
- The Perfectly Elastic Boundary (e = 1.0): This represents an idealized physics scenario where two indestructible objects (e.g., rigid billiards balls or subatomic particles) violently collide without any molecular thermal deformation. They instantly bounce and perfectly preserve 100.0% of the entire system's kinetic energy. Zero Joules are lost to heat or sound.
- The Perfectly Inelastic Trap (e = 0.0): This occurs when two heavily deformable objects (e.g., sticky wet clay or crashing automobiles) violently hit. The Restitution factor drops blindly to 0. They physically fuse into one heavy, slow, coupled mass. Because momentum is conserved but restitution is zero, they massively bleed kinetic energy, permanently mutating shapes and converting physical velocity into ambient thermal heat deformation.
Step-by-Step Example Walkthrough
" A heavy 2.0 kg ball travelling Right (+5.0 m/s) destroys a smaller 1.5 kg ball traveling Left (-3.0 m/s) head-on. The material is hard steel, executing a perfectly elastic collision (e = 1.0). "
- 1. Calculate the foundational momentum of the board: p_initial = (m1 * v1i) + (m2 * v2i) = (2 * 5) + (1.5 * -3) = 10 - 4.5 = +5.5 kg·m/s.
- 2. Analyze the denominator limitation: The total mass sharing the kinetic impact is rigidly 3.5 kg (2 + 1.5).
- 3. Process the explicit restitution bounds: e = (v2f - v1f) / (v1i - v2i) = 1.0.
- 4. Execute the velocity resolution matrix for Object 1: v1f = [(2 * 5) + (1.5 * -3) + 1.5 * 1.0 * (-3 - 5)] / 3.5.
- 5. Resolve the numerator: [10 - 4.5 + (-12)] = -6.5 m/s. Divide by 3.5 mass = -1.86 m/s.
- 6. Execute parallel resolution for Object 2: v2f = +6.14 m/s.