Exploring Types of Discontinuities
students, in calculus, a limit asks what value a function is approaching, even if the function is not actually there yet. That idea becomes especially useful when a graph has a break, hole, jump, or vertical blow-up. π In this lesson, you will learn how to recognize the main types of discontinuities, explain what each one means, and connect them to limits, continuity, and AP Calculus BC reasoning.
Why Discontinuities Matter
A function is continuous when its graph can be drawn without lifting your pencil. More precisely, a function $f$ is continuous at $x=a$ if all three conditions are true: $f(a)$ is defined, $\lim_{x\to a} f(x)$ exists, and $\lim_{x\to a} f(x)=f(a)$. If even one of these fails, the function is discontinuous at $a$.
Discontinuities matter because they show where a model stops behaving smoothly. For example, a phone plan might charge a flat fee up to a limit, then suddenly add a new charge. That sudden change is like a discontinuity. In physics, a graph might show a quantity that changes abruptly when a switch is flipped. In AP Calculus BC, you need to identify these breaks from graphs, tables, and formulas, and explain what the limit is doing at the point of trouble.
There are several important types of discontinuities:
- removable discontinuities,
- jump discontinuities,
- infinite discontinuities,
- and oscillating or essential behavior that prevents a limit from existing.
Each one tells a different story about how the function behaves near a point.
Removable Discontinuities: A Hole in the Graph
A removable discontinuity happens when a function is βalmostβ continuous at a point, but one value is missing or wrong. The limit exists, but the function value does not match that limit. The graph often has a hole. π³οΈ
A classic example is
$$f(x)=\frac{x^2-1}{x-1}.$$
At $x=1$, this formula is undefined because the denominator is $0$. But if we factor the numerator,
$$x^2-1=(x-1)(x+1),$$
so for $x\ne 1$,
$$f(x)=x+1.$$
That means
$$\lim_{x\to 1} f(x)=2.$$
The graph behaves like the line $y=x+1$, except there is a hole at $(1,2)$.
Why is it called removable? Because the discontinuity can be removed by redefining the function value. If we define a new function $g$ by
$$g(x)=\begin{cases} \frac{x^2-1}{x-1}, & x\ne 1 \\ 2, & x=1, \end{cases}$$
then $g$ is continuous at $x=1$.
On the AP exam, removable discontinuities often appear when a factor cancels. Watch for expressions like rational functions, square roots, or piecewise rules where the limit exists but the function has a missing point.
Example: Suppose a graph has a hole at $x=3$ and the left- and right-hand values both approach $5$. Then
$$\lim_{x\to 3} f(x)=5,$$
but if $f(3)$ is undefined or $f(3)\ne 5$, the function is not continuous at $x=3$.
Jump Discontinuities: A Sudden Leap
A jump discontinuity happens when the left-hand and right-hand limits both exist, but they are not equal. The graph βjumpsβ from one height to another. ππ
Formally, if
$$\lim_{x\to a^-} f(x)$$
and
$$\lim_{x\to a^+} f(x)$$
exist but are different, then $\lim_{x\to a} f(x)$ does not exist, so there is a discontinuity at $x=a$.
A simple piecewise example is
$$f(x)=\begin{cases}1, & x<0 \\ 3, & x\ge 0. \end{cases}$$
At $x=0$,
$$\lim_{x\to 0^-} f(x)=1$$
and
$$\lim_{x\to 0^+} f(x)=3.$$
Since these are not equal, the two-sided limit does not exist. The function jumps from $1$ to $3$.
Real-world example: a subway fare might cost $2$ for a short trip and $4$ for a long trip once a distance threshold is crossed. The cost changes suddenly at the boundary, creating a jump.
For AP Calculus BC, you should be able to read a graph and determine whether the one-sided limits match. If they do not match, the limit does not exist, even if the function value at that point is defined.
Infinite Discontinuities: Vertical Asymptotes
An infinite discontinuity occurs when a function grows without bound near a point. The graph usually has a vertical asymptote. This means the function values become extremely large positive or negative near $x=a$.
For example,
$$f(x)=\frac{1}{x-2}$$
has a vertical asymptote at $x=2$. As $x\to 2^+$, the function values increase without bound:
$$\lim_{x\to 2^+} \frac{1}{x-2}=\infty.$$
As $x\to 2^-$,
$$\lim_{x\to 2^-} \frac{1}{x-2}=-\infty.$$
Because the behavior is unbounded, the two-sided limit does not exist.
Another example is
$$f(x)=\frac{1}{(x-2)^2}.$$
Here, both sides approach positive infinity:
$$\lim_{x\to 2^-} f(x)=\infty$$
and
$$\lim_{x\to 2^+} f(x)=\infty.$$
Even though both sides go the same way, the limit is still not a finite real number, so the function is discontinuous at $x=2$.
Infinite discontinuities are closely tied to rational functions. A denominator that becomes $0$ while the numerator stays nonzero often signals a vertical asymptote. When solving AP problems, check what happens to the sign of the denominator on each side of the point.
Oscillating Behavior: No Single Approach Value
Sometimes a function does not have a limit because it keeps bouncing between values as $x$ gets closer to a point. This is less common in basic graphing, but it is important for understanding why a limit can fail to exist.
A famous example is
$$f(x)=\sin\left(\frac{1}{x}\right).$$
As $x\to 0$, the inside of the sine function changes extremely rapidly, so the function keeps oscillating between $-1$ and $1$ instead of settling down to one value. Therefore,
$$\lim_{x\to 0} \sin\left(\frac{1}{x}\right)$$
does not exist.
This is different from a jump or infinite discontinuity. The function is not approaching two separate one-sided values, and it is not blowing up to infinity. It is simply not stabilizing at all.
On the AP exam, oscillating behavior may appear in advanced limit questions. If the expression keeps switching values without settling, you cannot assign a limit.
How to Classify a Discontinuity
When students sees a discontinuity, use a step-by-step strategy:
- Check whether the function is defined at the point.
- Find the left-hand limit $\lim_{x\to a^-} f(x)$.
- Find the right-hand limit $\lim_{x\to a^+} f(x)$.
- Compare the two one-sided limits.
- Compare the limit, if it exists, with $f(a)$.
This process helps classify the discontinuity.
- If the limit exists but $f(a)$ is missing or different, it is removable.
- If the one-sided limits exist but are different, it is a jump discontinuity.
- If the values grow without bound, it is infinite.
- If the function never settles to one value, the limit does not exist for oscillating reasons.
Example: Consider
$$f(x)=\begin{cases}\frac{x^2-4}{x-2}, & x\ne 2 \\ 7, & x=2. \end{cases}$$
For $x\ne 2$,
$$f(x)=x+2.$$
So
$$\lim_{x\to 2} f(x)=4.$$
But $f(2)=7$. Since the limit exists and is not equal to the function value, this is a removable discontinuity.
Connecting Discontinuities to Continuity and the AP Exam
Discontinuities are the opposite of continuity, so they help define what a continuous function is. Many AP Calculus BC problems ask whether a function is continuous on an interval or at a point. This matters because several theorems, such as the Intermediate Value Theorem, require continuity.
If a function has a discontinuity on an interval, you cannot automatically apply a theorem that assumes continuity over that whole interval. For example, if a function jumps at a point, then even if the graph is defined everywhere else, the jump can break the conditions needed for conclusions about intermediate values.
In multiple representations, discontinuities may appear as:
- a hole in a graph,
- a sudden jump in a table,
- an undefined expression in an algebraic formula,
- or a vertical asymptote in a limit problem.
Always use evidence from the representation given. A graph may suggest continuity, but the formula may reveal a missing point. A table may show approximate values on both sides, but a careful limit calculation is still needed.
Conclusion
Discontinuities show where a function stops behaving smoothly, and each type has a distinct meaning. Removable discontinuities create holes, jump discontinuities create leaps, infinite discontinuities create vertical asymptotes, and oscillating behavior prevents the limit from settling. By checking one-sided limits, function values, and graph behavior, students can classify these situations accurately. This skill is central to Limits and Continuity in AP Calculus BC because limits are the language used to describe what happens near a point, even when the function itself misbehaves. π
Study Notes
- A function is continuous at $x=a$ if $f(a)$ is defined, $\lim_{x\to a} f(x)$ exists, and $\lim_{x\to a} f(x)=f(a)$.
- A removable discontinuity has a limit, but the function value is missing or different; the graph has a hole.
- A jump discontinuity occurs when $\lim_{x\to a^-} f(x)\ne \lim_{x\to a^+} f(x)$.
- An infinite discontinuity happens when the function grows without bound near a point; this often creates a vertical asymptote.
- Oscillating behavior can make a limit fail to exist even when the function stays bounded.
- To classify a discontinuity, check $f(a)$, $\lim_{x\to a^-} f(x)$, and $\lim_{x\to a^+} f(x)$.
- Rational functions often have removable discontinuities when factors cancel and infinite discontinuities when a denominator becomes $0$ without cancellation.
- Continuity is important because theorems like the Intermediate Value Theorem require it.
- In AP Calculus BC, be ready to identify discontinuities from formulas, graphs, tables, and piecewise definitions.
