Question
Evaluate x→0limx3tanx−sinx.
Solution — Step by Step
As x→0, both numerator and denominator →0. So we have 0/0 — apply expansion or factoring.
tanx−sinx=sinx(cosx1−1)=sinx⋅cosx1−cosx
x→0limcosx⋅x3sinx(1−cosx)
=x→0limxsinx⋅x21−cosx⋅cosx1
limxsinx=1, limx21−cosx=21, limcosx1=1.
lim=1⋅21⋅1=21
Final answer: 21.
Why This Works
The standard limits limx→0xsinx=1 and limx→0x21−cosx=21 are the building blocks of every “trig limit” question in CBSE and JEE Main. By factoring the original expression into a product of these standard pieces, we sidestep complicated algebra entirely.
The factoring move — tanx−sinx=sinx⋅cosx1−cosx — is worth memorising as a pattern: any time you see tanx±sinx near zero, try pulling out the sinx.
Alternative Method
Use Taylor expansions: tanx=x+x3/3+O(x5), sinx=x−x3/6+O(x5). Subtract:
tanx−sinx=x3(31+61)+O(x5)=2x3+O(x5)
Divide by x3 and take limit: 1/2. Same answer, much faster if you remember the series.
Common Mistake
Applying L’Hôpital’s rule three times (since each application gives another 0/0). It works in principle but the algebra explodes. The factor-and-recognize approach is far cleaner. JEE expects you to spot the pattern, not grind through derivatives.
When you see a limit with high powers of x in the denominator (like x3 or x4), think Taylor expansion. The number of leading terms you need from each expansion equals the power in the denominator + 1.