Visualizing the 2D Collision
Imagine two bodies, A and B, gliding across a frictionless surface. Both have an identical mass of 0.1 kg. Body A is moving purely along the x-axis with a velocity of 3i^ ms−1, while body B is moving purely along the y-axis with a velocity of 5j^ ms−1. They are on a collision course.
When they collide, the forces they exert on each other are internal to the two-body system. Because there are no external forces acting on them, the total linear momentum of the system must remain perfectly conserved. This principle is our master key to unlocking the problem.
The Master Key
Momentum Conservation
Let's calculate the total initial momentum of the system before the collision. Momentum is a vector quantity, so we must preserve its directional components.
Substituting the given values:
pi=0.1(3i^)+0.1(5j^)=0.3i^+0.5j^
After the collision, we are told that body A moves with a new velocity vA=4(i^+j^). However, the final velocity of body B, let's call it vB, is unknown. We can write the total final momentum as:
pf=0.1(4i^+4j^)+0.1vB=0.4i^+0.4j^+0.1vB
Uncovering the Final Velocity
By the law of conservation of linear momentum, the initial and final momenta must be exactly equal:
0.3i^+0.5j^=0.4i^+0.4j^+0.1vB
Now, we simply rearrange the terms to isolate the unknown velocity vector vB:
0.1vB=(0.3−0.4)i^+(0.5−0.4)j^
Dividing by 0.1, we find the final velocity of body B:
The Kinetic Energy and the Hidden Redundancy
The problem asks for the kinetic energy of body B after the collision. The kinetic energy is given by KB=21mB∣vB∣2. First, we find the square of the magnitude of its velocity:
Plugging this into the kinetic energy formula:
We are given that this energy is equal to 10x J. Equating the two:
A Fascinating Observation: The problem explicitly stated that the collision was elastic. However, we solved the entire problem without ever using the kinetic energy conservation equation! Why? Because the problem provided the exact final velocity vector of body A. This was enough information to solve for the single unknown vector vB using only momentum conservation. The word "elastic" was technically redundant information, though it serves as a great consistency check. If you calculate the total initial and final kinetic energies, you will find they both equal 1.7 J, proving the collision is indeed perfectly elastic.