Quick Reference
| Indeterminate Form | Recommended Technique | Key Algebraic Operation |
|---|---|---|
| Direct Form () | Direct Substitution | Substitute directly into expression. |
| (Polynomials) | Factoring Technique | Factor out from numerator and denominator and cancel. |
| (Radicals) | Rationalizing Technique | Multiply numerator and denominator by conjugate radical . |
| or (Fractions) | Common Denominator Technique | Combine sub-fractions over a common denominator into a single fraction. |
| or Polynomials () | Leading Term Technique | Keep only the largest degree term of numerator and denominator. |
To evaluate the limit of a function f as , we first try putting x = a in , and that is the value of the limit unless we get one of the indeterminate forms (, , , ). If we get an indeterminate form, to evaluate the limit, we can try one of the following strategies. The most powerful technique for finding limits of indeterminate forms will be discussed in L'Hôpital's Rule.
Note: Direct Substitution Works Only for Continuous Functions
This technique works when f is continuous at a, since . However, we must exercise caution when applying direct substitution to piecewise-defined functions or at any point where the function may be discontinuous. For example, consider the greatest integer function (also known as the floor function), . Although , the limit does not exist because the one-sided limits differ: while (see the graph below).

Factoring technique: If and are two polynomial functions and , it follows that is a common factor (by the Factor Theorem) of and . To evaluate , factor out and cancel it from the denominator and numerator.
- If it is not easy to factor out , you may divide both and by .
Find .
Solution
Plugging into the expression yields , which is an indeterminate form, so direct substitution does not work. The fact that both and become zero upon substituting for x shows that is a common factor:
Therefore, we can simplify the fraction:
\begin{aligned} \lim_{x\to 2} \frac{x^2 - 4}{3x - 6} &= \lim_{x\to 2} \frac{(x - 2)(x + 2)}{3(x - 2)} \\ &= \frac{1}{3} \lim_{x\to 2} (x + 2). \end{aligned}Now we can substitute for x:
\begin{aligned} \frac{1}{3} \lim_{x\to 2} (x + 2) &= \frac{1}{3}(2 + 2) \\ &= \frac{4}{3}. \end{aligned}Find .
Solution
If we plug into the given expression, we get , which is an indeterminate form, so direct substitution does not work. Because , we can use the Difference of Cubes formula and write:
The denominator is a quadratic function, and we know is a factor. The other factor is of the form . To discover a and b, we multiply it by :
By comparing the above expression with , we realize that we must have and . Therefore,
and
\begin{aligned} \frac{x^3 - 1}{2x^2 + x - 3} &= \frac{(x - 1)(x^2 + x + 1)}{(x - 1)(2x + 3)} \\ &= \frac{x^2 + x + 1}{2x + 3} \qquad (\text{if } x \neq 1). \end{aligned}Now we can plug into the simplified fraction:
\begin{aligned} \lim_{x\to 1} \frac{x^2 + x + 1}{2x + 3} &= \frac{1^2 + 1 + 1}{2(1) + 3} \\ &= \frac{3}{5}. \end{aligned}
Rationalizing Technique: If there is an indeterminate limit, and the denominator or the numerator is an expression of the form which becomes upon substitution of a for x, multiply both the numerator and denominator by the conjugate radical and use the following formula:
Find .
Solution
If we substitute for x, we get the indeterminate form , so direct substitution does not work. As discussed above, we multiply and divide the given expression by the conjugate of the denominator, which is :
\begin{aligned} \lim_{x\to -4} \frac{x^2 - 16}{3 - \sqrt{x^2 - 7}} &= \lim_{x\to -4} \left( \frac{x^2 - 16}{3 - \sqrt{x^2 - 7}} \cdot \frac{3 + \sqrt{x^2 - 7}}{3 + \sqrt{x^2 - 7}} \right) \\ &= \lim_{x\to -4} \frac{(x^2 - 16)(3 + \sqrt{x^2 - 7})}{3^2 - (x^2 - 7)} \\ &= \lim_{x\to -4} \frac{(x^2 - 16)(3 + \sqrt{x^2 - 7})}{16 - x^2} \\ &= \lim_{x\to -4} \left( -3 - \sqrt{x^2 - 7} \right) \\ &= -3 - 3 \\ &= -6. \end{aligned}Common Denominator Technique: If the limit of is indeterminate and f and g are two fractions, find a common denominator, convert them to one indeterminate quotient ( or ), and then simplify the result.
Find .
Solution
When and (that is, as ), both and approach zero through positive values. So
(Note: We write on the equal sign to denote that the limit of the numerator is and the limit of the denominator is zero, but the denominator approaches through positive values. In other words, the numerator and the denominator are of the same sign. Therefore, the fraction goes to , not ) and we have an indeterminate form , so direct evaluation does not work. When and (that is, as ), then both and approach zero through negative values. So
and we again have an indeterminate form or .
To evaluate the limit, we find the common denominator. Because [Recall the identity ], we have
\begin{aligned} \lim_{x\to 1} \left( \frac{2}{x^2 - 1} - \frac{1}{x - 1} \right) &= \lim_{x\to 1} \left( \frac{2}{(x - 1)(x + 1)} - \frac{x + 1}{(x - 1)(x + 1)} \right) \\ &= \lim_{x\to 1} \frac{2 - (x + 1)}{(x - 1)(x + 1)} \\ &= \lim_{x\to 1} \frac{1 - x}{(x - 1)(x + 1)} \\ &= \lim_{x\to 1} \frac{-1}{x + 1} \\ &= -\frac{1}{2}. \end{aligned}Here, we did not have to consider the one-sided limits ( and ) separately.
Leading Term Technique: When x is numerically large ( or ), the limit of a polynomial and a rational function is determined by their leading terms as explained below.
Find .
Solution
Because and , the limit has the indeterminate form , so direct evaluation does not work. To evaluate this limit, we factor out the highest power of x and then use the fact that for :
\begin{aligned} \lim_{x\to -\infty} (-3x^5 - 8x^2 + 37) &= \lim_{x\to -\infty} \left[ x^5 \left( -3 - \frac{8}{x^3} + \frac{37}{x^5} \right) \right] \\ &= \left( \lim_{x\to -\infty} x^5 \right) \left( \lim_{x\to -\infty} \left( -3 - \frac{8}{x^3} + \frac{37}{x^5} \right) \right) \\ &= \left( \lim_{x\to -\infty} x^5 \right) (-3 - 0 + 0) \\ &= (-\infty)(-3) \\ &= +\infty. \end{aligned}Similar to the last example, as or , we can factor out the highest power of x and show that if then:
\bbox[8px,#E6F0FA, border: 3px solid #0066CC]{ \begin{aligned} \lim_{x\to\pm\infty} &(a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0) = \lim_{x\to\pm\infty} (a_n x^n) \\ &= \text{limit of the largest degree term.} \end{aligned} }Similarly, to determine the behavior of a rational function (a function of the form where and are polynomials) as or , we first divide each term in the numerator by the highest power of x occurring in the numerator and each term in the denominator by the highest power of x occurring in the denominator, and then use the fact that () as . It follows from this argument that if and , then:
\bbox[8px, #E6F0FA, border: 3px solid #0066CC]{\begin{aligned} \lim_{x\to\pm\infty} &\frac{a_n x^n + \dots + a_1 x + a_0}{b_m x^m + \dots + b_1 x + b_0} \\ &= \lim_{x\to\pm\infty} \frac{a_n x^n}{b_m x^m} \\ &= \lim_{x\to\pm\infty} \frac{\text{largest degree term of numerator}}{\text{largest degree term of denominator}}. \end{aligned}}Find:
Solution
(a) Direct evaluation as gives , which is an indeterminate form, so direct evaluation does not work. Let's factor out the highest power of x and then use the fact that () as :
\begin{aligned} \lim_{x\to -\infty} \frac{3x^3 - 4x^2 + x + 3}{-x^3 + 2x^2} &= \lim_{x\to -\infty} \frac{x^3 \left( 3 - \frac{4}{x} + \frac{1}{x^2} + \frac{3}{x^3} \right)}{-x^3 \left( 1 - \frac{2}{x} \right)} \\ &= \frac{\lim_{x\to -\infty} 3 - 4 \lim_{x\to -\infty} \frac{1}{x} + \lim_{x\to -\infty} \frac{1}{x^2} + 3 \lim_{x\to -\infty} \frac{1}{x^3}}{\lim_{x\to -\infty} (-1) - 2 \lim_{x\to -\infty} \frac{1}{x}} \\ &= \frac{3 - 0 + 0 + 0}{-1 + 0} \\ &= -3, \end{aligned}or we may use the above shortcut and say:
\begin{aligned} \lim_{x\to -\infty} \frac{3x^3 - 4x^2 + x + 3}{-x^3 + 2x^2} &= \lim_{x\to -\infty} \frac{3x^3}{-x^3} \\ &= -3. \end{aligned}(b) Direct evaluation as gives , so direct evaluation does not work. We use the leading term shortcut: to determine the end behavior of a rational function, we keep only the largest degree term in the numerator and the largest degree term in the denominator: \begin{aligned} \lim_{x\to +\infty} \frac{13x^4 - 5x^3 + 4x + 15}{-x^5 + 16x^2 + 1} &= \lim_{x\to +\infty} \frac{13x^4}{-x^5} \\ &= \lim_{x\to +\infty} \frac{-13}{x} \\ &= 0. \end{aligned}
Exercises
Evaluate the limit or show that it does not exist:
Answer
Solution
By direct substitution of :
\begin{aligned} \lim_{t\to 2} \frac{t^2 + 5t + 6}{t + 2} &= \frac{2^2 + 5(2) + 6}{2 + 2} \\ &= \frac{4 + 10 + 6}{4} \\ &= \frac{20}{4} \\ &= 5. \end{aligned}Since direct substitution yields a defined value (), this is not an indeterminate form.
Evaluate the limit or show that it does not exist:
Answer
Solution
Direct substitution of gives , which is an indeterminate form, so direct substitution does not work.
To factor the numerator , we need two numbers whose sum is and whose product is . These numbers are and , so .
Canceling the common factor for :
Evaluate the limit or show that it does not exist:
Answer
Solution
Direct substitution of gives , which is an indeterminate form, so direct substitution does not work.
Factoring the denominator using the difference of squares:
Canceling the common factor for :
\begin{aligned} \lim_{y\to 5} \frac{y - 5}{y^2 - 25} &= \lim_{y\to 5} \frac{y - 5}{(y - 5)(y + 5)} \\ &= \lim_{y\to 5} \frac{1}{y + 5} \\ &= \frac{1}{5 + 5} \\ &= \frac{1}{10}. \end{aligned}
Evaluate the limit:
Answer
Solution
Direct substitution of gives , which is an indeterminate form, so direct substitution does not work.
Expand the squared term in the numerator:
Canceling h for :
\begin{aligned} \lim_{h\to 0} \frac{(x + h)^2 - x^2}{h} &= \lim_{h\to 0} \frac{h(2x + h)}{h} \\ &= \lim_{h\to 0} (2x + h) \\ &= 2x + 0 \\ &= 2x. \end{aligned}
Find .
Answer
Solution
Direct substitution of gives , which is an indeterminate form, so direct substitution does not work.
Using the Difference of Cubes formula :
Dividing denominator by gives:
Canceling :
\begin{aligned} \lim_{x\to 3} \frac{x^3 - 27}{x^3 - 2x^2 - 5x + 6} &= \lim_{x\to 3} \frac{(x - 3)(x^2 + 3x + 9)}{(x - 3)(x^2 + x - 2)} \\ &= \lim_{x\to 3} \frac{x^2 + 3x + 9}{x^2 + x - 2} \\ &= \frac{3^2 + 3(3) + 9}{3^2 + 3 - 2} \\ &= \frac{27}{10}. \end{aligned}
Find .
Answer
Solution
Direct substitution of gives , which is an indeterminate form, so direct substitution does not work.
Combine terms in numerator over a common denominator:
Given , find .
Answer
Solution
Direct substitution of gives , which is an indeterminate form, so direct substitution does not work.
Multiply numerator and denominator by the conjugate :
Evaluate the limit:
Answer
Solution
Direct substitution of gives , which is an indeterminate form, so direct substitution does not work.
Multiply numerator and denominator by the conjugate :
Evaluate the limit or show that it does not exist:
Answer
Solution
Direct substitution of gives , which is an indeterminate form, so direct substitution does not work.
Factoring out from the numerator and denominator for :
Taking the limit as :
\begin{aligned} \lim_{u\to 0} \frac{5u + 9}{3u^2 - 12} &= \frac{5(0) + 9}{3(0)^2 - 12} \\ &= \frac{9}{-12} \\ &= -\frac{3}{4}. \end{aligned}
Evaluate the limit:
Answer
Solution
Direct substitution of gives , which is an indeterminate form, so direct substitution does not work.
As , , so .
Thus:
Evaluate the limit or show that it does not exist:
(Note: is the floor function, which is the same as the greatest integer function .)
Answer
Solution
Direct substitution is not applicable here in the usual sense because the floor function is piecewise constant on intervals. We do not have an indeterminate form ; rather, we are evaluating the limit of a constant function.
For (that is, for ), the floor function is strictly equal to the constant integer .
Therefore, the numerator is exactly zero for all :
Since for all , the quotient is identically equal to on . We are thus taking the limit of the constant function :
\begin{aligned} \lim_{x\to 2^+} \frac{\lfloor x \rfloor^2 - 4}{x^2 - 4} &= \lim_{x\to 2^+} 0 \\ &= 0. \end{aligned}
Evaluate the limit or show that it does not exist:
(Note: is the floor function, which is the same as the greatest integer function .)
Answer
Solution
For (that is, for ), the floor function is strictly equal to the constant integer .
Thus the numerator is constant:
As , the denominator .
Thus:
Evaluate the limit:
Answer
Solution
Direct substitution of gives , which is an indeterminate form, so direct substitution does not work.
Notice that , so .
For x near (specifically ), , so .
The numerator simplifies to :
Evaluate the limit:
Answer
Solution
Direct substitution of gives , which is an indeterminate form, so direct substitution does not work.
Rationalize the numerator by multiplying numerator and denominator by :
Dividing numerator and denominator by for :
\begin{aligned} \lim_{x\to 0} \frac{\sqrt{1 + 3x + x^2} - 1}{\sin(2x)} &= \lim_{x\to 0} \left( \frac{x}{\sin(2x)} \cdot \frac{3 + x}{\sqrt{1 + 3x + x^2} + 1} \right) \\ &= \left( \lim_{x\to 0} \frac{x}{\sin(2x)} \right) \left( \lim_{x\to 0} \frac{3 + x}{\sqrt{1 + 3x + x^2} + 1} \right) \\ &= \left( \frac{1}{2} \right) \cdot \left( \frac{3 + 0}{\sqrt{1 + 0 + 0} + 1} \right) \\ &= \frac{1}{2} \cdot \frac{3}{2} \\ &= \frac{3}{4}. \end{aligned}
Evaluate the limit:
Answer
Solution
Direct substitution of gives , which is an indeterminate form, so direct substitution does not work.
Multiply numerator and denominator by :
Evaluate the limit:
Answer
Solution
Direct substitution of gives , which is an indeterminate form, so direct substitution does not work.
Multiply numerator and denominator by :
Letting , as , :
\begin{aligned} \lim_{\theta\to 0} \left( -\frac{\theta}{\sin\theta} \cdot \frac{1}{\sqrt{1 - \theta} + 1} \right) &= (-1) \cdot \frac{1}{1 + 1} \\ &= -\frac{1}{2}. \end{aligned}
Evaluate the limit:
Answer
Solution
Direct evaluation as gives , which is an indeterminate form, so direct evaluation does not work.
Using the leading term technique for rational functions as :
Evaluate the limit:
Answer
Solution
Direct evaluation as gives , which is an indeterminate form, so direct evaluation does not work.
Using the leading term technique as :
Find:
Answer
(a) (b) (c) (d)
Solution
In each part, direct evaluation as yields an indeterminate form ( or ), so direct evaluation does not work. We keep only the largest-degree terms in numerator and denominator.
(a)
(b)
\begin{aligned} \lim_{x\to -\infty} \frac{3x^3 - 4x^2 + x + 3}{-x^3 + 2x^2} &= \lim_{x\to -\infty} \frac{3x^3}{-x^3} \\ &= \lim_{x\to -\infty} (-3) \\ &= -3. \end{aligned}(c)
\begin{aligned} \lim_{x\to +\infty} \frac{15 + 4x - 5x^3 + 3x^4}{1 + 16x^2 - x^5} &= \lim_{x\to +\infty} \frac{3x^4}{-x^5} \\ &= \lim_{x\to +\infty} \frac{-3}{x} \\ &= -3 \lim_{x\to +\infty} \frac{1}{x} \\ &= -3(0) \\ &= 0. \end{aligned}(d)
\begin{aligned} \lim_{x\to -\infty} \frac{x^7 + 1}{-x^6 + x^3 + 9} &= \lim_{x\to -\infty} \frac{x^7}{-x^6} \\ &= \lim_{x\to -\infty} (-x) \\ &= -\lim_{x\to -\infty} x \\ &= -(-\infty) \\ &= +\infty. \end{aligned}
Evaluate the limit:
Answer
Solution
Direct evaluation as gives , which is an indeterminate form, so direct evaluation does not work.
Using the leading term technique:
Evaluate the limit:
Answer
Solution
Direct evaluation as gives , which is an indeterminate form, so direct evaluation does not work.
Using the leading term technique as :
Find .
Answer
Solution
Direct evaluation as gives , which is an indeterminate form, so direct evaluation does not work.
Using the leading term technique:
Evaluate the limit:
Answer
Solution
As , , so .
Direct evaluation of gives , which is an indeterminate form, so direct evaluation does not work.
Thus:
Evaluate the limit:
Answer
Solution
Direct evaluation of the second factor gives , which is an indeterminate form, so we evaluate the limit of each factor using leading terms:
- First factor: .
- Second factor: .
Multiplying the limits:\begin{aligned} (-1) \cdot \frac{4}{3} &= -\frac{4}{3}. \end{aligned}
Evaluate the limit:
Answer
Solution
Direct evaluation gives , which is an indeterminate form, so direct evaluation does not work.
Combine the square roots under a single radical:
Find .
Answer
Solution
Direct evaluation gives , which is an indeterminate form, so direct evaluation does not work.
Factor out :
Find .
Answer
Solution
Direct evaluation as gives , which is an indeterminate form, so direct evaluation does not work.
Factor out inside radical and in denominator:

Find:
Answer
(a) (b)Solution
Direct evaluation yields or , which are indeterminate forms, so direct evaluation does not work.(a) For , : \begin{aligned} \lim_{t\to +\infty} \frac{\sqrt{t^2 + 6}}{3t - 9} &= \lim_{t\to +\infty} \frac{t\sqrt{1 + \frac{6}{t^2}}}{t\left(3 - \frac{9}{t}\right)} \\ &= \frac{\sqrt{1 + 0}}{3 - 0} \\ &= \frac{1}{3}. \end{aligned} (b) For , : \begin{aligned} \lim_{t\to -\infty} \frac{\sqrt{t^2 + 6}}{3t - 9} &= \lim_{t\to -\infty} \frac{-t\sqrt{1 + \frac{6}{t^2}}}{t\left(3 - \frac{9}{t}\right)} \\ &= \frac{-\sqrt{1 + 0}}{3 - 0} \\ &= -\frac{1}{3}. \end{aligned}

Evaluate the limit:
Answer
Solution
As , .
Thus:
Subtracting the limits:
\begin{aligned} \lim_{x\to \infty} \left( \frac{1}{\lfloor x \rfloor} - \frac{2}{\sqrt{x}} \right) &= 0 - 0 \\ &= 0. \end{aligned}Since this is form , it is not an indeterminate form.
Find .
Answer
Solution
Direct evaluation yields , which is an indeterminate form, so direct evaluation does not work.
Since , for large enough that :
Evaluating the outer limits as :
\begin{aligned} \lim_{x\to +\infty} \frac{3x - 4}{5x - 1} &= \frac{3}{5} \\ \lim_{x\to +\infty} \frac{3x - 4}{5x + 1} &= \frac{3}{5}. \end{aligned}By the Sandwich Theorem:
\begin{aligned} \lim_{x\to +\infty} \frac{3x - 4}{5x - \sin(x^2)} &= \frac{3}{5}. \end{aligned}
Find .
Answer
Solution
Using a dominant term argument as :
\begin{aligned} \lim_{x\to +\infty} \frac{2x^3}{x^2 - 4} &= \lim_{x\to +\infty} \frac{2x^3}{x^2} \\ &= \lim_{x\to +\infty} 2x \\ &= +\infty \end{aligned}and
\begin{aligned} \lim_{x\to +\infty} \frac{2x^2}{x - 1} &= \lim_{x\to +\infty} \frac{2x^2}{x} \\ &= \lim_{x\to +\infty} 2x \\ &= +\infty. \end{aligned}Thus, evaluating the terms separately gives the indeterminate form , so we cannot use the Difference Law to evaluate the limits separately. We must combine the two fractions into a single rational function:
\begin{aligned} \frac{2x^3}{x^2 - 4} - \frac{2x^2}{x - 1} &= \frac{2x^3(x - 1) - 2x^2(x^2 - 4)}{(x^2 - 4)(x - 1)} \\ &= \frac{2x^4 - 2x^3 - 2x^4 + 8x^2}{x^3 - x^2 - 4x + 4} \\ &= \frac{-2x^3 + 8x^2}{x^3 - x^2 - 4x + 4}. \end{aligned}Now taking the limit as using the leading term technique:
\begin{aligned} \lim_{x\to +\infty} \left( \frac{2x^3}{x^2 - 4} - \frac{2x^2}{x - 1} \right) &= \lim_{x\to +\infty} \frac{-2x^3 + 8x^2}{x^3 - x^2 - 4x + 4} \\ &= \lim_{x\to +\infty} \frac{-2x^3}{x^3} \\ &= -2. \end{aligned}
Evaluate the limit:
Answer
Solution
As , and . Subtracting these limits yields the indeterminate form , so direct evaluation does not work.
To resolve this indeterminate form, multiply and divide by the conjugate radical :
As , the numerator remains while the denominator approaches , so the limit is:
\begin{aligned} \lim_{x\to \infty} \frac{2}{\sqrt{x^2 + 1} + \sqrt{x^2 - 1}} &= 0. \end{aligned}
Find:
Answer
(a) (b) (c)Solution
(a) Direct evaluation as yields , which is an indeterminate form, so direct evaluation does not work. Factoring out : \begin{aligned} \lim_{x\to -\infty} \left( \sqrt{x^4 + 5} - 2x^2 \right) &= \lim_{x\to -\infty} \left[ x^2 \left( \sqrt{1 + \frac{5}{x^4}} - 2 \right) \right] \\ &= \left( \lim_{x\to -\infty} x^2 \right) \left( \sqrt{\lim_{x\to -\infty} \left( 1 + \frac{5}{x^4} \right)} - 2 \right) \\ &= (+\infty)(\sqrt{1 + 0} - 2) \\ &= (+\infty)(-1) \\ &= -\infty. \end{aligned}
(b) Direct evaluation as yields , which is an indeterminate form, so direct evaluation does not work. Multiply and divide by conjugate: \begin{aligned} \lim_{x\to -\infty} \left( \sqrt{x^4 + 5x^2} - x^2 \right) &= \lim_{x\to -\infty} \frac{(\sqrt{x^4 + 5x^2} - x^2)(\sqrt{x^4 + 5x^2} + x^2)}{\sqrt{x^4 + 5x^2} + x^2} \\ &= \lim_{x\to -\infty} \frac{x^4 + 5x^2 - x^4}{\sqrt{x^4 + 5x^2} + x^2} \\ &= \lim_{x\to -\infty} \frac{5x^2}{x^2 \left( \sqrt{1 + \frac{5}{x^2}} + 1 \right)} \\ &= \frac{5}{\sqrt{1 + 0} + 1} \\ &= \frac{5}{2}. \end{aligned}

(c) Because , : \begin{aligned} \lim_{x\to -\infty} \sqrt{2x^2 - 1} &= \lim_{x\to -\infty} \left( -x \sqrt{2 - \frac{1}{x^2}} \right) \\ &= -(-\infty)\sqrt{2 - 0} \\ &= +\infty, \end{aligned} and . Thus: \begin{aligned} \lim_{x\to -\infty} \left( \sqrt{2x^2 - 1} - 7x \right) &= (+\infty) + (+\infty) \\ &= +\infty. \end{aligned} Since this is form , it is not an indeterminate form.
