zuai-logo

Removing Discontinuities

Samuel Baker

Samuel Baker

7 min read

Listen to this study note

Study Guide Overview

This study guide covers removing discontinuities in AP Calculus AB/BC. It focuses on identifying and removing removable discontinuities by factoring, canceling terms, and redefining the function. It also explains how to ensure continuity in piecewise functions by matching limits and function values at boundaries. The guide uses examples and practice problems involving both algebraic and graphical approaches to understanding continuity. Finally, it provides practice questions in multiple-choice and free-response formats.

AP Calculus AB/BC: Removing Discontinuities - Your Ultimate Guide

Hey there, future AP Calculus master! 👋 Let's tackle discontinuities together, making sure you're super confident for the exam. We'll focus on making those tricky functions smooth and continuous. Let's dive in!

1.13 Removing Discontinuities

This section is all about understanding and fixing those pesky breaks in graphs. Remember, a continuous function is one you can draw without lifting your pencil!

⭕ What are Discontinuities?

Discontinuities are points where a function isn't... well, continuous. Think of them as gaps, jumps, or holes in your graph. We've got three main types, but we're focusing on removable discontinuities today.

Three Types of Discontinuities

Image courtesy of LibreTexts Mathematics


📍 Removable Discontinuities

Removable discontinuities are like "holes" in a graph. The function isn't defined at that point, but the limit exists. We can "fill" this hole to make the graph continuous.

Key Concept

A removable discontinuity occurs when the limit of a function exists at a point, but the function is either undefined or has a different value at that point.

Removable Discontinuity

Image courtesy of LibreTexts Mathematics

In this graph, the limit as xx approaches aa exists, but the function is undefined at x=ax = a.

🌀 Filling the Gap

To remove a discontinuity, we redefine the function's value at that point to equal the limit of the function as x approaches that point.

Example:

f(x)=x1x21forx1f(x) = \frac{x - 1}{x^2 - 1} \quad \text{for} \quad x \neq 1

There's a hole at x=1x = 1. To fix it, factor and cancel:

x1x21=x1(x1)(x+1)=1x+1\frac{x-1}{x^2-1} = \frac{x-1}{(x-1)(x+1)} = \frac{1}{x+1}

Now, the function is defined at x=1x=1 as 12\frac{1}{2}. The discontinuity is gone!

✏️ Practice Filling the Gap

Consider the function g(x)g(x):

g(x)=(x24x+3)(x1) for x1g(x) = \frac{(x^2 - 4x + 3)}{(x - 1)} \text{ for } x \neq 1

g(x)=k for x=1g(x) = k \text{ for } x = 1

What value of kk makes g(x)g(x) continuous at x=1x = 1?

Solution:

  1. Factor the numerator: x24x+3=(x1)(x3)x^2 - 4x + 3 = (x - 1)(x - 3)
  2. Cancel the (x1)(x - 1) terms: (x1)(x3)(x1)=x3\frac{(x - 1)(x - 3)}{(x - 1)} = x - 3
  3. Evaluate at x=1x = 1: g(1)=13=2g(1) = 1 - 3 = -2
  4. Set k=2k = -2 to make the function continuous.

📈 Piecewise Functions

Piecewise functions have different rules for different parts of their domain. To ensure continuity, the pieces must "meet" at the boundaries.

✔️ Ensuring Continuity

For a piecewise function f(x)f(x) to be continuous at x=ax = a:

  • The left-hand limit as xax \to a must exist (let's call it LL).
  • The right-hand limit as xax \to a must exist (let's call it MM).
  • L=M=f(a)L = M = f(a).

Example:

f(x)={x23,x2x1,x>2f(x) = \begin{cases} x^2 - 3, & x \leq 2 \\ x - 1, & x > 2 \end{cases}

Continuous Piecewise Function

Image courtesy of mathcoachblog

At x=2x=2, both pieces approach 11, and f(2)=1f(2) = 1. Thus, the function is continuous.

✏️ Practice Ensuring Continuity

Consider the function:

f(x)={x2+5x+4a(x+4),x4a,x=4f(x) = \begin{cases} \frac{x^2 + 5x + 4}{a(x + 4)}, & x \neq -4 \\ a, & x = -4 \end{cases}

What must aa be for the function to be continuous?

Solution:

  1. Factor and cancel: x2+5x+4a(x+4)=(x+1)(x+4)a(x+4)=x+1a\frac{x^2 + 5x + 4}{a(x + 4)} = \frac{(x + 1)(x + 4)}{a(x + 4)} = \frac{x + 1}{a}
  2. Evaluate at x=4x = -4: 4+1a=3a\frac{-4 + 1}{a} = \frac{-3}{a}
  3. Set equal to aa: 3a=a\frac{-3}{a} = a
  4. Solve for aa: 3=a2    a=±3-3 = a^2 \implies a = \pm \sqrt{-3}. Since we can't have imaginary value for a, there is no value of a that makes the function continuous.

📷 Visualizing Continuity

Graphs are super helpful for spotting discontinuities. Remember, a continuous graph is one you can draw without lifting your pencil!

✏️ Practice Visualizing Continuity

Graph f(x)=x29x+3f(x) = \frac{x^2 - 9}{x + 3} over the interval [5,5][-5, 5]. Is it continuous? Can you make it continuous?

Graph of f(x) = (x^2-9)/(x+3)

Image courtesy of Emery

There's a discontinuity at x=3x = -3. Let's remove it:

x29x+3=(x3)(x+3)x+3=x3\frac{x^2 - 9}{x + 3} = \frac{(x - 3)(x + 3)}{x + 3} = x - 3

Now, f(3)=6f(-3) = -6, and the function is continuous.

Memory Aid

Remember: Factor and cancel to find and remove discontinuities. It's like finding the secret passage to a smooth function! 🔑


⭐ Closing

Exam Tip

Always look for opportunities to factor and cancel terms. This is your secret weapon against discontinuities!

📚 AP Calc is practice-driven! Attempt more problems, especially from past AP exams, to strengthen your understanding. Always check for continuity and practice "patching up" those functions. Great work! 👏

Practice Question

Practice Questions

Multiple Choice Questions

  1. Let ff be the function given by f(x)=x24x2f(x) = \frac{x^2 - 4}{x - 2}. Which of the following statements is true? (A) ff is continuous at x=2x = 2. (B) ff has a removable discontinuity at x=2x = 2. (C) ff has a jump discontinuity at x=2x = 2. (D) ff has an infinite discontinuity at x=2x = 2.

  2. The function gg is defined as g(x)={cx2+2x,x1x3cx,x>1g(x) = \begin{cases} cx^2 + 2x, & x \leq 1 \\ x^3 - cx, & x > 1 \end{cases} where cc is a constant. For what value of cc is gg continuous at x=1x = 1? (A) -1 (B) 0 (C) 1 (D) 2

Free Response Question

Let ff be the function defined by f(x)={x25x+6x2,x2k,x=2f(x) = \begin{cases} \frac{x^2 - 5x + 6}{x - 2}, & x \neq 2 \\ k, & x = 2 \end{cases}

(a) Find the limit of f(x)f(x) as xx approaches 2. (b) Determine the value of kk that makes ff continuous at x=2x = 2. (c) Sketch the graph of f(x)f(x) for xx near 2, showing the discontinuity if it exists.

Solutions

Multiple Choice

  1. (B): The function f(x)=x24x2f(x) = \frac{x^2 - 4}{x - 2} can be simplified to f(x)=x+2f(x) = x + 2 for x2x \neq 2. Thus, it has a removable discontinuity at x=2x = 2.

  2. (A): For gg to be continuous at x=1x = 1, the two pieces must meet. So, c(1)2+2(1)=(1)3c(1)c(1)^2 + 2(1) = (1)^3 - c(1), which gives c+2=1cc + 2 = 1 - c. Solving for cc, we get 2c=12c = -1, so c=12c = -\frac{1}{2}.

Free Response

(a) To find the limit, we factor the numerator: x25x+6x2=(x2)(x3)x2=x3\frac{x^2 - 5x + 6}{x - 2} = \frac{(x - 2)(x - 3)}{x - 2} = x - 3. The limit as xx approaches 2 is 23=12 - 3 = -1. (2 points: 1 for factoring, 1 for limit)

(b) For ff to be continuous at x=2x = 2, kk must equal the limit. Thus, k=1k = -1. (1 point)

(c) The graph is a line y=x3y = x - 3 with a hole at (2,1)(2, -1). (2 points: 1 for the line, 1 for the hole)

Question 1 of 10

Which of the following best describes a removable discontinuity? 🤔

A point where the function is undefined and the limit does not exist

A point where the function has a sudden jump in value

A point where the limit exists, but the function is either undefined or has a different value

A point where the function approaches infinity