Navigation: Wiki Home > Skills > Types of Discontinuities
Quick Links: Classification Table | Flowchart | Practice Problems
Test yourself on these prerequisite skills:
1) $f(a)$ defined, 2) $\lim_{x \to a} f(x)$ exists, 3) They're equal
Answer: $-1$ (when $x < 2$, $\vert x-2\vert = -(x-2)$)
Answer: $x + 3$ (factor numerator as $(x-3)(x+3)$)
If you struggled:
Not all discontinuities are created equal. Some are minor annoyancesβa single hole that could be patched. Others represent fundamental breaks in the function's behavior, like a staircase step or a vertical asymptote.
Why does this classification matter? Because removable discontinuities can often be fixed by simply redefining the function at one point. Jump discontinuities indicate genuine "breaks" in the function that cannot be repaired. Infinite discontinuities signal unbounded behavior. Knowing which type you're dealing with tells you what's possible and what isn't.
Understanding discontinuity types is also essential for integration (Calculus II) and for understanding where formulas like the Fundamental Theorem of Calculus apply.
| Property | Value |
|---|---|
| Chapter | 1.8 |
| Course | MATH161 |
| Difficulty | Intermediate |
| Time | ~20 minutes |
| If you find... | Then it's a... | Can be fixed? |
|---|---|---|
| $\lim$ exists but $\neq f(a)$ or $f(a)$ undefined | Removable | Yes: redefine $f(a) = L$ |
| $\lim_{x \to a^-} \neq \lim_{x \to a^+}$ (both finite) | Jump | No |
| Either one-sided limit is $\pm\infty$ | Infinite | No |
| Type | What Happens | Graph Appearance | Can It Be Fixed? |
|---|---|---|---|
| Removable | Limit exists but $\neq f(a)$ or $f(a)$ undefined | Hole in graph | Yes, redefine $f(a)$ |
| Jump | Left and right limits exist but are different | Step or break | No |
| Infinite | Limit is $\pm\infty$ or doesn't exist | Vertical asymptote | No |
REMOVABLE JUMP INFINITE
β β± β β± β β
β β± β β± β β blows up
β β hole β βββββ β β
β β± β gap β β
ββ± ββββββ β β
βΌββββββββ βΌββββββββ βΌβββββΌββββ
a a a
Limit exists Both one-sided Limit is Β±β
but β f(a) limits exist, or oscillates
but differ without bound
A discontinuity at $x = a$ is removable if:
Why "removable"? We can create a new continuous function by defining: $$\tilde{f}(x) = \begin{cases} f(x) & \text{if } x \neq a \\ L & \text{if } x = a \end{cases}$$
Classic example: $f(x) = \dfrac{x^2 - 1}{x - 1}$ at $x = 1$
Factor: $\dfrac{(x-1)(x+1)}{x-1} = x + 1$ for $x \neq 1$
So $\lim_{x \to 1} f(x) = 2$, but $f(1)$ is undefined. Redefine $f(1) = 2$ to fix it.
A discontinuity at $x = a$ is a jump if:
The jump height is $\vert L_2 - L_1\vert $.
Cannot be fixed because the function approaches different values from each side.
Classic example: The floor function $f(x) = \lfloor x \rfloor$ at any integer $n$
A discontinuity at $x = a$ is infinite if:
This typically occurs at vertical asymptotes.
Classic example: $f(x) = \dfrac{1}{x}$ at $x = 0$
graph TD
A["Is f(a) defined AND<br/>does lim equal f(a)?"] -->|Yes| B["CONTINUOUS"]
A -->|No| C["Does lim<sub>xβa</sub> f(x) exist<br/>(finite)?"]
C -->|Yes| D["REMOVABLE<br/>discontinuity"]
C -->|No| E["Do both one-sided<br/>limits exist (finite)?"]
E -->|Yes| F["JUMP<br/>discontinuity"]
E -->|No| G["INFINITE<br/>discontinuity"]
style B fill:#d1fae5
style D fill:#fef3c7
style F fill:#fed7aa
style G fill:#fecaca
| Mistake | Why It's Wrong | Correct Approach |
|---|---|---|
| "All division by zero is infinite" | Canceling factors can make limit finite | Factor first, then check |
| "Jump means the graph jumps up" | Jump just means left β right limits | Jump can go up OR down |
| Confusing "hole" with "vertical asymptote" | Hole = removable, asymptote = infinite | Check if limit is finite or infinite |
| Saying $\frac{1}{x}$ at $x=0$ is "jump" | Both one-sided limits are infinite | Jump requires FINITE one-sided limits |
Knowing the type of discontinuity tells you what's possible:
Integration theory (Calculus II) treats these differently: functions with only jump discontinuities can be integrated, but infinite discontinuities require special "improper integral" techniques.
A graph has a hole at $(2, 5)$ with no point plotted there, but the function approaches 5 from both sides. What type of discontinuity is this?
Classify the discontinuity of $f(x) = \dfrac{x^2 - 9}{x - 3}$ at $x = 3$.
A student claims: "If $\lim_{x \to a} f(x) = \infty$, then $f$ has an infinite discontinuity at $a$."
Is this statement always true, sometimes true, or never true?
(A) Always true
(B) Sometimes trueβdepends on whether $f(a)$ is defined
(C) Sometimes trueβonly if both one-sided limits are infinite
(D) Never trueβinfinite limits mean the limit doesn't exist
Classify all discontinuities of the function: $$g(x) = \begin{cases} x + 2 & \text{if } x < 0 \\ 1 & \text{if } x = 0 \\ x^2 & \text{if } x > 0 \end{cases}$$
Find and classify all discontinuities of: $$h(x) = \frac{x^2 - 4}{x^2 - 3x + 2}$$
Construct a single function $f(x)$ that has:
Verify that your function has these properties.
Novice (Level 1-2):
Competent (Level 3):
Proficient (Level 4-5):
The "Road Trip" Analogy:
Looking back:
Looking ahead:
A toll road charges $5 normally but $7 during rush hours (7-10 AM and 4-7 PM). If $T(t)$ is the toll as a function of hours past midnight:
$7 βββββββββ βββββββββ
β β
$5 ββββββββΌββββββββββββΌβββββββββ
7AM 4PM 7PM
Discontinuity analysis:
Significance: If you arrive at 6:59 AM, you pay $5. At 7:01 AM, you pay $7. The discontinuity represents an abrupt policy changeβno smooth transition.
| Previous | Up | Next |
|---|---|---|
| Continuity at a Point | Skills Index | Continuity of Combined Functions |
Last updated: 2026-01-22