Question
Evaluate x→0limx3ex−1−x−2x2.
Solution — Step by Step
At x=0: numerator =1−1−0−0=0, denominator =0. So 0/0 form — L’Hôpital applicable.
Differentiate top and bottom:
x→0lim3x2ex−1−x
Still 0/0.
x→0lim6xex−1
Still 0/0.
x→0lim6ex=61
Final answer: 61.
Why This Works
L’Hôpital’s rule converts 0/0 or ∞/∞ into the limit of derivatives. Each application reduces the order of the singularity by one. Three applications were needed because the denominator was x3.
The numerator ex−1−x−x2/2 is exactly the Taylor remainder at order 3 — it equals x3/6+O(x4). Dividing by x3 gives 1/6 in the limit, matching our L’Hôpital answer.
Alternative Method (Faster)
Use the Taylor series of ex:
ex=1+x+2x2+6x3+24x4+…
Numerator becomes 6x3+24x4+…. Divide by x3:
61+24x+…→61
Three lines, no L’Hôpital. JEE Advanced expects you to know Taylor expansions of ex, sinx, cosx, ln(1+x) at least up to fourth order.
Stopping L’Hôpital too early — after one application, lim3x2ex−1−x still gives 0/0 but students plug in x=0 and get 0/0 which they incorrectly conclude as “limit doesn’t exist”. You must keep applying L’Hôpital until the form is no longer indeterminate.