Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

The epsilon-delta definition gives a precise meaning to the statement that f(x) approaches L as x approaches a. It replaces the informal idea of getting close with a measurable challenge and response. The epsilon value measures how close the output f(x) must be to L, while delta measures how close the input x must be to a.

This definition matters because it is the foundation for continuity, derivatives, and rigorous calculus proofs.

The definition says that for every epsilon greater than 0, there must be a delta greater than 0 such that if 0 < |x - a| < delta, then |f(x) - L| < epsilon. The condition 0 < |x - a| means x can be close to a without needing to equal a. In a graph, epsilon forms a horizontal band around y = L, and delta forms a vertical band around x = a.

A proof shows how to choose delta based on a given epsilon so the curve stays inside the epsilon band whenever x is inside the delta band.

Understanding Calculus: The Epsilon-Delta Definition of a Limit

The order of choices is the heart of the idea. Someone sets the required output accuracy first. That requirement may be extremely small.

Your job is to respond with an input distance that works for that particular requirement. You do not get to choose one fixed input distance and hope it works forever. As the allowed output error shrinks, the safe input distance usually must shrink too.

This is why a limit is stronger than checking a few nearby points on a calculator or graph. A graph can suggest a pattern, but it cannot test every possible closeness. The formal process must handle any positive accuracy target, including targets far smaller than the screen can show.

In simple functions, the algebra reveals how input error becomes output error. A line with a steep slope magnifies horizontal movement into larger vertical movement. A shallow line magnifies it less.

For nonlinear functions, the output difference often needs rearranging before a useful input bound appears. A common method is to factor an expression, then control each factor separately. For a quadratic near a chosen input, one factor may depend on the input and could become unexpectedly large.

Students often first restrict the input to stay within one unit of the target. That gives a manageable bound for the troublesome factor. They then choose a smaller distance based on the required output accuracy.

This extra restriction is not a trick. It is a way to control all parts of an expression at once.

The definition focuses on nearby behavior, so a function can have a limit even when its value at the target input is missing or different. This happens with a hole in a graph. If values on both sides settle toward the same height, the limit exists despite the hole.

In contrast, a jump can fail because the left side and right side approach different heights. A vertical asymptote can fail because outputs do not stay within any finite band near one number.

These cases show why limits describe local trends rather than simply asking for a function value. This distinction later explains removable discontinuities, piecewise functions, and many derivative problems.

Students meet this reasoning whenever a model uses measurements. No measurement has infinite precision. A scientist may require a temperature, speed, or voltage calculation to stay within a chosen tolerance.

The model must then specify how accurate the input measurement needs to be. That is the same challenge and response structure used in a limit proof. When writing proofs, start by working backward from the desired output bound.

Simplify the output difference, identify factors that need bounds, and state each restriction clearly. Finish by checking that the chosen input distance truly forces the desired result.

Do not confuse an example value of epsilon with a general proof. A proof needs a rule that works for every positive tolerance.

Key Facts

  • lim x -> a f(x) = L means for every epsilon > 0, there exists delta > 0 such that 0 < |x - a| < delta implies |f(x) - L| < epsilon.
  • Epsilon controls vertical closeness: |f(x) - L| < epsilon.
  • Delta controls horizontal closeness: |x - a| < delta.
  • The condition 0 < |x - a| excludes x = a because the limit depends on nearby values, not necessarily the value at a.
  • For f(x) = mx + b, lim x -> a f(x) = ma + b can be proved using |f(x) - L| = |m||x - a|.
  • A useful choice in linear examples is delta = epsilon / |m| when m is not 0.

Vocabulary

Limit
A limit is the value that a function approaches as the input approaches a specified number.
Epsilon
Epsilon is a positive number that represents the allowed distance between f(x) and the proposed limit L.
Delta
Delta is a positive number that represents how close x must be to a to force f(x) within epsilon of L.
Punctured neighborhood
A punctured neighborhood of a is the set of x-values close to a but not equal to a.
Continuity
A function is continuous at a when its limit as x approaches a equals its actual value f(a).

Common Mistakes to Avoid

  • Choosing epsilon after delta is given: this is wrong because the definition requires a delta response for every epsilon challenge.
  • Forgetting 0 < |x - a|: this is wrong because limits describe behavior near a and do not require the function to be defined at a.
  • Treating delta as a fixed universal number: this is wrong because delta often depends on the chosen epsilon and on the function.
  • Proving only one epsilon value: this is wrong because the definition must work for every positive epsilon, no matter how small.

Practice Questions

  1. 1 Prove using the epsilon-delta definition that lim x -> 3 (2x + 1) = 7. Find a formula for delta in terms of epsilon.
  2. 2 For f(x) = 5x - 4 and a = 2, find a delta that guarantees |f(x) - 6| < 0.01 whenever 0 < |x - 2| < delta.
  3. 3 Explain why a function can have lim x -> a f(x) = L even if f(a) is undefined or f(a) is not equal to L.