Welcome to the World of Continuity!

In our previous chapters, we looked at limits—the idea of getting closer and closer to a value without necessarily "touching" it. Now, we are going to look at what happens when the limit and the function actually meet up perfectly. This is called continuity.

Think of a continuous function like a smooth road. If you can drive your car along the path without hitting any potholes, jumps, or infinite drops, the road is continuous. In calculus terms, a function is continuous if you can draw its graph without ever lifting your pencil from the paper. Let's dive into the formal rules that make this happen!

1. Defining Continuity at a Point

To justify (a key AP task verb!) that a function \( f(x) \) is continuous at a specific point \( x = c \), it must pass a three-part test. If it fails even one of these, the function is discontinuous at that spot.

The Three-Part Test:

1. The point must exist: \( f(c) \) must be defined. (There can't be a hole where the point should be.)

2. The limit must exist: \( \lim_{x \to c} f(x) \) must exist. This means the left-hand limit and the right-hand limit must meet at the same value: \( \lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) \).

3. They must be equal: \( \lim_{x \to c} f(x) = f(c) \). The "hole" must be filled by the actual value of the function.

Analogy: Imagine you are meeting a friend at a coffee shop. 1) The coffee shop must exist. 2) You both must be walking toward the same shop. 3) You both actually go inside and sit at the same table. If any of these fail, you haven't "connected" with your friend!

Key Takeaway: For the AP exam, when asked to "justify" continuity, you must explicitly state and check all three conditions. Simply saying "the graph is connected" will not earn you full points!

2. Exploring Types of Discontinuities

When a function fails the continuity test, we categorize how it failed. There are three main types you need to know for the AP Calculus AB exam:

A. Removable Discontinuity (The "Hole")

A removable discontinuity occurs when the limit exists, but it doesn't match the function's value (or the function's value is undefined there). On a graph, this looks like a tiny open circle.

Example: \( f(x) = \frac{x^2 - 4}{x - 2} \). At \( x = 2 \), the function is undefined (\( 0/0 \)), but the limit as \( x \to 2 \) is \( 4 \).

B. Jump Discontinuity

A jump discontinuity happens when the left-hand limit and the right-hand limit are both real numbers, but they are not equal. This is common in piecewise functions.

Example: A function that is \( y = 1 \) for all \( x < 0 \) and \( y = 5 \) for all \( x \geq 0 \). At \( x = 0 \), the graph "jumps" from 1 to 5.

C. Infinite Discontinuity

An infinite discontinuity occurs when the function goes toward \( \infty \) or \( -\infty \) as it approaches a value. This is usually associated with a vertical asymptote.

Example: \( f(x) = \frac{1}{x} \). As \( x \) approaches 0, the graph shoots up or down forever.

Quick Review:
- Hole: Limit exists, but point is missing/misplaced.
- Jump: Left limit \(\neq\) Right limit.
- Infinite: Graph goes to \(\pm\infty\).

3. Removing Discontinuities

In some cases, we can "fix" a hole in a function. This is called removing a discontinuity. We do this by creating a new version of the function that defines the point at the exact spot where the limit is.

How to remove a discontinuity:

1. Find the limit of the function at the "hole" (the \( x \)-value that makes the denominator zero).
2. Simplify the expression (usually by factoring and canceling).
3. Define a piecewise function where the "hole" is filled by the value of the limit.

Example: If \( f(x) = \frac{x^2 - 9}{x - 3} \), we know there is a hole at \( x = 3 \).
Step 1: Factor to get \( \frac{(x-3)(x+3)}{x-3} \).
Step 2: Cancel the \( (x-3) \) terms to get \( x + 3 \).
Step 3: Evaluate the limit: \( 3 + 3 = 6 \).
To "remove" the discontinuity, we define a new function \( g(x) \) where \( g(x) = f(x) \) for \( x \neq 3 \) and \( g(3) = 6 \).

4. Confirming Continuity over an Interval

We say a function is continuous on an open interval \( (a, b) \) if it is continuous at every single point inside that interval. Most basic functions (polynomials, sin, cos, \( e^x \)) are continuous everywhere in their domains!

Continuity on a Closed Interval \( [a, b] \)

To be continuous on a closed interval \( [a, b] \), the function must meet three criteria:
1. It is continuous on the open interval \( (a, b) \).
2. It is continuous from the right at \( a \): \( \lim_{x \to a^+} f(x) = f(a) \).
3. It is continuous from the left at \( b \): \( \lim_{x \to b^-} f(x) = f(b) \).

Don't worry if this seems tricky! Basically, it just means the graph is smooth in the middle and correctly "plugs into" the endpoints at the start and finish.

5. Common Mistakes to Avoid

1. Forgetting the third step: Many students show the limit exists and the point exists but forget to state that the limit equals the point. On the AP exam, you must write: \( \lim_{x \to c} f(x) = f(c) \).

2. Misidentifying Jump vs. Removable: Remember, if the limit exists (the two sides meet), it's removable. If the limits don't meet, it's a jump.

3. Division by Zero: Just because a denominator is zero doesn't automatically mean there is a vertical asymptote (infinite discontinuity). It could be a hole! Always factor and simplify first.

Did you know? The concept of continuity is the foundation for the Intermediate Value Theorem (IVT), which you will study next. Without continuity, most of the "big" theorems in calculus wouldn't work!

Summary: Continuity is about "connectedness." To prove it at a point, verify that the point exists, the limit exists, and they are the same. If they aren't, identify if it's a hole, a jump, or an asymptote!