Analyzing the Setup
Imagine you are standing before a towering, jagged mountain of a problem:
x→2lim3−x/2−31−x3x+33−x−12
At first glance, it looks intimidating. You see exponentials, negative powers, and a fraction that seems designed to confuse.
If you try to plug in x=2 immediately, you are met with the classic 0/0 indeterminate form. But do not panic; in the world of JEE Advanced, these problems are not walls, but puzzles waiting for the right key.
Finding the Master Key
The first step in any complex limit problem is to simplify the landscape. We have terms like 3x, 33−x, 3−x/2, and 31−x. They all share the same base, 3, but their exponents are a chaotic mix.
We need a common variable to unify them. Look closely at the exponents; the term x/2 appears in the denominator. If we set t=3x/2, we can express every other term as a power of t.
When we change the variable, we must also change the limit condition. As x→2, our new variable t approaches 32/2, which is simply 31=3. Now, our limit is transformed into limt→3, a much friendlier territory.
The Algebraic Dance
Now, let's rewrite the expression. The numerator 3x becomes (3x/2)2=t2. The term 33−x is 33/3x, which translates to 27/t2.
In the denominator, 3−x/2 is simply 1/t, and 31−x becomes 3/t2. Suddenly, the exponential monster has been tamed into a rational function:
t→3limt1−t23t2+t227−12
By multiplying the numerator and denominator by t2, we clear the fractions. The numerator becomes t4−12t2+27, and the denominator becomes t−3. We have successfully reduced the problem to:
The Moment of Truth
We are at the final hurdle. We have a polynomial in the numerator and a linear term in the denominator. If we plug in t=3, we still get 0/0, which tells us that (t−3) is a factor of the numerator.
Let's factorize t4−12t2+27. If we treat t2 as a single variable, say u, we have u2−12u+27. This factors beautifully into (u−9)(u−3), or (t2−9)(t2−3).
Expanding (t2−9) using the difference of squares, we get (t−3)(t+3)(t2−3). Now, watch the magic happen as we place this back into our limit:
t→3limt−3(t−3)(t+3)(t2−3)
The term (t−3) cancels out perfectly. We are left with limt→3(t+3)(t2−3).
Plugging in t=3, we get (3+3)(32−3)=6×6=36. The mountain has been climbed, and the final answer is 36.