You're staring at a rational function. You cancel the common term. It factors clean. The graph looks smooth — until your professor circles a single point with a red pen and writes "hole here.
Frustrating? Yes. Avoidable? Absolutely.
Holes (removable discontinuities, if you want the textbook term) are the quiet ones. sit there. They just... They don't blow up like vertical asymptotes. A single missing point on an otherwise continuous curve. Now, they don't announce themselves with infinity symbols. And if you don't know how to find them systematically, they'll cost you points on every test from precalc through calculus.
Here's the short version: a hole happens when a factor cancels completely from a rational function. Because of that, the x-value that made that factor zero? In practice, that's your hole's x-coordinate. Plug it into the simplified* function to get the y-coordinate. Done.
But the devil's in the details. Let's walk through all of it.
What Is a Hole in a Graph
A hole is a single point where a function should* exist but doesn't — not because the function goes wild, but because the original expression was undefined there.
Technically: a removable discontinuity. On the flip side, the limit exists. The function just isn't defined at that one x-value.
The classic example
Take f(x) = (x² - 4) / (x - 2).
Factor the numerator: (x - 2)(x + 2) / (x - 2).
Cancel the (x - 2) terms. You get f(x) = x + 2.
But wait. The original* function had (x - 2) in the denominator. At x = 2, that denominator was zero. Even so, division by zero — undefined. So the original function doesn't exist at x = 2, even though the simplified version (x + 2) gives you 4.
The graph of y = x + 2 is a straight line. But at x = 2, there's a tiny gap. This leads to a hole. The point (2, 4) is missing.
Holes vs. vertical asymptotes
This distinction matters. A lot.
- Hole: factor cancels completely*. The discontinuity is removable. The limit exists.
- Vertical asymptote: factor remains in the denominator after all cancellation. The function blows up. The limit is infinite (or doesn't exist).
Same rational function. Factor completely and cancel everything* you can. What's left in the denominator after cancellation gives you asymptotes. Day to day, the only way to tell them apart? Which means different outcomes. What canceled out* gives you holes.
Why Holes Matter (and Why They're Easy to Miss)
In calculus, holes show up constantly. Practically speaking, limits. Continuity. Still, derivatives. The definition of the derivative is a limit that often creates a 0/0 indeterminate form — which, geometrically, is exactly a hole.
You'll see problems like: "Find lim(x→2) (x² - 4)/(x - 2)."
If you don't recognize the hole, you might plug in 2, get 0/0, and panic. Or worse — declare the limit doesn't exist.
But the limit does* exist. On top of that, it's 4. The hole is the limit.
Real talk: where students lose points
- They don't factor first. They try to plug in the x-value immediately. 0/0. Game over.
- They cancel but forget the restriction. They write f(x) = x + 2 and move on. No note that x ≠ 2. The hole vanishes from their answer.
- They confuse holes with asymptotes. See a zero in the denominator? "Vertical asymptote!" Not necessarily. Check if it cancels.
- They find the x-coordinate but skip the y. "Hole at x = 2." Incomplete. The hole is a point*. It needs both coordinates.
How to Find Holes in a Rational Function
This is the systematic approach. In practice, works every time. Memorize the steps, not just the example.
Step 1: Factor numerator and denominator completely
No shortcuts. Factor everything*. Quadratics, differences of squares, sums/differences of cubes, grouping — whatever it takes.
Example: f(x) = (x³ - 8) / (x² - 4)
Numerator: difference of cubes → (x - 2)(x² + 2x + 4) Denominator: difference of squares → (x - 2)(x + 2)
If you miss the difference of cubes factorization, you miss the hole. That's the trap.
Step 2: Identify common factors
Look for identical factors in numerator and denominator. In the example: (x - 2) appears in both.
Each common factor = one hole. (Unless the factor appears with higher multiplicity in the denominator — we'll get to that.)
Step 3: Set each common factor equal to zero
x - 2 = 0 → x = 2
This is the x-coordinate of your hole. If you had multiple common factors, you'd get multiple holes.
For more on this topic, read our article on how do you find a hole in a graph or check out how to find holes in a rational function.
Step 4: Cancel the common factors
Write the simplified function: f(x) = (x² + 2x + 4) / (x + 2), with the restriction x ≠ 2.
Critical: keep the restriction. The simplified function is not equivalent to the original without it. They have different domains.
Step 5: Plug the x-value into the simplified function
f(2) = (4 + 4 + 4) / (4) = 12/4 = 3
The hole is at (2, 3).
Step 6: State the answer clearly
"Hole at (2, 3)" or "Removable discontinuity at (2, 3)."
Not "x = 2." Not "y = 3." The point*.
What if a factor cancels partially?
Say f(x) = (x - 2)² / (x - 2).
Cancel one (x - 2). You get f(x) = x - 2, with x ≠ 2.
Hole at (2, 0). The remaining (x - 2) in the numerator? Doesn't create another hole. It's just part of the simplified function.
What if the factor has higher multiplicity in the denominator?
f(x) = (x - 2) / (x - 2)²
Cancel one (x - 2). You get f(x) = 1 / (x - 2), with x ≠ 2.
Now what? The simplified function has (x - 2) in the denominator. That's a vertical asymptote at x = 2.
But the original function also had a hole at x = 2.
Wait — can you have both? At the same x-value?
Yes. The factor (x - 2) canceled once*, creating a hole. The remaining* (x - 2) in the denominator creates an asymptote. The graph has a hole and a vertical asymptote at the same x-value.
It's rare but fair game on exams. Don't let it trip you up.
Common Mistakes When Finding H
Common Mistakes When Finding Holes
Even after mastering the five‑step routine, several pitfalls still trip up many students.
1. Forgetting the domain restriction after cancelling.
When you reduce (\frac{(x-2)(x+3)}{(x-2)(x-5)}) to (\frac{x+3}{x-5}), it is tempting to declare the simplified expression as the whole function. Remember that the original expression is undefined at (x=2); that point must be retained as a hole, even though the algebraic form looks “clean” elsewhere.
2. Misreading multiplicity.
If a factor appears twice in the denominator but only once in the numerator, cancelling it once leaves a single ((x-a)) in the denominator, which creates a vertical asymptote at (x=a). Some learners mistakenly think the remaining factor still produces a hole, when in fact it generates an asymptote. Conversely, if the numerator contains a higher power of the same factor, the extra copies survive in the simplified function and do not generate additional holes.
3. Incorrect y‑value calculation.
Plugging the x‑coordinate into the original* unsimplified expression is a common source of error. The original function is undefined at that x‑value, so you must evaluate the simplified version (with the restriction noted) to obtain the correct y‑coordinate. Using a calculator on the unsimplified form often yields an indeterminate “(\frac{0}{0})” result, leading to confusion.
4. Overlooking hidden factors.
Quadratic or cubic terms may factor in non‑obvious ways, such as using the sum‑of‑cubes formula or grouping terms. Missing a factor means you’ll overlook a hole entirely. A systematic approach—write every term as a product of irreducible polynomials before scanning for commonality—eliminates this risk.
5. Assuming every discontinuity is removable.
A hole is only removable when a factor cancels completely. If a factor remains in the denominator after simplification, the discontinuity becomes a vertical asymptote, not a hole. Confusing the two leads to mislabeling the graph’s behavior.
Quick Checklist
| Step | What to Verify |
|---|---|
| Factor completely | All polynomials factored, no missed terms |
| Identify common factors | Exact matches, including powers |
| Cancel & note restriction | Write the simplified form and the excluded x‑value |
| Compute y‑coordinate | Use the simplified expression, not the original |
| Classify the discontinuity | Hole (removable) vs. asymptote (non‑removable) |
Final Thoughts
Finding holes in rational functions is less about clever tricks and more about disciplined algebraic hygiene. Plus, remember that a hole is a single point—a tiny gap in an otherwise smooth curve—so its precise coordinates ((a,b)) are the only piece of information that truly matters. Think about it: by consistently factoring, tracking common factors, respecting domain restrictions, and evaluating the simplified function at the candidate x‑value, you can pinpoint every removable discontinuity with confidence. When you present your answer, state the point clearly and accompany it with a brief justification; this not only demonstrates mastery of the technique but also safeguards against the most common misinterpretations.
The short version: the process is straightforward once you internalize the steps, anticipate the typical mistakes, and treat each factor with the care it deserves. With practice, spotting holes will become second nature, and you’ll be able to dissect even the most tangled rational expressions without missing a beat.