Limits and Derivatives: Diagram-Based Questions (1)

easy 2 min read

Question

Evaluate limx0sin3xsin2xx\displaystyle\lim_{x \to 0} \frac{\sin 3x - \sin 2x}{x}.

Solution — Step by Step

limx0sin3xsin2xx=limx0sin3xxlimx0sin2xx\displaystyle\lim_{x \to 0} \frac{\sin 3x - \sin 2x}{x} = \lim_{x \to 0} \frac{\sin 3x}{x} - \lim_{x \to 0} \frac{\sin 2x}{x}.

(Limits of differences split when each limit exists.)

Standard result: limx0sinkxx=k\displaystyle\lim_{x \to 0} \frac{\sin kx}{x} = k.

So limx0sin3xx=3\displaystyle\lim_{x \to 0} \frac{\sin 3x}{x} = 3 and limx0sin2xx=2\displaystyle\lim_{x \to 0} \frac{\sin 2x}{x} = 2.

limx0sin3xsin2xx=32=1\displaystyle\lim_{x \to 0} \frac{\sin 3x - \sin 2x}{x} = 3 - 2 = 1.

Final answer: 1\mathbf{1}.

Why This Works

The standard limit limx0sinx/x=1\lim_{x \to 0} \sin x/x = 1 generalizes to limx0sin(kx)/x=k\lim_{x \to 0} \sin(kx)/x = k via the substitution u=kxu = kx: sin(kx)/x=ksin(u)/uk1=k\sin(kx)/x = k \cdot \sin(u)/u \to k \cdot 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/00/0): limx03cos3x2cos2x1=3cos02cos0=32=1\lim_{x \to 0} \frac{3\cos 3x - 2\cos 2x}{1} = 3\cos 0 - 2\cos 0 = 3 - 2 = 1. Same answer in one line for a calculus-savvy student.

Or use the sum-to-product identity: sin3xsin2x=2cos(5x/2)sin(x/2)\sin 3x - \sin 2x = 2\cos(5x/2)\sin(x/2), then lim2cos(5x/2)sin(x/2)/x=2112=1\lim 2\cos(5x/2) \cdot \sin(x/2)/x = 2 \cdot 1 \cdot \frac{1}{2} = 1.

Common Mistake

A frequent slip: students cancel xx between numerator and denominator naively, getting sin3sin2\sin 3 - \sin 2 — completely wrong. You can’t cancel xx from inside sin(kx)\sin(kx). Always reduce to known forms (sinkx/x\sin kx/x or use L’Hopital) 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