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:
Factor and cancel: if both numerator and denominator share a factor that vanishes at a, factor it out and cancel before substituting.
Rationalize: if a radical is causing the 0/0, multiply numerator and denominator by the conjugate to clear the radical, then cancel.
(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.