The Art of Taming Limits
A Journey Through limx→0x4cos(sinx)−cosx
Welcome, my dear student, to a masterclass in limits. Today, we are going to dissect a problem that often strikes fear into the hearts of aspirants:
It looks intimidating, doesn't it? A nested trigonometric function, a difference of cosines, and a fourth-power denominator. But fear not. In the world of JEE Advanced, complexity is merely an invitation to use the right tools. Let us peel back the layers of this problem together.
Phase 1
The Indeterminate Trap
Every limit problem begins with a simple test: direct substitution. If we plug in x=0, we get cos(sin0)−cos0=cos(0)−1=1−1=0 in the numerator, and 04=0 in the denominator.
We have hit the classic 00 indeterminate form. This is our signal to stop, breathe, and prepare for some algebraic surgery. We cannot simply 'solve' this; we must transform it.
Phase 2
The Trigonometric Transformation
Look closely at the numerator: cos(sinx)−cosx. This is a difference of two cosines. Whenever you see cosA−cosB, your mind should immediately jump to the product-to-sum identity:
cosA−cosB=−2sin(2A+B)sin(2A−B)
By applying this, we convert a subtraction into a multiplication. Why is this better? Because multiplication is far more 'limitable'—it allows us to isolate terms and apply standard limits.
Substituting A=sinx and B=x, our expression becomes:
2sin(2sinx+x)sin(2x−sinx)
Now, we are getting somewhere.
Phase 3
The Standard Limit Strategy
We know the holy grail of limits: limθ→0θsinθ=1. Our goal is to force our expression into this form. We have two sine terms in the numerator.
Let us divide and multiply each by its own argument. For the first term, we multiply and divide by 2x+sinx. For the second, we do the same with 2x−sinx.
As x→0, these sine terms will effectively become their arguments, and the 'sine' part will vanish into the value of 1. This leaves us with:
21x→0limx4(x+sinx)(x−sinx)=21x→0limx4x2−sin2x
Phase 4
The Taylor Series Masterclass
We are left with x4x2−sin2x. If we try to use L'Hopital's rule here, we will be stuck in a loop of derivatives. Instead, let us use the Taylor series expansion for sinx=x−6x3+….
When we square this, we get:
Substituting this back into our expression, the x2 terms cancel out, leaving us with 3x4 in the numerator.
The Final Victory
Now, look at the beauty of the final step:
The x4 terms cancel out perfectly, leaving us with 21⋅31=61. We have conquered the beast!
The limit is 61. Remember, in JEE, it is not about brute force; it is about recognizing the structure and applying the right tool at the right time. Keep practicing, and soon, these problems will feel like second nature.