Method guideCalculus IFoundational10 min read

How to evaluate an indeterminate limit

A decision process for 0/0 and ∞/∞ that starts with algebra before reaching for a theorem.

00or\frac00\quad\text{or}\quad\frac{\infty}{\infty}
Method guide

How to recognize the method, run it, and know when it is the wrong choice.

Reviewed July 11, 2026
First moveStart here

Substitute once. If the form is indeterminate, simplify the expression or expose a known limit; do not perform arithmetic with the symbols 0/0 or ∞/∞.

01

Indeterminate does not mean nonexistent

The same form can hide many outcomes. A 0/0 limit may be zero, finite and nonzero, infinite, or nonexistent. The form tells you the current expression has not revealed enough information.

Write the form beside your work, then change the expression while preserving equality for nearby inputs.

02

A reliable order of operations

For rational expressions, factor and cancel. For radicals, multiply by a conjugate. For trigonometric expressions, look for sin u / u or 1 minus cos u patterns. For growth at infinity, divide by the dominant power.

L’Hôpital’s rule is useful only after its hypotheses are met. It should confirm structure, not replace basic algebra automatically.

03

Know when to stop

After simplification, substitute again. If the new expression is continuous at the target, the limit is finished. Repeated manipulation after the obstruction is gone creates mistakes rather than rigor.

Worked exampleFactor before differentiating

Evaluate (x² − 9)/(x − 3) as x approaches 3.

1x29x300\frac{x^2-9}{x-3}\longrightarrow\frac00

Direct substitution identifies the obstruction.

2(x3)(x+3)x3=x+3(x3)\frac{(x-3)(x+3)}{x-3}=x+3\quad(x\ne3)

Cancel for nearby inputs, which is exactly where a limit lives.

3limx3(x+3)=6\lim_{x\to3}(x+3)=6

Now substitution is legal.

Result6\boxed{6}
Watch for

Common mistakes

  1. Writing 0/0 = 0 or 1.
  2. Canceling terms across addition instead of common factors.
  3. Using L’Hôpital’s rule before checking the form and hypotheses.
Keep

Three takeaways

  1. The form diagnoses a problem; it does not determine the answer.
  2. Preserve equality for nearby nonzero inputs.
  3. Simplify, then substitute again.