Calculus: Discontinuity and Limits

A function can be continuous or discontinuous. There are different types of discontinuities that we will go over here. We will also show you how to determine a limit of the function based on each type of discontinuity.

A function is continuous when the function is defined at every point and when a two-sided limit can be determined for every input.

For example, the function f(x)=3x^{3}-2x^{2}+1 is a continuous function.

If we wanted to determine the limit as x approaches any value within this function, every such limit would exist.

From the graph we can see that  \lim_{x\rightarrow 1}3x^3-2x^2+1=2 .

If we wanted to evaluate the limit algebraically, we would substitute the value of the input the function approaches into the function expression and evaluate.

\lim_{x\rightarrow -4} 3x^{3}-2x^{2}+1 = 3(-4)^{3}-2(-4)^{2}+1

\lim_{x\rightarrow -4} 3x^{3}-2x^{2}+1 = 3(-64)-2(-16)+1

\lim_{x\rightarrow -4} 3x^{3}-2x^{2}+1 = -159

Point Discontinuity

Point Discontinuity occurs when a function is undefined as a single point. That point is called a hole.

A function will be undefined at that point, but the two sided limit will exist if the function approaches the output of the point from the left and from the right.

An example of a function with such type of discontinuity is a rational function where one factor can be completely eliminated (thus creating a hole): f(x)=\frac{x^2-25}{x^2-7x+10}

The function above is discontinuous.

In order to determine the limit of the above function as the input approaches the value of 5, the expression of the function needs to be simplified first.

\lim_{x\rightarrow 5}\frac{x^{2}-25}{x^{2}-7x+10}

\lim_{x\rightarrow 5}\frac{(x-5)(x+5)}{(x-5)(x-2)}

\lim_{x\rightarrow 5}\frac{(x+5)}{(x-2)} = \frac{(5+5)}{(5-2)}

\lim_{x\rightarrow 5}\frac{(x+5)}{(x-2)} = \frac{10}{3}

\therefore \lim_{x\rightarrow 5}\frac{x^{2}-25}{x^{2}-7x+10}=\frac{10}{3}

The two sided limit exists, however, the function is undefined at x=5, since f(5)=\frac{5^{2}-25}{5^{2}-7(5)+10} = \frac{0}{0}

Removable Point Discontinuity

A Removable Point Discontinuity occurs when a function has a point discontinuity, but is defined at another, removed point for the same input.

For example, if we take the function equation from the previous example and turn it into a piecewise function that includes the value of the output for the same input as the discontinuity where the function is defined, it would look like this:

f(x)=\left\{\begin{matrix} \frac{x^2-25}{x^2-7x+10}, & x\neq 5 \\ 5, & x=5 \end{matrix}\right.

The limit of the above function as x\rightarrow 5 would still be the same (as determined in the previous example), as function pieces are still approaching the output of  \frac{10}{3}  from the left and from the right.

However, if we evaluated the function at f(5) now, because there is a removed defined output, the function is now defined at x=5 and f(5)=5.

Jump Discontinuity

A Jump Discontinuity occurs when the function consists of pieces whose ends do not result in the same outputs for the same input. In order to ensure the relation is a function, the function would only be defined for one of the outputs for the same input.

For example, let’s consider the following piecewise function

f(x)=\left\{\begin{matrix} x^{2}-4, & x< 2\\ x, & x\geq 2 \end{matrix}\right.

Based on the equation of the above function, the function is defined at x=2 since for one of the pieces of the function the domain includes (x\geq 2).

In order to determine f(2) we would substitute the value of 2 for x into the linear piece of the function since this is the piece that contains a point where the function is defined at x=2.

f(2)=2

The two-sided limit as x\rightarrow 2 for this function does not exist (DNE), because the two pieces of the function approach two different outputs for the same input.

\lim_{x\rightarrow 2}x^2-4=0

\lim_{x\rightarrow 2}x=2

0\neq 2, so the  \lim_{x\rightarrow 2}(f(x))=DNE 

Infinite Discontinuity

An Infinite Discontinuity occurs when there is a vertical asymptote and the function approaches that asymptote. In this case, the function does not have a defined limit as it approaches the vertical asymptote. The graph of the function will have a gap or jump at the vertical asymptote, indicating the presence of an infinite discontinuity. This type of discontinuity is often associated with rational functions that have a denominator that approaches zero at the vertical asymptote.

For example, a function f(x)=\frac{1}{x^{2}} has a vertical asymptote at x=0 and, therefore, there exists an infinite discontinuity.

The function above is undefined at x=0 for every value of y on both sides of x=0, f(0) approaches positive infinity (\infty ).

Even though the function is not defined at x=0, the two-sided limit still exists, since the function approaches \infty from the left and from the right.

\lim_{x\rightarrow 0}\frac{1}{x^2}=\infty

Let’s also consider the following function with the Infinite Discontinuity.

f(x)=\frac{x-1}{x+2}

There is a vertical asymptote at x=2, however the two pieces of the function approach two different values from the left and from the right

\lim_{x\rightarrow -2^+}\frac{x-1}{x+2}=-\infty

\lim_{x\rightarrow -2^-}\frac{x-1}{x+2}=\infty

Therefore, the two-sided limit will not exist

\lim_{x\rightarrow -2}\frac{x-1}{x+2}=DNE

Learn more about LIMITS

Learn more about DERIVATIVES

1

One thought on “Calculus: Discontinuity and Limits

  1. Pingback: Homepage