Mathwords logoReference LibraryMathwords

Epsilon-Delta Definition

The epsilon-delta definition is the formal, precise way to define what it means for a function to have a limit. It says that a function f(x)f(x) approaches a limit LL as xx approaches aa if you can make f(x)f(x) as close to LL as you want (within epsilon) by keeping xx close enough to aa (within delta).

We say limxaf(x)=L\lim_{x \to a} f(x) = L if for every real number ε>0\varepsilon > 0, there exists a real number δ>0\delta > 0 such that whenever 0<xa<δ0 < |x - a| < \delta, it follows that f(x)L<ε|f(x) - L| < \varepsilon. The condition 0<xa0 < |x - a| ensures that xx is not equal to aa itself — only values near aa matter. This definition makes the intuitive idea of "getting closer" mathematically airtight, removing any ambiguity about what a limit actually is.

Key Formula

ε>0,  δ>0   such that   0<xa<δ    f(x)L<ε\forall\, \varepsilon > 0,\; \exists\, \delta > 0 \;\text{ such that }\; 0 < |x - a| < \delta \implies |f(x) - L| < \varepsilon
Where:
  • εε = a small positive number representing how close f(x) must be to L
  • δδ = a small positive number representing how close x must be to a
  • aa = the value that x approaches
  • LL = the limit value that f(x) approaches
  • f(x)f(x) = the function being evaluated

Worked Example

Problem: Use the epsilon-delta definition to prove that limx3(2x+1)=7\lim_{x \to 3} (2x + 1) = 7.
Step 1: Start with the conclusion you need to reach. You want f(x)L<ε|f(x) - L| < \varepsilon, so substitute the function and limit value.
(2x+1)7<ε|(2x + 1) - 7| < \varepsilon
Step 2: Simplify the expression inside the absolute value.
2x6<ε    2x3<ε    x3<ε2|2x - 6| < \varepsilon \implies 2|x - 3| < \varepsilon \implies |x - 3| < \frac{\varepsilon}{2}
Step 3: This tells you what delta should be. Choose δ=ε2\delta = \frac{\varepsilon}{2}. Now write the proof: assume 0<x3<δ0 < |x - 3| < \delta.
0<x3<ε20 < |x - 3| < \frac{\varepsilon}{2}
Step 4: Work forward from the assumption to show the conclusion holds.
(2x+1)7=2x6=2x3<2ε2=ε|(2x+1) - 7| = |2x - 6| = 2|x - 3| < 2 \cdot \frac{\varepsilon}{2} = \varepsilon
Answer: For any ε>0\varepsilon > 0, choosing δ=ε2\delta = \frac{\varepsilon}{2} guarantees that (2x+1)7<ε|(2x+1) - 7| < \varepsilon whenever 0<x3<δ0 < |x - 3| < \delta. This proves limx3(2x+1)=7\lim_{x \to 3}(2x+1) = 7.

Why It Matters

Before this definition existed, mathematicians relied on vague language like "approaches" or "gets infinitely close," which led to logical gaps. The epsilon-delta framework, developed by Karl Weierstrass in the 19th century, gave calculus its rigorous foundation. You encounter it in Calculus I because it underpins every theorem about limits, continuity, and derivatives — even if you often use shortcuts to evaluate limits in practice.

Common Mistakes

Mistake: Forgetting that xax \neq a (omitting the condition 0<xa0 < |x - a|)
Correction: The definition specifically excludes x=ax = a. Limits describe the behavior of f(x)f(x) near aa, not at aa. The strict inequality 0<xa0 < |x - a| is essential.
Mistake: Thinking you choose delta first and then epsilon
Correction: Epsilon is given to you — it represents an arbitrary level of precision someone demands. Your job is to find a delta that works for that epsilon. The order matters: for every ε, there exists a δ.

Related Terms

  • LimitThe concept that this definition makes rigorous
  • NeighborhoodEpsilon and delta define neighborhoods around points
  • Deleted NeighborhoodThe condition 0<xa<δ0 < |x - a| < \delta describes one