Find lim(x→0) sin x/x — Fundamental Limit

easy CBSE JEE-MAIN NCERT Class 11 4 min read

Question

Prove that:

limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1

where xx is measured in radians.


Solution — Step by Step

If we substitute x=0x = 0 directly, we get sin00=00\frac{\sin 0}{0} = \frac{0}{0} — an indeterminate form. This tells us the limit might still exist, but we need a geometric argument to find it.

Consider a unit circle (radius = 1). For a small positive angle xx radians, we compare three areas:

  • Triangle OAP (inscribed): area =12sinx= \frac{1}{2} \sin x
  • Circular sector OAP: area =12x= \frac{1}{2} x
  • Triangle OAT (circumscribed): area =12tanx= \frac{1}{2} \tan x

Since the triangle fits inside the sector, which fits inside the outer triangle:

12sinx12x12tanx\frac{1}{2}\sin x \leq \frac{1}{2}x \leq \frac{1}{2}\tan x

Dividing all parts by 12sinx\frac{1}{2}\sin x (positive for small x>0x > 0):

1xsinx1cosx1 \leq \frac{x}{\sin x} \leq \frac{1}{\cos x}

Taking reciprocals flips the inequalities:

cosxsinxx1\cos x \leq \frac{\sin x}{x} \leq 1

As x0x \to 0, we know cosx1\cos x \to 1. So our expression sinxx\frac{\sin x}{x} is squeezed between cosx\cos x and 11, both approaching 11.

By the Squeeze Theorem (Sandwich Theorem):

limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1

The argument above works for x>0x > 0. For x<0x < 0, let x=tx = -t where t>0t > 0:

sinxx=sin(t)t=sintt=sintt\frac{\sin x}{x} = \frac{\sin(-t)}{-t} = \frac{-\sin t}{-t} = \frac{\sin t}{t}

Since this equals the positive case, the limit from both sides is 11. Hence the two-sided limit equals 1\boxed{1}.


Why This Works

The Squeeze Theorem is the right tool here because we cannot algebraically simplify sinxx\frac{\sin x}{x} — there’s no cancellation. Instead, we trap the function between two simpler functions that converge to the same value.

The geometric setup on the unit circle is the key insight. Areas give us a natural inequality because containment of regions directly translates into containment of their areas. The sector area 12x\frac{1}{2}x uses the fact that for a unit circle, arc length equals the angle in radians — which is precisely why this whole argument requires radian measure.

If you try this limit with xx in degrees, you get π180\frac{\pi}{180}, not 11. This is why calculus always works in radians — derivatives of trig functions come out clean only then.


Alternative Method

For JEE, you’ll often use the result directly as a standard limit. But L’Hôpital’s Rule also works (though it’s circular if you’re trying to derive the derivative of sinx\sin x):

Since sinxx\frac{\sin x}{x} is 00\frac{0}{0} form at x=0x = 0, differentiate numerator and denominator separately:

limx0sinxx=limx0cosx1=cos0=1\lim_{x \to 0} \frac{\sin x}{x} = \lim_{x \to 0} \frac{\cos x}{1} = \cos 0 = 1

In JEE Main and board exams, this result is a direct standard limit — you’re allowed to quote it without proof. What gets asked are problems that reduce to this form, like limx0sin3xx\lim_{x \to 0} \frac{\sin 3x}{x} or limx0tanxx\lim_{x \to 0} \frac{\tan x}{x}.


Common Mistake

Forgetting to check radian measure. Students apply limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1 to expressions where xx is implicitly in degrees. If the problem involves a degree-based formula, the answer is π180\frac{\pi}{180}, not 11. Always confirm you’re working in radians before using this standard limit.

A second common slip: flipping the inequalities incorrectly in Step 3. When you take reciprocals of a chain abca \leq b \leq c (all positive), it becomes 1c1b1a\frac{1}{c} \leq \frac{1}{b} \leq \frac{1}{a} — the order reverses. Missing this flip gives the wrong squeeze direction.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next