DWG NO. 10.2 — Lesson 2 of 5

Evaluating Limits Algebraically

Unit 10: Limits and an Introduction to Calculus · ~25 min

Objective Evaluate limits algebraically using direct substitution, the limit laws, and factoring or rationalizing to resolve 0/0 forms.

Lesson 10.1 estimated limits from tables — useful for building intuition, but too slow for everyday use. Most limits you'll meet can be computed exactly with a few algebraic techniques, starting with the simplest one of all: just plugging in.

Direct substitution

If f is a polynomial, or a rational function whose denominator doesn't vanish at a, then f is continuous at a (Lesson 10.4 makes this precise), and the limit is simply the function value:

Direct substitution li\(m_{x→a}\) f(x) = f(a), whenever f(a) is defined by ordinary evaluation

The limit laws

Assuming li\(m_{x→a}\) f(x) and li\(m_{x→a}\) g(x) both exist, limits distribute over the usual operations:

These are why direct substitution works for polynomials and most rational functions in the first place — a polynomial is just sums, differences, and products of x and constants, and each piece substitutes cleanly.

The indeterminate form 0/0

Direct substitution breaks down when it produces 0/0 — that's not "the answer is 0," it's a signal that the expression needs more work before the limit can be read off. Two standard fixes:

1 2 x y y = x + 1

(x²−1)/(x−1) factors to (x+1)(x−1)/(x−1) = x+1 for x≠1 — canceling reveals the line, and the hole confirms li\(m_{x→1}\) = 2

Worked Example 1 · Direct substitution
ProblemEvaluate li\(m_{x→3}\) (2x² − 5x + 1).
1This is a polynomial, so substitute x = 3 directly: 2(3)² − 5(3) + 1.
22(9) − 15 + 1 = 18 − 15 + 1.
li\(m_{x→3}\) (2x²−5x+1) = 4
Worked Example 2 · Factor and cancel
ProblemEvaluate li\(m_{x→-2}\) (x²−4)/(x+2).
1Direct substitution gives 0/0 — an indeterminate form, so factor first: (x²−4) = (x−2)(x+2).
2(x−2)(x+2)/(x+2) = x−2 for all x ≠ −2, which is all that matters for the limit.
3Now substitute: li\(m_{x→-2}\) (x−2) = −2−2.
li\(m_{x→-2}\) (x²−4)/(x+2) = −4
Worked Example 3 · Rationalizing
ProblemEvaluate li\(m_{x→0}\) (\(\sqrt{x+4}\) − 2)/x.
1Direct substitution gives 0/0. Multiply numerator and denominator by the conjugate \(\sqrt{x+4}\) + 2.
2Numerator becomes (x+4) − 4 = x, so the whole expression is x / [x(\(\sqrt{x+4}\)+2)] = 1/(\(\sqrt{x+4}\)+2) for x≠0.
3Substitute x = 0: 1/(\(\sqrt{4}\) + 2) = 1/(2+2).
li\(m_{x→0}\) (\(\sqrt{x+4}\)−2)/x = 1/4

Guided practice