L'Hôpital's Rule — Evaluate lim(x→0) (eˣ - 1)/x

medium CBSE JEE-MAIN JEE Main 2024 3 min read

Question

Evaluate:

limx0ex1x\lim_{x \to 0} \frac{e^x - 1}{x}

This limit appeared in JEE Main 2024 and is a foundational result — understanding it deeply will help you handle dozens of similar limits.


Solution — Step by Step

Substitute x=0x = 0 directly: numerator gives e01=0e^0 - 1 = 0, denominator gives 00. We get 00\frac{0}{0} — a classic indeterminate form. Direct substitution fails, so L’Hôpital’s rule applies.

L’Hôpital’s rule says: if limxaf(x)=0\lim_{x \to a} f(x) = 0 and limxag(x)=0\lim_{x \to a} g(x) = 0 (or both ±\pm\infty), then:

limxaf(x)g(x)=limxaf(x)g(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)}

provided the right-hand limit exists. Both conditions check out here, so we’re good to proceed.

Differentiate top and bottom with respect to xx:

  • Numerator: ddx(ex1)=ex\frac{d}{dx}(e^x - 1) = e^x
  • Denominator: ddx(x)=1\frac{d}{dx}(x) = 1

The limit becomes:

limx0ex1\lim_{x \to 0} \frac{e^x}{1}

Now substitute x=0x = 0 — no indeterminate form this time:

e01=11=1\frac{e^0}{1} = \frac{1}{1} = 1

Answer: limx0ex1x=1\displaystyle\lim_{x \to 0} \frac{e^x - 1}{x} = 1


Why This Works

L’Hôpital’s rule works because near x=0x = 0, both f(x)=ex1f(x) = e^x - 1 and g(x)=xg(x) = x shrink to zero at comparable rates. The ratio of their derivatives captures the relative speed at which they approach zero — and that ratio is what the limit actually measures.

Geometrically, ex1xe^x - 1 \approx x for small xx (this is the first-order Taylor expansion of exe^x). So ex1xxx=1\frac{e^x - 1}{x} \approx \frac{x}{x} = 1 near the origin. L’Hôpital’s rule is essentially a formal way of extracting this linear approximation.

This result — limx0ex1x=1\lim_{x \to 0} \frac{e^x - 1}{x} = 1 — is itself a standard limit worth memorising. You’ll use it as a building block for harder limits.


Alternative Method

We can use the Taylor series expansion of exe^x around x=0x = 0:

ex=1+x+x22!+x33!+e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots

So:

ex1=x+x22!+x33!+e^x - 1 = x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots

Dividing by xx:

ex1x=1+x2!+x23!+\frac{e^x - 1}{x} = 1 + \frac{x}{2!} + \frac{x^2}{3!} + \cdots

As x0x \to 0, every term except the first vanishes. So the limit is 1\mathbf{1}.

The Taylor expansion method is often faster in JEE when L’Hôpital’s needs multiple rounds. If you see ex1x\frac{e^x - 1}{x}, sinxx\frac{\sin x}{x}, or ln(1+x)x\frac{\ln(1+x)}{x} as sub-expressions inside a tougher limit, substitute the known result directly — don’t redo the derivation.


Common Mistake

Differentiating the fraction as a whole instead of numerator and denominator separately.

A very common error: students apply the quotient rule to ex1x\frac{e^x - 1}{x} and differentiate the entire expression as one unit, getting xex(ex1)x2\frac{xe^x - (e^x - 1)}{x^2}. That is NOT what L’Hôpital’s rule asks for.

L’Hôpital’s rule says differentiate f(x)f(x) and g(x)g(x) independently, then take the ratio f(x)g(x)\frac{f'(x)}{g'(x)}. This is fundamentally different from (fg)\left(\frac{f}{g}\right)'.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next