Analyzing the Setup
Imagine you are standing before a complex mathematical puzzle. You see an equation:
2(x+2)2f(x)−3(x+2)2=10∫0x(t+2)f(t)dt
At first glance, it feels like a fortress. The function f(x) is locked away inside an integral, and you are tasked with finding its value at x=2.
In the world of JEE Advanced, an integral equation is not a dead end; it is a challenge waiting for the right tool. That tool is the Leibniz Rule.
Phase 1
The Leibniz Transformation
To free f(x), we must perform a surgical strike. We differentiate both sides with respect to x.
On the right-hand side, the Leibniz Rule acts like a key. Since our integral is defined from 0 to x, the derivative simplifies beautifully:
dxd[10∫0x(t+2)f(t)dt]=10(x+2)f(x)
On the left-hand side, we apply the product rule to 2(x+2)2f(x), yielding 4(x+2)f(x)+2(x+2)2f′(x). The derivative of the second term, −3(x+2)2, is −6(x+2).
Equating these, we get:
4(x+2)f(x)+2(x+2)2f′(x)−6(x+2)=10(x+2)f(x)
Phase 2
Simplifying the Landscape
Now, look at the equation. Every term shares a common factor of 2(x+2).
Since x≥0, we know x+2 is never zero, allowing us to divide through safely. This leaves us with a much friendlier linear differential equation:
Rearranging this, we find (x+2)f′(x)=3f(x)+3, or more elegantly:
Phase 3
The Hunt for the Constant
This is a classic variable-separable differential equation. We isolate the terms:
Integrating both sides gives us ln∣f(x)+1∣=3ln∣x+2∣+C, which transforms into f(x)+1=k(x+2)3.
To find the constant k, we return to the original integral equation. By setting x=0, the integral vanishes:
Solving this, we find 8f(0)−12=0, so f(0)=23. Substituting this back into our general solution, we find k=165.
The Final Strike
With f(x)=165(x+2)3−1, finding f(2) is now a simple matter of substitution.
Plugging in x=2:
f(2)=165(4)3−1=165(64)−1=20−1=19
You have successfully navigated the trap and unlocked the function. The final answer is 19.