Limits and Derivatives: Exam-Pattern Drill (10)

easy 2 min read

Question

Evaluate limx0sin5xsin3xx\displaystyle\lim_{x\to 0} \dfrac{\sin 5x - \sin 3x}{x} and use the result to find the derivative of f(x)=sin5xsin3xf(x) = \sin 5x - \sin 3x at x=0x = 0.

Solution — Step by Step

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

Both limits exist (we’ll evaluate them), so we can split.

Recall: limu0sinuu=1\displaystyle\lim_{u\to 0}\dfrac{\sin u}{u} = 1. So:

limx0sin5xx=limx0sin5x5x5=15=5\lim_{x\to 0}\frac{\sin 5x}{x} = \lim_{x\to 0}\frac{\sin 5x}{5x} \cdot 5 = 1 \cdot 5 = 5

Similarly, limx0sin3xx=3\displaystyle\lim_{x\to 0}\dfrac{\sin 3x}{x} = 3.

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

By definition, f(0)=limx0f(x)f(0)x0f'(0) = \displaystyle\lim_{x\to 0}\dfrac{f(x) - f(0)}{x - 0}. Here f(0)=0f(0) = 0, so f(0)=limx0sin5xsin3xx=2f'(0) = \displaystyle\lim_{x\to 0}\dfrac{\sin 5x - \sin 3x}{x} = 2.

Cross-check using the standard differentiation rules: f(x)=5cos5x3cos3xf'(x) = 5\cos 5x - 3\cos 3x, so f(0)=53=2f'(0) = 5 - 3 = 2. ✓

Why This Works

The standard limit limu0sinu/u=1\lim_{u\to 0}\sin u/u = 1 is the foundation of all trigonometric limit problems. The trick is to manufacture this form: if you have sin(kx)\sin(kx) in the numerator with xx in the denominator, multiply and divide by kk to get sin(kx)/(kx)\sin(kx)/(kx) — which has limit 1 — and pick up a factor of kk.

The derivative-at-a-point connection is direct: the limit definition of the derivative is exactly what we evaluated. This is why limit calculations and derivative calculations agree.

Memorize three standard limits:

  1. limx0sinx/x=1\lim_{x\to 0}\sin x/x = 1
  2. limx0(1cosx)/x2=1/2\lim_{x\to 0}(1-\cos x)/x^2 = 1/2
  3. limx0(ex1)/x=1\lim_{x\to 0}(e^x - 1)/x = 1

These three solve 80% of CBSE/JEE Main limit problems.

Alternative Method

Apply L’Hôpital’s rule (if your syllabus allows): the limit is 0/00/0 form. Differentiate top and bottom:

limx05cos5x3cos3x1=53=2\lim_{x\to 0}\frac{5\cos 5x - 3\cos 3x}{1} = 5 - 3 = 2

Same answer in one step. JEE Main accepts L’Hôpital, but CBSE class 11 expects the standard-limit method.

Students try to expand sin5x=sin4xcosx+cos4xsinx\sin 5x = \sin 4x \cos x + \cos 4x \sin x — too messy. Using the standard limit sinu/u1\sin u/u \to 1 is cleaner. Always look for that pattern first.

Final answer: limit =2= 2, f(0)=2f'(0) = 2.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next