1.4 Continuity and One-Sided Limits
- Determine continuity at a point and continuity on an open interval.
- Determine one-sided limits and continuity on a closed interval.
- Use properties of continuity.
- Understand and use the Intermediate Value Theorem.
Assignment
- Vocabulary and teal boxes
- p96 1â19 odd, 26, 29, 31, 37â59 odd, 63â66, 69, 70, 77, 80, 81, 90â104 even 105, 108â114, 127â130
The vertical bar indicates the AP cut-off. Problems after the bar are recommended for AP prep, but not required for the assignment.
Additional Resources
- AP Topics: 1.3, 1.5, 1.10, 1.11, 1.12, 1.13, 1.16
- Khan Academy
- Estimating limit values from graphs
- Determining limits using algebraic properties of limits: limit properties
- Determining limits using algebraic properties of limits: direct substitution
- Exploring types of discontinuities
- Defining continuity at a point
- Confirming continuity over an interval
- Removing discontinuities
- Working with the intermediate value theorem
Iâve mentioned continuity briefly, but hereâs the full definition. A graph is continuous at a point if a) that point exists, and b) the limit also exists and matches the point.
Here it is in more formal language.
Continuity at a Point
A function $f$ is continuous at $c$ when these three conditions are met.
- $f(c)$ is defined
- $\lim_{x\to c} f(x)$ exists
- $\lim_{x\to c} f(x) = f(c)$
When those conditions are met for every point on an open interval, then the interval is continuous. And an entire function is continuous if that open interval is $(-\infty,\infty)$.
Where a graph is not continuous is called a discontinuity, and they can be classified as removable or non-removable. Removable discontinuities can be âfixedâ by finding an equivalent function that fixes the hole. We worked with those functions last section when trying to find their limits.
\[\frac{x^2-1}{x-1} = \frac{(x-1)(x+1)}{x-1} = x+1\]Removable discontinuities canât be fixed. They usually see the function taking off to infinity or âjumpingâ to another function, like below.

One-Sided Limits and Continuity on a Closed Interval
So far, weâve talked about continuity on an open interval. On a closed-interval things change a bit, mostly because there is a hard break at the end of the interval.
Take the function $f(x)=\sqrt{x}$ for instance. Is the function continuous at $f(0)$? Does the limit exist at $f(0)$? Our old tricks donât work since we can only approach 0 from one side since negatives are not part of the domain.
So, in these cases we only worry about one-sided limits, where we just see what the function is doing as we approach from either the left or the right. In our square-root function that looks like
\[\lim_{x\to 0^+} \sqrt{x} = 0\]Notice the â+â sign above the point weâre approaching. That tells you which side we care about. Here, weâre approaching from the positive side, or the right.
We can also take this and redefine our limits. If the left-side and right-side limits donât agree, then the limit does not exist.
The book goes into some other definitions and properties of continuity that are worth reading, but weâll skip them for now.
Intermediate Value Theorem
Letâs get the formal definition out of the way first.
Intermediate Value Theorem
If $f$ is continuous on the closed interval $[a,b]$, $f(a)\neq f(b)$, and $k$ is any real number between $f(a)$ and $f(b)$, then there is at least one number $c$ in $[a,b]$ such that
\[f(c)=k\]
In other words, if you have a continuous functionâwhich means every value between $a$ and $b$ existsâthen every value between $f(a)$ and $f(b)$ also exists.
A real-world example, if you are driving somewhere and at some point you were 2 miles from home. Later on you were 5 miles from home. The Intermediate Value Theorem says that at some point you were 3 miles from, and 4 miles, and 2.5, and 4.7, and every other number in between 2 and 5. It might seem obvious, but things like this are foundational for other concepts higher up in math.
One immediate application is proving that zeros exist in certain intervals. Let
\[f(x) = x^3 + 2x - 1\]We can determine if a zero exists in the interval $[0,1]$ by determining if one bound produces a negative and the other a positive.
\[f(0) = - 1 \qquad f(1) = 2\]So, there must be some number $c$ in that interval where $f(c) = 0$.