Epsilon-Delta Definition

Epsilon-delta provides the rigorous mathematical proof that a limit exists by relating how close outputs must be to how close inputs need to stay.

ε>0;δ>0:0<xa<δ    f(x)L<ε\forall \varepsilon > 0 ; \exists \delta > 0 : 0 < |x - a| < \delta \implies |f(x) - L| < \varepsilon

Solve a problem with Epsilon-Delta Definition

Type the problem. The solver will use Epsilon-Delta Definition where Epsilon-Delta Definition is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Epsilon-Delta Definition takes
ε\varepsilon
δ\delta
ff
xx
aa
LL
Epsilon-Delta Definition
SymbolMeaning
ε\varepsilonA positive tolerance specifying how close the function value must be to the limit LL; represents the maximum acceptable error in the output.
δ\deltaA positive distance threshold specifying how close the input must stay to aa in order to guarantee the output stays within ε\varepsilon of LL; found by working backwards from the ε\varepsilon condition.
ffThe function being studied; it must be defined in some neighborhood around aa (but does not need to be defined at aa itself).
xxThe independent variable or input to the function; what approaches aa in the limit process.
aaThe point toward which the input approaches; the limit describes behavior *near* aa, not the value *at* aa.
LLThe proposed limit value; the number that f(x)f(x) approaches as xx approaches aa.

When to use it

Use epsilon-delta when you need to prove a limit rigorously or when your function is not covered by standard limit laws.

Level

Usually taught in: Calculus I

Worked examples

1. Prove a linear limit

Problem

Prove that limx1(3x1)=2\lim_{x \to 1} (3x - 1) = 2 using the epsilon-delta definition.
  1. (3x1)2<ε|(3x - 1) - 2| < \varepsilon

    Start with the target: the function value must be within ε\varepsilon of the limit L=2L = 2.

  2. 3x3<ε|3x - 3| < \varepsilon

    Simplify by combining constants on the left side.

  3. 3x1<ε3|x - 1| < \varepsilon

    Factor out the coefficient 3 from the absolute value.

  4. x1<ε3|x - 1| < \frac{\varepsilon}{3}

    Divide both sides by 3 to isolate the distance x1|x - 1|.

  5. δ=ε3\delta = \frac{\varepsilon}{3}

    Set δ\delta to this value; whenever 0<x1<δ0 < |x - 1| < \delta, the inequality (3x1)2<ε|(3x-1) - 2| < \varepsilon is guaranteed.

Answer: δ=ε3\delta = \frac{\varepsilon}{3}

For this linear function with slope 3, the relationship between δ\delta and ε\varepsilon is proportional: divide ε\varepsilon by the slope. This works because the function's rate of change is constant, so output distances scale uniformly with input distances. By choosing δ=ε3\delta = \frac{\varepsilon}{3}, we ensure the function stays within the ε\varepsilon tolerance whenever the input stays within δ\delta of 1.

2. Prove a quadratic limit with bounding

Problem

Prove that limx0(x2+4)=4\lim_{x \to 0} (x^2 + 4) = 4 using the epsilon-delta definition.
  1. (x2+4)4<ε|(x^2 + 4) - 4| < \varepsilon

    Start with the target: the function output must be within ε\varepsilon of the limit 4.

  2. x2<ε|x^2| < \varepsilon

    Simplify by subtracting 4 from both the expression and the limit value.

  3. x2<εx^2 < \varepsilon

    Since x2=x2|x^2| = x^2 (all squares are non-negative), drop the absolute value.

  4. x<ε|x| < \sqrt{\varepsilon}

    Take the square root of both sides; since x0|x| \geq 0, this is valid for all real xx.

  5. δ=ε\delta = \sqrt{\varepsilon}

    Set δ=ε\delta = \sqrt{\varepsilon}; this ensures that if x0=x<δ|x - 0| = |x| < \delta, then (x2+4)4<ε|(x^2 + 4) - 4| < \varepsilon.

Answer: δ=ε\delta = \sqrt{\varepsilon}

For the quadratic function x2+4x^2 + 4, the relationship is nonlinear: δ\delta must be the square root of ε\varepsilon. This reflects the fact that errors from the quadratic term x2x^2 shrink faster as you approach x=0x = 0. Notice that the constant 4 plays no role in the proof—limit proofs only care about how the function behaves *near* the point of interest, not its absolute size.

3. Prove a rational limit in a real-world context

Problem

On a long road trip with two legs, a driver tracks fuel consumption during the first leg. The consumption rate (in gallons per mile) is c(m)=m+23c(m) = \frac{m + 2}{3}, where mm is the distance from a reference point (in miles). Just before starting the second leg, the driver passes the 4-mile mark. Prove using epsilon-delta that as m4m \to 4, the consumption rate c(m)2c(m) \to 2 gallons per mile.
  1. m+232<ε\left|\frac{m + 2}{3} - 2\right| < \varepsilon

    Set up the target condition: the consumption rate must be within ε\varepsilon of the limit L=2L = 2.

  2. m+263<ε\left|\frac{m + 2 - 6}{3}\right| < \varepsilon

    Convert 2 to 63\frac{6}{3} and combine fractions over a common denominator.

  3. m43<ε\left|\frac{m - 4}{3}\right| < \varepsilon

    Simplify the numerator: m+26=m4m + 2 - 6 = m - 4.

  4. m43<ε\frac{|m - 4|}{3} < \varepsilon

    Distribute the absolute value using AB=AB\left|\frac{A}{B}\right| = \frac{|A|}{|B|}, and note that 3=3|3| = 3.

  5. m4<3ε|m - 4| < 3\varepsilon

    Multiply both sides by 3 to isolate the distance m4|m - 4|.

  6. δ=3ε\delta = 3\varepsilon

    Set δ=3ε\delta = 3\varepsilon; when 0<m4<δ0 < |m - 4| < \delta, the inequality c(m)2<ε|c(m) - 2| < \varepsilon holds.

Answer: δ=3ε\delta = 3\varepsilon

In this applied scenario, the rational function simplifies to a linear relationship (degree-1 polynomial divided by a constant). The constant 3 in the denominator means that to keep the output within ε\varepsilon of 2, the input must stay within 3ε3\varepsilon of 4. This reflects the physical reality: small changes in driving distance cause proportionally small changes in consumption rate. The epsilon-delta argument mathematically confirms that the driver can make the consumption rate arbitrarily close to 2 gallons per mile by staying sufficiently close to the 4-mile point.

Common mistakes

Where Epsilon-Delta Definition usually goes wrong
Answer came out wrong
Setting δ=ε\delta = \varepsilon directly without checking the specific function.
Always work backwards from the condition f(x)L<ε|f(x) - L| < \varepsilon to determine what constraint on xa|x - a| is actually needed. That constraint is your δ\delta in terms of ε\varepsilon.
Allowing x=ax = a by writing xa<δ|x - a| < \delta instead of 0<xa<δ0 < |x - a| < \delta.
Always remember that 0<xa0 < |x - a| excludes the point x=ax = a. A limit can exist and equal LL even if f(a)f(a) does not exist or equals something different from LL.
Trying to prove that if ε\varepsilon is given, then δ\delta can be chosen to satisfy the definition, when the true statement is the reverse: for each ε\varepsilon, find a δ\delta that works.
Always think of epsilon-delta as a two-player game: an opponent picks ε\varepsilon, and you must find a δ\delta to win. Never reverse the order.
The mistakeWhy it is wrongThe fix
Setting δ=ε\delta = \varepsilon directly without checking the specific function.The relationship between δ\delta and ε\varepsilon depends entirely on the function's behavior near the point of interest; δ=ε\delta = \varepsilon happens to work for only certain functions like f(x)=xf(x) = x, not for others like f(x)=3xf(x) = 3x or f(x)=x2f(x) = x^2.Always work backwards from the condition f(x)L<ε|f(x) - L| < \varepsilon to determine what constraint on xa|x - a| is actually needed. That constraint is your δ\delta in terms of ε\varepsilon.
Allowing x=ax = a by writing xa<δ|x - a| < \delta instead of 0<xa<δ0 < |x - a| < \delta.The limit is defined as a limit *approaching* aa, not including aa; omitting 0<xa0 < |x - a| would include x=ax = a, where f(a)f(a) might be undefined, infinite, or different from LL.Always remember that 0<xa0 < |x - a| excludes the point x=ax = a. A limit can exist and equal LL even if f(a)f(a) does not exist or equals something different from LL.
Trying to prove that if ε\varepsilon is given, then δ\delta can be chosen to satisfy the definition, when the true statement is the reverse: for each ε\varepsilon, find a δ\delta that works.The logical structure is ε>0,δ>0:()\forall \varepsilon > 0, \exists \delta > 0 : (\ldots). You do not choose ε\varepsilon based on δ\delta; instead, someone else gives you any ε>0\varepsilon > 0, and you must respond with a working δ\delta.Always think of epsilon-delta as a two-player game: an opponent picks ε\varepsilon, and you must find a δ\delta to win. Never reverse the order.

Tips and when to use something else

  • Work backwards from the target inequality f(x)L<ε|f(x) - L| < \varepsilon by manipulating it algebraically until you obtain xa<(something)|x - a| < \text{(something)}. That 'something' is your δ\delta.
  • When simplifying, aim for 'good enough' bounds, not exact equalities—a loose inequality can still prove the limit if it guarantees the required closeness.
  • For most Calculus I functions (polynomials, rational functions, common composites), the Limit Laws and continuity are far faster than epsilon-delta. Use epsilon-delta when you need a rigorous proof or when the function violates standard rules at the point.
  • Do not forget 0<xa0 < |x - a|: the limit is about values *approaching* aa, not the value *at* aa.

Frequently asked questions

Why do we need epsilon-delta if we can just graph a function and see where it's heading?
A graph gives intuition but is not mathematically rigorous—visual inspection can be misleading, especially near asymptotes or jump discontinuities. Epsilon-delta is the formal definition that guarantees a limit exists without relying on approximation or graphing technology. It is the mathematical foundation that makes 'limit' a precise concept.
Why is the condition 0<xa0 < |x - a| necessary? Can't we just use xa<δ|x - a| < \delta?
The strict inequality 0<xa0 < |x - a| explicitly excludes x=ax = a. This is essential because the limit describes behavior *approaching* aa, not behavior *at* aa. For example, f(x)=x1x1f(x) = \frac{x - 1}{x - 1} is undefined at x=1x = 1, yet limx1f(x)=1\lim_{x \to 1} f(x) = 1 still exists rigorously. Without 0<xa0 < |x - a|, the definition would fail for such functions.
How do I know what δ\delta to choose before I start working?
You don't choose δ\delta first. Instead, start with the condition f(x)L<ε|f(x) - L| < \varepsilon and work backwards algebraically until you have an equivalent condition of the form xa<(expression in terms of ε)|x - a| < \text{(expression in terms of } \varepsilon\text{)}. That expression is your δ\delta. Think of it as reverse-engineering the bound.
Does epsilon-delta prove that the limit *equals* LL, or just that it is approximately LL?
Epsilon-delta proves the limit *exactly equals* LL. The definition guarantees that for *any* tolerance ε>0\varepsilon > 0, no matter how tiny, you can make f(x)L<ε|f(x) - L| < \varepsilon by choosing xx close enough to aa. This is far stronger than mere approximation—it proves equality in the limit.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18