Analyzing the Setup
Welcome, future engineers! Today, we are going to dissect a problem that looks like a tangled mess of variables but is actually a beautiful, elegant dance of calculus.
We are tasked with evaluating the limit:
x→alimx−ag(x)f(a)−g(a)f(x)
Given the values f(a)=2, f′(a)=1, g(a)=−1, and g′(a)=2. At first glance, this might look intimidating, but in the world of JEE Advanced, the most complex-looking problems are often the ones that yield the most satisfying solutions once you find the right key.
The Diagnostic
Before we start throwing complex theorems at the problem, we must perform a diagnostic. In calculus, whenever we see a limit, our first instinct must always be direct substitution.
Let us see what happens when we plug x=a into our expression. The numerator becomes g(a)f(a)−g(a)f(a), which is clearly 0. The denominator becomes a−a, which is also 0.
We have arrived at the classic 0/0 indeterminate form. This is not a dead end; it is a green light! It tells us that the limit exists and that we have a powerful tool at our disposal: L'Hopital's Rule.
The Power of L'Hopital
L'Hopital's Rule is our scalpel. It allows us to resolve the 0/0 ambiguity by differentiating the numerator and the denominator separately with respect to x.
Here is where many students stumble, so let us be precise. We are differentiating with respect to x, which means f(a) and g(a) are not variables; they are fixed constants.
When we differentiate the numerator g(x)f(a)−g(a)f(x), we treat f(a) and g(a) as coefficients. Thus, the derivative of the numerator becomes:
dxd[g(x)f(a)−g(a)f(x)]=g′(x)f(a)−g(a)f′(x)
Now, look at the denominator. The derivative of x−a with respect to x is simply 1−0=1. The complexity has vanished!
The Final Calculation
With the indeterminate form resolved, our limit now simplifies to:
x→alim1g′(x)f(a)−g(a)f′(x)
Now, we can safely substitute x=a into this expression. We get:
We are given all these values in the problem statement. Let us plug them in with care: f(a)=2, f′(a)=1, g(a)=−1, and g′(a)=2.
Substituting these, we get:
This simplifies to 4−(−1), which is 4+1=5.
The Takeaway
Look at that! We started with a terrifying-looking limit and ended with a simple integer.
The secret was not in complex manipulation, but in recognizing the indeterminate form and correctly identifying which terms were constants and which were functions. Keep this clarity of mind, and you will conquer any problem the JEE throws at you.
The final result is 5.