Analyzing the Setup
When you first look at an expression like
it is natural to feel a bit intimidated. You have an unknown function f(t) trapped inside two different integrals, and the variable x is dancing around in the limits.
In the world of JEE Advanced, these problems are not meant to be solved by brute force; they are meant to be solved by uncovering the hidden structure. Our goal is simple: find f(1). To do that, we must liberate f(x) from its integral prison.
The Newton-Leibniz Rule
The key to this entire problem is the Newton-Leibniz Rule. Think of this rule as your master key. It allows us to differentiate an integral with respect to its limit.
The rule states:
dxd∫a(x)b(x)g(t)dt=g(b(x))⋅b′(x)−g(a(x))⋅a′(x)
This is not just a formula; it is a geometric truth. It tells us how the area under a curve changes as we push the boundaries of the integration. If you memorize this, you have already won half the battle.
The Differentiation
Now, let's apply this to our equation. We differentiate both sides with respect to x.
On the left side, we have dxd∫0xf(t)dt. Applying the rule, we get f(x)⋅1−f(0)⋅0, which simplifies beautifully to just f(x).
Now, for the right side: dxd(x+∫x1tf(t)dt). The derivative of x is 1.
For the integral ∫x1tf(t)dt, the upper limit is 1 (a constant), so its derivative is 0. The lower limit is x, so its derivative is 1. Following the rule, we get 0−(x⋅f(x))⋅1.
This leaves us with 1−xf(x). Be careful here! That negative sign is where many students lose marks.
The Algebraic Resolution
We have now transformed our integral equation into a simple algebraic one:
This is the moment of clarity. We have successfully extracted the function. Now, it is just a matter of rearranging the terms.
Add xf(x) to both sides:
Factor out f(x):
Finally, divide by (1+x) to get the general form:
Final Calculation
We have found the function! The final step is trivial: evaluate at x=1.
Substituting x=1 into our result, we get:
It is elegant, it is precise, and it is exactly the kind of problem that rewards a clear, methodical mind. Keep this technique in your toolkit; you will need it again. The final answer is 1/2.