RemNote Community
Community

Introduction to Continuity

Understand the definition of continuity, how common functions and key theorems apply, and the main types of discontinuities.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz

Quick Practice

What are the three formal conditions required for a function $f(x)$ to be continuous at a point $a$?
1 of 16

Summary

Continuity: Definition and Theory What is Continuity? Continuity is one of the most important concepts in calculus. Intuitively, a function is continuous at a point if the graph can be drawn at that point without lifting your pencil from the paper. More formally, continuity describes functions that have no breaks, jumps, or holes in their graphs. Understanding continuity is crucial because many of the most powerful theorems in calculus—like the Intermediate Value Theorem—depend on functions being continuous. This section will give you both the intuitive and formal definitions, show you which common functions are continuous, and explore what happens when continuity breaks down. The Formal Definition: Three Conditions A function $f$ is continuous at a point $a$ if and only if three conditions are all satisfied: The function must be defined at the point: $f(a)$ must exist (meaning $a$ is in the domain of $f$). The limit must exist at the point: $\displaystyle \lim{x \to a} f(x)$ must exist. The limit must equal the function value: $\displaystyle \lim{x \to a} f(x) = f(a)$. This means that as you approach the point $a$ from any direction, the function values must approach $f(a)$, and the function must actually reach that value. Why all three conditions matter: If you skip any condition, the function breaks down. For example: If condition 1 fails, there's a hole at $a$. If condition 2 fails, the function might oscillate wildly or blow up near $a$. If condition 2 passes but condition 3 fails, there's a removable hole (the limit exists but doesn't equal the function value). The Epsilon-Delta Definition For those working with rigorous proofs, continuity can also be expressed using the epsilon-delta definition: A function $f$ is continuous at $a$ if: for every tolerance $\varepsilon > 0$, there exists a distance $\delta > 0$ such that whenever $|x - a| < \delta$ (with $x$ in the domain), we have $|f(x) - f(a)| < \varepsilon$. In plain language, this says: "No matter how small an error tolerance you allow for the output, I can always find a small neighborhood around $a$ where the function stays within that tolerance." This is equivalent to the three-condition definition above—it's just a more precise mathematical way of saying the same thing. Continuity on an Interval A function is continuous on an interval when it is continuous at every single point within that interval. For example, a function might be continuous on $[0, 5]$ if it satisfies the three conditions at every point between 0 and 5 (including the endpoints). When we say a function is "continuous everywhere," we mean it's continuous at every point in its domain. Which Functions Are Continuous? Rather than checking the three conditions every time, mathematicians have identified broad classes of functions that are automatically continuous. This saves tremendous time. Polynomials: Every polynomial function is continuous everywhere. Functions like $f(x) = x^2 - 3x + 7$ or $f(x) = x^{100} + 2x^3 - 5$ are continuous for all real numbers $x$. This is one of the nicest properties of polynomials. Rational Functions: A rational function is a ratio of two polynomials, like $f(x) = \frac{x^2 + 1}{x - 3}$. These are continuous at every point where the denominator is nonzero. The function $\frac{x^2 + 1}{x - 3}$ is continuous everywhere except at $x = 3$ (where the denominator is zero, making the function undefined). Exponential Functions: The exponential function $f(x) = e^x$ is continuous for all real numbers $x$. Trigonometric Functions: The sine function $\sin x$ and cosine function $\cos x$ are both continuous for all real numbers $x$. The tangent function, however, has discontinuities where the denominator (cosine) equals zero. Key Theorems About Continuity Once you know two functions are continuous, you can automatically conclude that combinations of them are continuous. This is powerful because it lets you build up complex continuous functions from simple ones. Sum Rule: If $f(x)$ and $g(x)$ are continuous at a point, then $f(x) + g(x)$ is continuous at that point. For example, since $\sin x$ and $x^3$ are both continuous, $\sin x + x^3$ is continuous. Product Rule: If $f(x)$ and $g(x)$ are continuous at a point, then $f(x) \cdot g(x)$ is continuous at that point. Quotient Rule: If $f(x)$ and $g(x)$ are continuous at a point, then $\frac{f(x)}{g(x)}$ is continuous at that point, provided $g(x) \neq 0$. The denominator condition is important because division by zero is undefined. Composition Rule: If $g(x)$ is continuous at $a$ and $f(x)$ is continuous at $g(a)$, then the composition $f(g(x))$ is continuous at $a$. This means you can safely nest continuous functions inside each other. For instance, $\sin(e^x)$ is continuous everywhere because both sine and the exponential function are continuous. The Intermediate Value Theorem: This is one of the most important theorems in calculus. It states: > If $f$ is continuous on the closed interval $[a,b]$, and $N$ is any number between $f(a)$ and $f(b)$, then there exists at least one point $c$ in the open interval $(a,b)$ where $f(c) = N$. In simpler terms: a continuous function must hit every value between its starting and ending values. The function cannot "skip over" any values. This is why the pencil metaphor matters—if you draw continuously from point $(a, f(a))$ to point $(b, f(b))$ without lifting the pencil, your pencil must cross every horizontal line between those heights. Understanding Discontinuities Not every function is continuous everywhere. When a function fails to be continuous at a point, we say it has a discontinuity. There are three main types. Removable Discontinuity: A removable discontinuity is a hole in the graph that could be "fixed" by redefining the function at that one point. The classic example is: $$f(x) = \frac{x^2 - 1}{x - 1}$$ This function is undefined at $x = 1$ because the denominator is zero. However, for $x \neq 1$, we can simplify: $\frac{x^2 - 1}{x - 1} = \frac{(x-1)(x+1)}{x-1} = x + 1$. The limit $\displaystyle \lim{x \to 1} f(x) = 2$ exists, but $f(1)$ is undefined. We could "remove" this discontinuity by redefining $f(1) = 2$. This is why it's called removable—a single redefinition makes the function continuous. Jump Discontinuity: A jump discontinuity occurs when the left-hand and right-hand limits exist but are different. A classic example is: $$f(x) = \begin{cases} x & \text{if } x < 2 \\ x + 5 & \text{if } x \geq 2 \end{cases}$$ As $x$ approaches 2 from the left, $f(x) \to 2$. As $x$ approaches 2 from the right, $f(x) \to 7$. The function "jumps" suddenly. This discontinuity cannot be removed by redefining the function at one point—you'd have to change the entire function definition. Infinite (Essential) Discontinuity: An infinite discontinuity occurs when the function grows without bound near a point, typically creating a vertical asymptote. For example: $$f(x) = \frac{1}{x}$$ As $x \to 0^+$, we have $f(x) \to +\infty$, and as $x \to 0^-$, we have $f(x) \to -\infty$. Neither one-sided limit is finite, so this discontinuity is more severe than a removable or jump discontinuity. Practical Application: Finding Roots One of the most important applications of continuity is justifying the existence of solutions to equations. Suppose you need to solve an equation like $f(x) = 0$ (finding the roots of $f$). If you can show that: $f$ is continuous on some interval $[a, b]$ $f(a)$ and $f(b)$ have opposite signs (one positive, one negative) Then the Intermediate Value Theorem guarantees that there exists at least one point $c$ in $(a, b)$ where $f(c) = 0$. In other words, the function must cross the $x$-axis somewhere in that interval. This is powerful because it proves a root exists without requiring you to find it explicitly. For example, consider $f(x) = x^3 - 2$. Since $f(1) = -1 < 0$ and $f(2) = 6 > 0$, and $f$ is continuous (it's a polynomial), there must be a root between 1 and 2. We don't need to compute $\sqrt[3]{2}$ exactly—we just know it's there.
Flashcards
What are the three formal conditions required for a function $f(x)$ to be continuous at a point $a$?
$f(a)$ is defined The limit $\lim{x \to a} f(x)$ exists $\lim{x \to a} f(x) = f(a)$
According to the epsilon-delta definition, what must exist for every $\epsilon > 0$ to satisfy continuity at $a$?
A distance $\delta > 0$ such that if $|x - a| < \delta$, then $|f(x) - f(a)| < \epsilon$.
When is a function considered continuous on an interval?
When it is continuous at every point of that interval.
Where are polynomial functions continuous?
Everywhere they are defined.
At which points is a rational function continuous?
Every point where its denominator is not zero.
On what domain is the exponential function $e^x$ continuous?
All real numbers $x$.
On what domain are the sine and cosine functions continuous?
All real numbers $x$.
What does the Intermediate Value Theorem state about a continuous function on $[a, b]$?
It takes every value between $f(a)$ and $f(b)$ at some point in $(a, b)$.
What is the result of the Sum Rule for Continuity regarding two continuous functions?
The sum of two continuous functions is continuous.
What is the result of the Product Rule for Continuity regarding two continuous functions?
The product of two continuous functions is continuous.
Under what condition is the quotient of two continuous functions also continuous?
Wherever the denominator is nonzero.
What is the result of the Composition Rule for Continuity?
The composition of continuous functions is continuous.
How is a removable discontinuity characterized on a graph?
As a hole in the graph that can be "filled" by redefining the function at that point.
What occurs at a jump discontinuity regarding limits?
The left-hand and right-hand limits exist but are different.
What characterizes an infinite (essential) discontinuity?
The function grows without bound as it approaches the point, causing a vertical asymptote.
How does the Intermediate Value Theorem justify root-finding for a continuous function?
A continuous function that changes sign on an interval must cross the $x$-axis, ensuring a root exists.

Quiz

When is a function considered continuous on an interval?
1 of 13
Key Concepts
Continuity Concepts
Continuity
Epsilon–delta definition of continuity
Intermediate Value Theorem
Continuous function
Types of Functions
Polynomial function
Rational function
Exponential function
Sine function
Discontinuities
Jump discontinuity
Removable discontinuity
Infinite discontinuity