The Landscape of the Function
A Journey into Monotonicity
Welcome, fellow traveler of the JEE Advanced journey. Today, we are not just solving a problem; we are exploring the landscape of a function.
We are looking at f(x)=xln(1+x) for $x
eq 0$, with f(0)=1. This function is a classic, a beautiful blend of logarithmic growth and algebraic division. Our mission is to determine its monotonicity—is it climbing, or is it sliding down?
Phase 1
The Derivative Challenge
To understand the behavior of any function, we must look at its rate of change. We need the derivative, f′(x).
Since our function is a fraction, we invoke the quotient rule:
f′(x)=dxd(vu)=v2v⋅u′−u⋅v′
Here, u=ln(1+x) and v=x. Differentiating these pieces is straightforward: the derivative of ln(1+x) is 1+x1, and the derivative of x is 1.
When we assemble these into the quotient rule, we get:
This looks a bit messy, doesn't it? But don't panic. Let's simplify it. By taking a common denominator in the numerator, we arrive at:
f′(x)=x2(1+x)x−(1+x)ln(1+x)
Phase 2
The Auxiliary Function g(x)
Now, look closely at the expression for f′(x). The denominator x2(1+x) is always positive in our domain x∈(−1,∞).
This means the sign of the derivative—and thus the monotonicity of our function—depends entirely on the numerator. Let's isolate this numerator and call it:
This is the "trap catcher." Many students try to solve g(x)<0 by inspection, but that is a dangerous game. Instead, let's analyze g(x) using its own derivative.
Phase 3
Analyzing the Behavior
We differentiate g(x) to see how it moves. Using the product rule on (1+x)ln(1+x), we get:
g′(x)=1−[ln(1+x)+(1+x)⋅1+x1]
The terms simplify beautifully:
g′(x)=1−(ln(1+x)+1)=−ln(1+x)
Now, consider the behavior of g′(x). For x>0, ln(1+x)>0, so g′(x)<0. This means g(x) is decreasing for x>0.
For −1<x<0, ln(1+x)<0, so g′(x)>0. This means g(x) is increasing for x<0.
Since g(0)=0−(1+0)ln(1)=0, we have a function that increases until it hits 0 at x=0, and then decreases. This makes x=0 the absolute maximum of g(x).
Conclusion
The Final Verdict
Because g(0)=0 is the maximum value, g(x) must be strictly less than 0 for all other x in the domain.
Returning to our derivative f′(x)=x2(1+x)g(x), we see that we have a negative numerator divided by a positive denominator. Therefore, f′(x)<0 for all $x \in (-1, \infty), x
eq 0$.
The function is strictly decreasing everywhere. We have successfully navigated the landscape and found the truth. Keep this technique in your arsenal: when the derivative is complex, define an auxiliary function for the numerator and analyze its extrema. You are now one step closer to mastering the JEE.