Question
Evaluate the limit:
limx→0xsin5x−sin3x
Then differentiate f(x)=x2sinx from first principles.
Solution — Step by Step
limx→0xsin5x−sin3x=limx→0[xsin5x−xsin3x]
We know limx→0xsinkx=k. So:
=5−3=2
First answer: limit = 2.
f′(x)=limh→0hf(x+h)−f(x)=limh→0h(x+h)2sin(x+h)−x2sinx
Let A=(x+h)2sin(x+h) and B=x2sinx. Insert ±(x+h)2sinx:
A−B=(x+h)2[sin(x+h)−sinx]+[(x+h)2−x2]sinx
f′(x)=limh→0(x+h)2⋅hsin(x+h)−sinx+limh→0h(x+h)2−x2sinx
The first limit: (x+h)2→x2 and hsin(x+h)−sinx→cosx (definition of derivative of sin).
The second limit: h(x+h)2−x2=2x+h→2x.
f′(x)=x2cosx+2xsinx
Second answer: f′(x)=x2cosx+2xsinx.
Why This Works
The “split the fraction” trick converts an indeterminate 0/0 form into two known standard limits. The sinkx/x→k rule comes directly from sinkx≈kx for small x.
For first-principles differentiation, the add-and-subtract trick produces the product rule organically. We see f′(x)=u′v+uv′ emerging from the algebra without invoking the rule by name.
Alternative Method
For the limit, use the sum-to-product identity:
sin5x−sin3x=2cos4xsinx
So the limit becomes 2cos4x⋅xsinx→2⋅1⋅1=2.
For the derivative, apply the product rule directly: (x2)′sinx+x2(sinx)′=2xsinx+x2cosx.
Common Mistake
Students apply limsinx/x=1 when the argument is not the same as the denominator. For sin5x/x, the rule gives 5, not 1. The numerator and denominator must be matched (or you must adjust by multiplying and dividing by the right factor).