Analyzing the Setup
Welcome, future engineer. Today, we are not just solving a limit problem; we are performing a mathematical autopsy. When you look at a limit like
x→0limxsin2xαex+βe−x+γsinx=32
most students see a wall of variables. I want you to see a puzzle waiting to be solved. This problem is a classic JEE Advanced favorite because it tests your ability to look past the surface and understand the 'order' of functions.
The Denominator's Secret
Before we touch the numerator, we must understand the ground we are standing on. The denominator is xsin2x. In the world of limits, as x→0, the function sinx is not just a trigonometric function; it is effectively x.
We replace sinx with x, turning our denominator into x⋅(x)2, which is x3.
Why does this matter? Because the denominator tells us the 'scale' of the problem. It tells us that the numerator must also be of the order x3 for the limit to be finite. If the numerator had a constant term, the limit would be infinite; if it had an x term, it would still be infinite. The denominator is the gatekeeper, and it demands that we eliminate all lower-order chaos.
The Taylor Series Weapon
Now, we bring out the heavy artillery: the Taylor Series. We need to express our functions as polynomials. We know that:
I know what you are thinking: 'Do I really need to memorize these?' Yes, but more importantly, you need to understand them. These series are just approximations. As x gets smaller and smaller, these polynomials become indistinguishable from the original functions. We substitute these into our numerator, and suddenly, the expression transforms from a scary fraction into a structured polynomial.
The Constraint Game
This is where the magic happens. We substitute the series into the numerator:
Numerator=α(1+x+2x2+6x3)+β(1−x+2x2−6x3)+γ(x−6x3)
Now, we group the terms by their powers of x. We collect the constants, the x terms, the x2 terms, and the x3 terms:
(α+β)+(α−β+γ)x+(2α+β)x2+(6α−β−γ)x3+…
Remember our gatekeeper? The denominator is x3. If any of the coefficients for x0,x1, or x2 are non-zero, the limit will explode to infinity. To keep the limit at 32, we must force these coefficients to be zero.
1. For x0: α+β=0⟹β=−α
2. For x1: α−β+γ=0. Substituting β=−α, we get α−(−α)+γ=0, which means 2α+γ=0, or γ=−2α.
The Final Reveal
With the lower powers silenced, only the x3 term remains to face the denominator. The limit becomes:
x→0limx3(6α−β−γ)x3=6α−β−γ=32
Now, we substitute our relationships (β=−α and γ=−2α) into this equation:
With α=1, the rest falls like dominoes: β=−1 and γ=−2.
The Takeaway
We didn't just 'solve' a problem; we navigated a landscape of indeterminate forms using the most elegant tool in calculus. Whenever you see a limit involving exponentials or trigonometric functions, don't panic. Expand, group, constrain, and solve. That is the rhythm of the JEE Advanced. Keep practicing, keep questioning, and keep falling in love with the logic.