Question
Evaluate x→0limxsin3x−sin2x.
Solution — Step by Step
x→0limxsin3x−sin2x=x→0limxsin3x−x→0limxsin2x.
(Limits of differences split when each limit exists.)
Standard result: x→0limxsinkx=k.
So x→0limxsin3x=3 and x→0limxsin2x=2.
x→0limxsin3x−sin2x=3−2=1.
Final answer: 1.
Why This Works
The standard limit limx→0sinx/x=1 generalizes to limx→0sin(kx)/x=k via the substitution u=kx: sin(kx)/x=k⋅sin(u)/u→k⋅1=k.
The split is legal because both individual limits exist. If they didn’t, we’d need a different approach (like L’Hopital or Taylor expansion).
Alternative Method
Apply L’Hopital (since this is 0/0): limx→013cos3x−2cos2x=3cos0−2cos0=3−2=1. Same answer in one line for a calculus-savvy student.
Or use the sum-to-product identity: sin3x−sin2x=2cos(5x/2)sin(x/2), then lim2cos(5x/2)⋅sin(x/2)/x=2⋅1⋅21=1.
Common Mistake
A frequent slip: students cancel x between numerator and denominator naively, getting sin3−sin2 — completely wrong. You can’t cancel x from inside sin(kx). Always reduce to known forms (sinkx/x or use L’Hopital) before evaluating.