You're staring at a rational function. Something feels off at x = 2. The graph has a hole there — not a vertical asymptote, not a jump. Just a single missing point, like someone punched a tiny hole in the paper.
Easier said than done, but still worth knowing.
That's a removable discontinuity. And if you're in calculus, you'll need to find them, classify them, and usually "remove" them by redefining the function at that point.
Here's how to actually do it — without memorizing a flowchart you'll forget by Tuesday.
What Is a Removable Discontinuity
A removable discontinuity happens when a function isn't defined at a point, but the limit exists there. The graph has a hole. You could "plug" that hole by assigning the function the limit value, and suddenly the function becomes continuous at that point.
That's the short version.
Technically, a function f has a removable discontinuity at x = c if:
- f(c) is undefined (or defined but not equal to the limit)
- lim(x→c) f(x) exists and is finite
The "removable" part isn't just a cute name. You can literally remove the discontinuity by defining or redefining f(c) = lim(x→c) f(x). After that, the function is continuous at c.
The classic example
f(x) = (x² - 4) / (x - 2)
At x = 2, the denominator is zero. Function undefined. But factor the numerator:
(x - 2)(x + 2) / (x - 2)
Cancel the (x - 2) terms — for x ≠ 2 — and you get x + 2. The limit as x approaches 2 is 4. Here's the thing — the hole is at (2, 4). Define f(2) = 4 and the discontinuity vanishes Small thing, real impact..
That's the prototype. Real problems get messier.
Why It Matters / Why People Care
Removable discontinuities show up everywhere. Trig limits. Piecewise functions. Day to day, derivative definitions. On the flip side, rational functions. If you can't spot them, you'll mess up continuity checks, limit evaluations, and derivative calculations Simple as that..
They also matter for the Intermediate Value Theorem. That theorem requires continuity on a closed interval. A single removable discontinuity breaks the hypothesis — even if the function could be made continuous. The theorem doesn't care about "could be." It cares about "is.
In applied contexts, removable discontinuities often represent modeling artifacts. Now, a division by zero that cancels out physically. A sensor glitch. Recognizing them lets you clean data or simplify models without changing the underlying behavior That's the part that actually makes a difference..
And on exams? They're free points. Professors love testing whether you can distinguish a hole from a vertical asymptote. The algebra is usually straightforward. The trap is rushing and misclassifying Less friction, more output..
How to Find a Removable Discontinuity
The process isn't mysterious. But it does require discipline. Here's the step-by-step that actually works in practice The details matter here..
Step 1: Find where the function is undefined
Start with the domain. Where does the function not exist?
For rational functions: set the denominator equal to zero. Solve for x. Those are your candidates The details matter here..
For piecewise functions: check the boundary points. Check anywhere the formula changes. Check anywhere a piece is explicitly undefined.
For functions with radicals, logs, trig: find where the expression inside breaks down. log(0), sqrt(negative), tan(π/2 + kπ), etc.
Write these x-values down. All of them. Don't skip any.
Step 2: Check the limit at each candidate
For each x = c from Step 1, evaluate lim(x→c) f(x).
This is where the work lives. Techniques vary:
Factoring and canceling — the classic rational function move. Factor numerator and denominator. Cancel common factors. Remember: you can only cancel for x ≠ c. Then plug in c to the simplified expression Turns out it matters..
Rationalizing — for differences of radicals. Multiply by the conjugate. Simplify. Then evaluate.
Trig limits — know your standards: lim(x→0) sin(x)/x = 1, lim(x→0) (1 - cos(x))/x = 0. Use algebraic manipulation to get your limit into one of these forms.
L'Hôpital's Rule — only if you have 0/0 or ∞/∞ and the functions are differentiable near c. Don't use it as a crutch. It hides understanding.
Piecewise limits — check left-hand and right-hand limits separately. They must agree for the two-sided limit to exist.
If the limit exists and is finite → removable discontinuity candidate. If the limit is infinite → vertical asymptote (non-removable). If the limit doesn't exist (oscillation, jump) → non-removable.
Step 3: Compare the limit to the function value
Three cases:
Case A: f(c) is undefined. Limit exists. → Removable discontinuity. You can define f(c) = L to remove it.
Case B: f(c) is defined but f(c) ≠ L. → Removable discontinuity. The function has the "wrong" value. Redefine f(c) = L Surprisingly effective..
Case C: f(c) = L. → Continuous at c. Not a discontinuity at all And that's really what it comes down to..
That's it. That's the whole classification.
Worked example: rational function with a twist
f(x) = (x³ - 8) / (x² - 4)
Step 1: Denominator zero at x = 2 and x = -2. Candidates: 2, -2 That's the part that actually makes a difference..
Step 2: Check limits.
At x = 2: Numerator: 2³ - 8 = 0. 0/0 form. Denominator: 0. Factor: (x - 2)(x² + 2x + 4) / (x - 2)(x + 2) Cancel (x - 2): (x² + 2x + 4) / (x + 2) Limit = (4 + 4 + 4) / 4 = 12/4 = 3 Turns out it matters..
At x = -2: Numerator: (-2)³ - 8 = -16. Still, denominator: 0. -16/0 form. Limit does not exist (infinite). Vertical asymptote.
Step 3: f(2) undefined, limit = 3. → Removable discontinuity at x = 2. That's why f(-2) undefined, limit DNE. → Non-removable (infinite discontinuity) at x = -2 Not complicated — just consistent. That alone is useful..
Worked example: piecewise function
f(x) = { (sin x)/x, x ≠ 0; 5, x = 0 }
Step 1: Only candidate is x = 0 (boundary point).
Step 2: lim(x→0) sin(x)/x = 1. (Standard limit.)
Step 3: f(0) = 5. In practice, limit = 1. That's why f(0) ≠ limit. → Removable discontinuity at x = 0 Most people skip this — try not to..
Redefine f(0) = 1 and it's continuous The details matter here..
Worked example: trig rational function
f(x) = (1 - cos x) / x² at
Step 4 – Summarizing the verdict
Once you have classified every candidate from Step 1, you end up with one of three global statements about the function:
- All points are continuous. No discontinuities remain; the function behaves nicely everywhere on its domain.
- Some points are removable. Each such point can be “fixed” by redefining the function value there, after which the whole function becomes continuous.
- Some points are non‑removable. Whether they are vertical asymptotes, jump discontinuities, or oscillatory behavior, these cannot be cured by a single value assignment.
A quick checklist to confirm you have covered everything:
- Domain analysis – have you listed every point where the formula breaks down?
- Limit testing – have you evaluated the appropriate one‑sided or two‑sided limits for each candidate?
- Value comparison – have you compared the limit to the actual function value (or lack thereof) at that point?
- Classification – have you placed each candidate into Category A, B, or C, and noted whether a vertical asymptote is present?
If any of these boxes remain unchecked, return to the corresponding step and double‑check your work It's one of those things that adds up. But it adds up..
A final illustration: a mixed‑type function
Consider
[ g(x)= \begin{cases} \displaystyle \frac{x^{2}-1}{x-1}, & x<2,\[1ex] \displaystyle \frac{\sin x}{x}, & x\ge 2 . \end{cases} ]
- Domain trouble‑spots – only (x=1) (from the first branch) and (x=2) (the junction point) need attention.
- Limits
- At (x=1): (\frac{x^{2}-1}{x-1}=x+1) for (x\neq1); the limit as (x\to1) is (2).
- At (x=2): from the left, (\frac{x^{2}-1}{x-1}=x+1) gives (3); from the right, (\frac{\sin x}{x}) tends to (\frac{\sin 2}{2}\approx0.455). Since the one‑sided limits differ, the two‑sided limit at (x=2) does not exist.
- Value comparison
- (g(1)=\frac{1^{2}-1}{1-1}) is undefined, so the point is a removable discontinuity (limit = 2).
- (g(2)=\frac{\sin 2}{2}) is defined, but the limit does not exist, so (x=2) is a non‑removable jump discontinuity.
- Conclusion – The function has a removable hole at (x=1) and a jump at (x=2). No other irregularities are present.
Closing thoughts
The systematic approach outlined above—identify, evaluate, compare, classify—transforms what can appear as a chaotic collection of “bad” points into a tidy, actionable inventory. By treating each candidate independently and applying the appropriate limit technique, you preserve both rigor and clarity.
When you finish the process, you not only know where the discontinuities lie, but you also understand why they occur and how (or whether) they can be remedied. This insight is the cornerstone of deeper topics such as continuity on intervals, differentiability, and the behavior of functions at infinity And that's really what it comes down to..
In short, mastering limits for discontinuities equips you with a reliable diagnostic tool: whenever a function behaves oddly, start by asking, “What happens as (x) approaches this point?” The answer will guide you to the correct classification and, ultimately, to a deeper comprehension of the function’s structure.