Analyzing the Setup
We begin with a seemingly intimidating expression:
t→xlimt−xt2f2(x)−x2f2(t)=0
When you see a limit like this, do not panic. Your first instinct should always be to check the form. By substituting t=x, we see the numerator becomes x2f2(x)−x2f2(x)=0, and the denominator becomes x−x=0. We have arrived at the classic 00 indeterminate form.
Here is the secret: in the expression limt→x, t is the variable, and x is a constant. This distinction is vital. If you try to differentiate with respect to x, you will lose your way. We must differentiate with respect to t. This is where L'Hospital's Rule becomes our most powerful tool.
The L'Hospital's Dance
Applying L'Hospital's Rule, we differentiate the numerator and the denominator with respect to t. Let's take it step by step. For the numerator, we have two terms. The first term, t2f2(x), treats f2(x) as a constant. Thus, its derivative with respect to t is simply 2tf2(x).
The second term, x2f2(t), treats x2 as a constant. Using the chain rule, the derivative of f2(t) is 2f(t)f′(t). So, the derivative of the second term is x2⋅2f(t)f′(t). The denominator, t−x, is the easiest part—its derivative is simply 1.
Now, we substitute t=x back into our differentiated expression:
This simplifies to 2xf2(x)−2x2f(x)f′(x)=0. We have successfully stripped away the limit, leaving us with a clean, algebraic relationship between the function and its derivative.
The Differential Equation
Look at the equation 2xf2(x)−2x2f(x)f′(x)=0. We can factor out 2xf(x). Since the problem defines the range of f as (0,∞), we know $f(x)
eq 0$, and since the domain is (0,∞), $x
eq 0$. Therefore, we can safely divide by 2xf(x) without fear. This leaves us with:
Rearranging this, we get xf′(x)=f(x), or more elegantly:
This is a first-order separable differential equation. It is the heartbeat of the problem. To solve it, we integrate both sides with respect to x:
This yields ln(f(x))=ln(x)+ln(C), which simplifies to f(x)=Cx.
Final Calculation
We are almost there. We have the general form f(x)=Cx. We are given the initial condition f(1)=e. Substituting x=1, we get e=C(1), which means C=e. Our function is fully revealed: f(x)=ex.
The final question asks us to find x when f(x)=1. Setting ex=1, we find:
Look at what we have achieved. We started with a limit, navigated through the derivative, solved a differential equation, and arrived at a precise value. This is the elegance of JEE Advanced mathematics. It is not about memorizing formulas; it is about understanding the flow of logic.