Analyzing the Setup
Imagine you are standing at the point x=1 on the graph of a function f(x). You know two things: the function passes through the point (1,3), so f(1)=3, and the slope of the tangent line at that point is 6, meaning f′(1)=6.
Now, you are asked to evaluate a limit that looks quite intimidating:
x→0lim(f(1)f(1+x))x1
At first glance, the variable x in the exponent makes it look like a monster. But in the world of JEE Advanced, every monster has a weakness.
The first step is always to check the form of the limit. As x→0, the base f(1)f(1+x) approaches f(1)f(1)=1, and the exponent x1 approaches ∞. We have encountered the classic 1∞ indeterminate form.
The Magic Formula
Whenever you see a limit of the form
limx→a[f(x)]g(x) resulting in
1∞, you have a secret weapon. The formula is:
x→alim[f(x)]g(x)=elimx→ag(x)[f(x)−1]
This formula is a bridge that turns a terrifying exponentiation problem into a simple multiplication problem. Let us apply this to our limit.
Here, our base is
f(1)f(1+x) and our exponent is
x1. Plugging these into our formula, we get:
L=elimx→0x1(f(1)f(1+x)−1)
The Algebraic Dance
Now, the problem becomes an exercise in algebraic manipulation. We need to simplify the expression inside the bracket.
By finding a common denominator, we get:
f(1)f(1+x)−1=f(1)f(1+x)−f(1)
Substituting this back into our limit, we have:
L=elimx→0x1⋅f(1)f(1+x)−f(1)
Since
f(1) is just a constant value of
3, we can pull
f(1)1 outside the limit:
L=ef(1)1⋅limx→0xf(1+x)−f(1)
The Derivative Connection
Look closely at the limit that remains: limx→0xf(1+x)−f(1). Does this look familiar? It is the fundamental definition of the derivative f′(1) from first principles!
We were given
f′(1)=6 right at the start. The entire limit has collapsed into a simple ratio. We now have:
L=ef(1)f′(1)
Substituting our known values,
f′(1)=6 and
f(1)=3, we get:
L=e36=e2
It is truly elegant how the complexity of the limit dissolves into the simple ratio of the derivative to the function value. Keep this technique in your toolkit; whenever you see 1∞, remember the magic formula and look for the hidden derivative! The final answer is e2.