The beauty of physics often lies in its ability to take a complex, multi-body problem and reduce it to a single, elegant equation. This problem is a classic example of how choosing the right frame of reference can turn a potentially messy algebraic nightmare into a straightforward quadratic equation.
The Physical Setup
A Tale of Two Particles
Imagine you are standing on a straight road, watching two cars, A and B, initially separated by a distance d. They are driving towards each other with initial speeds u1 and u2.
However, there is a twist. Both drivers suddenly hit their brakes! This means they are subjected to constant accelerations a1 and a2 that are directed opposite to their initial velocities.
Because they are decelerating, they might not crash. In fact, the problem tells us they meet twice. How is this physically possible?
They meet the first time while they are still moving towards each other. After crossing paths, they continue to slow down until they momentarily come to a halt. Then, because the acceleration is constant and still acting, they reverse their directions. As they move back towards their starting points, they cross paths a second time!
The Power of Relative Motion
We could solve this by writing the position-time equations for both particles from the ground frame and equating them. But there is a much more powerful tool at our disposal: Relative Motion.
Let's hop into the driver's seat of car B. From B's perspective, B is completely stationary. What does car A look like?
Car A is coming towards B with a relative velocity urel=u1+u2.
What about the acceleration? Car A is decelerating at a1 (away from B), and car B is decelerating at a2 (away from A). In B's frame, A appears to have a relative acceleration arel=a1+a2, directed opposite to its relative velocity.
The Master Equation
Quadratic in Time
Now, the problem is reduced to a single particle (A) moving towards a stationary point (B) from an initial distance d.
When they meet, the relative displacement of A must be exactly d. We can use the second equation of motion:
Substituting our relative variables, we get:
d=(u1+u2)t−21(a1+a2)t2
Notice the negative sign! It is crucial because the relative acceleration opposes the relative velocity.
Let's rearrange this into a standard quadratic equation in terms of time t:
21(a1+a2)t2−(u1+u2)t+d=0
This beautiful equation holds the key to the entire problem. Because it is a quadratic, it will generally have two roots, t1 and t2. These roots represent the exact two moments in time when the particles meet!
Unlocking the Roots
We are given that the time interval between these two meetings is Δt. Mathematically, this means Δt=∣t2−t1∣.
To connect this to our quadratic equation, we use the fundamental properties of roots. For a quadratic equation Ax2+Bx+C=0, the sum and product of the roots are given by −B/A and C/A respectively.
For our equation, the sum of the roots is:
t1+t2=a1+a22(u1+u2)
And the product of the roots is:
The Final Algebraic Flourish
We need to link the difference of the roots (Δt) to their sum and product. We use the classic algebraic identity:
(t2−t1)2=(t1+t2)2−4t1t2
Substituting Δt and our expressions for the sum and product, we get:
(Δt)2=(a1+a22(u1+u2))2−4(a1+a22d)
This equation now contains only known variables and our single unknown, the initial separation d.
Let's isolate the term containing d:
a1+a28d=(a1+a2)24(u1+u2)2−(Δt)2
Finally, multiplying both sides by 8a1+a2, we arrive at our magnificent final answer:
d=2(a1+a2)(u1+u2)2−8(a1+a2)(Δt)2
This expression perfectly captures the initial separation required for the two particles to meet exactly twice with a time gap of Δt. It is a testament to how relative motion and basic algebra can elegantly unravel complex kinematic dances.