Question
Evaluate x→0limxsin5x−sin3x.
Solution — Step by Step
At x=0: numerator =sin0−sin0=0, denominator =0. Form 0/0, so we need to manipulate.
limx→0xsin5x−sin3x=limx→0(xsin5x−xsin3x)
Recall limx→0xsinkx=k. So:
limx→0xsin5x=5,limx→0xsin3x=3
Limit=5−3=2
Final answer: 2.
Why This Works
The standard limit limx→0sinx/x=1 generalises to limx→0sin(kx)/x=k via simple substitution: sin(kx)/x=k⋅sin(kx)/(kx)→k⋅1=k. Once we split the original limit into two pieces, each piece is a standard limit and we just plug in the coefficients.
This works because the limit operator distributes over sums when each piece has a finite limit. We must verify both limits exist before splitting.
Alternative Method
Use the sum-to-product identity:
sin5x−sin3x=2cos4xsinx
Then:
limx→0x2cos4xsinx=2⋅cos0⋅limx→0xsinx=2⋅1⋅1=2
Same answer, slightly fewer pieces.
For limits of the form limx→0(sinAx±sinBx)/x, the answer is A±B. Memorise this; it’s a pattern that appears in many JEE Main problems.
Common Mistake
Some students plug in x=0 into sin5x−sin3x, get 0−0=0, and conclude the answer is 0/0=0. That’s wrong — 0/0 is indeterminate, not zero. We must manipulate before evaluating.