Evaluate lim(x→0) (tan x - x)/(x - sin x) without L'Hôpital

hard JEE-MAIN JEE-ADVANCED JEE Advanced 2023 3 min read

Question

Evaluate limx0tanxxxsinx\displaystyle\lim_{x \to 0} \frac{\tan x - x}{x - \sin x} without using L’Hopital’s rule.

(JEE Advanced 2023, similar pattern)


Solution — Step by Step

We use the Maclaurin series expansions around x=0x = 0:

tanx=x+x33+2x515+\tan x = x + \frac{x^3}{3} + \frac{2x^5}{15} + \cdots sinx=xx36+x5120\sin x = x - \frac{x^3}{6} + \frac{x^5}{120} - \cdots
tanxx=x33+2x515+\tan x - x = \frac{x^3}{3} + \frac{2x^5}{15} + \cdots

The leading term is x33\frac{x^3}{3}.

xsinx=x(xx36+)=x36x5120+x - \sin x = x - \left(x - \frac{x^3}{6} + \cdots\right) = \frac{x^3}{6} - \frac{x^5}{120} + \cdots

The leading term is x36\frac{x^3}{6}.

tanxxxsinx=x33+higher orderx36+higher order=x33(1+)x36(1+)\frac{\tan x - x}{x - \sin x} = \frac{\frac{x^3}{3} + \text{higher order}}{\frac{x^3}{6} + \text{higher order}} = \frac{\frac{x^3}{3}\left(1 + \cdots\right)}{\frac{x^3}{6}\left(1 + \cdots\right)}

As x0x \to 0, the higher-order terms vanish:

limx0tanxxxsinx=1/31/6=13×61=2\lim_{x \to 0} \frac{\tan x - x}{x - \sin x} = \frac{1/3}{1/6} = \frac{1}{3} \times \frac{6}{1} = \mathbf{2}

Why This Works

Both numerator and denominator approach 0 as x0x \to 0 (it is a 00\frac{0}{0} form). The key insight: when two expressions both vanish, the limit depends on the rate at which they vanish. Taylor expansion reveals this rate precisely.

Both tanxx\tan x - x and xsinxx - \sin x are O(x3)O(x^3) near zero. The leading coefficients are 1/31/3 and 1/61/6 respectively, and their ratio gives the limit. Higher-order terms (x5,x7,x^5, x^7, \ldots) become negligible compared to x3x^3 as x0x \to 0.

This technique — comparing leading-order terms — is the most powerful tool for evaluating 0/00/0 limits without L’Hopital.


Alternative Method

If the exam allows L’Hopital’s rule, apply it three times (since both numerator and denominator have their first two derivatives also going to 0 at x=0x = 0):

After 3 applications: d3/dx3(tanxx)d3/dx3(xsinx)x=0=2cos0=21=2\frac{\text{d}^3/\text{d}x^3 (\tan x - x)}{\text{d}^3/\text{d}x^3 (x - \sin x)} \bigg|_{x=0} = \frac{2}{\cos 0} = \frac{2}{1} = 2

But Taylor series is cleaner and faster once you know the standard expansions.

For JEE, memorise these leading terms: sinxxx3/6\sin x \approx x - x^3/6, cosx1x2/2\cos x \approx 1 - x^2/2, tanxx+x3/3\tan x \approx x + x^3/3, ex1+x+x2/2e^x \approx 1 + x + x^2/2, ln(1+x)xx2/2\ln(1+x) \approx x - x^2/2. These six expansions solve 80% of limit problems.


Common Mistake

A frequent error: expanding only to the first term (tanxx\tan x \approx x, sinxx\sin x \approx x) and getting xxxx=00\frac{x - x}{x - x} = \frac{0}{0}. This happens because the first-order terms cancel, so you MUST expand to the cubic term. Always expand one order beyond the cancellation point. If the xx terms cancel, go to x3x^3. If x3x^3 also cancels, go to x5x^5.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next