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
Introduction to Continuity Quiz Question 1: When is a function considered continuous on an interval?
- When it is continuous at every point of that interval. (correct)
- When it has a limit at the left endpoint only.
- When it is differentiable at the midpoint of the interval.
- When it is defined at the endpoints but may have jumps inside.
Introduction to Continuity Quiz Question 2: For a rational function $\displaystyle \frac{p(x)}{q(x)}$, continuity at a point $a$ is guaranteed when:
- $q(a)\neq0$ (correct)
- $p(a)=0$
- The limit $\displaystyle\lim_{x\to a}\frac{p(x)}{q(x)}$ does not exist
- The denominator $q(x)$ is zero at $a$
Introduction to Continuity Quiz Question 3: If $f$ and $g$ are continuous at a point $c$, what can be said about the function $h(x)=f(x)+g(x)$ at $c$?
- $h$ is continuous at $c$ (correct)
- $h$ may be discontinuous at $c$
- $h$ is necessarily differentiable at $c$
- $h$ is monotonic near $c$
Introduction to Continuity Quiz Question 4: What does the Intermediate Value Theorem guarantee for a continuous function that changes sign on $[a,b]$?
- At least one root exists in $(a,b)$ (correct)
- The function is monotonic on $[a,b]$
- The derivative is zero at some point in $(a,b)$
- The root is unique on $[a,b]$
Introduction to Continuity Quiz Question 5: Which statement correctly describes the epsilon–delta definition of continuity at a point $a$?
- For every $\varepsilon>0$ there exists $\delta>0$ such that $|x-a|<\delta$ (with $x$ in the domain) implies $|f(x)-f(a)|<\varepsilon$. (correct)
- There exists a fixed $\varepsilon>0$ such that for all $\delta>0$, $|x-a|<\delta$ implies $|f(x)-f(a)|<\varepsilon$.
- For every $\delta>0$ there exists $\varepsilon>0$ such that $|f(x)-f(a)|<\varepsilon$ implies $|x-a|<\delta$.
- If $|f(x)-f(a)|<\varepsilon$ then $|x-a|<\delta$ for some predetermined $\varepsilon,\delta>0$.
Introduction to Continuity Quiz Question 6: If $f$ and $g$ are continuous at a point $a$, what can be said about the function $h(x)=f(x)\,g(x)$ at $a$?
- $h$ is also continuous at $a$. (correct)
- $h$ may be discontinuous at $a$.
- $h$ is continuous at $a$ only if $f(a)$ and $g(a)$ are non‑zero.
- The continuity of $h$ cannot be determined from the continuity of $f$ and $g$.
Introduction to Continuity Quiz Question 7: Which description best characterizes a jump discontinuity?
- Both left‑hand and right‑hand limits exist at the point but are different, creating a sudden jump. (correct)
- The function grows without bound as it approaches the point, producing a vertical asymptote.
- A single “hole” in the graph that can be eliminated by redefining the function at that point.
- The function is undefined at the point and neither one‑sided limit exists.
Introduction to Continuity Quiz Question 8: Let $f$ be continuous on $[a,b]$ and let $k$ be a number between $f(a)$ and $f(b)$. Which conclusion does the Intermediate Value Theorem guarantee?
- There exists some $c$ in $(a,b)$ such that $f(c)=k$. (correct)
- $f$ must be monotonic on $[a,b]$.
- $f$ attains its maximum and minimum only at the endpoints.
- $f$ has a derivative at some point in $(a,b)$.
Introduction to Continuity Quiz Question 9: Let $f$ and $g$ be continuous at a point $a$ and suppose $g(a)\neq 0$. Define $h(x)=\dfrac{f(x)}{g(x)}$. Which statement about $h$ at $a$ is correct?
- $h$ is continuous at $a$. (correct)
- $h$ is discontinuous at $a$.
- $h$ is continuous only if $f(a)=0$.
- $h$ is continuous only on intervals where $g(x)>0$.
Introduction to Continuity Quiz Question 10: For a function $f$ to be continuous at a point $a$, which relationship must be satisfied?
- $\displaystyle\lim_{x\to a}f(x)=f(a)$ (correct)
- $\displaystyle\lim_{x\to a}f(x)>f(a)$
- $\displaystyle\lim_{x\to a}f(x)<f(a)$
- The limit need not equal $f(a)$
Introduction to Continuity Quiz Question 11: What is true about the functions $\sin x$ and $\cos x$ regarding continuity?
- Both are continuous for all real numbers $x$. (correct)
- $\sin x$ is continuous only on $[0,\pi]$, while $\cos x$ is discontinuous there.
- Both have jump discontinuities at integer multiples of $\pi$.
- Both are undefined for negative $x$.
Introduction to Continuity Quiz Question 12: If $g$ is continuous at $a$ and $f$ is continuous at $g(a)$, what can be concluded about the composition $h(x)=f(g(x))$ at $a$?
- $h$ is continuous at $a$. (correct)
- $h$ may be discontinuous at $a$.
- $h$ is guaranteed to be differentiable at $a$.
- $h$ has a removable discontinuity at $a$.
Introduction to Continuity Quiz Question 13: Consider the polynomial function $f(x)=2x^{3}-x+7$. Which statement about its continuity is correct?
- $f$ is continuous for every real number $x$ (correct)
- $f$ is continuous only on closed intervals
- $f$ has discontinuities at its zeros
- $f$ is not continuous as $x\\to\\infty$
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
Definitions
Continuity
A property of a function where its graph can be drawn without lifting the pencil, meaning the function’s value changes smoothly with its input.
Epsilon–delta definition of continuity
A formal condition stating that for every ε > 0 there exists a δ > 0 such that |x − a| < δ implies |f(x) − f(a)| < ε.
Intermediate Value Theorem
A theorem asserting that a continuous function on a closed interval takes every value between its endpoints.
Continuous function
A function that is continuous at every point in its domain.
Polynomial function
A function expressed as a sum of powers of the variable with constant coefficients, continuous everywhere it is defined.
Rational function
A quotient of two polynomials that is continuous at all points where its denominator is non‑zero.
Exponential function
The function eˣ, which is continuous for all real numbers.
Sine function
The trigonometric function sin x, continuous for all real numbers.
Jump discontinuity
A type of discontinuity where the left‑hand and right‑hand limits exist but are unequal, creating a sudden jump in the graph.
Removable discontinuity
A discontinuity that can be eliminated by redefining the function at a single point, effectively “filling a hole.”
Infinite discontinuity
A discontinuity where the function’s values grow without bound near a point, producing a vertical asymptote.