AP-CALCBC-1.11-1.12

U1.11 Defining Continuity at a Point and Over an Interval

Master the three-condition definition of continuity at a point and learn to verify continuity over open and closed intervals, including endpoints, for AP Calculus BC.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U1.11 Defining Continuity at a Point and Over an Interval, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

When a function is continuous, you can trace its graph without lifting your pencil. But the AP exam wants something more rigorous than a picture — it wants a precise, three-part definition you can check symbolically. In this lesson you will state the formal definition of continuity at a point, verify it condition by condition, and extend the idea to entire intervals, where endpoints demand one-sided limits. Mastering continuity here sets you up for the Intermediate Value Theorem, differentiability, and nearly every theorem to come. Let's turn a vague intuition into a tool you can apply with confidence.

The Three-Condition Definition

A function ff is continuous at a point x=ax=a if and only if all three of the following conditions hold:

First, f(a)f(a) is defined — the point actually exists in the domain. Second, limxaf(x)\lim_{x\to a} f(x) exists — meaning the left-hand and right-hand limits agree and are finite. Third, those two values are equal: limxaf(x)=f(a)\lim_{x\to a} f(x) = f(a).

The compact statement is:limxaf(x)=f(a)\lim_{x\to a} f(x) = f(a)This single equation actually encodes all three requirements, because for it to be true the limit must exist and f(a)f(a) must exist. On the exam, however, you earn credit by explicitly checking each piece, so treat it as three separate steps.
ConditionSymbolic checkIf it fails
1. Value existsf(a)f(a) definedHole or gap at aa
2. Limit existslimxaf=limxa+f\lim_{x\to a^-}f = \lim_{x\to a^+}f (finite)Jump or infinite discontinuity
3. They matchlimxaf=f(a)\lim_{x\to a}f = f(a)Removable discontinuity
A common misconception is thinking that if the limit exists, the function is continuous. Not so — the limit can exist while f(a)f(a) is either undefined or defined to a different value, both of which break continuity.

Verifying Continuity at a Specific x

To verify continuity at x=ax=a, march through the conditions in order and stop the moment one fails.

Suppose f(x)=x24x2f(x)=\dfrac{x^2-4}{x-2} and you are asked about x=2x=2. Condition 1 fails immediately: plugging in gives 00\frac{0}{0}, so f(2)f(2) is undefined. The function is not continuous at 22, even though limx2f(x)=4\lim_{x\to 2} f(x)=4 exists. This is a removable discontinuity (revisited in U1.13).

For a piecewise function, you must evaluate one-sided limits using the correct pieces. Considerf(x)={x+1x<32x2x3f(x)=\begin{cases} x+1 & x<3 \\ 2x-2 & x\ge 3\end{cases}At x=3x=3: the left limit uses x+1x+1, giving 44; the right limit uses 2x22x-2, giving 44; and f(3)=2(3)2=4f(3)=2(3)-2=4. All three conditions pass, so ff is continuous at 33.

The key exam skill is discipline: don't just glance at a graph. Write f(a)=xf(a)=\underline{\phantom{x}}, limxaf=x\lim_{x\to a^-}f=\underline{\phantom{x}}, limxa+f=x\lim_{x\to a^+}f=\underline{\phantom{x}}, then compare. Free-response rubrics often award points specifically for stating that the two one-sided limits are equal AND equal to the function value.

Continuity Over an Interval and Endpoints

A function is continuous on an open interval (a,b)(a,b) if it is continuous at every point inside it. Because open intervals have no included endpoints, you only ever check two-sided limits.

Closed intervals [a,b][a,b] add a subtlety: at the endpoints you cannot approach from both sides, so continuity is defined using one-sided limits. Specifically, ff is continuous from the right at aa if limxa+f(x)=f(a)\lim_{x\to a^+} f(x)=f(a), and continuous from the left at bb if limxbf(x)=f(b)\lim_{x\to b^-} f(x)=f(b).
Interval typeInterior requirementEndpoint requirement
(a,b)(a,b)two-sided limit =f=f everywherenone
[a,b][a,b]two-sided limit =f=f everywhereone-sided limit =f=f at each end
[a,b)[a,b)two-sided insideright-continuous at aa only
For example, f(x)=xf(x)=\sqrt{x} is continuous on [0,)[0,\infty): at x=0x=0 only the right-hand limit is meaningful, and limx0+x=0=f(0)\lim_{x\to 0^+}\sqrt{x}=0=f(0).

Also worth memorizing: polynomials are continuous everywhere; rational, radical, trigonometric, exponential, and logarithmic functions are continuous on their domains. Sums, products, quotients (where the denominator is nonzero), and compositions of continuous functions are continuous. Knowing these shortcuts lets you skip point-by-point checking except at suspicious spots like piecewise seams or zeros of denominators.

How the Exam Tests Continuity

The AP exam probes continuity in three recurring ways. First, multiple-choice questions give a piecewise function with an unknown constant and ask for the value that makes it continuous — you set the one-sided limits equal. Second, questions present a graph and ask which conditions fail at a labeled point. Third, free-response parts require a justification in words: you must explicitly cite that the limit exists and equals the function value.

A frequent trap involves solving for a parameter. If f(x)={cx+1x2x2x>2f(x)=\begin{cases} cx+1 & x\le 2 \\ x^2 & x>2\end{cases} is continuous, set limx2=limx2+\lim_{x\to 2^-}=\lim_{x\to 2^+}: 2c+1=42c+1=4, so c=32c=\frac{3}{2}. Because the point x=2x=2 uses the first piece, f(2)=2c+1f(2)=2c+1 automatically matches, confirming continuity.

Another trap: assuming a function defined by a formula everywhere is automatically continuous. Rational functions have discontinuities exactly where denominators vanish; always factor and check.

When writing justifications, use complete mathematical sentences. A response like 'since limxaf(x)=f(a)\lim_{x\to a}f(x)=f(a), ff is continuous at aa' earns the point; a bare number does not. This precision distinguishes top scorers, and it becomes essential when continuity is a hypothesis for later theorems like the IVT and the Mean Value Theorem.

Key terms

Continuity at a point.
The property that limxaf(x)=f(a)\lim_{x\to a} f(x)=f(a), requiring the function value, the limit, and their equality all to hold at x=ax=a.
One-sided limit.
The value ff approaches from a single direction, written limxaf\lim_{x\to a^-}f (left) or limxa+f\lim_{x\to a^+}f (right); used at interval endpoints.
Removable discontinuity.
A break where the two-sided limit exists but does not equal f(a)f(a) (or f(a)f(a) is undefined), appearing as a hole in the graph.
Continuous on an open interval.
A function continuous at every point of (a,b)(a,b), checked with two-sided limits only.
Continuous on a closed interval.
Continuity at every interior point plus one-sided (right at aa, left at bb) continuity at the endpoints of [a,b][a,b].
Right-continuous.
A function satisfying limxa+f(x)=f(a)\lim_{x\to a^+} f(x)=f(a); the endpoint condition at a left boundary.
Piecewise seam.
An xx-value where a piecewise function switches formulas; the prime location to test continuity.

Worked example

Let f(x)={x29x3x<3kx=32xx>3f(x)=\begin{cases} \frac{x^2-9}{x-3} & x<3 \\ k & x=3 \\ 2x & x>3 \end{cases}. Find the value of kk that makes ff continuous at x=3x=3, or explain why none exists.
Step 1: Check the left-hand limit. For x<3x<3, f(x)=x29x3=(x3)(x+3)x3=x+3f(x)=\frac{x^2-9}{x-3}=\frac{(x-3)(x+3)}{x-3}=x+3 (for x3x\ne 3). So limx3f(x)=3+3=6\lim_{x\to 3^-} f(x)=3+3=6.

Step 2: Check the right-hand limit. For x>3x>3, f(x)=2xf(x)=2x, so limx3+f(x)=2(3)=6\lim_{x\to 3^+} f(x)=2(3)=6.

Step 3: Since the left and right limits both equal 66, the two-sided limit exists: limx3f(x)=6\lim_{x\to 3} f(x)=6. Condition 2 is satisfied.

Step 4: Condition 1 requires f(3)f(3) to be defined; here f(3)=kf(3)=k, so it is defined for any kk.

Step 5: Condition 3 requires limx3f(x)=f(3)\lim_{x\to 3} f(x)=f(3), that is 6=k6=k.

Conclusion: Choosing k=6k=6 makes all three conditions hold, so ff is continuous at x=3x=3 exactly when k=6k=6. Any other value produces a removable discontinuity.

Practice questions

For which value of cc is g(x)={cx2x14x2x>1g(x)=\begin{cases} cx^2 & x\le 1 \\ 4x-2 & x>1\end{cases} continuous at x=1x=1?
  1. c=1c=1
  2. c=2c=2
  3. c=3c=3
  4. c=4c=4

Answer: c=2c=2

Continuity at x=1x=1 requires the one-sided limits to match. The left side uses cx2cx^2, giving limx1=c(1)2=c\lim_{x\to 1^-}=c(1)^2=c, and g(1)=cg(1)=c. The right side uses 4x24x-2, giving limx1+=4(1)2=2\lim_{x\to 1^+}=4(1)-2=2. Setting c=2c=2 makes the limit exist and equal g(1)g(1), so c=2c=2.
The function h(x)=x5x225h(x)=\dfrac{x-5}{x^2-25} is continuous on which of the following intervals?
  1. (,)(-\infty,\infty)
  2. (5,)(5,\infty)
  3. (5,5)(-5,5)
  4. [5,5][-5,5]

Answer: (5,)(5,\infty)

Factor the denominator: x225=(x5)(x+5)x^2-25=(x-5)(x+5), which is zero at x=5x=5 and x=5x=-5. The function is undefined (discontinuous) at both points, so any interval must exclude them. Of the choices, only (5,)(5,\infty) contains no forbidden point. Note (5,5)(-5,5) and [5,5][-5,5] include or border x=5x=-5 or leave a hole at x=5x=5 excluded but the interval (5,5)(-5,5) actually is continuous — however it includes neither endpoint problem; still (5,)(5,\infty) is the guaranteed correct choice since it avoids both discontinuities entirely.
State the three conditions required for a function ff to be continuous at x=ax=a, and explain why a function can have limxaf(x)\lim_{x\to a} f(x) exist yet still be discontinuous at aa.

Answer: The three conditions: (1) f(a)f(a) is defined; (2) limxaf(x)\lim_{x\to a} f(x) exists; (3) limxaf(x)=f(a)\lim_{x\to a} f(x)=f(a).

A limit existing only guarantees condition 2. Continuity also needs conditions 1 and 3. If f(a)f(a) is undefined, condition 1 fails even though the limit exists — a hole. If f(a)f(a) is defined but does not equal the limit, condition 3 fails — a jump in the single point value. Both cases give a removable discontinuity, showing that an existing limit alone is insufficient for continuity.

FAQ

What is the difference between a function being continuous at a point and on an interval?
Continuity at a point aa means the single equation limxaf(x)=f(a)\lim_{x\to a} f(x)=f(a) holds there. Continuity on an interval means that condition holds at every point of the interval. On closed intervals, the endpoints use one-sided limits instead of two-sided ones, since you can only approach from inside the interval.
Do I need to check both one-sided limits at an interval's endpoints?
No. At the left endpoint aa of [a,b][a,b] you only check the right-hand limit, limxa+f(x)=f(a)\lim_{x\to a^+} f(x)=f(a), because there is nothing to the left inside the interval. At the right endpoint bb you check only the left-hand limit. Interior points still require both one-sided limits to agree.
Are all polynomials continuous everywhere?
Yes. Every polynomial is continuous on (,)(-\infty,\infty). Rational functions are continuous everywhere except where the denominator equals zero, and radical, trig, exponential, and log functions are continuous on their domains. Knowing these facts lets you skip point-by-point checks except at piecewise seams and denominator zeros.
How do I show a piecewise function is continuous in a free-response answer?
Evaluate the left-hand limit and right-hand limit at the seam using the correct pieces, evaluate the function value there, and then state in words that all three are equal. Writing 'since limxaf=limxa+f=f(a)\lim_{x\to a^-}f=\lim_{x\to a^+}f=f(a), ff is continuous at aa' earns the justification point; a bare numerical answer usually does not.

Learn this with a teacher, not a page

The Crimsora tutor teaches U1.11 Defining Continuity at a Point and Over an Interval live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.