TOPIC

Finding limits algebraically - when direct substitution is not possible

MY PROGRESS

Pug Score

0%

Best Streak

0 in a row

Study Points

+0

Overview

Practice

Watch

Read

Quiz

Next Steps


Get Started

Get unlimited access to all videos, practice problems, and study tools.

Unlimited practice
Full videos

Back to Menu

Topic Progress

Pug Score

0%

Videos Watched

0/0

Best Practice

No score

Read

Not viewed

Best Quiz

No attempts


Best Streak

0 in a row

Study Points

+0

Read

Finding Limits Algebraically When Direct Substitution Fails

When direct substitution into a limit produces an indeterminate form like zero over zero, the function can often still be rewritten so the limit exists. This lesson covers factoring, rationalizing, and combining fractions to evaluate such limits algebraically, plus how to handle one-sided cases.

When direct substitution does not work

For many functions, evaluating a limit is as simple as plugging the target value straight into the function. This is called the direct substitution property, and it works whenever the function is defined and continuous at that point. But sometimes substitution gives you something meaningless, like \(\frac{0}{0}\) or \(\frac{\infty}{\infty}\). These are called indeterminate forms, and they do not tell you the value of the limit at all — they tell you that you need a different strategy.

The good news is that an indeterminate form almost always signals that the expression can be rewritten. Once it is rewritten, direct substitution works again on the new, simplified expression.

Recognizing an indeterminate form

Suppose you want \(\lim_{x \to 2} \dfrac{x^2 - 4}{x - 2}\). Substituting \(x = 2\) gives \(\dfrac{4 - 4}{2 - 2} = \dfrac{0}{0}\). That is not a real number, so substitution alone cannot answer the question. Notice, though, that the numerator factors:

\(\dfrac{x^2-4}{x-2} = \dfrac{(x-2)(x+2)}{x-2}\)

For every \(x \ne 2\), the \((x-2)\) factors cancel, leaving \(x+2\). Since a limit only cares about values near \(x=2\), not at \(x=2\) itself, this cancellation is completely valid:

\(\lim_{x \to 2} \dfrac{x^2-4}{x-2} = \lim_{x \to 2} (x+2) = 4\)

Graphically, the original function has a hole at \(x = 2\), but the limit still exists there and equals 4.

Graph of y equals x plus 2, the simplified form of the original rational function, with the point at x=2 marked showing the limit value even though the original function has a hole there Plot of y = x+2 for x in [-2, 6] -2 0 2 4 6 0 2 4 6 8 x y limit = 4 (hole in original function)
The graph of \(y = \dfrac{x^2-4}{x-2}\) behaves like the line \(y = x+2\) everywhere except at \(x = 2\), where there is a removable hole.

Strategy 1: Factor and cancel

This is the go-to first move whenever you see \(\frac{0}{0}\) with polynomials. Factor the numerator, the denominator, or both, then cancel any factor that is common to both and causes the zero. Common patterns to look for include difference of squares, \(a^2 - b^2 = (a-b)(a+b)\), perfect square trinomials, and simple grouping.

Example. Find \(\lim_{x \to 3} \dfrac{x^2 - x - 6}{x - 3}\).

Substitution gives \(\frac{0}{0}\). Factor the numerator: \(x^2 - x - 6 = (x-3)(x+2)\). So

\(\lim_{x \to 3} \dfrac{(x-3)(x+2)}{x-3} = \lim_{x \to 3} (x+2) = 5\)

Strategy 2: Rationalize

When a square root creates the indeterminate form, multiply the numerator and denominator by the conjugate of the radical expression. This clears the root from one part of the fraction so a common factor can cancel.

Example. Find \(\lim_{x \to 0} \dfrac{\sqrt{x+1} - 1}{x}\).

Direct substitution gives \(\frac{0}{0}\). Multiply top and bottom by the conjugate \(\sqrt{x+1}+1\):

\(\dfrac{(\sqrt{x+1}-1)(\sqrt{x+1}+1)}{x(\sqrt{x+1}+1)} = \dfrac{(x+1) - 1}{x(\sqrt{x+1}+1)} = \dfrac{x}{x(\sqrt{x+1}+1)}\)

Cancelling the \(x\) leaves \(\dfrac{1}{\sqrt{x+1}+1}\), and now substitution works: \(\dfrac{1}{\sqrt{0+1}+1} = \dfrac{1}{2}\).

Graph of y equals 1 over the quantity square root of x plus 1 plus 1, the simplified form after rationalizing, with the point at x=0 marked showing the limit value even though the original function is undefined there Plot of y = 1/(sqrt(x+1)+1) for x in [-0.9, 3] 0 1 2 3 0.3 0.4 0.5 0.6 0.7 0.8 x y limit = 0.5
Near \(x = 0\), \(y = \dfrac{\sqrt{x+1}-1}{x}\) approaches \(\frac{1}{2}\) even though the point itself is undefined.

Strategy 3: Combine into a single fraction

When the indeterminate form comes from a difference of fractions, such as \(\dfrac{1}{x+h} - \dfrac{1}{x}\) type expressions common in derivative definitions, first combine everything over one common denominator, simplify the numerator, and then cancel.

Example. Find \(\lim_{h \to 0} \dfrac{\frac{1}{2+h} - \frac{1}{2}}{h}\).

Combine the top fraction: \(\dfrac{1}{2+h} - \dfrac{1}{2} = \dfrac{2 - (2+h)}{2(2+h)} = \dfrac{-h}{2(2+h)}\). Dividing by \(h\) gives \(\dfrac{-1}{2(2+h)}\), and substituting \(h = 0\) now gives \(-\dfrac{1}{4}\).

One-sided limits algebraically

The same techniques apply when a limit is restricted to one side, written \(\lim_{x \to a^-}\) (from the left) or \(\lim_{x \to a^+}\) (from the right). For piecewise functions, substitute using whichever piece is valid on that side of \(a\). For rational functions with a factor that changes sign at \(a\), factor and cancel first, then check the sign of the remaining expression as \(x\) approaches \(a\) from the chosen side. One-sided reasoning is also essential when a function has a vertical asymptote rather than a removable hole; that case is covered in more depth on the infinite limits and vertical asymptotes page.

Why this matters for continuity

A limit that exists algebraically at a point does not automatically mean the function is continuous there — in the hole example above, the limit is 4, but the function itself is undefined at \(x=2\). Comparing a limit's value to the function's actual output at that point is exactly the idea behind continuity, so mastering algebraic limit techniques here sets you up directly for that topic.

General approach checklist

When direct substitution fails, work through these steps:

  1. Confirm the result really is indeterminate, such as \(\frac{0}{0}\), rather than a genuine undefined case like \(\frac{5}{0}\) (which signals a vertical asymptote instead).
  2. Look for a factorable polynomial and cancel common factors.
  3. If a square root is present, multiply by the conjugate.
  4. If there are fractions within the expression, combine them into a single fraction first.
  5. Re-substitute into the simplified expression to find the limit.

Related lessons

[]