Removable Discontinuity

A removable discontinuity is a hole in a graph where the limit exists but the function value differs; it can be fixed by redefining that point.

limxaf(x) exists but f(a)\lim_{x \to a} f(x) \text{ exists but } \neq f(a)

Solve a problem with Removable Discontinuity

Type the problem. The solver will use Removable Discontinuity where Removable Discontinuity is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Removable Discontinuity takes
ff
xx
aa
Removable Discontinuity
SymbolMeaning
ffA function representing a rule that maps inputs to outputs. The limit as xx approaches aa might exist even if f(a)f(a) is undefined; mistaking a function for a number will prevent you from computing limits.
xxThe input variable that approaches the value aa; no particular units apply. If you treat xx as a fixed constant equal to aa instead of a variable approaching aa, you will incorrectly conclude the limit does not exist.
aaThe fixed xx-value where we check for a discontinuity; no units apply. If you misread aa as the output value instead of the input value, you will confuse what the limit approaches with what you are measuring.

When to use it

When direct substitution gives an indeterminate form like 00\frac{0}{0} in a rational function, suspect a removable discontinuity and factor to find the limit.

Level

Usually taught in: Calculus I

Worked examples

1. Find the removable discontinuity of a rational function

Problem

Find the removable discontinuity of f(x)=x24x2f(x) = \frac{x^2 - 4}{x - 2} and state the value of limx2f(x)\lim_{x \to 2} f(x).
  1. x24=(x2)(x+2)x^2 - 4 = (x - 2)(x + 2)

    Factor the numerator as a difference of squares using a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b) with a=xa = x and b=2b = 2.

  2. x24x2=(x2)(x+2)x2=x+2 for x2\frac{x^2 - 4}{x - 2} = \frac{(x - 2)(x + 2)}{x - 2} = x + 2 \text{ for } x \neq 2

    Cancel the common factor (x2)(x - 2) from numerator and denominator; this is valid for x2x \neq 2 since we cannot divide by zero.

  3. limx2(x+2)=2+2=4\lim_{x \to 2} (x + 2) = 2 + 2 = 4

    Evaluate the simplified expression at x=2x = 2 to find the limit; the original function is undefined at this point, but the limit exists.

Answer: limx2f(x)=4\lim_{x \to 2} f(x) = 4

The original function is undefined at x=2x = 2 because the denominator is zero. Factoring reveals that (x2)(x - 2) is a common factor of both numerator and denominator. After canceling, the function simplifies to x+2x + 2, which has a well-defined limit of 4 as x2x \to 2. This is a removable discontinuity because we could 'fill in' the hole by redefining f(2)=4f(2) = 4.

2. Identify a removable discontinuity with negative factors

Problem

Find the removable discontinuity of g(x)=x22x3x+1g(x) = \frac{x^2 - 2x - 3}{x + 1} and find limx1g(x)\lim_{x \to -1} g(x).
  1. x22x3=(x3)(x+1)x^2 - 2x - 3 = (x - 3)(x + 1)

    Factor the numerator by finding two numbers that multiply to 3-3 and add to 2-2; those are 3-3 and +1+1.

  2. (x3)(x+1)x+1=x3 for x1\frac{(x - 3)(x + 1)}{x + 1} = x - 3 \text{ for } x \neq -1

    Cancel the common factor (x+1)(x + 1); this is valid since we are taking a limit as xx approaches 1-1, not evaluating there directly.

  3. limx1(x3)=13=4\lim_{x \to -1} (x - 3) = -1 - 3 = -4

    Substitute x=1x = -1 into the simplified expression to find the limit value.

Answer: limx1g(x)=4\lim_{x \to -1} g(x) = -4

Factoring the numerator shows that (x+1)(x + 1) divides both the numerator and denominator, making x=1x = -1 a removable discontinuity. The limit is 4-4. This example demonstrates that removable discontinuities can occur at negative xx-values and the limit can be negative, showing that the location and sign of the discontinuity vary with the function.

3. Removable discontinuity in an investment account

Problem

A bank's formula for account balance (in thousands of dollars) at time nn years is B(n)=n2n6n3B(n) = \frac{n^2 - n - 6}{n - 3} for n3n \neq 3. Year 3 is missing due to a data entry error. What balance does the limit suggest for year 3?
  1. n2n6=(n3)(n+2)n^2 - n - 6 = (n - 3)(n + 2)

    Factor the numerator: find two numbers that multiply to 6-6 and add to 1-1, which are 3-3 and +2+2.

  2. (n3)(n+2)n3=n+2 for n3\frac{(n - 3)(n + 2)}{n - 3} = n + 2 \text{ for } n \neq 3

    Cancel the common factor (n3)(n - 3); this works because we are taking a limit as nn approaches 3, not evaluating at n=3n = 3 directly.

  3. limn3(n+2)=3+2=5\lim_{n \to 3} (n + 2) = 3 + 2 = 5

    Substitute n=3n = 3 into the simplified expression to find the account value the limit suggests.

Answer: limn3B(n)=5 thousand dollars\lim_{n \to 3} B(n) = 5 \text{ thousand dollars}

The formula is undefined at n=3n = 3 because the record is missing. By factoring and canceling the common factor, we find that the limit as nn approaches 3 is 5 thousand dollars. This removable discontinuity is 'removed' by redefining B(3)=5B(3) = 5, restoring the account to its expected balance based on the growth pattern of surrounding years.

Common mistakes

Where Removable Discontinuity usually goes wrong
Answer came out wrong
The function is continuous at x=2x = 2 because limx2x24x2=4\lim_{x \to 2} \frac{x^2 - 4}{x - 2} = 4 exists.
Verify all three conditions for continuity: (1) f(a)f(a) exists, (2) limxaf(x)\lim_{x \to a} f(x) exists, and (3) they are equal. If the limit exists but f(a)f(a) is undefined or differs, you have a removable discontinuity, not continuity.
Because f(1)f(1) is undefined, the limit limx1x21x1\lim_{x \to 1} \frac{x^2 - 1}{x - 1} does not exist.
Factor: x21=(x1)(x+1)x^2 - 1 = (x - 1)(x + 1). Then limx1(x1)(x+1)x1=limx1(x+1)=2\lim_{x \to 1} \frac{(x - 1)(x + 1)}{x - 1} = \lim_{x \to 1} (x + 1) = 2 is well-defined; the discontinuity is removable.
limx3x29x3\lim_{x \to 3} \frac{x^2 - 9}{x - 3} is 00\frac{0}{0}, so it is undefined.
Factor the numerator: x29=(x3)(x+3)x^2 - 9 = (x - 3)(x + 3). Then limx3(x3)(x+3)x3=limx3(x+3)=6\lim_{x \to 3} \frac{(x - 3)(x + 3)}{x - 3} = \lim_{x \to 3} (x + 3) = 6 is well-defined and the discontinuity is removable.
The mistakeWhy it is wrongThe fix
The function is continuous at x=2x = 2 because limx2x24x2=4\lim_{x \to 2} \frac{x^2 - 4}{x - 2} = 4 exists.Continuity requires that the limit exists AND equals the function value; here f(2)f(2) is undefined, so the function is not continuous despite the limit existing.Verify all three conditions for continuity: (1) f(a)f(a) exists, (2) limxaf(x)\lim_{x \to a} f(x) exists, and (3) they are equal. If the limit exists but f(a)f(a) is undefined or differs, you have a removable discontinuity, not continuity.
Because f(1)f(1) is undefined, the limit limx1x21x1\lim_{x \to 1} \frac{x^2 - 1}{x - 1} does not exist.An undefined function value does not mean the limit is undefined; factoring and canceling can reveal that the limit exists even when the function has a hole.Factor: x21=(x1)(x+1)x^2 - 1 = (x - 1)(x + 1). Then limx1(x1)(x+1)x1=limx1(x+1)=2\lim_{x \to 1} \frac{(x - 1)(x + 1)}{x - 1} = \lim_{x \to 1} (x + 1) = 2 is well-defined; the discontinuity is removable.
limx3x29x3\lim_{x \to 3} \frac{x^2 - 9}{x - 3} is 00\frac{0}{0}, so it is undefined.Getting 00\frac{0}{0} from direct substitution indicates an indeterminate form requiring further work, not a non-existent limit; algebraic simplification can resolve it.Factor the numerator: x29=(x3)(x+3)x^2 - 9 = (x - 3)(x + 3). Then limx3(x3)(x+3)x3=limx3(x+3)=6\lim_{x \to 3} \frac{(x - 3)(x + 3)}{x - 3} = \lim_{x \to 3} (x + 3) = 6 is well-defined and the discontinuity is removable.

Tips and when to use something else

  • Always factor or rationalize when direct substitution gives an indeterminate form like 00\frac{0}{0}; this is the key method for discovering whether a discontinuity is removable or truly non-existent.
  • A removable discontinuity is called 'removable' because you can redefine f(a)=limxaf(x)f(a) = \lim_{x \to a} f(x) to make the function continuous; by contrast, jump and infinite discontinuities cannot be removed by redefining a single point.
  • If the left and right limits both exist but are not equal to each other, you have a jump discontinuity instead of a removable one; always check one-sided limits to distinguish between these cases.
  • When the numerator and denominator both approach zero, limits by factoring is often quicker than L'Hopital's Rule; try canceling a common factor first before taking derivatives.

Frequently asked questions

Can I use L'Hopital's Rule to find limits at a removable discontinuity?
Yes, L'Hopital's Rule applies whenever direct substitution yields 00\frac{0}{0} or \frac{\infty}{\infty}, which is exactly the indeterminate form that appears at removable discontinuities. However, for polynomial and rational functions, factoring and canceling is usually faster and avoids the need to compute derivatives.
Is a removable discontinuity the same as a hole in the graph?
Yes; a removable discontinuity appears as a hole (or open circle) on the graph at the point (a,L)(a, L) where LL is the limit value. The function approaches this point from both sides but never actually reaches it because f(a)f(a) is undefined or does not equal LL.
How do I know whether a limit is removable or non-existent?
Factor both numerator and denominator; if they share a common factor that cancels, the discontinuity is removable and the limit exists. If no common factor cancels and you still get an indeterminate form, check the left and right limits separately to determine whether the limit truly exists.
What is the difference between a removable discontinuity and a jump discontinuity?
At a removable discontinuity, the limit exists but the function value is missing or incorrect; you can 'fix' this by redefining f(a)f(a). At a jump discontinuity, the left and right limits both exist but differ from each other — no single-point redefinition can make the function continuous because the function jumps.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18