AP-CALCBC-1.13

U1.13 Removing Discontinuities

Learn to remove removable discontinuities in AP Calculus BC: find f(a) or an unknown parameter that makes a function continuous using limits.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U1.13 Removing Discontinuities, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

A removable discontinuity is a hole in a graph — the limit exists, but the function value is missing or misplaced. The good news? You can fix it. In this lesson you'll learn exactly what value f(a)f(a) must take, or what unknown constant makes a piecewise function seamless.

This skill combines everything you've practiced with algebraic limits and the definition of continuity. On the AP exam it shows up as "find the value of kk" or "redefine ff so it is continuous" problems, and it rewards clean factoring and a solid grip on the three-part continuity test.

What "Removing" a Discontinuity Means

A function ff is continuous at x=ax = a when three conditions hold: f(a)f(a) is defined, limxaf(x)\lim_{x \to a} f(x) exists, and limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a).

A discontinuity is removable precisely when the limit exists but the third condition fails — either f(a)f(a) is undefined (a hole) or f(a)f(a) is defined but equals the wrong value (a point that jumped off the curve). Because the limit already exists, we can "remove" the gap by redefining f(a)f(a) to equal that limit.

The rule is simple and worth memorizing: to remove a discontinuity at x=ax = a, setf(a)=limxaf(x).f(a) = \lim_{x \to a} f(x).Contrast this with a jump discontinuity (left and right limits differ) or an infinite discontinuity (vertical asymptote). Those are non-removable — no single value of f(a)f(a) can patch them, because the two-sided limit does not exist. The exam frequently checks whether you can tell the difference before you attempt a fix. If the limit doesn't exist, the correct answer is "cannot be made continuous."

The Standard Procedure

Most removable-discontinuity problems involve a rational expression where a common factor cancels. The step-by-step method:
StepAction
1Confirm the discontinuity type — plug in x=ax=a; a 00\frac{0}{0} form signals a removable hole
2Simplify: factor and cancel the common factor causing the zero denominator
3Evaluate the limit by substituting aa into the simplified expression
4Assign f(a)f(a) equal to that limit value
For example, g(x)=x29x3g(x) = \frac{x^2 - 9}{x - 3} is undefined at x=3x = 3. Factor: (x3)(x+3)x3=x+3\frac{(x-3)(x+3)}{x-3} = x + 3 for x3x \neq 3. So limx3g(x)=6\lim_{x \to 3} g(x) = 6, and defining g(3)=6g(3) = 6 removes the hole.

A common misconception is that canceling the factor "changes" the function everywhere — it doesn't. The simplified form only agrees with the original away from x=ax = a; the hole still exists in the original until you explicitly redefine the value there.

Solving for an Unknown Parameter

The richer AP version gives a piecewise function with an unknown constant and asks you to choose it so ff is continuous. Here you use the definition directly: force the piece's limit to match the defined value.

Suppose f(x)=x24x2f(x) = \frac{x^2 - 4}{x - 2} for x2x \neq 2 and f(2)=kf(2) = k. Continuity requires k=limx2x24x2=limx2(x+2)=4k = \lim_{x \to 2} \frac{x^2-4}{x-2} = \lim_{x \to 2}(x+2) = 4, so k=4k = 4.

When a parameter sits inside the expression, set the one-sided limits equal at the boundary. For a piecewise ff with f(x)=ax+1f(x) = ax + 1 for x3x \le 3 and f(x)=x22f(x) = x^2 - 2 for x>3x > 3, continuity at x=3x = 3 demands 3a+1=92=73a + 1 = 9 - 2 = 7, giving a=2a = 2.

The key idea: continuity is one equation. If you have one unknown, one equation solves it. If a problem asks for two unknowns (say aa and bb), you'll typically need two conditions — often continuity plus differentiability, which appears later in the course.

How the Exam Tests This

Removing discontinuities appears in both multiple-choice and free-response settings. Multiple-choice items often give a rational function and ask "what value should be assigned to f(a)f(a)" — the trap answers include the value that makes the denominator zero, or the numerator's value, rather than the true limit.

Free-response prompts frequently embed this in a continuity argument: you must state that the limit exists, compute it, and explicitly say "define f(a)f(a) = [value]." Graders want to see the limit computation, not just the final number.

A frequent misconception: students try to "remove" a jump or infinite discontinuity. Always verify the two-sided limit exists first. Another trap is stopping after canceling — you must evaluate the limit and state the assignment. Also watch the wording: "can this discontinuity be removed?" expects a yes/no justified by whether limxaf(x)\lim_{x \to a} f(x) exists. On calculator-active sections you can confirm a hole numerically by evaluating ff near aa from both sides, but you still need the exact value algebraically.

Key terms

Removable discontinuity.
A discontinuity at x=ax=a where limxaf(x)\lim_{x \to a} f(x) exists but does not equal f(a)f(a) (or f(a)f(a) is undefined); it can be fixed by redefining f(a)f(a).
Continuity at a point.
ff is continuous at aa if f(a)f(a) is defined, limxaf(x)\lim_{x \to a} f(x) exists, and the two are equal.
Indeterminate form 00\frac{0}{0}.
The result of direct substitution that signals a possible removable discontinuity, resolvable by factoring and canceling.
Non-removable discontinuity.
A jump or infinite discontinuity where the two-sided limit does not exist, so no assignment of f(a)f(a) restores continuity.
Parameter.
An unknown constant (like kk or aa) whose value is chosen to satisfy a continuity condition.
One-sided limit matching.
Setting limxaf(x)=limxa+f(x)\lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) at a piecewise boundary to enforce continuity.

Worked example

Let f(x)=x2x6x3f(x) = \dfrac{x^2 - x - 6}{x - 3} for x3x \neq 3. Determine the value that should be assigned to f(3)f(3) so that ff is continuous at x=3x = 3.
First check the discontinuity type. Substituting x=3x = 3 into the numerator gives 936=09 - 3 - 6 = 0, and the denominator gives 00, so we have the indeterminate form 00\frac{0}{0}. This indicates a removable discontinuity, so a fix is possible.

Factor the numerator: x2x6=(x3)(x+2)x^2 - x - 6 = (x - 3)(x + 2).

Simplify for x3x \neq 3: (x3)(x+2)x3=x+2\dfrac{(x-3)(x+2)}{x-3} = x + 2.

Evaluate the limit: limx3f(x)=limx3(x+2)=5\lim_{x \to 3} f(x) = \lim_{x \to 3}(x + 2) = 5.

Because the limit exists and equals 55, continuity requires f(3)=limx3f(x)f(3) = \lim_{x \to 3} f(x). Therefore assignf(3)=5.f(3) = 5.With this definition, all three continuity conditions are satisfied and the hole at x=3x = 3 is removed.

Practice questions

The function h(x)=x225x5h(x) = \dfrac{x^2 - 25}{x - 5} has a removable discontinuity at x=5x = 5. What value should be assigned to h(5)h(5) to make hh continuous there?
  1. 00
  2. 55
  3. 1010
  4. 2525

Answer: 1010

Factor the numerator: x225=(x5)(x+5)x^2 - 25 = (x-5)(x+5). Cancel to get x+5x + 5 for x5x \neq 5. Then limx5h(x)=5+5=10\lim_{x \to 5} h(x) = 5 + 5 = 10. Continuity requires h(5)=10h(5) = 10. The trap answer 00 comes from plugging into the denominator, and 2525 from misreading the numerator.
Consider f(x)=sin(2x)xf(x) = \dfrac{\sin(2x)}{x} for x0x \neq 0. Explain whether the discontinuity at x=0x = 0 is removable, and if so, state the value f(0)f(0) should take.

Answer: The discontinuity is removable; define f(0)=2f(0) = 2.

Direct substitution gives 00\frac{0}{0}, so investigate the limit. Rewrite sin(2x)x=2sin(2x)2x\frac{\sin(2x)}{x} = 2 \cdot \frac{\sin(2x)}{2x}. Using limu0sinuu=1\lim_{u \to 0}\frac{\sin u}{u} = 1 with u=2xu = 2x, the limit is 21=22 \cdot 1 = 2. Since the two-sided limit exists and equals 22, the discontinuity is removable and continuity requires f(0)=2f(0) = 2.
Find the value of the constant kk that makes f(x)={x22x3x3,x3k,x=3f(x) = \begin{cases} \frac{x^2 - 2x - 3}{x - 3}, & x \neq 3 \\ k, & x = 3 \end{cases} continuous at x=3x = 3.

Answer: k=4k = 4

Factor: x22x3=(x3)(x+1)x^2 - 2x - 3 = (x-3)(x+1), which cancels to x+1x + 1 for x3x \neq 3. So limx3f(x)=3+1=4\lim_{x \to 3} f(x) = 3 + 1 = 4. Continuity at x=3x = 3 requires k=limx3f(x)=4k = \lim_{x \to 3} f(x) = 4.

FAQ

How do I know if a discontinuity is removable before trying to fix it?
Check whether the two-sided limit limxaf(x)\lim_{x \to a} f(x) exists. If it does but doesn't match f(a)f(a) (or f(a)f(a) is undefined), it's removable. If the left and right limits differ (jump) or the function blows up (infinite), it is non-removable and cannot be patched.
What value do I assign to make the function continuous?
Always the limit: set f(a)=limxaf(x)f(a) = \lim_{x \to a} f(x). Compute that limit by factoring and canceling the common factor, then substitute. Don't use the value that makes the denominator zero or the raw numerator value.
Why can't I just cancel the factor and call it a day?
Canceling gives a simplified expression that equals the original everywhere except at x=ax = a. The original still has a hole there. You must explicitly redefine f(a)f(a) equal to the limit to actually remove the discontinuity.
How is solving for a parameter like kk different from finding f(a)f(a)?
It's the same idea applied in reverse. You compute the limit from the surrounding expression, then set the unknown constant equal to it so the continuity equation limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a) holds. One unknown needs one continuity condition.

Learn this with a teacher, not a page

The Crimsora tutor teaches U1.13 Removing Discontinuities live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.