The Philosophy of LMVT
Imagine you are driving your car from point A to point B over a time interval [0,1]. If your average speed is 60 km/h, LMVT guarantees that at some specific moment, your speedometer read exactly 60 km/h.
This intuition relies on one crucial assumption: your journey was smooth. You didn't teleport, and you didn't undergo infinite acceleration (a sharp, instantaneous change in velocity).
In mathematical terms, the function must be continuous on [a,b] and differentiable on (a,b). If your path has a sharp corner—a point where you instantly change direction—the theorem fails. That is exactly what we are hunting for today.
The Investigation
Analyzing the Piecewise Function
Let us examine the function in Option A:
f(x)={21−x,(21−x)2,x<21x≥21
This function is a hybrid. On the left side of x=21, it is a linear function with a negative slope. On the right side, it is a parabola.
Our mission is to check if this function is 'smooth' enough for LMVT on the interval [0,1].
Step 1
The Continuity Check
Before we worry about derivatives, we must ensure the graph is connected. We check the junction at x=21.
For the Left Hand Limit (LHL):
x→21−limf(x)=x→21−lim(21−x)=0
For the Right Hand Limit (RHL):
x→21+limf(x)=x→21+lim(21−x)2=0
Since the LHL equals the RHL, the function is continuous. There is no jump, and the graph is connected. Continuity is merely the entry ticket; we must now verify differentiability.
Step 2
The Differentiability Check (The Trap)
Now, we test for the 'smoothness'—the differentiability. We need to see if the slope coming from the left matches the slope coming from the right at x=21.
Let us calculate the Left Hand Derivative (LHD):
So, the LHD at x=21 is −1. This means the graph is approaching the junction with a downward slope of −1.
Now, let us calculate the Right Hand Derivative (RHD) using the chain rule:
f′(x)=dxd(21−x)2=2(21−x)(−1)=2x−1
Evaluating this at x=21:
The Verdict
A Sharp Corner
Look at the results: the LHD is −1, but the RHD is 0. Because $-1
eq 0$, the slopes do not match.
Geometrically, this means that at x=21, the graph makes a sharp turn. It is not differentiable at this point.
Because this point lies within our interval (0,1), the second condition of LMVT is violated. The theorem cannot be applied.
Final Thoughts
This problem teaches us a vital lesson: never assume a function is 'well-behaved' just because it is continuous. In the world of JEE Advanced, the devil is in the details—specifically, in the derivatives at the junction points.
By rigorously checking the LHD and RHD, you have successfully navigated the trap. Keep this analytical mindset, and you will find that even the most complex calculus problems begin to reveal their secrets.