AP CALCULUS AB • LIMITS AND CONTINUITY

Defining Continuity at a Point

Understanding the precise conditions that allow a function to flow through a point without breaks, jumps, or holes.

Historical Context & Motivation

The idea that a curve could be drawn "without lifting the pen" was an intuitive notion used by mathematicians for centuries, but it lacked formal precision. Early pioneers like Euler and Leibniz worked freely with continuous functions in their development of calculus, yet they never pinned down exactly what continuity meant in rigorous mathematical terms. It was not until the 19th century, amid a crisis of foundational rigor, that mathematicians recognized the need for an unambiguous, epsilon-delta style definition of continuity. This quest to formalize continuity ultimately transformed calculus from a collection of powerful techniques into the logically airtight discipline of analysis that we study today.

1748
Euler's Introductio
Leonhard Euler treats functions as analytic expressions and implicitly assumes continuity when manipulating infinite series, but provides no formal definition.
1817
Bolzano's Early Rigor
Bernard Bolzano publishes a proof of the Intermediate Value Theorem that contains the first known attempt at a precise definition of continuity, anticipating later work by decades.
1821
Cauchy's Cours d'analyse
Augustin-Louis Cauchy defines continuity in terms of infinitesimal changes: a function is continuous when an infinitely small increment in x produces an infinitely small increment in f(x).
1861
Weierstrass Formalizes ε–δ
Karl Weierstrass delivers lectures in Berlin that crystallize the modern epsilon-delta definition of limits and continuity, removing all reliance on vague notions of infinitesimals.

The central question that drove this evolution was deceptively simple: What exactly does it mean for a function to have no break at a specific point? Answering this question requires three testable conditions that unify the concepts of function value, limit existence, and agreement between the two. These conditions form the backbone of the AP Calculus AB framework for continuity and are essential prerequisites for understanding derivatives, integrals, and the major theorems of calculus.

Core Principles & the Three-Condition Definition

A function f is said to be continuous at a point x = c if and only if three conditions are simultaneously satisfied. Each condition addresses a distinct potential failure mode—the function might not be defined there, the limit might not exist, or the function value and the limit might disagree. Understanding these three conditions as a checklist is the most reliable strategy for both conceptual reasoning and exam-level problem solving in AP Calculus AB.

1

f(c) Exists

The function must be defined at x = c. If c is not in the domain of f, continuity fails immediately—there is no function value to "connect" to.
2

lim x→c f(x) Exists

The limit of f(x) as x approaches c must exist as a finite number. This requires the left-hand limit and the right-hand limit to be equal: lim x→c⁻ f(x) = lim x→c⁺ f(x).
3

lim x→c f(x) = f(c)

The limit value must equal the actual function value. Even if both exist independently, a mismatch means the graph has a hole or a relocated point—a removable discontinuity.
KEY TAKEAWAY
Think of continuity at a point like a perfectly joined pipe fitting in an engineering system. The pipe must exist at that joint (Condition 1), the flow coming from both sides must converge to the same pressure (Condition 2), and that converged pressure must match what the gauge actually reads at the joint (Condition 3). If any one of these fails, you have a leak—a discontinuity.

It is critical to recognize that these three conditions are not independent checkboxes where any subset suffices; all three must hold simultaneously for continuity at a point. A function that satisfies Conditions 1 and 2 but fails Condition 3 has a removable discontinuity. A function that satisfies Condition 1 but fails Condition 2 because the one-sided limits differ has a jump discontinuity. Mastering these distinctions allows you to classify discontinuities precisely, a skill tested frequently on the AP exam.

Visual Explanation: Continuous vs. Discontinuous

The following diagram contrasts a function that is continuous at x = 2 with three common types of discontinuity. Each graph shares the same coordinate system for easy comparison, and the critical point x = 2 is marked with a dashed vertical guide line. Study the difference between filled dots (included points) and open circles (excluded points), as this visual language appears throughout AP Calculus.

Four scenarios at x = 2. From left to right: a continuous function where the filled dot lies exactly on the curve; a removable discontinuity where the open hole sits on the curve but f(2) is relocated; a jump discontinuity where one-sided limits disagree; and an infinite discontinuity where the function blows up to infinity near x = 2.

In the first graph, the curve passes smoothly through the filled dot at x = 2, confirming that all three conditions of continuity are satisfied. In the second graph, the limit exists (the two curve segments approach the same y-value at the open circle), but f(2) is defined at a different height—so Condition 3 fails. In the third graph, the left-hand and right-hand limits differ, causing Condition 2 to fail. In the fourth graph, the function increases without bound near x = 2, so the limit does not exist as a finite number and Condition 2 again fails. These four panels capture every major scenario you will encounter on the AP exam.

Mathematical Framework

The formal definition of continuity at a point translates the three intuitive conditions into precise mathematical language. While the AP Calculus AB exam does not require full epsilon-delta proofs, it does expect you to fluently apply the three-part definition and recognize how it connects to the formal limit definition. Below, we express the definition and its one-sided variant.

THREE-CONDITION DEFINITION
f is continuous at x = c ⟺ (i) f(c) is defined, (ii) lim(x→c) f(x) exists, (iii) lim(x→c) f(x) = f(c)
Here c is a point in the domain of f. Condition (ii) requires both one-sided limits to exist and be equal. Condition (iii) ties the limiting behavior to the actual function value.
ONE-SIDED CONTINUITY
f is continuous from the right at c ⟺ lim(x→c⁺) f(x) = f(c) f is continuous from the left at c ⟺ lim(x→c⁻) f(x) = f(c)
One-sided continuity is essential for piecewise functions and for endpoints of closed intervals. A function is continuous at an interior point c if and only if it is continuous from both the left and the right at c.
FORMAL ε–δ DEFINITION (for reference)
∀ ε > 0, ∃ δ > 0 such that |x − c| < δ ⟹ |f(x) − f(c)| < ε
This epsilon-delta formulation encapsulates all three conditions at once: f(c) must exist (it appears in the inequality), the limit must exist and equal f(c). While AP Calculus AB focuses on the three-condition checklist, understanding the ε–δ form deepens your grasp of why the conditions are necessary and sufficient.
💡 AP Exam Tip
On free-response questions, always state which of the three conditions fails (or that all three hold) and justify with specific limit computations. Simply writing "the function is discontinuous" without identifying the violated condition will cost you rubric points.

Classifying Discontinuities

When continuity fails at a point, we classify the resulting discontinuity based on which condition breaks down and how the limit fails. This classification is not merely taxonomic; it influences whether a discontinuity can be "repaired" by redefining a single function value, which has direct implications for topics like the Fundamental Theorem of Calculus and convergence of Riemann sums.

A decision-tree flowchart for classifying behavior at x = c. Start by checking whether f(c) is defined, then whether the two-sided limit exists, and finally whether the limit equals f(c). Each terminal node names the discontinuity type.
Classification of discontinuity types by which condition of continuity they violate.
TypeWhich Condition Fails?Behavior at x = cCan It Be "Fixed"?
RemovableCondition 3 (or Condition 1 if f(c) is undefined, but the limit still exists)Hole in the graph; limit L exists but f(c) ≠ L or f(c) is undefinedYes — redefine f(c) = L
JumpCondition 2 — one-sided limits are finite but unequalGraph "jumps" between two different y-values at x = cNo — cannot be repaired by redefining one point
InfiniteCondition 2 — at least one side tends to ±∞Vertical asymptote at x = cNo — the function is unbounded
OscillatingCondition 2 — limit does not exist due to oscillationFunction oscillates infinitely often near x = c (e.g., sin(1/x))No — no single limiting value

Worked Example: Piecewise Function

Consider the piecewise function defined as follows, and determine for which value of the constant k the function is continuous at x = 3.

PIECEWISE FUNCTION
f(x) = { x² − 5, if x < 3 { kx + 1, if x ≥ 3
We need to find the value of k that makes f continuous at x = 3.
Finding k for Continuity at x = 3
1
Step 1 — Check Condition 1: Is f(3) defined?Since x = 3 falls in the region x ≥ 3, we use the second piece: f(3) = k(3) + 1 = 3k + 1. This is defined for all real values of k, so Condition 1 is satisfied regardless of k.
f(3) = 3k + 1 ✓
2
Step 2 — Compute the left-hand limitAs x approaches 3 from the left, x < 3, so we use the first piece: lim(x→3⁻) f(x) = lim(x→3⁻) (x² − 5) = 3² − 5 = 9 − 5 = 4. We can directly substitute because x² − 5 is a polynomial, which is continuous everywhere.
lim(x→3⁻) f(x) = 4
3
Step 3 — Compute the right-hand limitAs x approaches 3 from the right, x ≥ 3, so we use the second piece: lim(x→3⁺) f(x) = lim(x→3⁺) (kx + 1) = k(3) + 1 = 3k + 1. This is also obtained by direct substitution since kx + 1 is a polynomial in x.
lim(x→3⁺) f(x) = 3k + 1
4
Step 4 — Apply Condition 2: Set one-sided limits equalFor the two-sided limit to exist, the left-hand and right-hand limits must agree. Setting them equal gives us the equation: 4 = 3k + 1, which simplifies to 3k = 3, and therefore k = 1.
k = 1
5
Step 5 — Verify Condition 3: Does the limit equal f(3)?With k = 1, we have f(3) = 3(1) + 1 = 4, and lim(x→3) f(x) = 4. Since lim(x→3) f(x) = f(3) = 4, all three conditions are satisfied.
k = 1 makes f continuous at x = 3

Common Pitfalls & Clarifications

Common student misconceptions about continuity and their corrections.
MisconceptionReality
"If I can compute f(c), the function must be continuous there."Having f(c) defined satisfies only Condition 1. You still need the limit to exist and equal f(c). Consider f(x) = (x² − 4)/(x − 2) redefined so f(2) = 10; here f(2) exists but the limit is 4.
"If the limit exists at c, then f is continuous at c."This ignores Conditions 1 and 3. A function with a hole at c has a limit there but is not continuous because f(c) may be undefined or mismatched.
"A piecewise function is automatically discontinuous at the boundary."Piecewise functions can be perfectly continuous if the pieces join seamlessly. The worked example above shows exactly this: choosing k = 1 eliminates the discontinuity.
"Continuous means differentiable."Continuity is necessary but not sufficient for differentiability. The function f(x) = |x| is continuous at x = 0 but not differentiable there because of the corner.
KEY TAKEAWAY
Continuity is a precise conjunction of three conditions, not a vague visual impression. Just as a structural engineer would never approve a bridge joint based on appearance alone—they check load ratings, alignment, and weld integrity separately—you must verify each condition explicitly in your mathematical arguments.

Connection to Advanced Topics

The definition of continuity at a point is not an isolated concept—it serves as the gateway to nearly every major theorem in AP Calculus AB. Understanding continuity deeply prepares you to apply these theorems correctly and to recognize when their hypotheses are met. The table below maps the connection from pointwise continuity to the broader framework of calculus.

Key AP Calculus AB theorems that depend on continuity as a hypothesis.
Advanced TopicHow Continuity Connects
Intermediate Value Theorem (IVT)Requires f to be continuous on [a, b]. Guarantees that f takes every value between f(a) and f(b). Without continuity, the conclusion can fail—a jump discontinuity can skip over intermediate values.
Extreme Value Theorem (EVT)Requires f to be continuous on a closed interval [a, b]. Ensures f attains an absolute maximum and minimum on that interval.
DifferentiabilityIf f is differentiable at c, then f is continuous at c. The contrapositive is equally powerful: if f is not continuous at c, then f is not differentiable at c. Continuity is a necessary (but not sufficient) condition for differentiability.
Fundamental Theorem of CalculusBoth parts of the FTC require the integrand to be continuous on the interval of integration. The accumulation function F(x) = ∫ₐˣ f(t) dt is guaranteed to be continuous (and differentiable) only when f is continuous.

Looking beyond the AP syllabus, pointwise continuity extends naturally to uniform continuity in real analysis, where the choice of δ must work simultaneously for all points in an interval rather than depending on the particular point c. This distinction becomes critical in proving that continuous functions on closed intervals are integrable—a foundational result that underlies the rigorous treatment of the definite integral.

Practice Problems

1
A function f satisfies lim(x→4) f(x) = 7, but f(4) = 3. Which of the following correctly describes the situation at x = 4?
2
Let g(x) = (x² − 9)/(x − 3). At x = 3, which condition of continuity fails first?
3
The function h is defined by h(x) = { 2x + a, for x < 1; x² + 3, for x ≥ 1 }. For what value of a is h continuous at x = 1?
PROBLEM 4APPLIED
A temperature sensor records the temperature T(t) in °C of a chemical reaction over time t (in minutes). The sensor model is given by: T(t) = { 20 + 15t, for 0 ≤ t < 4 { 80 − 10(t − 4)², for 4 ≤ t ≤ 6 (a) Show that T is continuous at t = 4 by verifying all three conditions of the definition of continuity. (b) Find T(4) and interpret its meaning in the context of the problem. (c) At what time in the interval [4, 6] does the temperature first drop to 70°C? Justify why the Intermediate Value Theorem guarantees a solution exists. (d) Explain why the three-condition definition of continuity is important in the context of verifying the IVT applies here.
PROBLEM 5CRITICAL THINKING
Consider the function f defined on all real numbers by: f(x) = { x² sin(1/x) + c, for x ≠ 0 { 2, for x = 0 (a) Using the Squeeze Theorem, find lim(x→0) f(x) in terms of c. (b) Determine the value of c that makes f continuous at x = 0. Justify your answer by explicitly verifying all three conditions of continuity. (c) Explain why removing the x² factor entirely (i.e., using sin(1/x) + c instead of x² sin(1/x) + c for x ≠ 0) would make it impossible to achieve continuity at x = 0 regardless of the value of c.

Lesson Summary

A function f is continuous at a point x = c if and only if three conditions hold simultaneously: f(c) is defined (Condition 1), the limit of f(x) as x approaches c exists (Condition 2, requiring equal one-sided limits), and the limit equals the function value (Condition 3). Failure of any single condition produces a discontinuity, classified as removable (limit exists but ≠ f(c) or f(c) is undefined), jump (one-sided limits differ), or infinite (at least one side tends to ±∞).

This three-condition definition is the prerequisite for the Intermediate Value Theorem, the Extreme Value Theorem, and the Fundamental Theorem of Calculus. On the AP exam, always explicitly state which condition holds or fails and support your reasoning with computed limit values. Mastering this definition transforms continuity from an intuitive sketch-based idea into a powerful, testable analytical tool.

Varsity Tutors • AP Calculus AB • Defining Continuity at a Point