Continuity in Basic Calculus- Definitions and Rules
What Continuity Actually Means in Calculus
Continuity is one of those concepts that sounds abstract until you see it visually. A function is continuous if you can draw it without lifting your pen from the paper. That's the layman's definition, and it works fine for intuition.
The formal definition is stricter. A function f(x) is continuous at a point c if three conditions are met:
- The function exists at c
- The limit of f(x) as x approaches c exists
- The limit equals f(c)
That's it. If any of these fail, you have a discontinuity.
Types of Discontinuities You Need to Know
Jump Discontinuity
This happens when the left and right limits exist but aren't equal. The function "jumps" from one value to another. Think of a step function like a Heaviside function. The graph has a visible gap, and you can't trace it without lifting your pen.
Point Discontinuity (Removable)
The limit exists, but either the function isn't defined at that point or it doesn't match the limit value. You can often "fix" this by redefining the function at that single point. Hence the name "removable."
Infinite Discontinuity
When the function shoots off to infinity (or negative infinity) near a point. Vertical asymptotes are the classic example. The function doesn't approach any finite value—it just grows without bound.
The Intermediate Value Theorem (IVT)
IVT is useful, but students overhype it. Here's what it actually says: if a function is continuous on [a,b] and k is between f(a) and f(b), then there's at least one c in (a,b) where f(c) = k.
What this is useful for:
- Proving equations have solutions
- Showing a root exists between two values
- Basic existence proofs
What it doesn't do: find the root, guarantee uniqueness, or work for discontinuous functions.
⚠️ Students love applying IVT to prove a root exists, then forgetting to check that the function is actually continuous first. Don't be that person.
Properties of Continuous Functions
These are the rules that make continuous functions predictable:
- Sum of continuous functions is continuous
- Product of continuous functions is continuous
- Quotient of continuous functions is continuous (where denominator ≠ 0)
- Composition of continuous functions is continuous
Polynomials are continuous everywhere. Rational functions are continuous everywhere they're defined. Trig functions are continuous on their domains. This matters when you're evaluating limits.
How to Determine Continuity at a Point
Here's the practical process:
- Check if f(c) exists
- Find the limit as x → c
- Compare the two values
If they match, it's continuous. If not, identify which condition failed to classify the discontinuity.
For piecewise functions, you need to check each "piece" and also the boundaries where pieces meet. Those boundary points are where things usually go wrong.
Common Mistakes That Cost Points
- Assuming a function is continuous everywhere just because it "looks smooth"
- Forgetting to check the domain (rational functions with holes)
- Confusing "limit exists" with "function is defined"
- Using IVT without verifying continuity first
Continuity vs. Differentiability
Every differentiable function is continuous, but the reverse is false. A function can be continuous at a point but not have a derivative there.
Classic example: |x| is continuous everywhere but not differentiable at x = 0. The absolute value creates a sharp corner. You can trace it without lifting your pen, but the slope suddenly changes.
Quick Reference Table
| Function Type | Continuity | Notes |
|---|---|---|
| Polynomial | Everywhere | No exceptions |
| Rational | Where defined | Exclude zeros of denominator |
| √x, nth root | Domain only | Check endpoint behavior |
| sin(x), cos(x) | Everywhere | Tangent has vertical asymptotes |
| eˣ, ln(x) | Domain only | ln undefined for x ≤ 0 |
Getting Started: Practice Problems
Problem 1: Determine if f(x) = (x² - 4)/(x - 2) is continuous at x = 2.
At x = 2, the function is undefined (division by zero). The limit as x → 2 is 4 (after factoring). This is a removable discontinuity—you could redefine the function to make it continuous.
Problem 2: Is f(x) = { x+1 if x < 0; 2x if x ≥ 0 } continuous at x = 0?
f(0) = 0. The left-hand limit is 1. The right-hand limit is 0. Since limits don't match, this is a jump discontinuity at x = 0.
Problem 3: Use IVT to show x³ - x - 1 = 0 has a solution between 1 and 2.
f(1) = -1, f(2) = 5. The function is a polynomial, so it's continuous everywhere. Since 0 is between -1 and 5, a root exists in (1,2). That's all IVT tells you—it doesn't find the root.
Bottom Line
Continuity is about whether a function behaves predictably near a point. The definition is straightforward. The work comes in applying it correctly: checking domains, computing limits, and not assuming continuity where it hasn't been proven.
Know your discontinuity types. Know when IVT applies. Check your conditions before you apply any theorem.