The Limit Trap
Why Brute Force Fails
Imagine you are standing before a massive, intimidating mathematical cliff. The problem asks us to evaluate:
β=x→0limxsin2xex3−(1−x3)1/3+((1−x2)1/2−1)sinx
Your first instinct, honed by years of standard calculus, might be to reach for L'Hopital's Rule. You see the indeterminate form 00, and you think, 'I will just differentiate the numerator and denominator.'
Stop. Take a breath. If you differentiate that numerator, you will trigger a chain-rule explosion that will consume your time and sanity.
In JEE Advanced, the test is not just about knowing the rules; it is about choosing the most elegant path. Today, we choose elegance.
Phase 1
The Clean-Up
Before we touch the numerator, let us simplify the battlefield. The denominator is xsin2x.
We know the fundamental limit limx→0xsinx=1. By multiplying and dividing the denominator by x2, we transform it into:
As x→0, the term (xsinx)2 becomes 12=1. Suddenly, the denominator is just x3.
This is a massive victory. We have reduced a trigonometric nightmare into a simple polynomial power. Now, we only need to worry about the numerator up to the power of x3.
Phase 2
The Maclaurin Strategy
Why Maclaurin series? Because we are dealing with functions like ex3 and binomial powers near zero. The Maclaurin series allows us to approximate these complex functions as simple polynomials.
Since our denominator is x3, any term in the numerator with a power higher than x3 (like x4,x5,…) will effectively become zero when we divide by x3 and take the limit. We are looking for the 'first non-zero coefficient' of the numerator.
Let us break down the numerator piece by piece:
1. The Exponential: ex3. Using the expansion et=1+t+2!t2+…, and substituting t=x3, we get ex3≈1+x3. We stop here because the next term is 2(x3)2=2x6, which is far beyond our needs.
2. The Binomial: (1−x3)1/3. Using the binomial expansion (1+t)n≈1+nt, where n=31 and t=−x3, we get 1−31x3.
3. The Trigonometric Product: ((1−x2)1/2−1)sinx. First, (1−x2)1/2≈1−21x2. Subtracting the 1 leaves us with −21x2. Now, multiply this by the expansion of sinx, which is simply x. The result is −21x3.
Phase 3
The Final Victory
Now, we assemble our pieces back into the numerator:
Look at the constants! The 1 and the −1 cancel out perfectly. We are left with x3+31x3−21x3.
Factoring out the x3, we have:
Calculating the fraction:
So, our limit β becomes:
The question asks for 6β. Multiplying 65 by 6 gives us 5.
We didn't just solve a problem; we navigated a complex landscape with precision. Remember this feeling—the feeling of replacing brute force with insight. That is the heart of JEE Advanced mathematics.