Understanding Indeterminate Forms
In earlier readings on limits, we mostly handled situations where direct substitution worked smoothly. We substituted the value of ##x## into a function and obtained a finite number, or we could clearly see that the expression grew without bound. However, as we move deeper into calculus, we frequently meet expressions where substitution leads to symbols such as ##\frac{0}{0}## or ##\infty – \infty##. These are called indeterminate forms. Understanding indeterminate forms in limits is crucial, because they tell us that the form alone does not determine the value of the limit; we must analyse the underlying functions more carefully.
1. Determinate vs. indeterminate forms
When we evaluate a limit, some forms immediately tell us the behaviour:
- ##\frac{5}{0^+}## suggests that the expression grows without bound towards ##+\infty##.
- ##\frac{0}{5} = 0## gives a clear finite value.
- ##2^{\infty}## clearly tends to ##\infty##, because powers of 2 grow without bound.
These are determinate cases: the symbolic form decides the outcome. In contrast, indeterminate forms in limits are symbolic patterns such as ##\frac{0}{0}## or ##\infty – \infty## where many different limit values are possible. The symbol alone is not enough.
The standard list of indeterminate forms in limits is:
- ##\frac{0}{0}##
- ##\frac{\infty}{\infty}##
- ##\infty – \infty##
- ##0 \times \infty##
- ##1^{\infty}##
- ##0^{0}##
- ##\infty^{0}##
In this reading, we explore why these are indeterminate and work through many examples where we convert them into familiar forms using algebraic techniques such as factoring, rationalisation, and dominant-term analysis.
2. The indeterminate form 0/0
The form ##\frac{0}{0}## is the most frequently encountered among indeterminate forms in limits. It often appears in rational functions when both numerator and denominator vanish at the same value of ##x##. The underlying idea is that a common factor is “hidden” in the expression, and we must simplify to reveal it.
Example 1
Evaluate ###\lim_{x \to 1} \frac{x^2 – 1}{x – 1}.###
Solution. Substituting ##x = 1## gives
###\frac{1^2 – 1}{1 – 1} = \frac{0}{0},###
an indeterminate form. We factor the numerator:
###x^2 – 1 = (x – 1)(x + 1).###
So for ##x \neq 1##,
###\frac{x^2 – 1}{x – 1} = \frac{(x – 1)(x + 1)}{x – 1} = x + 1.###
Now the limit is straightforward:
###\lim_{x \to 1} (x + 1) = 2.###
Example 2
Evaluate ###\lim_{x \to 2} \frac{x^2 – 4x + 4}{x – 2}.###
Solution. Substituting ##x = 2## again gives ##\frac{0}{0}##. We factor the numerator as a perfect square:
###x^2 – 4x + 4 = (x – 2)^2.###
Thus, for ##x \neq 2##,
###\frac{x^2 – 4x + 4}{x – 2} = \frac{(x – 2)^2}{x – 2} = x – 2.###
Now
###\lim_{x \to 2} (x – 2) = 0.###
Example 3
Evaluate ###\lim_{x \to -2} \frac{x^2 + 3x + 2}{x + 2}.###
Solution. Factor the numerator:
###x^2 + 3x + 2 = (x + 1)(x + 2).###
So for ##x \neq -2##,
###\frac{x^2 + 3x + 2}{x + 2} = \frac{(x + 1)(x + 2)}{x + 2} = x + 1.###
Therefore,
###\lim_{x \to -2} \frac{x^2 + 3x + 2}{x + 2} = \lim_{x \to -2} (x + 1) = -1.###
Example 4
Evaluate ###\lim_{x \to 1} \frac{x^2 – 1}{x^2 – 1}###.
Solution. Direct substitution gives ##\frac{0}{0}##, but algebra reveals what is happening. For ##x \neq 1##,
###\frac{x^2 – 1}{x^2 – 1} = 1.###
Thus the limit is
###\lim_{x \to 1} \frac{x^2 – 1}{x^2 – 1} = 1.###
Here a ##\frac{0}{0}## form hides a constant value.
3. The indeterminate form ∞/∞
The form ##\frac{\infty}{\infty}## occurs when both numerator and denominator grow without bound. We typically resolve such limits by dividing the numerator and denominator by the highest power of ##x## present.
Example 5
Evaluate ###\lim_{x \to \infty} \frac{2x^2 + 3}{x^2 – 5}.###
Solution. As ##x \to \infty##, numerator and denominator both tend to infinity, so we have a ##\frac{\infty}{\infty}## form. Divide by ##x^2##:
###\lim_{x \to \infty} \frac{2 + \frac{3}{x^2}}{1 – \frac{5}{x^2}} = \frac{2 + 0}{1 – 0} = 2.###
Example 6
Evaluate ###\lim_{x \to \infty} \frac{5x^3 – x}{2x^3 + 7}.###
Solution. Divide numerator and denominator by ##x^3##:
###\lim_{x \to \infty} \frac{5 – \frac{1}{x^2}}{2 + \frac{7}{x^3}} = \frac{5 – 0}{2 + 0} = \frac{5}{2}.###
Example 7
Evaluate ###\lim_{x \to -\infty} \frac{3x^2 + x}{-x^2 + 4}.###
Solution. Divide by ##x^2## again:
###\lim_{x \to -\infty} \frac{3 + \frac{1}{x}}{-1 + \frac{4}{x^2}} = \frac{3 + 0}{-1 + 0} = -3.###
4. The indeterminate form ∞ − ∞
The expression ##\infty – \infty## is another member of indeterminate forms in limits. Both terms grow without bound, and it is not obvious which one dominates. We usually combine the terms into a single fraction or rationalise to reveal the true behaviour.
Example 8
Evaluate ###\lim_{x \to \infty} \left( \sqrt{x^2 + x} – x \right).###
Solution. Directly, both terms tend to ##\infty##, giving ##\infty – \infty##. We rationalise:
###\sqrt{x^2 + x} – x = \frac{(\sqrt{x^2 + x} – x)(\sqrt{x^2 + x} + x)}{\sqrt{x^2 + x} + x} = \frac{x^2 + x – x^2}{\sqrt{x^2 + x} + x} = \frac{x}{\sqrt{x^2 + x} + x}.###
Thus the limit becomes
###\lim_{x \to \infty} \frac{x}{\sqrt{x^2 + x} + x}.###
Factor ##x## inside the square root:
###\sqrt{x^2 + x} = |x|\sqrt{1 + \frac{1}{x}}.###
For large positive ##x##, ##|x| = x##, so
###\frac{x}{x\sqrt{1 + 1/x} + x} = \frac{1}{\sqrt{1 + 1/x} + 1}.###
Now
###\lim_{x \to \infty} \frac{1}{\sqrt{1 + 1/x} + 1} = \frac{1}{1 + 1} = \frac{1}{2}.###
Example 9
Evaluate ###\lim_{x \to \infty} \left( \sqrt{x^2 + 4x} – \sqrt{x^2 + x} \right).###
Solution. Again we see ##\infty – \infty##. Rationalise by multiplying numerator and denominator by the conjugate:
###\sqrt{x^2 + 4x} – \sqrt{x^2 + x} = \frac{(x^2 + 4x) – (x^2 + x)}{\sqrt{x^2 + 4x} + \sqrt{x^2 + x}} = \frac{3x}{\sqrt{x^2 + 4x} + \sqrt{x^2 + x}}.###
Now factor ##x## from each root as before:
###\frac{3x}{x\sqrt{1 + 4/x} + x\sqrt{1 + 1/x}} = \frac{3}{\sqrt{1 + 4/x} + \sqrt{1 + 1/x}}.###
Taking the limit,
###\lim_{x \to \infty} \frac{3}{\sqrt{1 + 4/x} + \sqrt{1 + 1/x}} = \frac{3}{1 + 1} = \frac{3}{2}.###
5. The indeterminate form 0 × ∞
The product ##0 \times \infty## is indeterminate because the zero factor tends to pull the product towards 0, while the infinite factor tends to push it towards infinity. To resolve such limits, we usually rewrite the product as a quotient.
Example 10
Evaluate ###\lim_{x \to 0^+} x \cdot \frac{1}{\sqrt{x}}.###
Solution. As ##x \to 0^+##, we have ##x \to 0## and ##\frac{1}{\sqrt{x}} \to \infty##. So the product is of the form ##0 \times \infty##. Simplify the expression:
###x \cdot \frac{1}{\sqrt{x}} = \sqrt{x}.###
Now
###\lim_{x \to 0^+} \sqrt{x} = 0.###
Example 11
Evaluate ###\lim_{x \to \infty} \frac{x}{e^x}.###
Solution. As ##x \to \infty##, the numerator grows without bound while ##e^x## grows even faster, so the fraction tends to 0. We can think of this as a ##0 \times \infty## type by writing
###\frac{x}{e^x} = x \cdot e^{-x}.###
Here ##x \to \infty## and ##e^{-x} \to 0##. Exponential decay dominates polynomial growth, so
###\lim_{x \to \infty} \frac{x}{e^x} = 0.###
6. Power-type indeterminate forms: 1^∞, 0^0, ∞^0
Some of the most delicate indeterminate forms in limits appear in expressions with exponents. Typical examples are ##1^{\infty}##, ##0^{0}##, and ##\infty^{0}##. To handle them, we usually take logarithms and rewrite the expression in terms of products or quotients. Here we see two classic examples.
Example 12 (The number e)
Evaluate ###\lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n.###
Discussion and result. As ##n \to \infty##, the base tends to 1 and the exponent tends to infinity, giving a ##1^{\infty}## form. A careful analysis using logarithms shows that this limit equals the famous constant ##e \approx 2.71828##. We do not prove the full result here, but this example illustrates how a ##1^{\infty}## form can converge to a finite, non-trivial number.
Example 13
Consider ###\lim_{x \to 0^+} x^x.###
Solution (outline). As ##x \to 0^+##, the base ##x## tends to 0, while the exponent ##x## also tends to 0, giving the form ##0^{0}##. We can write
###x^x = e^{x \ln x}.###
Then we analyse ##\lim_{x \to 0^+} x \ln x##. It can be shown (using methods from more advanced calculus) that
###\lim_{x \to 0^+} x \ln x = 0.###
Hence
###\lim_{x \to 0^+} x^x = e^{0} = 1.###
This shows that a ##0^{0}## form can give a finite, non-zero limit.
Example 14
Consider ###\lim_{x \to \infty} \left(1 + \frac{1}{x}\right)^{2x}.###
Idea. This is another ##1^{\infty}## form. We can write
###\left(1 + \frac{1}{x}\right)^{2x} = \left[\left(1 + \frac{1}{x}\right)^x\right]^2.###
As in Example 12, the inner limit tends to ##e##, so the whole expression tends to ##e^2##. Thus a ##1^{\infty}## form can also converge to values like ##e^2##.
7. Classification practice with full solutions
We now look at a few more examples, primarily to classify the form obtained by direct substitution and to simplify where possible.
Example 15
Evaluate and classify ###\lim_{x \to 1} \frac{x^3 – 1}{x – 1}.###
Solution. Substitution gives ##\frac{0}{0}##. Factor the numerator:
###x^3 – 1 = (x – 1)(x^2 + x + 1).###
So
###\frac{x^3 – 1}{x – 1} = x^2 + x + 1, \quad x \neq 1.###
Hence
###\lim_{x \to 1} \frac{x^3 – 1}{x – 1} = 1^2 + 1 + 1 = 3.###
The form was ##\frac{0}{0}##, and the limit turned out to be a finite number.
Example 16
Evaluate and classify ###\lim_{x \to \infty} \left(\sqrt{x^2 + 2x} – \sqrt{x^2 + x}\right).###
Solution. Direct substitution suggests ##\infty – \infty##. We rationalised a similar expression in Example 9 and obtained a finite limit. By the same steps, we find
###\lim_{x \to \infty} \left(\sqrt{x^2 + 2x} – \sqrt{x^2 + x}\right) = \frac{1}{2}.###
So an ##\infty – \infty## form can hide a finite answer.
8. Summary
In this reading, we examined indeterminate forms in limits and saw why they require special care.
- Indeterminate forms such as ##\frac{0}{0}##, ##\frac{\infty}{\infty}##, ##\infty – \infty##, ##0 \times \infty##, ##1^{\infty}##, ##0^{0}##, and ##\infty^{0}## do not determine the limit by themselves.
- The same symbolic form can correspond to many different limits depending on the functions involved.
- We use tools such as factoring, rationalisation, dividing by dominant terms, and (later) logarithms to convert indeterminate forms into determinate ones.
- Once an expression is simplified, we usually return to direct substitution or previously established standard limits.
As we move further into calculus, especially into trigonometric and exponential limits and the definition of derivatives, the ability to recognise indeterminate forms in limits will guide us toward the right algebraic strategy.
9. References for further reading
- The article on limits at Wikipedia provides a broad overview of different limit behaviours and examples.
- Introductory texts and notes from organisations such as the American Mathematical Society (AMS) and the National Institute of Standards and Technology (NIST) often discuss limits, continuity, and related foundational ideas.




0 Comments