Fiveable

Calculus I Unit 2 Review

QR code for Calculus I practice questions

2.5 The Precise Definition of a Limit

2.5 The Precise Definition of a Limit

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus I
Unit & Topic Study Guides

Limits are the foundation of calculus, describing how functions behave as they approach specific points. The epsilon-delta definition gives you a precise, airtight way to state what "approaching" actually means, using small intervals to pin down a function's behavior near a given value.

This rigorous approach is what allows mathematicians to prove limit properties rather than just assume them. Understanding the epsilon-delta definition gives you deeper insight into the ideas behind continuity, derivatives, and integrals.

The Precise Definition of a Limit

Epsilon-delta definition of limits

The intuitive idea of a limit says that f(x)f(x) gets "closer and closer" to LL as xx gets "closer and closer" to aa. The epsilon-delta definition makes that vague language precise by quantifying exactly what "closer" means.

The formal statement: limxaf(x)=L\lim_{x \to a} f(x) = L if and only if for every ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that

0<xa<δ    f(x)L<ϵ0 < |x - a| < \delta \implies |f(x) - L| < \epsilon

Here's what each piece means:

  • ϵ\epsilon (epsilon) represents how close you want f(x)f(x) to be to LL. Think of it as a "tolerance" around the output. The expression f(x)L<ϵ|f(x) - L| < \epsilon means f(x)f(x) stays within ϵ\epsilon units of LL.
  • δ\delta (delta) represents how close xx needs to be to aa in order to guarantee that tolerance. The expression 0<xa<δ0 < |x - a| < \delta means xx is within δ\delta units of aa, but not equal to aa itself.
  • The condition 0<xa0 < |x - a| (strictly greater than zero) is important: the definition doesn't care what happens at aa, only near aa.

The key idea is that no matter how small someone makes ϵ\epsilon, you can always find a δ\delta that works. The challenger picks ϵ\epsilon; your job is to produce δ\delta.

This definition eliminates ambiguity and makes rigorous proofs of limit properties possible. Absolute value is used throughout because it measures distance on the number line.

Epsilon-delta definition of limits, The Precise Definition of a Limit · Calculus

Application of the epsilon-delta approach

To prove a limit using the epsilon-delta definition, follow these steps:

  1. Start with an arbitrary ϵ>0\epsilon > 0. You don't get to pick a specific number; the proof must work for every positive ϵ\epsilon.

  2. Work backward from f(x)L<ϵ|f(x) - L| < \epsilon to figure out what restriction on xa|x - a| would guarantee it. This is your scratch work to find δ\delta.

  3. Express δ\delta in terms of ϵ\epsilon so that whenever 0<xa<δ0 < |x - a| < \delta, the inequality f(x)L<ϵ|f(x) - L| < \epsilon follows.

  4. Write the formal proof, starting from "Let ϵ>0\epsilon > 0" and ending with the conclusion.

Example: Prove limx2(3x1)=5\lim_{x \to 2} (3x - 1) = 5.

Scratch work: You need (3x1)5<ϵ|(3x - 1) - 5| < \epsilon. Simplify:

(3x1)5=3x6=3x2|(3x - 1) - 5| = |3x - 6| = 3|x - 2|

So you need 3x2<ϵ3|x - 2| < \epsilon, which means x2<ϵ3|x - 2| < \frac{\epsilon}{3}. That tells you to choose δ=ϵ3\delta = \frac{\epsilon}{3}.

Formal proof:

  • Let ϵ>0\epsilon > 0 be given.
  • Choose δ=ϵ3\delta = \frac{\epsilon}{3}. Note δ>0\delta > 0.
  • Suppose 0<x2<δ0 < |x - 2| < \delta. Then:

(3x1)5=3x2<3ϵ3=ϵ|(3x - 1) - 5| = 3|x - 2| < 3 \cdot \frac{\epsilon}{3} = \epsilon

Therefore, for every ϵ>0\epsilon > 0, there exists δ=ϵ3>0\delta = \frac{\epsilon}{3} > 0 such that 0<x2<δ    (3x1)5<ϵ0 < |x - 2| < \delta \implies |(3x-1) - 5| < \epsilon, which proves the limit.

The scratch work and the formal proof are separate stages. In the scratch work you figure out what δ\delta should be; in the proof you verify it actually works.

Epsilon-delta definition of limits, Limits | Boundless Calculus

One-sided and infinite limits

One-sided limits restrict xx to approach aa from only one direction. The definitions are the same as the standard epsilon-delta definition, except the δ\delta-condition changes:

  • Left-hand limit: limxaf(x)=L\lim_{x \to a^-} f(x) = L means for every ϵ>0\epsilon > 0, there exists δ>0\delta > 0 such that

aδ<x<a    f(x)L<ϵa - \delta < x < a \implies |f(x) - L| < \epsilon

  • Right-hand limit: limxa+f(x)=L\lim_{x \to a^+} f(x) = L means for every ϵ>0\epsilon > 0, there exists δ>0\delta > 0 such that

a<x<a+δ    f(x)L<ϵa < x < a + \delta \implies |f(x) - L| < \epsilon

For the two-sided limit limxaf(x)=L\lim_{x \to a} f(x) = L to exist, both one-sided limits must exist and be equal.

Infinite limits describe functions whose values grow without bound near a point. Instead of requiring f(x)f(x) to stay within ϵ\epsilon of some finite LL, you require f(x)f(x) to exceed any chosen bound MM:

  • Positive infinity: limxaf(x)=\lim_{x \to a} f(x) = \infty means for every M>0M > 0, there exists δ>0\delta > 0 such that

0<xa<δ    f(x)>M0 < |x - a| < \delta \implies f(x) > M

  • Negative infinity: limxaf(x)=\lim_{x \to a} f(x) = -\infty means for every M<0M < 0, there exists δ>0\delta > 0 such that

0<xa<δ    f(x)<M0 < |x - a| < \delta \implies f(x) < M

Notice the structural parallel: ϵ\epsilon gets replaced by MM, and "close to LL" gets replaced by "larger (or smaller) than MM." The δ\delta part works the same way.

Epsilon-delta support for limit laws

The epsilon-delta definition provides the rigorous foundation for the limit laws you use to evaluate limits of combined functions. Here are two key proofs that show how this works.

Sum Rule: If limxaf(x)=L\lim_{x \to a} f(x) = L and limxag(x)=M\lim_{x \to a} g(x) = M, then limxa[f(x)+g(x)]=L+M\lim_{x \to a} [f(x) + g(x)] = L + M.

Proof outline:

  • Let ϵ>0\epsilon > 0 be given.
  • Since limxaf(x)=L\lim_{x \to a} f(x) = L, there exists δ1>0\delta_1 > 0 such that 0<xa<δ1    f(x)L<ϵ20 < |x - a| < \delta_1 \implies |f(x) - L| < \frac{\epsilon}{2}.
  • Since limxag(x)=M\lim_{x \to a} g(x) = M, there exists δ2>0\delta_2 > 0 such that 0<xa<δ2    g(x)M<ϵ20 < |x - a| < \delta_2 \implies |g(x) - M| < \frac{\epsilon}{2}.
  • Choose δ=min(δ1,δ2)\delta = \min(\delta_1, \delta_2). Then for 0<xa<δ0 < |x - a| < \delta:

[f(x)+g(x)](L+M)f(x)L+g(x)M<ϵ2+ϵ2=ϵ|[f(x) + g(x)] - (L + M)| \leq |f(x) - L| + |g(x) - M| < \frac{\epsilon}{2} + \frac{\epsilon}{2} = \epsilon

The trick is splitting ϵ\epsilon into two halves (one for each function) and using the triangle inequality (A+BA+B|A + B| \leq |A| + |B|) to combine them. Taking δ=min(δ1,δ2)\delta = \min(\delta_1, \delta_2) ensures both conditions hold simultaneously.

Constant Multiple Rule: If limxaf(x)=L\lim_{x \to a} f(x) = L and cc is a constant, then limxa[cf(x)]=cL\lim_{x \to a} [c \cdot f(x)] = c \cdot L.

Proof outline (for c0c \neq 0):

  • Let ϵ>0\epsilon > 0 be given.
  • There exists δ>0\delta > 0 such that 0<xa<δ    f(x)L<ϵc0 < |x - a| < \delta \implies |f(x) - L| < \frac{\epsilon}{|c|}.
  • Then: cf(x)cL=cf(x)L<cϵc=ϵ|c \cdot f(x) - c \cdot L| = |c| \cdot |f(x) - L| < |c| \cdot \frac{\epsilon}{|c|} = \epsilon

(When c=0c = 0, the result is trivial since cf(x)=0c \cdot f(x) = 0 for all xx.)

These proofs show the general strategy: manipulate the ϵ\epsilon you're given to create the right conditions for each component, then combine the results.

Mathematical Foundations

A few background concepts that appear throughout epsilon-delta proofs:

  • Functions map inputs to outputs. In calculus, you're typically working with functions from real numbers to real numbers.
  • Real numbers include all rational and irrational numbers, represented as points on a number line. The completeness of the real numbers is what makes the epsilon-delta framework work.
  • Absolute value xa|x - a| measures the distance between xx and aa on the number line. This is why it shows up in every epsilon-delta statement.
  • Inequalities express the relative size of two values. The entire epsilon-delta definition is built on inequalities that describe neighborhoods (intervals) around points.