1. Limits and Continuity

Continuity Basics

Define continuity at a point and on intervals, classify types of discontinuities, and apply the Intermediate Value Theorem.

Continuity Basics

Hey students! šŸ‘‹ Welcome to one of the most fundamental concepts in calculus - continuity! In this lesson, we'll explore what it means for a function to be continuous, discover the different ways functions can "break," and learn about a powerful theorem that helps us understand how continuous functions behave. By the end of this lesson, you'll be able to identify continuous functions, classify discontinuities, and apply the Intermediate Value Theorem to solve real-world problems. Think of continuity like drawing a curve without lifting your pencil - let's dive in! āœļø

Understanding Continuity at a Point

Imagine you're tracing a graph with your finger, students. If you can move smoothly from one point to another without jumping or lifting your finger, that function is continuous! Mathematically, a function $f(x)$ is continuous at a point $x = a$ if three specific conditions are met:

  1. The function value exists: $f(a)$ must be defined
  2. The limit exists: $\lim_{x \to a} f(x)$ must exist
  3. They match: $\lim_{x \to a} f(x) = f(a)$

Let's break this down with a real-world example. Consider the temperature throughout a day - it changes smoothly and gradually. You don't suddenly jump from 70°F to 90°F in an instant! This smooth change represents continuity.

For a mathematical example, look at $f(x) = x^2$. At any point, say $x = 3$:

  • $f(3) = 9$ āœ“ (function value exists)
  • $\lim_{x \to 3} x^2 = 9$ āœ“ (limit exists)
  • They're equal! āœ“ (limit equals function value)

So $f(x) = x^2$ is continuous at $x = 3$, and actually at every point in its domain! šŸŽÆ

Types of Discontinuities

Not all functions are perfectly smooth, students. Sometimes they have "breaks" or discontinuities. There are three main types you need to know:

Removable Discontinuities (Holes) šŸ•³ļø

These occur when a function has a "hole" at a point. The limit exists, but either the function isn't defined there or the function value doesn't match the limit. For example:

$$f(x) = \frac{x^2 - 4}{x - 2}$$

At $x = 2$, this function is undefined (we get $\frac{0}{0}$), but if we factor: $f(x) = \frac{(x-2)(x+2)}{x-2} = x + 2$ for $x \neq 2$. The limit as $x$ approaches 2 is 4, but there's a hole there. We call it "removable" because we could fill the hole by defining $f(2) = 4$.

Jump Discontinuities 🦘

These happen when the left and right limits exist but aren't equal - the function literally "jumps" from one value to another. A classic example is the shipping cost function: packages under 1 pound cost $5, and packages 1 pound or more cost $8. At exactly 1 pound, there's a sudden jump in price!

Infinite Discontinuities šŸš€

These occur when the function approaches infinity at a point, creating a vertical asymptote. Consider $f(x) = \frac{1}{x}$ at $x = 0$. As we approach zero from the right, the function shoots up to positive infinity, and from the left, it plunges to negative infinity.

Continuity on Intervals

Functions can be continuous at individual points, but we often care about continuity over entire intervals, students. A function is continuous on an interval if it's continuous at every point within that interval.

Closed Intervals: For continuity on a closed interval $[a,b]$, the function must be continuous at every point inside the interval, and the one-sided limits at the endpoints must equal the function values there.

Open Intervals: For open intervals $(a,b)$, we only need continuity at interior points since the endpoints aren't included.

Many familiar functions are continuous everywhere in their domains:

  • Polynomial functions like $f(x) = 3x^3 - 2x + 1$
  • Trigonometric functions like $\sin(x)$ and $\cos(x)$
  • Exponential functions like $e^x$

However, rational functions like $\frac{1}{x}$ have discontinuities where their denominators equal zero! šŸ“Š

The Intermediate Value Theorem

Here's where continuity becomes really powerful, students! The Intermediate Value Theorem (IVT) is like a mathematical guarantee about continuous functions. It states:

If $f(x)$ is continuous on the closed interval $[a,b]$ and $k$ is any value between $f(a)$ and $f(b)$, then there exists at least one point $c$ in $(a,b)$ such that $f(c) = k$.

Think of it this way: if you're driving from sea level (elevation 0) to a mountain peak (elevation 5000 feet), and your elevation changes continuously, you must pass through every elevation between 0 and 5000 feet at some point during your journey! šŸ”ļø

Real-World Application: Suppose the temperature at midnight is 40°F and at noon is 80°F, and temperature changes continuously. The IVT guarantees that at some point during those 12 hours, the temperature was exactly 65°F!

Mathematical Example: Consider $f(x) = x^3 - x - 1$ on the interval $[1,2]$. We have $f(1) = -1$ and $f(2) = 5$. Since this polynomial is continuous and $0$ is between $-1$ and $5$, the IVT guarantees there's some value $c$ between 1 and 2 where $f(c) = 0$ - meaning the equation $x^3 - x - 1 = 0$ has a solution!

The IVT is particularly useful for:

  • Proving that equations have solutions
  • Locating roots of functions
  • Understanding function behavior over intervals

Conclusion

Continuity is the mathematical way of describing smooth, unbroken behavior in functions, students. We've learned that continuity at a point requires the function value, limit, and their equality to all align perfectly. When functions aren't continuous, they exhibit removable discontinuities (holes), jump discontinuities (sudden changes), or infinite discontinuities (vertical asymptotes). The Intermediate Value Theorem provides a powerful tool for understanding continuous functions on intervals, guaranteeing that they take on all intermediate values. This concept forms the foundation for many advanced calculus topics, so mastering continuity now will serve you well throughout your mathematical journey! 🌟

Study Notes

• Continuity at a point: Function $f(x)$ is continuous at $x = a$ if: (1) $f(a)$ exists, (2) $\lim_{x \to a} f(x)$ exists, (3) $\lim_{x \to a} f(x) = f(a)$

• Removable discontinuity: Hole in the graph where limit exists but function value is missing or different

• Jump discontinuity: Left and right limits exist but are not equal; function "jumps" between values

• Infinite discontinuity: Function approaches infinity at a point; creates vertical asymptote

• Continuity on intervals: Function is continuous at every point within the interval

• Common continuous functions: Polynomials, trigonometric functions ($\sin x$, $\cos x$), exponential functions ($e^x$)

• Intermediate Value Theorem: If $f(x)$ continuous on $[a,b]$ and $k$ between $f(a)$ and $f(b)$, then $\exists c \in (a,b)$ such that $f(c) = k$

• IVT applications: Proving equation solutions exist, locating function roots, analyzing function behavior

• Rational function discontinuities: Occur where denominator equals zero

• Temperature analogy: Continuous functions change smoothly like daily temperature variations

Practice Quiz

5 questions to test your understanding

Continuity Basics — High School Calculus | A-Warded