Evaluate limit as x→0 of (sinx)/x using squeeze theorem

easy CBSE JEE-MAIN 3 min read

Question

Evaluate limx0sinxx\displaystyle\lim_{x \to 0} \frac{\sin x}{x} using the squeeze theorem.

Solution — Step by Step

Consider a unit circle (radius = 1) with a small positive angle xx (in radians). Three regions can be compared by area:

  • Triangle OAP (small): area =12sinx= \frac{1}{2} \sin x
  • Sector OAP: area =12x= \frac{1}{2} x (for a unit circle, sector area =12r2θ=x2= \frac{1}{2}r^2\theta = \frac{x}{2})
  • Triangle OAT (large): area =12tanx= \frac{1}{2} \tan x

Since small triangle \subset sector \subset large triangle:

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

Take reciprocals (reversing inequalities):

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

As x0x \to 0:

limx0cosx=1andlimx01=1\lim_{x \to 0} \cos x = 1 \quad \text{and} \quad \lim_{x \to 0} 1 = 1

Since cosxsinxx1\cos x \leq \dfrac{\sin x}{x} \leq 1 and both outer functions approach 1:

By the Squeeze Theorem (Sandwich Theorem):

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

For x<0x < 0: let x=tx = -t where t>0t > 0:

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

So the left-hand limit also equals 1. Therefore:

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

Why This Works

The squeeze theorem says: if f(x)g(x)h(x)f(x) \leq g(x) \leq h(x) near x=ax = a, and limf(x)=limh(x)=L\lim f(x) = \lim h(x) = L, then limg(x)=L\lim g(x) = L too. The function sinxx\frac{\sin x}{x} is “squeezed” between cosx\cos x and 1, both of which approach 1 as x0x \to 0, forcing sinxx\frac{\sin x}{x} to approach 1 as well.

This result is fundamental — it’s used to derive that the derivative of sinx\sin x is cosx\cos x, which in turn underlies all of trigonometric calculus.

Alternative Method — L’Hôpital’s Rule (Not Rigorous for Proving This)

Technically, applying L’Hôpital to sinxx\frac{\sin x}{x} gives cosx11\frac{\cos x}{1} \to 1. But this is circular: deriving (sinx)=cosx(\sin x)' = \cos x requires knowing limsinxx=1\lim \frac{\sin x}{x} = 1 in the first place. The squeeze theorem proof is the proper one.

Common Mistake

The limit limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1 holds only when xx is in radians. If xx is in degrees, sinx°xπ1801\frac{\sin x°}{x} \to \frac{\pi}{180} \neq 1. In calculus, angles are always in radians unless specified otherwise.

This standard limit appears in JEE almost every year in slightly disguised forms: limx0sin3xx\lim_{x\to 0} \frac{\sin 3x}{x}, limx0tanxx\lim_{x\to 0} \frac{\tan x}{x}, limx01cosxx2\lim_{x\to 0} \frac{1-\cos x}{x^2}. The key: substitute t=3xt = 3x (or similar) to reduce to the standard form. For example, sin3xx=3sin3x3x3×1=3\frac{\sin 3x}{x} = 3 \cdot \frac{\sin 3x}{3x} \to 3 \times 1 = 3.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next