The Art of the Hidden Derivative
Welcome, fellow traveler on the path to JEE mastery. Today, we are going to dismantle a problem that, at first glance, looks like a chaotic mess of calculus.
We are given a differentiable function f:[2,4]→R and a terrifying-looking differential inequality:
(xlogex)f′(x)+(logex+1)f(x)≥1
It is easy to feel overwhelmed by such an expression. But in the world of JEE Advanced, intimidation is often the first trap. Let us breathe, look closer, and find the elegance hidden beneath the surface.
Phase 1
The Product Rule Revelation
Look at the Left Hand Side (LHS) again. We have (xlogex)f′(x)+(logex+1)f(x).
Does this structure feel familiar? Think back to the product rule of differentiation:
dxd[u(x)v(x)]=u′(x)v(x)+u(x)v′(x)
If we let u(x)=xlogex, then its derivative is u′(x)=logex+1. Suddenly, the chaos organizes itself.
The entire LHS is simply the derivative of the product xlogexf(x). We have transformed a complex differential inequality into the elegant form:
This is the turning point of the problem.
Phase 2
The Auxiliary Function
To make our lives easier, let us package this product into a new auxiliary function. Let g(x)=xlogexf(x).
Now, our inequality is simply g′(x)≥1. This is beautiful! We have moved from a complex differential equation to a simple statement about the slope of g(x).
But how do we bound f(x)? We need to compare g(x) to something we understand. Let us define h(x)=g(x)−x.
If we differentiate this, we get h′(x)=g′(x)−1. Since g′(x)≥1, it follows that h′(x)≥0. This tells us that h(x) is a non-decreasing function on the interval [2,4].
Phase 3
The Boundary Trap
Since h(x) is non-decreasing, its behavior is strictly governed by its endpoints. The minimum value of h(x) must be at x=2, and the maximum value must be at x=4.
Let us calculate these values using our boundary conditions f(2)=21 and f(4)=21.
At x=2:
h(2)=2loge2f(2)−2=2loge2(21)−2=loge2−2
At x=4:
h(4)=4loge4f(4)−4=4loge4(21)−4=2loge4−4=4loge2−4
Because h(x) is non-decreasing, we have the inequality:
loge2−2≤xlogexf(x)−x≤4loge2−4
This is the 'squeeze' that traps our function f(x).
Phase 4
The Final Verdict
Now, we isolate f(x) from this double inequality. For the lower bound, we have:
Testing this against the claim f(x)≥81, we find that even at the lowest points, the function stays well above 81. Thus, Statement (B) is true.
For the upper bound, we have:
Testing this against the claim f(x)≤1, we find that the upper ceiling of our function never reaches 1. Thus, Statement (A) is also true.
We have conquered the problem. By recognizing the hidden derivative and utilizing the power of monotonicity, we turned a daunting inequality into a clear, logical path. Keep this mindset—look for the structure, define your auxiliary functions, and trust the math. You are ready for the next challenge.