DWG NO. 10.1 — Lesson 1 of 5

The Intuitive Idea of a Limit

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

Objective Estimate the limit of a function at a point using a table of values and a graph, including when the function is undefined there.

Every function you've studied so far, you evaluated by plugging in a number. But some of the most useful questions in mathematics are about what a function is headed toward as the input gets close to a value — not what happens exactly there. That question is a limit, and it's the foundation the rest of this unit, and all of calculus, is built on.

Notation and informal meaning

The expression li\(m_{x→a}\) f(x) = L is read "the limit of f(x) as x approaches a equals L." It means: as x gets arbitrarily close to a — from either side, but never actually equal to a — the output f(x) gets arbitrarily close to the single number L. Crucially, this says nothing about f(a) itself. f might be undefined right at x = a, or defined with some completely different value there, and the limit wouldn't care.

x→2⁻ x→2⁺ 2 4 x y f(x)

f(x) = (x²−4)/(x−2) is undefined at x = 2 (open circle), but both sides approach y = 4 — so li\(m_{x→2}\) f(x) = 4

Estimating a limit from a table

One reliable way to estimate a limit is to plug in x-values that creep closer and closer to a from both sides and watch what f(x) approaches. If the values from the left and the values from the right are both closing in on the same number, that number is the limit.

One-sided limits

Sometimes it's useful to only approach from one direction. li\(m_{x→a^{-}}\) f(x) is the left-hand limit (x approaches a through values less than a); li\(m_{x→a^{+}}\) f(x) is the right-hand limit (x approaches through values greater than a). The two-sided limit li\(m_{x→a}\) f(x) exists if and only if both one-sided limits exist and are equal to each other.

Worked Example 1 · Estimating from a table
ProblemEstimate li\(m_{x→3}\) (x²−9)/(x−3) using a table of values approaching x = 3 from both sides.
1From the left: f(2.9) = 5.9, f(2.99) = 5.99, f(2.999) = 5.999 — approaching 6.
2From the right: f(3.1) = 6.1, f(3.01) = 6.01, f(3.001) = 6.001 — also approaching 6.
3Both sides close in on the same number, even though f(3) itself is undefined (0/0).
li\(m_{x→3}\) (x²−9)/(x−3) = 6
Worked Example 2 · One-sided limits that disagree
ProblemLet f(x) = x + 1 for x < 1, and f(x) = x² + 2 for x ≥ 1. Find li\(m_{x→1}\) f(x), if it exists.
1Left-hand limit: as x→1⁻, use the x + 1 piece — li\(m_{x→1^{-}}\) (x+1) = 2.
2Right-hand limit: as x→1⁺, use the x² + 2 piece — li\(m_{x→1^{+}}\) (x²+2) = 3.
3The one-sided limits disagree (2 ≠ 3), so the two-sided limit does not settle on a single value.
li\(m_{x→1}\) f(x) does not exist (DNE)

Guided practice