4.1.26Calculus I — Limits & Derivatives

L'Hôpital's rule — proof using linear approximation, 0 - 0, ∞ - ∞, other indeterminate forms

1,727 words8 min readdifficulty · medium6 backlinks

WHAT is the problem?

When you plug xax \to a into f(x)g(x)\dfrac{f(x)}{g(x)} and get 00\dfrac{0}{0} or \dfrac{\infty}{\infty}, the expression is indeterminate — the value is not determined by the form alone. Compare:

limx0sinxx=1,limx0sinxx2=,limx0x2sinx=0.\lim_{x\to 0}\frac{\sin x}{x}=1,\qquad \lim_{x\to 0}\frac{\sin x}{x^2}=\infty,\qquad \lim_{x\to 0}\frac{x^2}{\sin x}=0.

All three look like 00\frac{0}{0} yet give totally different answers. So 00\frac{0}{0} is a question, not an answer.


WHY it's true — derivation by linear approximation

This is the "Feynman / derivation-from-scratch" view. Take the 00\frac{0}{0} case with f(a)=g(a)=0f(a)=g(a)=0 (define them so by continuity).

Step 1 — Linearise near aa. Near a point, a differentiable function looks like its tangent line: f(x)f(a)+f(a)(xa),g(x)g(a)+g(a)(xa).f(x)\approx f(a)+f'(a)(x-a),\qquad g(x)\approx g(a)+g'(a)(x-a). Why this step? The whole power of derivatives is that a curve is its tangent line to first order — error vanishes faster than (xa)(x-a).

Step 2 — Use f(a)=g(a)=0f(a)=g(a)=0. The constant terms die: f(x)g(x)f(a)(xa)g(a)(xa)=f(a)g(a).\frac{f(x)}{g(x)}\approx \frac{f'(a)(x-a)}{g'(a)(x-a)}=\frac{f'(a)}{g'(a)}. Why this step? The (xa)(x-a) factors are the shared "smallness". They cancel, leaving the ratio of speeds.

Step 3 — Take the limit. As xax\to a the approximation becomes exact: limxaf(x)g(x)=f(a)g(a)=limxaf(x)g(x).\lim_{x\to a}\frac{f(x)}{g(x)}=\frac{f'(a)}{g'(a)}=\lim_{x\to a}\frac{f'(x)}{g'(x)}.

Rigorous version (Cauchy Mean Value Theorem)

The linear-approximation argument secretly assumes f,gf',g' continuous. The airtight proof uses the Cauchy MVT: for f,gf,g on [a,x][a,x] there is c(a,x)c\in(a,x) with f(x)f(a)g(x)g(a)=f(c)g(c).\frac{f(x)-f(a)}{g(x)-g(a)}=\frac{f'(c)}{g'(c)}. With f(a)=g(a)=0f(a)=g(a)=0 this is f(x)g(x)=f(c)g(c)\dfrac{f(x)}{g(x)}=\dfrac{f'(c)}{g'(c)}. As xax\to a, cc is squeezed to aa, so the limits match. Why this is stronger: no continuity of derivatives needed.

Figure — L'Hôpital's rule — proof using linear approximation, 0 - 0, ∞ - ∞, other indeterminate forms

HOW to use it — and the indeterminate-form zoo

There are 7 indeterminate forms. Only 00\frac{0}{0} and \frac{\infty}{\infty} feed L'Hôpital directly; the rest must be converted.

Form Trick to convert Result type
0/00/0 use directly
/\infty/\infty use directly
00\cdot\infty write fg=f1/gf\cdot g=\dfrac{f}{1/g} 0/00/0 or /\infty/\infty
\infty-\infty common denominator / factor 0/00/0
00, 0, 10^0,\ \infty^0,\ 1^\infty take ln\ln: y=fglny=glnfy=f^g\Rightarrow \ln y=g\ln f 00\cdot\infty

Worked examples


Common mistakes (Steel-man them)


Active recall

Recall Quick self-test (cover answers)
  • What two forms can you apply it to directly? ::: 00\frac{0}{0} and \frac{\infty}{\infty}.
  • Do you use the quotient rule? ::: No — differentiate numerator and denominator separately.
  • How do you handle 000^0? ::: Take ln\ln, turn into 00\cdot\infty, then 0/00/0.
  • What must be true for the conclusion to hold? ::: The limit of f/gf'/g' must exist (or be ±\pm\infty).
Recall Feynman: explain to a 12-year-old

Two snails start at the same line and we ask "after a tiny moment, who is further?" Since they both started at zero, the only thing that decides it is how fast each crawls — that's the slope, the derivative. So instead of comparing their tiny distances (which are both basically zero — confusing!), we just compare their speeds. That swap, distances → speeds, is L'Hôpital's rule.


Flashcards

State L'Hôpital's rule for 0/00/0.
If f(a)=g(a)=0f(a)=g(a)=0, g0g'\neq0 near aa, and limf/g\lim f'/g' exists, then limxaf/g=limxaf/g\lim_{x\to a} f/g = \lim_{x\to a} f'/g'.
Why does linear approximation explain the rule?
Near aa, ff(a)(xa)f\approx f'(a)(x-a) and gg(a)(xa)g\approx g'(a)(x-a); the (xa)(x-a) cancel leaving f(a)/g(a)f'(a)/g'(a).
Which theorem makes the proof rigorous?
The Cauchy Mean Value Theorem.
List the 7 indeterminate forms.
0/0, /, 0, , 00, 0, 10/0,\ \infty/\infty,\ 0\cdot\infty,\ \infty-\infty,\ 0^0,\ \infty^0,\ 1^\infty.
How do you convert 00\cdot\infty?
Write fg=f/(1/g)f\cdot g = f/(1/g) to make 0/00/0 or /\infty/\infty.
How do you handle 1,00,01^\infty,0^0,\infty^0?
Take natural log to get 00\cdot\infty, convert to a fraction, apply the rule, then exponentiate.
Common error: applying which rule by mistake?
The quotient rule — instead differentiate top and bottom independently.
limx0(ex1)/x=?\lim_{x\to0}(e^x-1)/x = ?
11.
limx(lnx)/x=?\lim_{x\to\infty}(\ln x)/x=?
00.
limx(1+1/x)x=?\lim_{x\to\infty}(1+1/x)^x=?
ee.
If limf/g\lim f'/g' does not exist, what can you conclude about limf/g\lim f/g?
Nothing — the rule is one-directional; limf/g\lim f/g may still exist.

Connections

  • Mean Value Theorem — Cauchy MVT is the engine of the proof.
  • Linear Approximation & Tangent Lines — the intuitive derivation.
  • Taylor Series — generalises: ratio of leading nonzero Taylor terms gives the limit.
  • Indeterminate Forms — the broader classification.
  • Limits — Definition & Laws — what a limit must satisfy.
  • Exponential & Logarithm Growth Rates — example (3) compares growth speeds.

Concept Map

question not answer

also direct

f a = g a = 0

tangent line to first order

ratio of speeds

take limit

feeds directly

rigorous proof

c squeezed to a

requires

convert to

underlies

Indeterminate form

0 over 0

∞ over ∞

Linear approximation

Cancel x - a factors

Ratio of derivatives

L'Hôpital's rule

Cauchy MVT

f g differentiable, g' ≠ 0

Other forms e.g. 0·∞, ∞-∞

Derivative = speed of change

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, jab limit lete waqt 00\frac{0}{0} ya \frac{\infty}{\infty} aata hai, toh yeh koi answer nahi hai — yeh ek sawaal hai. Top aur bottom dono zero ki taraf ja rahe hain, lekin asli sawaal yeh hai ki kaun kitni speed se zero ki taraf ja raha hai. Aur speed ka matlab hai derivative. Isliye L'Hôpital bolta hai: limit of f/gf/g ko badal do limit of f/gf'/g' se. Bas ek dhyan rakho — yeh quotient rule nahi hai; upar aur neeche ko alag-alag differentiate karna hai.

Iska proof simple intuition se aata hai: koi bhi smooth function apne point ke paas apni tangent line jaisa dikhta hai, yani f(x)f(a)(xa)f(x)\approx f'(a)(x-a) aur g(x)g(a)(xa)g(x)\approx g'(a)(x-a) (kyunki f(a)=g(a)=0f(a)=g(a)=0). Ab dono mein (xa)(x-a) cancel ho jata hai aur bachta hai f(a)/g(a)f'(a)/g'(a). Bilkul jaise do snail same line se start karein — thodi der baad jo zyada tej crawl karega wahi aage hoga, aur "tej" ka matlab slope yani derivative.

Baaki forms — 00\cdot\infty, \infty-\infty, 000^0, 11^\infty, 0\infty^0 — pehle inhe 0/00/0 ya /\infty/\infty mein convert karna padta hai. 00\cdot\infty ko fraction bana do (f/(1/g)f/(1/g)); aur power waale forms (11^\infty type) mein pehle log lo, jisse exponent neeche aa jaata hai. Phir hi rule lagao.

Ek important warning: hamesha pehle form check karo, aur agar f/gf'/g' ka limit exist nahi karta toh tum yeh nahi keh sakte ki original limit bhi nahi hai. Aur kabhi-kabhi rule loop maarta rehta hai (jaise ex/e2x+1e^x/\sqrt{e^{2x}+1}) — tab algebra use karo, zid mat karo!

Go deeper — visual, from zero

Test yourself — Calculus I — Limits & Derivatives

Connections