Confirming Continuity over an Interval
Welcome, students! 🌟 In this lesson, you will learn how to confirm continuity over an interval, which means checking whether a function has no breaks, jumps, or holes on a whole stretch of its graph. This idea matters a lot in AP Calculus BC because continuity helps us predict behavior, apply the Intermediate Value Theorem, and understand when calculus tools will work smoothly.
By the end of this lesson, you should be able to:
- explain what it means for a function to be continuous on an interval,
- check continuity using limits, function values, and domain rules,
- identify where a function is continuous or not continuous,
- connect continuity to graphs, formulas, and real-world situations,
- use continuity reasoning in AP Calculus BC-style problems.
Think of continuity like driving on a road 🚗. If the road has no potholes, cliffs, or sudden jumps, your trip is continuous. A continuous function behaves in a similar way: its graph stays connected, with no sudden breaks.
What Continuity Means on an Interval
A function $f$ is continuous at a point $x=c$ if three things are true:
- $f(c)$ is defined,
- $\lim_{x\to c} f(x)$ exists,
- $\lim_{x\to c} f(x)=f(c)$.
That definition is the foundation, but in this lesson the bigger goal is to confirm continuity over an interval. An interval is a set of numbers between two endpoints, such as $[a,b]$, $(a,b)$, or $(a,\infty)$.
To say that $f$ is continuous on an interval means it is continuous at every point in that interval. For example, if $f$ is continuous on $[2,5]$, then there are no breaks anywhere from $x=2$ to $x=5$.
There is one important detail about endpoints. On a closed interval $[a,b]$:
- at $x=a$, we only check right-hand continuity,
- at $x=b$, we only check left-hand continuity.
So for $f$ to be continuous on $[a,b]$, it must be continuous on $(a,b)$ and also continuous from the appropriate side at the endpoints.
For example, if $f(x)=x^2$, then $f$ is continuous on all real numbers, so it is continuous on every interval you choose. In contrast, $g(x)=\frac{1}{x-3}$ is not continuous at $x=3$, so it is not continuous on any interval that includes $3$.
How to Confirm Continuity from a Formula
One of the fastest AP Calculus BC skills is recognizing continuity from the type of function. Many common functions are continuous wherever they are defined. These include:
- polynomials like $f(x)=x^3-2x+7$,
- rational functions like $f(x)=\frac{x+1}{x-4}$, except where the denominator is $0$,
- root functions like $f(x)=\sqrt{x-2}$, where the expression under the root must be allowed,
- trigonometric functions like $f(x)=\sin x$ and $f(x)=\cos x$.
A very useful rule is this: if you build a function from continuous pieces using addition, subtraction, multiplication, division, and composition, then the result is continuous wherever it is defined.
Example: consider
$$f(x)=\frac{x^2-1}{x-1}.$$
This expression is undefined at $x=1$, so it is not continuous there. Even though the algebra simplifies to $f(x)=x+1$ for $x\neq 1$, the original function still has a hole at $x=1$. That means $f$ is continuous on intervals like $(-\infty,1)$ and $(1,\infty)$, but not on intervals containing $1$.
This example shows why algebra alone is not enough. You must check the original function as written. ✅
Using Limits, Graphs, and Tables to Check Continuity
AP Calculus BC asks you to understand continuity in multiple representations: equations, graphs, and tables.
From a graph
A graph is continuous on an interval if you can trace it without lifting your pencil. That does not mean the graph must be straight or simple. It can curve, rise, and fall, as long as there are no gaps, jumps, or holes.
Common signs of discontinuity include:
- an open circle, which suggests a hole,
- a jump from one height to another,
- a vertical asymptote,
- a sudden endpoint where the interval demands more than the graph provides.
Example: if a graph has an open circle at $x=2$ and a filled dot at a different height at the same $x$-value, the function is not continuous at $x=2$.
From a table
A table can show continuity if the $y$-values near a point approach the same number from both sides and match the function value. For instance, if the values of $f(x)$ for numbers near $3$ get closer and closer to $5$, and $f(3)=5$, then the data suggests continuity at $x=3$.
However, a table gives evidence, not a perfect proof unless the problem provides exact information. In AP-style questions, tables are often used to estimate behavior or recognize patterns.
From a limit calculation
To confirm continuity at $x=c$, calculate:
$$\lim_{x\to c} f(x)$$
and compare it to $f(c)$.
If the limit exists and equals the function value, then $f$ is continuous at $x=c$.
Example: let $f(x)=x^2+4x+1$. Since polynomials are continuous everywhere, $f$ is continuous on every interval, such as $[-2,3]$. If you still want to verify at $x=1$, compute:
$$\lim_{x\to 1} (x^2+4x+1)=1+4+1=6$$
and
$$f(1)=1^2+4(1)+1=6.$$
So the limit equals the function value, confirming continuity at $x=1$.
Continuity on Open, Closed, and Mixed Intervals
Interval notation tells you exactly where continuity must hold.
Open interval $$(a,b)$$
To be continuous on $(a,b)$, the function must be continuous at every point strictly between $a$ and $b$. The endpoints are not included, so you do not check them.
Closed interval $$[a,b]$$
To be continuous on $[a,b]$, the function must be continuous on $(a,b)$, right-continuous at $a$, and left-continuous at $b$.
Half-open interval $[a,b)$ or $$(a,b]$$
You check continuity on the interior points, plus the one included endpoint from the correct side.
This matters in AP Calculus BC because many theorems, especially the Intermediate Value Theorem, require continuity on a closed interval like $[a,b]$.
Example: suppose
$$h(x)=\sqrt{x-1}.$$
The domain is $x\ge 1$, so $h$ is continuous on $[1,\infty)$. It is also continuous on any smaller interval inside that domain, such as $[1,4]$ or $(2,10)$. But it is not continuous on an interval like $[0,2]$ because the function is not even defined for $x<1$.
Why Continuity Matters in AP Calculus BC
Continuity is not just a definition to memorize. It is a tool that tells you when important results apply.
One major result is the Intermediate Value Theorem. If $f$ is continuous on $[a,b]$ and $N$ is any number between $f(a)$ and $f(b)$, then there is at least one number $c$ in $[a,b]$ such that $f(c)=N$.
This theorem only works if continuity is confirmed over the entire interval. If there is a break, the conclusion can fail.
Real-world example: imagine the temperature outside changes smoothly from $50^\circ\!\text{F}$ at 8 a.m. to $70^\circ\!\text{F}$ at noon. If the temperature function is continuous, then at some point it must have been exactly $60^\circ\!\text{F}$. That is a direct use of continuity over an interval.
Continuity also supports other calculus ideas such as:
- solving equations with graph reasoning,
- predicting whether a value must occur,
- justifying limit evaluations,
- understanding function behavior near endpoints.
Common AP Mistakes and How to Avoid Them
A very common mistake is saying a function is continuous on an interval just because it has no obvious breaks on a graph. Always check the interval carefully. A function may be continuous on $(1,5)$ but not on $[1,5]$ if the endpoint values are missing or incorrect.
Another mistake is forgetting that a function must be defined at the point of continuity. If $f(c)$ does not exist, then $f$ cannot be continuous at $c$, even if the left- and right-hand limits match.
Also watch out for removable discontinuities. A hole can sometimes be fixed by redefining the function, but the original function is still not continuous unless that definition is actually part of the function.
When working AP questions, use this checklist:
- Is the function defined on the whole interval?
- Are there any points where a denominator is $0$, a root becomes invalid, or a graph has a hole or jump?
- If needed, does $\lim_{x\to c} f(x)=f(c)$ at each point?
- For closed intervals, are the endpoints handled correctly?
Conclusion
Confirming continuity over an interval means checking that a function has no breaks anywhere in the interval and that endpoint behavior matches the type of interval given. students, this skill is central to AP Calculus BC because it connects limits, graphs, algebra, and theorems like the Intermediate Value Theorem. When you can identify where a function is continuous, you can make stronger conclusions about its behavior and solve more calculus problems with confidence. 📘
Study Notes
- Continuity on an interval means continuity at every point in that interval.
- At a point $c$, continuity requires $f(c)$ to be defined, $\lim_{x\to c} f(x)$ to exist, and $\lim_{x\to c} f(x)=f(c)$.
- On $[a,b]$, check right-continuity at $a$ and left-continuity at $b$.
- Polynomials are continuous everywhere.
- Rational functions are continuous wherever their denominators are not $0$.
- Root functions are continuous on their allowed domains.
- A graph with a hole, jump, or vertical asymptote is not continuous at that point.
- If a function is continuous on $[a,b]$, the Intermediate Value Theorem applies.
- Always check the original function, not just a simplified version.
- Continuity over an interval is a key idea for limits, theorem use, and graph interpretation.
