How do you evaluate a limit that gives 0 over 0?

When you evaluate a limit by plugging in the target number and you get 0/00/0, it means the limit is in an indeterminate form. It does not mean the answer is zero, one, or undefined. It simply means you do not have enough information yet to determine the true value of the limit.

Think of 0/00/0 like a masked person at a costume party. You know someone is standing there, but you have to remove their mask to see who it actually is. In calculus, getting 0/00/0 is just the mask, and we use algebra or calculus tools to pull it off and reveal the real number underneath.

What is an indeterminate form?

An indeterminate form occurs when direct substitution yields an expression that doesn't have a definitive mathematical value. The most common one you will see is 0/00/0. Because dividing by zero is usually undefined, but having zero in the numerator usually makes a fraction zero, these two rules are fighting each other. The true value could be 55, 12-12, or it might actually not exist. You just have to do more work to find out.

Unmasking by Factoring

The most common way to fix a 0/00/0 limit is to factor the polynomials in the numerator and the denominator. If plugging in a number makes the expression zero, that number is a root. This guarantees that both the top and the bottom share a common factor. Once you factor both parts, you can cancel out the offending term. After canceling, you simply try direct substitution again.

Using Conjugates for Square Roots

If your limit involves square roots and gives 0/00/0, factoring might not be obvious. Instead, we use a trick called multiplying by the conjugate. If you have an expression like x2\sqrt{x} - 2, its conjugate is x+2\sqrt{x} + 2. Multiplying the numerator and denominator by this conjugate uses the difference of squares rule to eliminate the square root, which usually reveals a common factor you can cancel.

The Ultimate Tool: L'Hôpital's Rule

Later in your calculus journey, you will learn derivatives. Once you know them, L'Hôpital's Rule becomes a powerful shortcut. It states that if a limit yields 0/00/0, you can take the derivative of the numerator and the derivative of the denominator separately, then try plugging in the number again. If it still gives 0/00/0, you can apply the rule a second time. A common slip here is accidentally using the Quotient Rule for the whole fraction—remember, L'Hôpital's Rule treats the top and bottom as completely separate pieces.

Worked through

Evaluate limx3x29x3\lim_{x \to 3} \frac{x^2 - 9}{x - 3}.

First, we try direct substitution by plugging in x=3x = 3. This gives 32933\frac{3^2 - 9}{3 - 3}, which simplifies to 0/00/0. Because this is an indeterminate form, we need to do more work.

Next, we look at the numerator, x29x^2 - 9. This is a difference of squares and can be factored into (x3)(x+3)(x - 3)(x + 3).

Now we rewrite the limit: limx3(x3)(x+3)x3\lim_{x \to 3} \frac{(x - 3)(x + 3)}{x - 3}.

We can cancel the common factor of (x3)(x - 3) from the top and bottom, as long as xeq3x eq 3 (which is exactly what a limit means).

This leaves us with limx3(x+3)\lim_{x \to 3} (x + 3).

Finally, we try direct substitution again: 3+3=63 + 3 = 6. The limit is 66.

Questions students ask

Ask about this topic

Where this comes from: OpenStax Calculus Volume 1, Chapter 2: Limits · Khan Academy, AP Calculus AB: Evaluating limits analytically

See also