Limits and Derivatives: Step-by-Step Worked Examples (8)

medium 3 min read

Question

Evaluate the limit:

limx0sin5xsin3xx\lim_{x \to 0} \frac{\sin 5x - \sin 3x}{x}

Then differentiate f(x)=x2sinxf(x) = x^2 \sin x from first principles.

Solution — Step by Step

limx0sin5xsin3xx=limx0[sin5xxsin3xx]\lim_{x \to 0} \frac{\sin 5x - \sin 3x}{x} = \lim_{x \to 0} \left[\frac{\sin 5x}{x} - \frac{\sin 3x}{x}\right]

We know limx0sinkxx=k\lim_{x \to 0} \frac{\sin kx}{x} = k. So:

=53=2= 5 - 3 = 2

First answer: limit = 2.

f(x)=limh0f(x+h)f(x)h=limh0(x+h)2sin(x+h)x2sinxhf'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h} = \lim_{h \to 0} \frac{(x + h)^2 \sin(x + h) - x^2 \sin x}{h}

Let A=(x+h)2sin(x+h)A = (x + h)^2 \sin(x + h) and B=x2sinxB = x^2 \sin x. Insert ±(x+h)2sinx\pm (x + h)^2 \sin x:

AB=(x+h)2[sin(x+h)sinx]+[(x+h)2x2]sinxA - B = (x + h)^2[\sin(x + h) - \sin x] + [(x + h)^2 - x^2]\sin x

f(x)=limh0(x+h)2sin(x+h)sinxh+limh0(x+h)2x2hsinxf'(x) = \lim_{h \to 0} (x + h)^2 \cdot \frac{\sin(x + h) - \sin x}{h} + \lim_{h \to 0} \frac{(x + h)^2 - x^2}{h} \sin x

The first limit: (x+h)2x2(x + h)^2 \to x^2 and sin(x+h)sinxhcosx\frac{\sin(x + h) - \sin x}{h} \to \cos x (definition of derivative of sin\sin).

The second limit: (x+h)2x2h=2x+h2x\frac{(x + h)^2 - x^2}{h} = 2x + h \to 2x.

f(x)=x2cosx+2xsinxf'(x) = x^2 \cos x + 2x \sin x

Second answer: f(x)=x2cosx+2xsinxf'(x) = x^2 \cos x + 2x \sin x.

Why This Works

The “split the fraction” trick converts an indeterminate 0/00/0 form into two known standard limits. The sinkx/xk\sin kx / x \to k rule comes directly from sinkxkx\sin kx \approx kx for small xx.

For first-principles differentiation, the add-and-subtract trick produces the product rule organically. We see f(x)=uv+uvf'(x) = u' v + u v' emerging from the algebra without invoking the rule by name.

Alternative Method

For the limit, use the sum-to-product identity:

sin5xsin3x=2cos4xsinx\sin 5x - \sin 3x = 2 \cos 4x \sin x

So the limit becomes 2cos4xsinxx211=22 \cos 4x \cdot \frac{\sin x}{x} \to 2 \cdot 1 \cdot 1 = 2.

For the derivative, apply the product rule directly: (x2)sinx+x2(sinx)=2xsinx+x2cosx(x^2)' \sin x + x^2 (\sin x)' = 2x \sin x + x^2 \cos x.

Common Mistake

Students apply limsinx/x=1\lim \sin x / x = 1 when the argument is not the same as the denominator. For sin5x/x\sin 5x / x, the rule gives 55, not 11. The numerator and denominator must be matched (or you must adjust by multiplying and dividing by the right factor).

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next