1. Limits and Continuity

Confirming Continuity Over An Interval

Confirming Continuity over an Interval

Have you ever watched a road on a map and wondered whether you could drive from one city to another without suddenly hitting a dead end? đźš— In calculus, continuity works a lot like that idea. If a function is continuous, you can trace its graph without lifting your pencil. For AP Calculus AB, students, one important skill is confirming continuity over an interval. This means checking whether a function has no breaks, holes, or jumps throughout a whole stretch of inputs.

In this lesson, you will learn how to identify continuity on an interval, how to use the correct terminology, and how this idea connects to limits, interval notation, and theorems like the Intermediate Value Theorem. By the end, you should be able to explain whether a function is continuous on an interval and use examples to support your answer.

What continuity over an interval means

A function is continuous at a point when three things are true: the function is defined at that input, the limit as the input approaches that value exists, and the limit equals the function value. In symbols, a function $f$ is continuous at $x=a$ if:

$$\lim_{x\to a} f(x) = f(a)$$

But continuity over an interval means more than just one point. It means the function is continuous for every point in that interval.

There are two common interval types:

  • An open interval like $(a,b)$ includes every point between $a$ and $b$ but not the endpoints.
  • A closed interval like $[a,b]$ includes the endpoints $a$ and $b$.

For an open interval, you check continuity at every interior point. For a closed interval, you check continuity at every interior point and use one-sided continuity at the endpoints.

For example, if $f$ is continuous on $[2,7]$, then:

  • $f$ is continuous on $(2,7)$,
  • $f$ is right-continuous at $x=2$,
  • $f$ is left-continuous at $x=7$.

This matters because endpoints only have one side available. At $x=2$, you cannot look at values less than $2$ if the interval starts there.

How to confirm continuity on an interval

When students is asked whether a function is continuous on an interval, the process is systematic. You do not guess based on the graph alone. You check the function carefully.

A good strategy is:

  1. Identify the interval.
  2. Find where the function might fail to be continuous.
  3. Check those points using continuity rules.
  4. Decide whether any break occurs inside the interval.

Many functions are automatically continuous wherever they are defined. These include:

  • polynomials,
  • power functions like $x^n$ for whole-number $n$,
  • exponential functions like $e^x$,
  • sine and cosine,
  • logarithmic functions on their domains,
  • rational functions wherever the denominator is not $0$.

For a rational function like

$$f(x)=\frac{x^2-1}{x-1},$$

the function is not continuous at $x=1$ because the denominator is $0$ there. Even though the expression simplifies algebraically to $x+1$ when $x\ne 1$, the original function still has a hole at $x=1$. So $f$ is not continuous on any interval containing $1$.

That is an important AP idea: algebra can simplify a function, but continuity depends on the original definition.

Examples of continuity on open and closed intervals

Suppose

$$f(x)=x^3-4x+1.$$

This is a polynomial, so it is continuous for all real numbers. Therefore, it is continuous on every interval, such as $( -2,5 )$, $[0,10]$, and $(3,3.5)$.

Now consider

$$g(x)=\frac{1}{x-2}.$$

This is a rational function, so it is continuous wherever it is defined. It is continuous on intervals like $( -\infty,2 )$ and $(2,\infty)$, but not on any interval that includes $x=2$.

For a closed interval, you need to look at endpoints carefully. Suppose $h(x)=\sqrt{x}$ on $[0,9]$. Since $\sqrt{x}$ is defined for $x\ge 0$ and is continuous on its domain, $h$ is continuous on $[0,9]$. At the left endpoint $x=0$, the function is right-continuous. At the right endpoint $x=9$, it is left-continuous. That is enough for continuity on a closed interval.

If a function is defined on $[a,b]$ but has a break in the middle, it is not continuous on the interval. For example,

$$p(x)=\begin{cases}

x+1 & \text{if } x<2 \\

5 & \text{if } x=2 \\

2x-1 & \text{if } x>2

$\end{cases}$$$

To check continuity on $[1,3]$, you must check $x=2$. The left-hand limit is $3$, the right-hand limit is $3$, and the function value is $5$. Since

$$\lim_{x\to 2} p(x) \ne p(2),$$

$p$ is not continuous on $[1,3]$.

Using graphs, tables, and equations together

AP Calculus often asks you to connect multiple representations. students should be able to tell continuity from a graph, a table, or a formula.

From a graph, continuity means no holes, jumps, or vertical asymptotes on the interval. A graph that can be drawn without lifting the pencil is a useful visual model, though it is not a perfect test in every case.

From a table, you look for values that approach the same number from both sides and compare them to the actual function value. If the table suggests a sudden change or an undefined value, continuity may fail.

From an equation, you use algebra and known continuity facts. For example, if

$$f(x)=\frac{x^2-9}{x-3},$$

then factoring gives

$$f(x)=\frac{(x-3)(x+3)}{x-3}$$

for $x\ne 3$, so the simplified form is $x+3$ when $x\ne 3$. But the original function is still undefined at $x=3$, so it is not continuous on any interval containing $3$.

A common exam trap is assuming that if the simplified expression is continuous, then the original function is continuous. That is not always true.

Why interval continuity matters in calculus

Continuity over an interval is not just a definition. It supports major theorems and problem-solving tools.

One of the most important results is the Intermediate Value Theorem. If a function is continuous on $[a,b]$ and takes values $f(a)$ and $f(b)$, then it must take every value between them somewhere in the interval. In other words, if a continuous function starts below a target value and ends above it, it must cross that target value somewhere in between.

For example, if a continuous function satisfies

$$f(1)=2 \quad \text{and} \quad f(5)=10,$$

then it must equal $6$ for some $x$ between $1$ and $5$ because $6$ lies between $2$ and $10$.

This is useful in real life. Imagine a temperature model that is continuous over a day. If the temperature is $18^\circ\text{C}$ at noon and $26^\circ\text{C}$ at 3 p.m., then it had to be $22^\circ\text{C}$ at some time in between. 🌡️

The theorem only works if the function is continuous on the whole interval. That is why confirming continuity matters so much.

Common mistakes to avoid

When checking continuity over an interval, students should watch for these mistakes:

  • Forgetting to check the endpoints of a closed interval.
  • Assuming continuity from a graph without checking for hidden issues in an equation.
  • Ignoring domain restrictions, such as denominators equal to $0$ or square roots of negative numbers.
  • Confusing continuity at one point with continuity on an entire interval.
  • Simplifying algebraically and forgetting the original function’s domain.

A function may be continuous on part of an interval but not the whole thing. For instance, $\ln(x)$ is continuous on $(0,\infty)$, but it is not defined on $[-2,0]$. So it cannot be continuous on that interval.

Also remember that continuity on $[a,b]$ does not mean the function is defined for values outside that interval. It only means the function behaves continuously for every input in that interval.

Conclusion

Confirming continuity over an interval means checking that a function has no breaks, holes, or jumps across every point in the interval. For open intervals, you check all interior points. For closed intervals, you also check the endpoints using one-sided continuity. Polynomials, exponentials, trig functions, and many other common functions are continuous on their domains, while rational functions and piecewise functions may require special attention.

This topic is a key part of AP Calculus AB because it connects limits, function behavior, and theorems like the Intermediate Value Theorem. If students can confirm continuity on an interval, then students is ready to use one of the most important ideas in calculus: smooth behavior lets us make strong conclusions about change.

Study Notes

  • Continuity on an interval means the function is continuous at every point in that interval.
  • On an open interval $(a,b)$, check continuity at every interior point.
  • On a closed interval $[a,b]$, check continuity at interior points and one-sided continuity at the endpoints.
  • A function is continuous at $x=a$ if $$\lim_{x\to a} f(x)=f(a).$$
  • Polynomials, exponentials, sine, and cosine are continuous everywhere.
  • Rational functions are continuous wherever their denominators are not $0$.
  • Simplifying an expression does not change whether the original function is continuous at a missing point.
  • Graphs, tables, and equations can all be used to test continuity.
  • The Intermediate Value Theorem requires continuity on the entire interval.
  • A function with a hole, jump, or vertical asymptote is not continuous at that point.
  • Endpoint continuity uses one-sided limits because only one side of the interval is available.
  • Confirming continuity is an essential step before applying many calculus theorems.

Practice Quiz

5 questions to test your understanding

Confirming Continuity Over An Interval — AP Calculus AB | A-Warded