Question
(JEE Main 2023 Shift 2) Evaluate: x→0limx3sin(3x)−3sinx.
Solution — Step by Step
At x=0: numerator =sin0−3sin0=0. Denominator =0. So we have 0/0 form — L’Hôpital or Taylor series both work.
Recall sinx=x−x3/6+x5/120−…
sin(3x)=3x−(3x)3/6+…=3x−9x3/2+…
3sinx=3x−3x3/6+…=3x−x3/2+…
sin(3x)−3sinx=(3x−9x3/2)−(3x−x3/2)+O(x5)
=−9x3/2+x3/2=−8x3/2=−4x3 (to leading order)
limx→0x3−4x3+O(x5)=−4
Limit =−4.
Why This Works
Taylor series turns trigonometric limits into polynomial arithmetic. The first non-zero term in the numerator’s expansion determines the limit when divided by the right power of x.
For 0/0 forms involving trig, exponential, and logarithmic functions, Taylor is faster than L’Hôpital — especially when L’Hôpital needs to be applied 3+ times.
Speed shortcut: Memorise the first three terms of standard expansions: sinx≈x−x3/6, cosx≈1−x2/2, ex≈1+x+x2/2, ln(1+x)≈x−x2/2. Covers ~80% of JEE limits.
Alternative Method — L’Hôpital’s Rule (3 applications)
Differentiate top and bottom three times:
After 1st: 3x23cos(3x)−3cosx — still 0/0.
After 2nd: 6x−9sin(3x)+3sinx — still 0/0.
After 3rd: 6−27cos(3x)+3cosx.
At x=0: 6−27+3=−24/6=−4. Same answer.
L’Hôpital works but is slower for higher-order limits.
Common Mistake
Students often apply L’Hôpital once, see another 0/0 form, and panic. The rule is iterative — keep differentiating until the limit is determinate.
Another classic: using only the first term of Taylor series (sinx≈x) for the numerator. That gives 3x−3x=0 — the leading terms cancel, and we MUST go to the next non-zero term (x3).
JEE Main and Advanced both ask this template every year. The trick is recognising “leading terms cancel” — if the obvious approximation gives 0, expand further. Recurring favourite: limx→0(x−sinx)/x3=1/6.
For CBSE Class 11, simpler limits like limx→0sinx/x=1 are tested. Same Taylor logic, fewer terms needed.