Limits and Derivatives: Application Problems (9)

hard 2 min read

Question

Evaluate limx0ex1xx22x3\displaystyle \lim_{x \to 0} \frac{e^x - 1 - x - \frac{x^2}{2}}{x^3}.

Solution — Step by Step

At x=0x = 0: numerator =1100=0= 1 - 1 - 0 - 0 = 0, denominator =0= 0. So 0/00/0 form — L’Hôpital applicable.

Differentiate top and bottom:

limx0ex1x3x2\lim_{x\to 0} \frac{e^x - 1 - x}{3x^2}

Still 0/00/0.

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

Still 0/00/0.

limx0ex6=16\lim_{x\to 0} \frac{e^x}{6} = \frac{1}{6}

Final answer: 16\frac{1}{6}.

Why This Works

L’Hôpital’s rule converts 0/00/0 or /\infty/\infty into the limit of derivatives. Each application reduces the order of the singularity by one. Three applications were needed because the denominator was x3x^3.

The numerator ex1xx2/2e^x - 1 - x - x^2/2 is exactly the Taylor remainder at order 3 — it equals x3/6+O(x4)x^3/6 + O(x^4). Dividing by x3x^3 gives 1/61/6 in the limit, matching our L’Hôpital answer.

Alternative Method (Faster)

Use the Taylor series of exe^x:

ex=1+x+x22+x36+x424+e^x = 1 + x + \frac{x^2}{2} + \frac{x^3}{6} + \frac{x^4}{24} + \ldots

Numerator becomes x36+x424+\frac{x^3}{6} + \frac{x^4}{24} + \ldots. Divide by x3x^3:

16+x24+16\frac{1}{6} + \frac{x}{24} + \ldots \to \frac{1}{6}

Three lines, no L’Hôpital. JEE Advanced expects you to know Taylor expansions of exe^x, sinx\sin x, cosx\cos x, ln(1+x)\ln(1+x) at least up to fourth order.

Stopping L’Hôpital too early — after one application, limex1x3x2\lim \frac{e^x - 1 - x}{3x^2} still gives 0/00/0 but students plug in x=0x = 0 and get 0/00/0 which they incorrectly conclude as “limit doesn’t exist”. You must keep applying L’Hôpital until the form is no longer indeterminate.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next