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:

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:

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:

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:

  1. Check if f(c) exists
  2. Find the limit as x → c
  3. 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

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 TypeContinuityNotes
PolynomialEverywhereNo exceptions
RationalWhere definedExclude zeros of denominator
√x, nth rootDomain onlyCheck endpoint behavior
sin(x), cos(x)EverywhereTangent has vertical asymptotes
eˣ, ln(x)Domain onlyln 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.