Analyzing the Setup
Imagine you are standing at the edge of a mathematical landscape, looking at a function f(x) that seems elusive. We know it exists, we know it is differentiable, and we have one anchor point: f(1)=1.
But the true mystery lies in the limit:
t→xlimt−xt2f(x)−x2f(t)=1
At first glance, this looks like a chaotic jumble of variables. In the world of JEE Advanced, complexity is often just a mask for elegance. Let us peel it back together.
The L'Hopital Breakthrough
When you see a limit that results in a 00 form, your intuition should immediately scream 'L'Hopital!' Let us test it. As t→x, the numerator becomes x2f(x)−x2f(x)=0, and the denominator becomes x−x=0.
It is a perfect candidate. We differentiate the numerator and the denominator with respect to t, treating x as a constant.
The derivative of the numerator is 2tf(x)−x2f′(t), and the derivative of the denominator is simply 1. Now, as we let t approach x, the expression simplifies beautifully to:
We have successfully transformed a limit into a differential equation. The fog is lifting.
The Architecture of the Differential Equation
Now, let us organize our findings. We have x2f′(x)−2xf(x)=−1. To solve this, we need the standard form of a linear differential equation: f′(x)+P(x)f(x)=Q(x).
Dividing by x2, we get:
Here, P(x)=−x2 and Q(x)=−x21. This is the moment where the 'Integrating Factor' (I.F.) becomes our most powerful tool.
The I.F. is defined as e∫P(x)dx. Calculating this, we find:
e∫−x2dx=e−2lnx=eln(x−2)=x21
This factor is the key that unlocks the entire structure.
The Final Integration
With our I.F. in hand, we multiply our differential equation by x21. The left side magically collapses into the derivative of a product:
Now, we integrate both sides with respect to x. The integral of −x−4 is 3x−3, leading us to:
We are almost there! We use our anchor point, f(1)=1, to find C. Substituting x=1, we get 1=31+C, which means C=32.
The Victory
Finally, we substitute C back into our equation:
Multiplying by x2, we arrive at our destination:
Look at that! What started as a terrifying limit has resolved into a clean, elegant function. You didn't just solve a problem; you navigated a logical path through the heart of calculus. Keep this confidence with you—every complex problem is just a series of simple, logical steps waiting for you to connect them.