Analyzing the Setup
Imagine a particle moving along a straight line with a uniform acceleration a
It covers a total distance d. Let's say it starts with an initial velocity u and finishes the journey with a final velocity vf. We are interested in finding the instantaneous velocity v exactly at the midpoint of this path, which is at a distance of d/2 from the start.
Because the acceleration is uniform, we have a very neat property for the average velocity
vav over the entire trip. It is simply the arithmetic mean of the initial and final velocities:
vav=2u+vf
The Master Equation
Now, let's focus on the midpoint
How fast is the particle going when it's exactly halfway there? We can use the third equation of motion for the first half of the journey:
v2=u2+2a(2d)=u2+ad
We don't know the acceleration
a or the distance
d, so let's eliminate them. If we apply the same third equation to the entire journey, we get:
vf2=u2+2ad⟹ad=2vf2−u2
Let's substitute this value of
ad back into our midpoint velocity equation:
v2=u2+2vf2−u2=2u2+vf2
Taking the square root, we find that the midpoint velocity is the root mean square (RMS) of
u and
vf:
Establishing the Bounds
Here comes a beautiful mathematical concept
For any two numbers, their Root Mean Square is always greater than or equal to their Arithmetic Mean. Since our midpoint velocity is the RMS, and our average velocity is the AM, it directly implies that the midpoint velocity
v must be greater than or equal to the average velocity. That's our lower bound!
v≥vav
Now, what about the upper limit? Let's rewrite the numerator
u2+vf2 as
(u+vf)2−2uvf. We know
u+vf is twice the average velocity (
2vav). So,
v2 becomes:
v2=2(2vav)2−2uvf=2vav2−uvf
To make v as large as possible, we need to subtract the smallest possible value. The problem states the motion is unidirectional. This means the particle never turns back, so u and vf must have the same sign (let's say they are both positive). The smallest possible value for their product, uvf, is zero. This happens if the particle starts from rest (u=0) or comes to a stop (vf=0).
Plugging in zero, the maximum value for
v2 is
2vav2. Taking the root gives us our upper bound:
Final Conclusion
By combining our lower bound from the RMS-AM inequality and our upper bound from the unidirectional constraint, we find the exact range for the instantaneous velocity at the midpoint:
A brilliant mix of kinematics and pure algebra!