Analyzing the Setup
Imagine you are standing before a mountain. The path straight up the middle looks steep, rocky, and impossible. That is exactly what this problem feels like at first glance.
We are given F(x)=f(x)+f(1/x), where:
If you try to evaluate that integral directly, you will find yourself lost in a labyrinth of non-elementary functions. But here is the secret: in JEE Advanced, when a problem looks impossible to integrate, it is usually begging you to differentiate it instead.
The Power of Newton-Leibniz
We start by invoking the Newton-Leibniz rule. This is your best friend in calculus. It tells us that if we have a function defined by an integral with a variable upper limit, its derivative is simply the integrand evaluated at that limit.
For f(x)=∫1x1+tlogtdt, the derivative is immediate:
It is clean, elegant, and powerful. We have stripped away the integral sign in one stroke.
The Chain Rule Dance
Now, we turn our attention to F(x)=f(x)+f(1/x). We differentiate both sides with respect to x.
The first term is easy, but the second term, f(1/x), requires the Chain Rule. We differentiate the outer function f to get f′(1/x), and then multiply by the derivative of the inner function 1/x, which is −x21.
So, our derivative becomes:
F′(x)=f′(x)+f′(1/x)⋅(−x21)
Do not rush this step! That negative sign is where most students stumble.
The Algebraic Symphony
Now, let us substitute our known f′(x) into the equation. We need f′(1/x), which is:
Using the property of logarithms, log(1/x)=−logx, and simplifying the denominator, we get:
When we plug this back into our expression for F′(x), the magic happens. The negative sign from the Chain Rule and the negative sign from the logarithm cancel out perfectly!
We are left with:
F′(x)=1+xlogx+x(1+x)logx
Factoring out 1+xlogx, we get 1+xlogx(1+x1), which simplifies beautifully to:
The Final Integration
We have arrived at F′(x)=xlogx. This is a standard integral! By substituting u=logx, we see that du=x1dx.
The integral becomes:
Thus, F(x)=21(logx)2+C. To find C, we use the boundary condition x=1.
Since f(1)=∫11⋯=0, we know F(1)=f(1)+f(1)=0. Plugging this in, we find C=0.
Finally, evaluating at x=e, we get:
F(e)=21(loge)2=21(1)2=21
You have conquered the mountain by finding the hidden path around it. Well done!