You have 3 free guides left ๐Ÿ˜Ÿ
Unlock your guides
You have 3 free guides left ๐Ÿ˜Ÿ
Unlock your guides

1.13 Removing Discontinuities

In this guide, weโ€™ll be diving into the fascinating world of . Ever looked at a graph and noticed it suddenly jumps or has holes? These are discontinuities, and sometimes, we can remove them. Let's explore how we can smooth out these mathematical speed bumps and make our functions continuous.

โญ•ย What are Discontinuities?

Before we patch things up, let's first understand what we're dealing with. Discontinuities occur where a function "breaks." There are three types: removable, jump, and infinite. Today, we are going to focus on removable discontinuities.

๐Ÿ’ก

Jump back to 1.12 if you need a refresher on confirming over an interval!

Untitled

An image depicting the three types (removable, jump, and infinite) of discontinuities.

Image courtesy of LibreTexts Mathematics


๐Ÿ“Removable Discontinuities

Removable discontinuities are also sometimes called โ€œholesโ€ in a graph. They exist when a function is undefined at a point, but its exists. We can fill this hole to make the graph continuous. Hereโ€™s an example:

Untitled

A graph with a

Image courtesy of LibreTexts Mathematics

We can see in this graph, the limit as xx approaches aa exists, itโ€™s just undefined at that point. But, if we color in the circle (in other words, remove the discontinuity), the graph will be continuous over the interval in the image.

๐ŸŒ€ย 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. For example:

f(x)=xโˆ’1x2โˆ’1forxโ‰ 1ย thereโ€™sย aย holeย atx=1f(x) = \frac{x - 1}{x^2 - 1} \quad \text{for} \quad x \neq 1 \text{ there's a hole at}\quad x = 1

To remove this discontinuity, we can factor the denominator and cancel like terms, like so:

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}

This function no longer has a discontinuity at x=1x=1, instead, it is defined as 12\frac{1}{2}.

โœ๏ธย Practice Filling the Gap

Consider the function g(x)g(x) defined as follows:

g(x)=(x2โˆ’4x+3)(xโˆ’1)ย forย xโ‰ 1g(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}

where kk is a constant. Determine the value of kk that would make g(x)g(x) continuous at x=1x = 1.

Hereโ€™s the solution! โฌ‡๏ธ

First, we need to factor our numerator. This will allow us to see whether we can cancel out the denominator, which is what is causing our discontinuity.

x2โˆ’4x+3=(x+4)(xโˆ’1)x^2-4x+3=(x+4)(x-1)

We see that there is an xโˆ’1x-1 term in our numerator, so we can cancel it with the xโˆ’1x-1 in the denominator!

(x+4)(xโˆ’1)(xโˆ’1)=x+4\frac{(x+4)(x-1)} {(x - 1)}=x+4

For x=1x=1,

g(x)=k=1+4=5g(x)=k=1+4=\boxed{5}

๐Ÿ“ˆ Piecewise Functions

For , we can ensure continuity by checking the right and left limit of the function, and assuring that the value is the same as the one defined at the point.

โœ”๏ธย Ensuring Continuity

Consider f(x)f(x) defined by two pieces of a function on either side of x=ax = a:

  • On the left side, f(x)f(x) approaches LL as xx approaches aa.
  • On the right side, f(x)f(x) approaches MM as xx approaches aa. For f(x)f(x) to be continuous at x=ax = a, we need L=M=f(a)L = M = f(a).

For example, this image depicts the continuous, piecewise function

f(x)={x2โˆ’3,xโ‰ค2xโˆ’1+2,x>2} f(x) = \begin{Bmatrix}x^2-3, & x\leq2 \\ x-1 + 2, & x> 2\\\end{Bmatrix}

Untitled

Continuous piecewise function defined by x2โˆ’3x^2-3 for xโ‰ค2xโ‰ค2 and xโˆ’1x-1 for x>2x>2.

Image courtesy of mathcoachblog

We can see the the limit of f(x)f(x) as it approaches the point a=2a=2 from the left is equal to 11, and similarly, from the right, it is also 11. Finally, f(x)f(x) is defined at a=2a=2 as 11. Thus, our function is continuous.

โœ๏ธย Practice Ensuring Continuity

Consider the function,

f(x)={x2+5x+4a(x+4),xโ‰ 2a,x=2}f(x) = \begin{Bmatrix}\frac{x^2+5x+4}{a(x+4)}, & x\neq2 \\ a, & x=2\\\end{Bmatrix}

What must aa be set to for the function to be continuous?

To solve this problem, we will use the first part of the piecewise function to solve for aa at x=2x=2. First, letโ€™s factor and cancel some terms:

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}

Now, letโ€™s plug in x=2x=2:

x+1a=2+1a=3a\frac{x+1}{a}=\frac{2+1}{a}=\frac{3}{a}

Finally, we set this equal to aa and solve:

3a=aโ†’3=a2โ†’3=a\frac{3}{a}=a\rightarrow3=a^2\rightarrow \boxed{\sqrt{3}=a}

๐Ÿ“ทย Visualizing Continuity

Graphs are an excellent way to see continuity (or the lack thereof). Use graphing tools to visualize the function and identify discontinuities. A continuous graph can be drawn without lifting your pencil!

โœ๏ธย Practice Visualizing Continuity

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

The graph of this function looks like so:

Untitled

Graph of the function described above

Image courtesy of Emery

You can see that there is a discontinuity at x=โˆ’3x=-3. But, we can remove it by !

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-3

Plugging in x=โˆ’3x=-3, we find that f(x)=โˆ’6f(x)=-6 at x=โˆ’3x=-3, making our function continuous.


โญ Closing

๐Ÿ“š 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! ๐Ÿ‘

ยฉ 2024 Fiveable Inc. All rights reserved.
APยฎ and SATยฎ are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


ยฉ 2024 Fiveable Inc. All rights reserved.
APยฎ and SATยฎ are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

ยฉ 2024 Fiveable Inc. All rights reserved.
APยฎ and SATยฎ are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary