You're staring at a limit problem. Think about it: the algebra checks out. The function looks fine. But something feels off — and you can't quite put your finger on why your answer got marked wrong Easy to understand, harder to ignore..
Chances are, you skipped the continuity check.
Most students treat continuity like a footnote. Practically speaking, a box to tick. Plus, "Oh yeah, the function is continuous, so the limit equals the function value. On the flip side, " But here's the thing: continuity isn't a given. It's a condition. And if you don't verify it properly, everything downstream — derivatives, integrals, the Mean Value Theorem, the Fundamental Theorem of Calculus — can fall apart.
I've watched smart kids lose points on exams not because they couldn't do the calculus, but because they assumed continuity without proving it. Let's fix that.
What Is Continuity, Really?
At its core, continuity is about no surprises. In practice, a function is continuous at a point if you can draw it without lifting your pencil. That's the intuitive version. The rigorous version?
- The function is defined at the point — f(c) exists
- The limit exists as x approaches that point — limₓ→c f(x) exists
- The limit equals the function value — limₓ→c f(x) = f(c)
Miss one? The function is discontinuous at that point. Period.
The "Pencil Test" Is a Lie (Sort Of)
The pencil metaphor works for simple graphs. But it fails fast. In practice, consider the function f(x) = sin(1/x) near x = 0. You can't draw it without lifting your pencil — it oscillates infinitely. That's why yet the function f(x) = x sin(1/x) with f(0) = 0? Continuous at 0. The pencil test would tell you otherwise That's the part that actually makes a difference..
This is where a lot of people lose the thread The details matter here..
Intuition is a starting point. Not a proof.
Why Continuity Matters More Than You Think
You might wonder: Why do we care so much about this?
Because calculus is built on continuity. Day to day, the Extreme Value Theorem? On top of that, requires continuity on a closed interval. Differentiability implies continuity — but the reverse isn't true. Same. The Intermediate Value Theorem? You can't even define a derivative at a point where the function isn't continuous That's the part that actually makes a difference..
Real talk: If you don't check continuity, you're doing calculus on a house of cards.
I've seen students apply L'Hôpital's Rule to a limit where the function wasn't continuous — and get a "correct" answer that was actually nonsense. The rule requires the functions to be differentiable (hence continuous) near the point. Skip the check, and you're gambling Simple, but easy to overlook..
How to Determine Continuity: The Step-by-Step Method
This is the part most textbooks rush. Don't rush it. Here's the actual workflow I use — and teach.
Step 1: Identify the Point in Question
Sounds obvious. But you'd be surprised how often students check continuity "in general" instead of at a specific x = c. Continuity is a pointwise property. Still, a function can be continuous at x = 2 and discontinuous at x = 3. Always ask: *Continuous where?
Step 2: Check If the Function Is Defined at That Point
Plug in c. Does f(c) give a real number?
- f(x) = 1/x at x = 0? Undefined. Discontinuous. Done.
- f(x) = √(x - 2) at x = 1? Square root of a negative. Discontinuous. Done.
- Piecewise function with no rule covering x = c? Discontinuous.
If f(c) doesn't exist, you stop here. No need to compute limits.
Step 3: Compute the Limit as x Approaches c
It's where the work lives. You need limₓ→c f(x) to exist. That means:
- The left-hand limit exists: limₓ→c⁻ f(x) = L
- The right-hand limit exists: limₓ→c⁺ f(x) = L
- Both are equal: L = L
If the two one-sided limits disagree, the limit doesn't exist. Discontinuous.
Common Limit Techniques You'll Need
- Direct substitution — if the function is a polynomial, rational (denominator ≠ 0), trig, exponential, or log at c, just plug it in.
- Factoring and canceling — for rational functions where direct substitution gives 0/0.
- Rationalizing — for differences of square roots.
- Squeeze Theorem — for oscillating functions like x sin(1/x).
- Known limits — limₓ→0 sin(x)/x = 1, limₓ→0 (1 - cos x)/x = 0, etc.
Pro tip: Always check one-sided limits for piecewise functions. The formula changes at the boundary. That's where discontinuities hide.
Step 4: Compare the Limit to the Function Value
You have L = limₓ→c f(x) and f(c). Are they equal?
- Yes → Continuous at c.
- No → Discontinuous at c. (Specifically: removable discontinuity if the limit exists but ≠ f(c); jump or infinite otherwise.)
That's it. Four steps. Every time Small thing, real impact..
Types of Discontinuities: Know the Difference
Not all discontinuities are created equal. Identifying the type helps you understand the function's behavior — and often tells you whether you can "fix" it That's the part that actually makes a difference. And it works..
Removable Discontinuity (Hole)
The limit exists, but f(c) is either undefined or defined to a different value.
Example: f(x) = (x² - 4)/(x - 2) at x = 2 That's the part that actually makes a difference..
- f(2) is undefined (0/0).
- limₓ→2 f(x) = limₓ→2 (x + 2) = 4.
- Limit exists, function doesn't. Removable.
You can "remove" it by redefining f(2) = 4. This is the only discontinuity you can fix by assigning a single value.
Jump Discontinuity
Both one-sided limits exist but are not equal.
Example: f(x) = { x + 1, x < 2; x - 1, x ≥ 2 } at x = 2.
- limₓ→2⁻ f(x) = 3
- limₓ→2⁺ f(x) = 1
- Limits disagree. Jump.
No single value of f(2) can fix this. The function literally jumps Not complicated — just consistent..
Infinite Discontinuity (Vertical Asymptote)
At least one one-sided limit is ±∞ That's the part that actually makes a difference..
Example: f(x) = 1/(x - 3) at x = 3.
- limₓ→3⁻ f(x) = -∞
- limₓ→3⁺ f(x) = +∞
- Infinite discontinuity.
The function blows up. Not fixable.
Oscillating Discontinuity
The function doesn't settle down — no limit, not even infinite No workaround needed..
Example: f(x) = sin(1/x) at x = 0 Worth keeping that in mind..
- Oscillates between -1 and 1 infinitely fast.
- No limit exists. Oscillating discontinuity.
These are rare in intro calculus but show up in analysis.
Continuity on an Interval
Pointwise continuity is the building block. But theorems need interval continuity Easy to understand, harder to ignore. Surprisingly effective..
Open Interval (a, b)
f is continuous on (a, b) if it's continuous at every point in *(
Open Interval (a, b)
f is continuous on (a, b) if it's continuous at every point in (a, b). No endpoint checks needed — we only care about behavior strictly between a and b.
Closed Interval [a, b]
f is continuous on [a, b] if:
- f is continuous on (a, b)
- limₓ→a⁺ f(x) = f(a) (right-continuous at a)
- limₓ→b⁻ f(x) = f(b) (left-continuous at b)
The endpoints require one-sided continuity. This distinction matters for theorems like the Extreme Value Theorem and Intermediate Value Theorem, which demand continuity on a closed interval Easy to understand, harder to ignore..
Applications: Why Continuity Matters
Continuity isn't just a theoretical curiosity — it's the foundation for several key theorems:
- Intermediate Value Theorem (IVT): If f is continuous on [a, b] and k is any value between f(a) and f(b), then there exists at least one c in (a, b) such that f(c) = k. This guarantees solutions to equations.
- Extreme Value Theorem: A continuous function on a closed interval attains both a maximum and minimum value.
- Continuity of derivatives and integrals: Many differentiation and integration techniques rely on underlying continuity assumptions.
Quick Reference: Continuity Checklist
- Is f(c) defined? If not, it's discontinuous.
- Does limₓ→c f(x) exist? Check both one-sided limits.
- Do they match? If yes → continuous. If no → identify the discontinuity type.
- For intervals: Check interior points and endpoints separately.
Conclusion
Continuity is the bridge between limits and calculus itself. By mastering the four-step process — checking the function value, computing the limit, comparing them, and classifying any discrepancies — you gain a systematic approach to analyzing function behavior at any point. Recognizing the different types of discontinuities not only helps you determine whether a function can be made continuous but also provides insight into its graphical representation and real-world implications. Whether you're proving the existence of roots, optimizing functions, or preparing for advanced topics like uniform continuity, this foundation in continuity will serve as an indispensable tool throughout your mathematical journey.