Limits and Derivatives: Conceptual Doubts Cleared (4)

easy 2 min read

Question

Evaluate limx0sin5xtan3x\displaystyle\lim_{x \to 0} \frac{\sin 5x}{\tan 3x}.

Solution — Step by Step

As x0x \to 0, both sin5x0\sin 5x \to 0 and tan3x0\tan 3x \to 0. Indeterminate form 0/00/0. We can use the standard limits:

limx0sinxx=1,limx0tanxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1, \quad \lim_{x \to 0} \frac{\tan x}{x} = 1

Multiply numerator and denominator by xx (or rewrite to expose the standard form):

sin5xtan3x=sin5x5x3xtan3x5x3x=sin5x5x3xtan3x53\frac{\sin 5x}{\tan 3x} = \frac{\sin 5x}{5x} \cdot \frac{3x}{\tan 3x} \cdot \frac{5x}{3x} = \frac{\sin 5x}{5x} \cdot \frac{3x}{\tan 3x} \cdot \frac{5}{3}

As x0x \to 0:

  • sin5x5x1\dfrac{\sin 5x}{5x} \to 1
  • 3xtan3x1\dfrac{3x}{\tan 3x} \to 1
  • 53\dfrac{5}{3} is constant

limx0sin5xtan3x=1153=53\lim_{x \to 0} \frac{\sin 5x}{\tan 3x} = 1 \cdot 1 \cdot \frac{5}{3} = \frac{5}{3}

Final answer: 53\dfrac{5}{3}

Why This Works

The standard limits limsinx/x=1\lim \sin x/x = 1 and limtanx/x=1\lim \tan x/x = 1 hold only when the argument inside and the denominator both go to 0 together. So we manipulate to make the argument inside (5x) match the denominator (5x), bring in the missing pieces as constants.

This “make the standard limit appear” technique works for almost every trigonometric limit at 0.

Alternative Method

Use L’Hôpital’s rule (Class 12 / JEE):

limx0sin5xtan3x=limx05cos5x3sec23x=53\lim_{x \to 0} \frac{\sin 5x}{\tan 3x} = \lim_{x \to 0} \frac{5\cos 5x}{3\sec^2 3x} = \frac{5}{3}

Faster if you have L’Hôpital available, but the standard-limit approach is required at Class 11 level.

Common Mistake

Students write lim(sin5x)/x=5\lim (\sin 5x)/x = 5 but lim(sin5x)/(3x)=1\lim (\sin 5x)/(3x) = 1. The second is wrong. The standard limit needs the argument and the denominator to match. So lim(sin5x)/(3x)=(5/3)lim(sin5x)/(5x)=5/3\lim (\sin 5x)/(3x) = (5/3) \lim (\sin 5x)/(5x) = 5/3.

Quick rule: limx0(sinax)/(sinbx)=a/b\lim_{x \to 0} (\sin ax)/(\sin bx) = a/b and limx0(tanax)/(tanbx)=a/b\lim_{x \to 0} (\tan ax)/(\tan bx) = a/b. Same for any combination of sin\sin and tan\tan. Memorise — appears in 2-3 JEE Main questions per paper.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next