zuai-logo
zuai-logo
  1. AP Calculus
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion BankGlossaryGlossary

Removing Discontinuities

Samuel Baker

Samuel Baker

7 min read

Next Topic - Connecting Infinite Limits and Vertical Asymptotes

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 xxx approaches aaa exists, but the function is undefined at x=ax = 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)=x−1x2−1forx≠1f(x) = \frac{x - 1}{x^2 - 1} \quad \text{for} \quad x \neq 1f(x)=x2−1x−1​forx=1

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

x−1x2−1=x−1(x−1)(x+1)=1x+1\frac{x-1}{x^2-1} = \frac{x-1}{(x-1)(x+1)} = \frac{1}{x+1}x2−1x−1​=(x−1)(x+1)x−1​=x+11​

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

#✏️ Practice Filling the Gap

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

g(x)=(x2−4x+3)(x−1) for x≠1g(x) = \frac{(x^2 - 4x + 3)}{(x - 1)} \text{ for } x \neq 1g(x)=(x−1)(x2−4x+3)​ for x=1

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

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

Solution:

  1. Factor the numerator: x2−4x+3=(x−1)(x−3)x^2 - 4x + 3 = (x - 1)(x - 3)x2−4x+3=(x−1)(x−3)
  2. Cancel the (x−1)(x - 1)(x−1) terms: (x−1)(x−3)(x−1)=x−3\frac{(x - 1)(x - 3)}{(x - 1)} = x - 3(x−1)(x−1)(x−3)​=x−3
  3. Evaluate at x=1x = 1x=1: g(1)=1−3=−2g(1) = 1 - 3 = -2g(1)=1−3=−2
  4. Set k=−2k = -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)f(x) to be continuous at x=ax = ax=a:

  • The left-hand limit as x→ax \to ax→a must exist (let's call it LLL).
  • The right-hand limit as x→ax \to ax→a must exist (let's call it MMM).
  • L=M=f(a)L = M = f(a)L=M=f(a).

Example:

f(x)={x2−3,x≤2x−1,x>2f(x) = \begin{cases} x^2 - 3, & x \leq 2 \\ x - 1, & x > 2 \end{cases}f(x)={x2−3,x−1,​x≤2x>2​

Continuous Piecewise Function

Image courtesy of mathcoachblog

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

#✏️ Practice Ensuring Continuity

Consider the function:

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

What must aaa 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}a(x+4)x2+5x+4​=a(x+4)(x+1)(x+4)​=ax+1​
  2. Evaluate at x=−4x = -4x=−4: −4+1a=−3a\frac{-4 + 1}{a} = \frac{-3}{a}a−4+1​=a−3​
  3. Set equal to aaa: −3a=a\frac{-3}{a} = aa−3​=a
  4. Solve for aaa: −3=a2  ⟹  a=±−3-3 = a^2 \implies a = \pm \sqrt{-3}−3=a2⟹a=±−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)=x2−9x+3f(x) = \frac{x^2 - 9}{x + 3}f(x)=x+3x2−9​ over the interval [−5,5][-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 = -3x=−3. Let's remove it:

x2−9x+3=(x−3)(x+3)x+3=x−3\frac{x^2 - 9}{x + 3} = \frac{(x - 3)(x + 3)}{x + 3} = x - 3x+3x2−9​=x+3(x−3)(x+3)​=x−3

Now, f(−3)=−6f(-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 fff be the function given by f(x)=x2−4x−2f(x) = \frac{x^2 - 4}{x - 2}f(x)=x−2x2−4​. Which of the following statements is true? (A) fff is continuous at x=2x = 2x=2. (B) fff has a removable discontinuity at x=2x = 2x=2. (C) fff has a jump discontinuity at x=2x = 2x=2. (D) fff has an infinite discontinuity at x=2x = 2x=2.

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

Free Response Question

Let fff be the function defined by f(x)={x2−5x+6x−2,x≠2k,x=2f(x) = \begin{cases} \frac{x^2 - 5x + 6}{x - 2}, & x \neq 2 \\ k, & x = 2 \end{cases}f(x)={x−2x2−5x+6​,k,​x=2x=2​

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

Solutions

Multiple Choice

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

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

Free Response

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

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

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

Explore more resources

FlashcardFlashcard

Flashcard

Continute to Flashcard

Question BankQuestion Bank

Question Bank

Continute to Question Bank

Mock ExamMock Exam

Mock Exam

Continute to Mock Exam

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Previous Topic - Confirming Continuity over an IntervalNext Topic - Connecting Infinite Limits and Vertical Asymptotes

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