Limits and Derivatives: Numerical Problems Set (3)

hard 2 min read

Question

Evaluate limx0sin5xsin3xx\displaystyle\lim_{x \to 0} \dfrac{\sin 5x - \sin 3x}{x}.

Solution — Step by Step

At x=0x = 0: numerator =sin0sin0=0= \sin 0 - \sin 0 = 0, denominator =0= 0. Form 0/00/0, so we need to manipulate.

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)

Recall limx0sinkxx=k\lim_{x \to 0} \dfrac{\sin kx}{x} = k. So:

limx0sin5xx=5,limx0sin3xx=3\lim_{x \to 0}\frac{\sin 5x}{x} = 5,\quad \lim_{x \to 0}\frac{\sin 3x}{x} = 3

Limit=53=2\text{Limit} = 5 - 3 = 2

Final answer: 2\boxed{2}.

Why This Works

The standard limit limx0sinx/x=1\lim_{x \to 0} \sin x / x = 1 generalises to limx0sin(kx)/x=k\lim_{x \to 0} \sin(kx) / x = k via simple substitution: sin(kx)/x=ksin(kx)/(kx)k1=k\sin(kx)/x = k \cdot \sin(kx)/(kx) \to k \cdot 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:

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

Then:

limx02cos4xsinxx=2cos0limx0sinxx=211=2\lim_{x \to 0}\frac{2\cos 4x \sin x}{x} = 2 \cdot \cos 0 \cdot \lim_{x \to 0}\frac{\sin x}{x} = 2 \cdot 1 \cdot 1 = 2

Same answer, slightly fewer pieces.

For limits of the form limx0(sinAx±sinBx)/x\lim_{x \to 0} (\sin Ax \pm \sin Bx)/x, the answer is A±BA \pm B. Memorise this; it’s a pattern that appears in many JEE Main problems.

Common Mistake

Some students plug in x=0x = 0 into sin5xsin3x\sin 5x - \sin 3x, get 00=00 - 0 = 0, and conclude the answer is 0/0=00/0 = 0. That’s wrong — 0/00/0 is indeterminate, not zero. We must manipulate before evaluating.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next