CALCULUS 1 • LIMITS & CONTINUITY

Limit Definition & Notation — Defining Limits and Using Limit Notation

Discover how limits let us describe function behavior near a point, even when the function itself is undefined there.

Historical Context & Motivation

Long before calculus had a name, mathematicians struggled with a deceptively simple question: how do you describe what happens to a quantity as it gets closer and closer to some value, without ever actually reaching it? Ancient Greek thinkers encountered this puzzle when they tried to calculate areas of curved shapes by filling them with ever-smaller triangles. The idea of approaching a value — getting infinitely close — was both powerful and philosophically troubling, because it hinted at the concept of infinity.

The formal concept of a limit was developed over centuries to resolve these puzzles. It became the cornerstone of calculus, giving mathematicians a rigorous way to talk about instantaneous speed, the slope of a curve at a single point, and the area under a curve. Without limits, neither derivatives nor integrals would have a solid foundation.

~250 BCE
Archimedes & the Method of Exhaustion
Archimedes approximated areas and volumes by inscribing polygons with more and more sides inside curves — an early intuitive use of limits.
1665–1687
Newton & Leibniz Invent Calculus
Isaac Newton and Gottfried Leibniz independently developed calculus using "infinitesimals" — infinitely small quantities — but lacked a rigorous definition of what "approaching" really meant.
1821
Cauchy Formalizes Limits
Augustin-Louis Cauchy introduced a verbal definition of limits in his textbook, stating that a variable approaches a limit when its values get arbitrarily close to a fixed quantity.
1861
Weierstrass & the Epsilon-Delta Definition
Karl Weierstrass provided the rigorous epsilon-delta (ε-δ) definition still used today, removing all ambiguity from the concept of "approaching."

The central question that limits answer is this: What value does a function get closer and closer to as its input approaches a specific number? Notice the emphasis on "approaches" — the function does not need to actually equal that value at the point itself. This subtle distinction is what makes limits so powerful and so essential to calculus.

Core Principles & Definitions

Before diving into notation, let's nail down the foundational ideas that make limits work. These principles form the bedrock of everything in calculus, so understanding them clearly now will pay dividends later.

1

Approaching, Not Arriving

A limit describes where a function is heading as the input gets close to a value. The function never needs to actually reach or be defined at that input.
2

From Both Sides

For a limit to exist, the function must approach the same value whether we come from the left side or the right side of the target input.
3

The Limit ≠ The Function Value

Even when f(a) exists, the limit as x → a might differ from f(a), or f(a) might not exist at all. The limit only cares about nearby behavior.
4

One-Sided Limits

Sometimes we only care about approaching from one direction. The left-hand limit (x → a⁻) and right-hand limit (x → a⁺) can be studied independently.
KEY TAKEAWAY
Think of a limit like watching someone walk toward a doorway. You can describe exactly where they're heading even if they never actually step through the door. A limit tells you the destination of a function's output values based on the direction they're trending — regardless of whether the function ever actually arrives at that output.

Visualizing a Limit

The best way to build intuition for limits is to see them on a graph. The diagram below shows a function with a hole at x = 2, which is a classic scenario where the function is undefined at a point, yet the limit still exists. Watch how the curve approaches the same y-value from both the left and the right.

The curve represents f(x). At x = 2, the function has a hole (open circle), meaning f(2) is undefined. Yet the limit exists because both the left-hand approach (amber dots) and the right-hand approach (emerald dots) converge to y = 2.

In the diagram, the amber dots trace the function values as x approaches 2 from the left (values like 1.5, 1.7, 1.9, 1.99), while the emerald dots trace the approach from the right (values like 2.5, 2.3, 2.1, 2.01). Both sets of dots converge toward the same y-value of 2. Because the left-hand and right-hand approaches agree, we say the two-sided limit exists and equals 2, even though the function itself has no value at x = 2. This is the heart of what a limit captures: the trend of a function near a point, not the value at the point.

Mathematical Framework — Limit Notation

Now that you have the intuition, let's learn how to express limits using precise mathematical notation. Notation is simply the symbolic shorthand that lets us communicate these ideas efficiently. There are three main forms you need to know.

TWO-SIDED LIMIT
lim f(x) = L x → a
Read as: "The limit of f(x), as x approaches a, equals L." Here, a is the input value being approached, f(x) is the function, and L is the limit value — the y-value the outputs approach.
LEFT-HAND LIMIT
lim f(x) = L x → a⁻
The superscript minus sign (⁻) means x approaches a from the left — that is, from values smaller than a. For example, x → 3⁻ means x takes values like 2.9, 2.99, 2.999, and so on.
RIGHT-HAND LIMIT
lim f(x) = L x → a⁺
The superscript plus sign (⁺) means x approaches a from the right — from values larger than a. For example, x → 3⁺ means x takes values like 3.1, 3.01, 3.001.
Critical Connection
The two-sided limit exists if and only if both one-sided limits exist and are equal. In symbols: lim f(x) = L as x → a ⟺ lim f(x) as x → a⁻ = L AND lim f(x) as x → a⁺ = L. If the left-hand and right-hand limits disagree, the two-sided limit does not exist (often abbreviated DNE).
INFORMAL (INTUITIVE) DEFINITION
lim f(x) = L means: as x gets arbitrarily close to a (but x ≠ a), f(x) gets arbitrarily close to L. x → a
This informal definition is sufficient for most of Calculus 1. The key phrase is "arbitrarily close" — no matter how tiny a distance you pick, the function's output can be made that close to L by choosing x close enough to a.

Types of Limits — When Limits Exist and When They Don't

Not every function has a limit at every point. Understanding the different scenarios will help you recognize when a limit exists, when it doesn't, and why. The diagram below illustrates four common situations you'll encounter.

Panel A shows a removable hole — the limit exists. Panel B shows a jump discontinuity — the one-sided limits differ, so the two-sided limit does not exist. Panel C shows a vertical asymptote where the function blows up to infinity. Panel D shows wild oscillation near the point, preventing the function from settling on any single value.
Summary of when limits exist and when they don't
ScenarioLeft-Hand LimitRight-Hand LimitTwo-Sided Limit
A. HoleLLL (exists)
B. JumpL₁L₂ (≠ L₁)DNE
C. Asymptote+∞ or −∞+∞ or −∞DNE
D. OscillationDNEDNEDNE

Worked Example — Finding a Limit

Let's work through a classic example step by step. Consider the function f(x) = (x² − 4) / (x − 2). We want to find the limit as x approaches 2. Notice that plugging in x = 2 directly gives 0/0, which is undefined — but the limit can still exist.

Finding lim (x² − 4) / (x − 2) as x → 2
1
Step 1 — Try Direct SubstitutionSubstitute x = 2: f(2) = (2² − 4) / (2 − 2) = (4 − 4) / 0 = 0/0. This is an indeterminate form, which means we cannot determine the limit by simply plugging in. We need to simplify the expression first.
Direct substitution yields 0/0 — indeterminate.
2
Step 2 — Factor the NumeratorThe numerator x² − 4 is a difference of squares. Recall the factoring pattern: a² − b² = (a − b)(a + b). Applying it here: x² − 4 = (x − 2)(x + 2).
x² − 4 = (x − 2)(x + 2)
3
Step 3 — Cancel Common FactorsNow rewrite the function: f(x) = (x − 2)(x + 2) / (x − 2). Since we're taking a limit as x approaches 2 (not x = 2), we know x ≠ 2, so we can safely cancel the (x − 2) factors. This gives us the simplified expression: f(x) = x + 2 (for x ≠ 2).
f(x) = x + 2 for x ≠ 2
4
Step 4 — Evaluate the Simplified ExpressionNow substitute x = 2 into the simplified version: f(x) = x + 2 = 2 + 2 = 4.
lim (x² − 4) / (x − 2) as x → 2 = 4
5
Step 5 — Verify with a Table of ValuesTo build confidence, check values near x = 2. When x = 1.9, f(x) = 3.9. When x = 1.99, f(x) = 3.99. When x = 2.01, f(x) = 4.01. When x = 2.1, f(x) = 4.1. The outputs are converging to 4 from both sides, confirming our algebraic result.
Numerical evidence confirms the limit is 4. ✓
💡 WHY THE CANCELLATION WORKS
You might wonder: if we cancel the factor that causes the 0/0, aren't we changing the function? Yes — but only at the single point x = 2. Everywhere else, the original function and the simplified function are identical. Since limits only care about what happens near the point (not at the point), the simplification is perfectly valid for limit purposes.

Strategies for Evaluating Limits — Strengths & Limitations

As you start tackling limit problems, you'll find there are several strategies you can use. Each has its strengths and its limitations. The table below compares the most common approaches you'll encounter in Calculus 1.

Comparison of limit evaluation strategies
StrategyHow It WorksStrengthsLimitations
Direct SubstitutionPlug x = a directly into f(x)Fast, simple; works for all continuous functions at the pointFails when you get 0/0 or ∞/∞ (indeterminate forms)
Factoring & CancelingFactor numerator/denominator, cancel common terms, then substituteResolves many 0/0 cases; uses algebra you already knowOnly works when the expression can be factored
Numerical (Table)Evaluate f(x) at values closer and closer to aBuilds intuition; confirms algebraic answers; always availableNot a formal proof; rounding errors can mislead
GraphicalRead the limit from a graph of f(x)Visual and immediate; great for identifying DNE casesPrecision limited by graph resolution; can't give exact values for complex functions
RationalizationMultiply by the conjugate to eliminate square rootsSolves limits involving radical expressionsOnly applicable when radicals are present
🔧 CHOOSING THE RIGHT TOOL
Think of these strategies like tools in a toolbox. Always start with direct substitution — it's the fastest approach. If you get a nice number, you're done. If you get 0/0, switch to factoring or rationalization. If you're unsure about your answer, use the numerical table method to verify.

Connection to Advanced Theory — The Epsilon-Delta Definition

The informal definition of a limit — "f(x) gets close to L as x gets close to a" — is intuitive but imprecise. What exactly does "close" mean? How close is close enough? In a college-level analysis course, you'll encounter the rigorous epsilon-delta (ε-δ) definition developed by Weierstrass, which answers these questions with mathematical precision.

Informal vs. formal limit definitions
FeatureInformal Definition (This Lesson)Formal ε-δ Definition (Advanced)
Language"f(x) gets arbitrarily close to L""For every ε > 0, there exists δ > 0 such that..."
PrecisionGood intuition, but vague on "closeness"Exactly quantifies how close x must be to a to guarantee f(x) is within ε of L
Used forEvaluating limits, building intuition, solving problemsProving limits rigorously, establishing theorems
When you need itCalculus 1 and most applicationsReal Analysis, advanced proofs

For now, the informal definition gives you everything you need to work with limits confidently. As you move into more advanced mathematics, the ε-δ framework will provide the bulletproof logical foundation. Think of it this way: you're currently learning to drive the car, and the ε-δ definition is the owner's manual for the engine under the hood. You don't need to rebuild the engine to drive well, but knowing it's there gives you confidence that everything works.

🚀 Looking Ahead
Limits are the gateway to the two major pillars of calculus: derivatives (which measure instantaneous rates of change) and integrals (which measure accumulated quantities). Both are defined using limits, so mastering this concept now will make the rest of calculus feel much more natural.

Practice Problems

Test your understanding with these five problems, arranged from conceptual understanding to critical thinking. Try each problem on your own before reading the answer.

PROBLEM 1CONCEPTUAL
A function f(x) is defined so that f(3) = 10, but as x gets closer and closer to 3, the values of f(x) get closer and closer to 7. What is the limit of f(x) as x → 3? Is the limit the same as f(3)?
PROBLEM 2BASIC CALCULATION
Find the limit: lim (3x + 5) as x → 4.
PROBLEM 3INTERMEDIATE
Find the limit: lim (x² − 9) / (x − 3) as x → 3.
PROBLEM 4APPLIED
A ball's height in feet after t seconds is given by h(t) = −16t² + 64t. Find the average velocity between t = 1 and t = 1 + Δt by computing [h(1 + Δt) − h(1)] / Δt, and then find the limit of this expression as Δt → 0 to determine the instantaneous velocity at t = 1.
PROBLEM 5CRITICAL THINKING
Consider a piecewise function g(x) defined as: g(x) = x + 1 when x < 2, and g(x) = 5 − x when x ≥ 2. Does lim g(x) as x → 2 exist? Find the left-hand limit, the right-hand limit, and the two-sided limit (or explain why it does not exist).

Lesson Summary

A limit describes the value that a function's output approaches as its input gets arbitrarily close to a target value. The notation lim f(x) = L as x → a means that f(x) approaches L as x approaches a from both sides, without requiring that f(a) = L or even that f(a) exists. For the two-sided limit to exist, the left-hand limit (x → a⁻) and the right-hand limit (x → a⁺) must both exist and be equal.

When evaluating limits, start with direct substitution. If that produces an indeterminate form like 0/0, try factoring and canceling or rationalization. Limits that do not exist (DNE) arise from jump discontinuities, vertical asymptotes, or oscillation. Mastering limits now gives you the foundation for derivatives and integrals — the two central operations of calculus.

Varsity Tutors • Calculus 1 • Limit Definition & Notation