Using Continuity to Evaluate Limits- Calculus Guide

What Continuity Actually Means for Limits

Before you can use continuity to evaluate limits, you need to understand what continuity actually is. A function is continuous at a point c if three conditions are met:

When all three hold, you can skip the limit calculation entirely. The function value is the limit. That's the entire point of this technique.

Why This Saves You Time

Most limit problems require factoring, rationalizing, or some algebraic manipulation. Continuity cuts through that. If a function is continuous at your point of interest, just plug in the number.

This isn't a trick or shortcut. It's the definition of continuity doing its job.

The Intermediate Value Theorem (IVT)

IVT is continuity's practical application. If f is continuous on [a,b], then f takes every value between f(a) and f(b) at least once on that interval.

What this actually does: It proves that solutions exist without finding them. If you know f(2) = -5 and f(4) = 7, IVT tells you f(x) = 0 somewhere between 2 and 4.

That's it. No calculation required. Just knowing continuity gives you existence.

Types of Discontinuities to Watch For

Continuity breaks down in predictable ways. Know these before you try evaluating limits:

If you spot any of these at your target point, continuity doesn't apply. You need to find the limit manually or determine it doesn't exist.

Common Continuous Functions You Can Use Directly

These functions are continuous everywhere in their domain. Plug and chug:

If your limit problem involves only these, and you're not hitting a denominator of zero, you can evaluate directly.

Comparing Methods: When to Use Continuity vs. Other Techniques

MethodBest WhenSpeed
Direct Substitution (Continuity)Function is continuous at the pointInstant
Factoring0/0 indeterminate form, polynomial expressionsMedium
RationalizingSquare roots in numerator/denominatorMedium
L'Hôpital's Rule0/0 or ∞/∞ after multiple attemptsFast for derivatives
IVT ApplicationProving existence of solutionsInstant if conditions met

How to Evaluate Limits Using Continuity: Step by Step

Step 1: Check if the function is continuous

Ask: Is this a polynomial, rational function, trig function, or other standard continuous function? Is the point of interest in the domain (not making a denominator zero)?

Step 2: Plug in directly

If yes to Step 1, substitute the value. The result is your limit. Done.

Step 3: If direct substitution fails

If you get 0/0 or undefined, continuity doesn't apply yet. You may need to simplify first, then check again if the simplified function is continuous at that point.

Examples in Action

Example 1: lim(x→3) x² - 4x + 7

Polynomial. Continuous everywhere. Plug in 3: 9 - 12 + 7 = 4. Limit is 4.

Example 2: lim(x→2) (x² - 4)/(x - 2)

Direct substitution gives 0/0. Not continuous at x=2. But factor first: (x+2)(x-2)/(x-2). Cancel to get x+2, which is continuous at x=2. Now plug in: 2+2 = 4. Limit is 4.

Example 3: lim(x→0) sin(x)/x

Direct substitution gives 0/0. Not continuous at 0. However, using the squeeze theorem or known limit, this equals 1. Continuity alone won't solve this one—you need additional tools.

Common Mistakes That Waste Time

When Continuity Isn't Enough

Some limits don't exist because the function isn't continuous at the target point. Others require one-sided analysis because continuity differs from each side.

Know when to stop pushing continuity as a method. If direct substitution fails after simplification, move to factoring, conjugates, or L'Hôpital's Rule.

Continuity is fast when it works. It's not a universal solution. Recognizing its limits is just as important as knowing how to apply it.