Conservation of Momentum: The Law of Cosmic Balance
The Invisible Hand of Newton’s Third Law
Most people think of momentum as just “speed,” but it is actually the product of mass and velocity—the “unstop-ability” of an object. In an isolated system, this total value is sacred. Whether it’s a cue ball striking a rack or a rocket blasting into the void, the total momentum before the event must equal the total momentum after. This happens because for every action, there is an equal and opposite reaction; if one object gains momentum, another must lose an identical amount in the opposite direction.
Visual Interpretation in Manim
The Manim animation translates the abstract physics of Elastic Collisions into a clear exchange of vectors. By visualizing mass as size and velocity as arrows, we can see the “invisible trade” happening in real-time.
- Vector Velocity Arrows The arrows attached to each object represent momentum (p = mv). Notice how their combined length and direction remain unchanged after the impact.
- Mass Inversion When a small object hits a large one, the large one moves slowly while the small one recoils quickly. This visualizes the inverse relationship between mass and velocity.
- The System Boundary The dashed box around the collision represents the “Isolated System.” Within these walls, no momentum is created or destroyed—it is only redistributed.
Why it matters:
From car safety bumpers to planetary gravity assists, understanding that momentum cannot vanish allows engineers to predict the outcome of any impact.
The Math Logic:
p(total) = m1v1 + m2v2. Even if the objects change speed, the sum of these products is a universal constant.
Note: This relationship is a fundamental pillar of Classical Mechanics and is the direct result of Newton’s Third Law. While Kinetic Energy may be lost to heat or sound in “inelastic” collisions, momentum is always conserved. This principle of Symmetry is what allows Aerospace Engineers to calculate rocket thrust by measuring the momentum of the exhausted gas.
The Mathematical Proof
To prove conservation, we look at the system before and after a collision. Since the net external force is zero, the total “push” of the system cannot change.
For two colliding masses, the sum of momenta at time t1 must equal the sum at time t2:
(where u = initial velocity and v = final velocity)
If Object 1 loses momentum, Object 2 must gain that exact amount: Δp1 = -Δp2. This is the mathematical signature of an “action-reaction” pair.
The Mass Effect:
A large mass requires very little velocity to “cancel out” the momentum of a fast, small object.
Vector Direction:
Since momentum is a vector, moving left is “negative” and moving right is “positive.” They can cancel to zero.
Name: Source Code: Manim Implementation *
