4.6 L'Hôpital's Rule and Indeterminate Forms

Key Takeaways

  • L'Hôpital's Rule applies ONLY to the indeterminate quotient forms 0/0 and ±∞/±∞: if lim f(x)/g(x) produces 0/0 or ±∞/±∞, then lim f(x)/g(x) = lim f'(x)/g'(x).
  • CRITICAL WARNING: L'Hôpital's Rule differentiates numerator f'(x) and denominator g'(x) separately; NEVER use the Quotient Rule when applying L'Hôpital's Rule.
  • Indeterminate products 0 * ∞ must be rewritten as quotients f / (1/g) or g / (1/f) before applying L'Hôpital's Rule.
  • Indeterminate powers 0^0, 1^∞, and ∞^0 require logarithmic transformation: let y = f(x)^g(x), compute L = lim ln y = lim [g(x) * ln f(x)], and recover the limit as e^L.
  • Non-indeterminate forms (such as 1/0, 0/∞, ∞ + ∞, 0^∞) cannot use L'Hôpital's Rule; applying the rule to determinate forms yields incorrect results.
Last updated: August 2026

4.5 L'Hôpital's Rule and Indeterminate Forms

Quick Answer: L'Hôpital's Rule states that if $\lim_{x \to c} \frac{f(x)}{g(x)}$ yields the indeterminate form $\frac{0}{0}$ or $\frac{\pm\infty}{\pm\infty}$, then limxcf(x)g(x)=limxcf(x)g(x)\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)} provided the derivative limit exists or is $\pm\infty$. Never use the Quotient Rule for L'Hôpital's Rule—differentiate the top and bottom separately. Other indeterminate forms ($0 \cdot \infty$, $\infty - \infty$, $1^\infty$, $0^0$, $\infty^0$) must first be algebraically transformed into $\frac{0}{0}$ or $\frac{\infty}{\infty}$.


1. Indeterminate Quotients and Theorem Statement

When evaluating limits by direct substitution, an expression like $\frac{0}{0}$ or $\frac{\infty}{\infty}$ represents an indeterminate form—the limit cannot be determined without deeper mathematical analysis because competing forces are at play.

Formal Theorem Statement

Let $f$ and $g$ be differentiable functions on an open interval containing $c$ (except possibly at $c$ itself), where $g'(x) \neq 0$ near $c$. If: limxcf(x)=0andlimxcg(x)=0\lim_{x \to c} f(x) = 0 \quad \text{and} \quad \lim_{x \to c} g(x) = 0 ORlimxcf(x)=±andlimxcg(x)=±\text{OR} \quad \lim_{x \to c} f(x) = \pm\infty \quad \text{and} \quad \lim_{x \to c} g(x) = \pm\infty then: limxcf(x)g(x)=limxcf(x)g(x)\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)} provided this limit exists as a finite real number or is $\pm\infty$. The theorem holds equally for one-sided limits ($x \to c^+$, $x \to c^-$) and limits at infinity ($x \to \infty$, $x \to -\infty$).

                          L'Hôpital's Rule Decision Tree

                              Evaluate: lim f(x)/g(x)
                                         │
                     ┌───────────────────┴───────────────────┐
                     ▼                                       ▼
          Direct Substitution yields:             Direct Substitution yields:
             0/0  or  ±∞/±∞                          Determinate Form (e.g., 5/2, 0/5, 1/0)
                     │                                       │
                     ▼                                       ▼
          APPLY L'HÔPITAL'S RULE:                 DO NOT APPLY L'HÔPITAL!
             Evaluate: lim f'(x)/g'(x)               State answer directly or evaluate asymptote.

2. The Cardinal Rule: Separate Differentiation

CRITICAL WARNING: Applying L'Hôpital's Rule means taking the independent derivative of the numerator $f'(x)$ and dividing it by the independent derivative of the denominator $g'(x)$: Correct:limf(x)g(x)\text{Correct:} \quad \lim \frac{f'(x)}{g'(x)} FATAL ERROR:limf(x)g(x)f(x)g(x)[g(x)]2(Quotient Rule is NOT used here!)\text{FATAL ERROR:} \quad \lim \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^2} \quad (\text{Quotient Rule is NOT used here!})

Basic Example: Direct Application

Evaluate $\lim_{x \to 0} \frac{\sin(3x)}{x}$.

  1. Check form: Direct substitution gives $\frac{\sin 0}{0} = \frac{0}{0}$ (Indeterminate quotient).
  2. Apply L'Hôpital's Rule: limx0ddx[sin(3x)]ddx[x]=limx03cos(3x)1=3cos(0)1=3(1)1=3\lim_{x \to 0} \frac{\frac{d}{dx}[\sin(3x)]}{\frac{d}{dx}[x]} = \lim_{x \to 0} \frac{3\cos(3x)}{1} = \frac{3\cos(0)}{1} = \frac{3(1)}{1} = 3

3. Repeated Applications and Dominance Hierarchies

If the derivative ratio $\frac{f'(x)}{g'(x)}$ still yields $\frac{0}{0}$ or $\frac{\infty}{\infty}$, verify that the conditions hold and apply L'Hôpital's Rule a second (or third) time.

Example: Two-Stage L'Hôpital Evaluation

Evaluate $\lim_{x \to 0} \frac{e^x - x - 1}{x^2}$.

  1. First test: $\frac{e^0 - 0 - 1}{0^2} = \frac{1 - 1}{0} = \frac{0}{0}$. (Apply L'Hôpital #1): limx0ex12x\lim_{x \to 0} \frac{e^x - 1}{2x}
  2. Second test: $\frac{e^0 - 1}{2(0)} = \frac{0}{0}$. (Apply L'Hôpital #2): limx0ex2=e02=12\lim_{x \to 0} \frac{e^x}{2} = \frac{e^0}{2} = \frac{1}{2}

Growth Rate Dominance Hierarchy at Infinity

Repeated application of L'Hôpital's Rule establishes the fundamental asymptotic growth rate hierarchy as $x \to \infty$:

lnxxpaxx!xx(p>0,a>1)\ln x \ll x^p \ll a^x \ll x! \ll x^x \quad (p > 0, a > 1)

Relative Growth ComparisonLimit ExpressionEvaluation by Dominance
Logarithm vs. Polynomial$\lim_{x \to \infty} \frac{\ln x}{x^2}$$\xrightarrow{\text{L'H}} \lim_{x \to \infty} \frac{1/x}{2x} = \lim_{x \to \infty} \frac{1}{2x^2} = 0$
Polynomial vs. Exponential$\lim_{x \to \infty} \frac{x^3}{e^x}$$\xrightarrow{\text{L'H}\times 3} \lim_{x \to \infty} \frac{6}{e^x} = 0$
Exponential vs. Polynomial$\lim_{x \to \infty} \frac{e^x}{x^4}$Diverges to $+\infty$ (Exponential dominates polynomial)

4. Transforming Other Indeterminate Forms

L'Hôpital's Rule cannot be directly applied to products, differences, or powers. You must convert them to $\frac{0}{0}$ or $\frac{\infty}{\infty}$ first.

Type 1: Indeterminate Products ($0 \cdot \infty$)

Rewrite $f(x) \cdot g(x)$ as a fraction by inverting one factor: f(x)g(x)=f(x)1/g(x)    (00)orf(x)g(x)=g(x)1/f(x)    ()f(x) \cdot g(x) = \frac{f(x)}{1/g(x)} \;\;\left(\frac{0}{0}\right) \qquad \text{or} \qquad f(x) \cdot g(x) = \frac{g(x)}{1/f(x)} \;\;\left(\frac{\infty}{\infty}\right)

Worked Example: Evaluate $\lim_{x \to 0^+} x \ln x$.

  1. Direct substitution gives $0 \cdot (-\infty)$ (Indeterminate product).
  2. Rewrite with $x$ moved to the denominator as $x^{-1}$: limx0+lnx1/x()\lim_{x \to 0^+} \frac{\ln x}{1/x} \quad \left(\frac{-\infty}{\infty}\right)
  3. Apply L'Hôpital's Rule: limx0+1/x1/x2=limx0+(1x(x2))=limx0+(x)=0\lim_{x \to 0^+} \frac{1/x}{-1/x^2} = \lim_{x \to 0^+} \left( \frac{1}{x} \cdot (-x^2) \right) = \lim_{x \to 0^+} (-x) = 0

Type 2: Indeterminate Differences ($\infty - \infty$)

Combine rational expressions over a common denominator or multiply by algebraic conjugates.

Worked Example: Evaluate $\lim_{x \to 1} \left( \frac{1}{\ln x} - \frac{1}{x - 1} \right)$.

  1. Form is $\infty - \infty$.
  2. Combine into a single rational fraction: limx1(x1)lnx(x1)lnx(00)\lim_{x \to 1} \frac{(x - 1) - \ln x}{(x - 1)\ln x} \quad \left(\frac{0}{0}\right)
  3. Apply L'Hôpital's Rule #1: limx111/x(1)lnx+(x1)(1/x)=limx1x1xlnx+11/x=limx1x1xlnx+x1(00)\lim_{x \to 1} \frac{1 - 1/x}{(1)\ln x + (x - 1)(1/x)} = \lim_{x \to 1} \frac{\frac{x - 1}{x}}{\ln x + 1 - 1/x} = \lim_{x \to 1} \frac{x - 1}{x \ln x + x - 1} \quad \left(\frac{0}{0}\right)
  4. Apply L'Hôpital's Rule #2: limx11lnx+x(1/x)+1=limx11lnx+2=10+2=12\lim_{x \to 1} \frac{1}{\ln x + x(1/x) + 1} = \lim_{x \to 1} \frac{1}{\ln x + 2} = \frac{1}{0 + 2} = \frac{1}{2}

Type 3: Indeterminate Powers ($1^\infty$, $0^0$, $\infty^0$)

Use the 3-Step Logarithmic Limit Method:

  1. Let $y = [f(x)]^{g(x)}$ and take the natural log: $\ln y = g(x) \ln(f(x))$.
  2. Compute the limit of the logarithm: $L = \lim_{x \to c} [g(x) \ln(f(x))]$ (using product transformation and L'Hôpital).
  3. Exponentiate to recover the original limit: $\lim_{x \to c} y = e^L$.

Worked Example: Evaluate $\lim_{x \to \infty} \left(1 + \frac{3}{x}\right)^{2x}$.

  1. Form is $1^\infty$.
  2. Let $y = \left(1 + \frac{3}{x}\right)^{2x} \implies \ln y = 2x \ln\left(1 + \frac{3}{x}\right) = \frac{2\ln(1 + 3/x)}{1/x}$.
  3. Evaluate $L = \lim_{x \to \infty} \frac{2\ln(1 + 3/x)}{1/x}$ (form $\frac{0}{0}$): L=limx23/x21+3/x1/x2=limx61+3/x=61+0=6L = \lim_{x \to \infty} \frac{2 \cdot \frac{-3/x^2}{1 + 3/x}}{-1/x^2} = \lim_{x \to \infty} \frac{6}{1 + 3/x} = \frac{6}{1 + 0} = 6
  4. Exponentiate: $\lim_{x \to \infty} \left(1 + \frac{3}{x}\right)^{2x} = e^L = e^6$.

5. Non-Indeterminate (Determinate) Forms

Applying L'Hôpital's Rule to determinate forms produces completely false results. Always test direct substitution before differentiating!

Expression FormLimit ClassificationCorrect Evaluation Method
$\frac{0}{k}$ ($k \neq 0$)DeterminateValue is $0$
$\frac{k}{0}$ ($k \neq 0$)Determinate (Asymptote)Diverges to $\pm\infty$ or does not exist (one-sided signs)
$\frac{0}{\infty}$DeterminateValue is $0$
$\frac{\infty}{0}$DeterminateDiverges to $\pm\infty$
$\infty + \infty$DeterminateDiverges to $+\infty$
$0^\infty$DeterminateValue is $0$
$\infty^\infty$DeterminateDiverges to $+\infty$

Caution Example

Evaluate $\lim_{x \to 0} \frac{x + 2}{x + 3}$.

  • Direct substitution gives $\frac{0 + 2}{0 + 3} = \frac{2}{3}$ (Correct answer!).
  • If you mistakenly applied L'Hôpital's Rule: $\lim_{x \to 0} \frac{1}{1} = 1$ (Completely WRONG!).

6. CLEP Traps and Exam Strategies

  • Trap 1: Applying L'Hôpital's Rule blindly without checking $0/0$ or $\infty/\infty$. This is the number one trap engineered by exam writers.
  • Trap 2: Forgetting to exponentiate ($e^L$) at the end of indeterminate power problems. Remember $L$ is only the limit of $\ln y$. Your final answer must be $e^L$.
  • Trap 3: Using the Quotient Rule. Never write $\frac{f'g - fg'}{g^2}$ during L'Hôpital's Rule. Take derivative of top, derivative of bottom.
Test Your Knowledge

What is the value of the limit lim_{x -> 0} [sin(5x) / (3x)]?

A
B
C
D
Test Your Knowledge

What is the value of the limit lim_{x -> 0} [(e^(2x) - 1 - 2x) / x^2]?

A
B
C
D
Test Your Knowledge

What is the value of the one-sided limit lim_{x -> 0^+} (x^2 ln x)?

A
B
C
D
Test Your Knowledge

What is the value of the limit lim_{x -> ∞} (1 + 3/x)^(2x)?

A
B
C
D