Lesson 4: Continuity

Continuity

The concept of continuity formalizes the intuitive idea that a function's graph can be drawn without lifting the pen from the paper. A continuous function has no breaks, jumps, or holes at a given point.

Definition: A function \(f(x)\) is continuous at \(x = c\) if the following three conditions hold:

If any of the above conditions fail, we say \(f(x)\) is discontinuous at \(x = c\).

Each of these three conditions is necessary for continuity. The first condition requires that the function has a defined value at the point. The second condition requires that the function approaches a specific value as we get arbitrarily close to the point from both sides. The third condition requires that the limit value matches the actual function value, ensuring there are no jumps or holes.

Types of Discontinuities

When a function is not continuous at a point, we can classify the type of discontinuity. Understanding these classifications helps us analyze the behavior of functions and identify where they fail to be continuous.

Vertical Asymptote

Definition: A function \(f(x)\) has a vertical asymptote at \(x = c\) if \(\lim_{x \to c^-} f(x) = \pm\infty\) and/or \(\lim_{x \to c^+} f(x) = \pm\infty\).

Using terminology from lesson 3, a function has a vertical asymptote at \(x = c\) when \(\lim_{x \to c} f(x)\) is either a "case 2" limit or a "case 3" limit that becomes a "case 2" limit when \(f(x)\) is simplified using algebraic manipulation. At a vertical asymptote, the function values grow without bound as we approach the point.

Hole

Definition: A function \(f(x)\) has a hole at \(x = c\) if

\[\lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) = \lim_{x \to c} f(x) = L < \infty\]

and \(f(c) \neq L\).

Note that \(f(c)\) can be undefined. Using terminology from lesson 3, holes can show up as "case 3" limits that become "case 1" limits. At a hole, the limit exists and is finite, but either the function is not defined at that point or the function value does not equal the limit.

Jump Discontinuity

Definition: A function \(f(x)\) has a jump discontinuity at \(x = c\) if \(\lim_{x \to c^-} f(x) = L\) and \(\lim_{x \to c^+} f(x) = M\), where \(L, M < \infty\) and \(L \neq M\).

At a jump discontinuity, both one-sided limits exist and are finite, but they are not equal to each other. This causes the function to "jump" from one value to another at the point of discontinuity.

Examples

Example 1: Identifying Discontinuities from a Graph

Given the graph of \(f(x)\) below, find the \(x\) values where \(f(x)\) is discontinuous. Classify the discontinuities.

Graph Description: The graph shows a function with several discontinuities. There is a solid dot at \((-5,3)\) and an open circle at \((-5,2)\). As \(x\) approaches \(-5\) from the left, \(f(x)\) approaches \(3\). As \(x\) approaches \(-5\) from the right, \(f(x)\) approaches \(2\). There is an open circle at \(x=-2\). As \(x\) approaches \(-2\), \(f(x)\) approaches \(-1\). There is a solid dot at \((1,5)\) and an open circle at \((1,-1)\). As \(x\) approaches \(1\) from the left, \(f(x)\) approaches \(5\). As \(x\) approaches \(1\) from the right, \(f(x)\) approaches \(-1\). As \(x\) approaches \(3\) from the left, \(f(x)\) approaches \(-\infty\). As \(x\) approaches \(3\) from the right, \(f(x)\) approaches \(\infty\).

Solution:

There is a jump at \(x=-5\) and \(x=1\). There is a hole at \(x=-2\). There is a vertical asymptote at \(x=3\).

Example 2: Classifying Discontinuities Analytically

Classify the discontinuities, if any, of the following function:

\[f(x) = \frac{x^2 - 5x}{x^2 + 3x}\]

Solution:

First, we identify where the function might be discontinuous by finding where the denominator equals zero:

\[x^2 + 3x = 0\]

Therefore, \(x(x + 3) = 0\), and so \(x = 0\) or \(x = -3\).

At \(x = -3\): Plugging in \(x=-3\) into \(f(x)\), we obtain \(\frac{24}{0}\), a case 2 limit, implying that there is a vertical asymptote at \(x=-3\).

At \(x = 0\): Note that when we plug in \(x=0\) into \(f(x)\), we obtain \(\frac{0}{0}\), a case 3 limit. Let's factor the function to analyze the behavior:

\[f(x) = \frac{x^2 - 5x}{x^2 + 3x} = \frac{x(x - 5)}{x(x + 3)} = \frac{x - 5}{x + 3} \quad\text{ for } x \neq 0\]

The simplified function gives:

\[\lim_{x \to 0} f(x) = \frac{0 - 5}{0 + 3} = \frac{-5}{3}\]

Since the limit exists and is finite, but \(f(0)\) is undefined, \(f(x)\) has a hole at \(x = 0\).

Example 3: Polynomial Function Continuity

Classify the discontinuities, if any, of the following function:

\[g(x) = x^4 + 11x^2 - 8x + 22\]

Solution:

This function is a polynomial. Polynomial functions are continuous everywhere on their domain, which is all real numbers. Since there are no values of \(x\) where \(g(x)\) is undefined, and polynomials satisfy all three continuity conditions at every point, \(g(x)\) has no discontinuities.

Example 4: Piecewise Function with Potential Hole

Classify the discontinuities, if any, of the following function:

\[h(x) = \begin{cases} 7x + 1 & \text{if } x \neq 1, \\ 6 & \text{if } x = 1. \end{cases}\]

Solution:

We check continuity at \(x = 1\), since this is where the function definition changes.

First, \(h(1) = 6\) is defined.

Next, we find the limit as \(x\) approaches 1. For all values of \(x\) near 1 (but not equal to 1), we use the formula \(h(x) = 7x + 1\):

\[\lim_{x \to 1} h(x) = \lim_{x \to 1} (7x + 1) = 7\cdot 1 + 1 = 8\]

Since \(\lim_{x \to 1} h(x) = 8\) but \(h(1) = 6\), we have \(\lim_{x \to 1} h(x) \neq h(1)\).

Therefore, \(h(x)\) has a hole at \(x = 1\).

Example 5: Piecewise Function with Multiple Discontinuities

Classify the discontinuities, if any, of the following function:

\[f(x) = \begin{cases} 8x^2 + 2 & \text{if } x \leq 0, \\ 3x + 2 & \text{if } 0 < x < 1, \\ x + 9 & \text{if } x \geq 1. \end{cases}\]

Solution:

We check for discontinuities at the boundary points \(x = 0\) and \(x = 1\).

At \(x = 0\):

The function value is \(f(0) = 8\cdot 0^2 + 2 = 2\).

Left-sided limit: Using the first piece,

\[\lim_{x \to 0^-} f(x) = \lim_{x \to 0^-} (8x^2 + 2) = 8\cdot 0^2 + 2 = 2\]

Right-sided limit: Using the second piece,

\[\lim_{x \to 0^+} f(x) = \lim_{x \to 0^+} (3x + 2) = 3\cdot 0 + 2 = 2\]

Since \(\lim_{x \to 0} f(x) = 2 = f(0)\), the function is continuous at \(x = 0\).

At \(x = 1\):

The function value is \(f(1) = 1 + 9 = 10\).

Left-sided limit: Using the second piece,

\[\lim_{x \to 1^-} f(x) = \lim_{x \to 1^-} (3x + 2) = 3\cdot 1 + 2 = 5\]

Right-sided limit: Using the third piece,

\[\lim_{x \to 1^+} f(x) = \lim_{x \to 1^+} (x + 9) = 1 + 9 = 10\]

Since \(\lim_{x \to 1^-} f(x) = 5\) and \(\lim_{x \to 1^+} f(x) = 10\), we have \(\lim_{x \to 1^-} f(x) \neq \lim_{x \to 1^+} f(x)\).

Therefore, \(f(x)\) has a jump discontinuity at \(x = 1\).

Key Takeaway: To determine if a function is continuous at a point, verify that all three conditions are met: the function must be defined at the point, the limit must exist, and the limit must equal the function value. When discontinuities occur, classify them by examining the behavior of the one-sided limits and the function value to determine whether the discontinuity is a vertical asymptote, hole, or jump.