☰ Course contents
Mathematics 🔬 Grade 12 The Limit Lens: What It Means to Approach a Value
🔬 Grade 12 · Lesson 1 of 13

The Limit Lens: What It Means to Approach a Value

A limit describes where a function is headed as its input closes in on a point — even if the function never actually lands there.

Grade 12Calculus / AP level
The Limit Lens: What It Means to Approach a Value — illustration
💡
The big idea: The limit of a function captures its intended value as the input creeps toward some point, independent of what happens exactly at that point. Calculus makes this precise with the ε–δ definition: you can force the output into any narrow band around the limit L (width ε) simply by keeping the input inside a small enough window around a (width δ). Limits are the foundation on which derivatives and integrals are built.
🎯 By the end, you'll be able to
  • State the intuitive meaning of a limit as the value a function approaches
  • Read the formal ε–δ definition of a limit and interpret each symbol
  • Evaluate limits, including the classic 0/0 removable case, by simplifying
  • Explain why a limit can exist even when the function is undefined or has a different value at the point
📎 You should already know
  • Function notation and graphs
  • Factoring and simplifying rational expressions
  • Inequalities and absolute value

Heading somewhere without arriving

Imagine walking toward a doorway, halving your remaining distance with every step. You never quite touch the door, yet there is no doubt about where you are headed. A limit is calculus’s way of naming that destination: the value a function approaches as its input gets arbitrarily close to some point.

Crucially, a limit asks only about the journey, not the arrival. What the function does exactly at the point — whether it is defined there at all — is irrelevant. Only the trend as you close in matters.

A first look

Take the function f(x) = 2x + 1. As x slides toward 3 — through 2.9, 2.99, 2.999, and from above through 3.1, 3.01, 3.001 — the output marches toward 7. We write this as the limit of f(x) as x approaches 3 equals 7. Here the function is perfectly well behaved and f(3) = 7 too, but that agreement is a bonus, not a requirement.

🔑 What a limit says
The statement “the limit of f(x) as x → a is L” means: we can make f(x) as close to L as we like, purely by taking x close enough to a (but not equal to a). The phrase but not equal to a is what lets limits see through holes and gaps.
\[ \lim_{x \to a} f(x) = L \]
Read: as x approaches a, f(x) approaches L. The value f(a) itself plays no role.
🎮 Limit Lens LIVE
Zoom toward a point and trap the function inside an epsilon band to see the limit.

The challenge–response game

How do we pin “approaches” down rigorously? Think of it as a game. A skeptic challenges you with a tolerance ε (epsilon): “Keep f(x) within ε of L.” You must respond with a window width δ (delta) around a so that every x inside that window (except a itself) produces an output inside the ε band. If you can always answer — no matter how tiny ε gets — then L truly is the limit.

\[ \lim_{x \to a} f(x) = L \iff \forall\, \varepsilon > 0\; \exists\, \delta > 0 : \; 0 < |x - a| < \delta \;\Rightarrow\; |f(x) - L| < \varepsilon \]
The formal definition: for every output tolerance epsilon there is an input window delta that ensures it.
✨ Epsilon is the output band, delta is the input window
ε controls how tightly you must trap the height of the graph around L; δ is the horizontal leeway you get around a to achieve it. Smaller ε usually demands smaller δ — the tighter the target, the more carefully you must aim the input.
📝 Worked example: Use the definition to confirm that the limit of f(x) = 2x − 1 as x → 3 is 5.
  1. Start from the goal \( |f(x) - 5| < \varepsilon \), i.e. \( |(2x - 1) - 5| < \varepsilon \).
  2. Simplify the left side: \( |2x - 6| = 2|x - 3| \), so the goal is \( 2|x - 3| < \varepsilon \).
  3. Divide by 2: this holds whenever \( |x - 3| < \varepsilon/2 \).
  4. So respond with \( \delta = \varepsilon/2 \): any x within δ of 3 forces the output within ε of 5.
✓ Choosing <strong>&delta; = &epsilon;/2</strong> meets every challenge, so the limit is <strong>5</strong>.

Seeing through a hole

The real power of limits shows up when the function is undefined at the point. Consider (x² − 1) ÷ (x − 1). At x = 1 this is 0/0 — genuinely undefined. But for every other x we can cancel the common factor, since x − 1 ≠ 0, leaving simply x + 1.

📝 Worked example: Evaluate the limit of (x² − 1)/(x − 1) as x → 1.
  1. Factor the numerator: \( x^2 - 1 = (x - 1)(x + 1) \).
  2. For \( x \neq 1 \) the factor \( (x-1) \) cancels, leaving \( x + 1 \).
  3. The limit only cares about x near 1, not x = 1, so substitute into the simplified form: \( 1 + 1 = 2 \).
✓ The limit is <strong>2</strong>, even though the original expression is undefined at x = 1 (the graph has a hole there).
⚠️ The limit is not the same as the value
Never assume the limit of f(x) as x → a equals f(a). A function can have a hole, a jump, or a value plopped somewhere off the curve at x = a, and the limit still sees only the surrounding trend. When the limit does equal f(a), we give that a special name: the function is continuous at a.

Check your understanding

1. What is the limit of f(x) = 3x + 1 as x → 2?
The function is a well-behaved line, so the limit is just 3(2) + 1 = 7.
2. In the ε–δ definition, what does δ (delta) control?
δ is the horizontal window around a; ε is the vertical tolerance around L. You choose δ in response to a given ε.
3. Evaluate the limit of (x² − 9)/(x − 3) as x → 3.
Factor: (x−3)(x+3)/(x−3) = x + 3 for x ≠ 3. As x → 3 this approaches 3 + 3 = 6, despite the 0/0 form at x = 3.
4. For the limit of f to equal L, must f be defined at x = a?
A limit describes the approach, not the point itself. The condition 0 < |x − a| explicitly excludes x = a, so f need not even be defined there.
5. For the limit of f(x) = 2x − 1 as x → 3 (which is 5), which δ ensures |f(x) − 5| < 0.1?
Since |f(x) − 5| = 2|x − 3|, we need 2|x − 3| < 0.1, i.e. |x − 3| < 0.05. So δ = 0.05 (that is ε/2 with ε = 0.1) works.
✅ Key takeaways
  • A limit is the value a function approaches as its input nears a point, regardless of the value at that point.
  • The ε–δ definition makes this exact: for every output tolerance ε there is an input window δ that keeps f(x) within ε of L.
  • ε is the vertical band around L; δ is the horizontal window around a that you choose to satisfy it.
  • Limits can exist through holes: cancel a common factor to resolve a 0/0 form, as in (x²−1)/(x−1) → 2.
  • When the limit equals the actual function value, the function is continuous there; otherwise the limit still describes the trend.
  • Limits are the bedrock of calculus — both the derivative and the integral are defined as limits.