No history yet

Epsilon-Delta Definition

The Formal Definition

So far, we've thought about limits intuitively, as a value a function approaches. While useful, this idea isn't mathematically precise. To build the rest of calculus, we need a more rigorous foundation. This is where the epsilon-delta definition comes in. It formalizes the idea of getting "arbitrarily close" to a limit.

At its heart, the definition is a challenge. You give me a target range for the output (an "epsilon"), and I must find an input range (a "delta") that guarantees the function's output falls within your target.

For any small positive number ϵ\epsilon, there must exist another small positive number δ\delta that makes the relationship true.

Let's state it formally. The limit of f(x)f(x) as xx approaches aa is LL if, for every number ϵ>0\epsilon > 0, there is a number δ>0\delta > 0 such that:

if 0<xa<δ then f(x)L<ϵ\text{if } 0 < |x - a| < \delta \text{ then } |f(x) - L| < \epsilon

Think of ϵ\epsilon (epsilon) as the error tolerance for the function's output, and δ\delta (delta) as the error tolerance for the input. The definition demands that no matter how small a tolerance ϵ\epsilon you demand, a corresponding δ\delta can always be found.

Lesson image

A Brief History

For over a century after Newton and Leibniz developed calculus, its foundations were surprisingly shaky. Mathematicians relied on intuitive ideas about infinitesimals, which were problematic and led to paradoxes. It wasn't until the 19th century that the French mathematician Augustin-Louis Cauchy began to formalize the concept of a limit.

Cauchy's work was a huge step forward, but it was the German mathematician Karl Weierstrass who refined it into the precise (ϵ,δ)(\epsilon, \delta) definition we use today. This rigorous approach removed the fuzzy concept of "infinitesimals" and placed calculus on a solid logical footing, paving the way for modern mathematical analysis.

Proving a Limit

The epsilon-delta definition isn't just a theoretical concept; it's a tool for proving that a limit is correct. The process is like a game. A skeptic gives you an arbitrary ϵ>0\epsilon > 0. Your goal is to find a formula for δ\delta (usually in terms of ϵ\epsilon) that satisfies the definition.

Let's prove that limx3(2x+1)=7\lim_{x \to 3} (2x + 1) = 7.

Here, f(x)=2x+1f(x) = 2x+1, a=3a=3, and our proposed limit L=7L=7.

Our goal is to find a δ\delta such that if 0<x3<δ0 < |x - 3| < \delta, then (2x+1)7<ϵ|(2x+1) - 7| < \epsilon. We'll start with the conclusion and work backward to find the connection to x3|x - 3|.

(2x+1)7<ϵ|(2x+1) - 7| < \epsilon

Let's simplify the expression inside the absolute value.

2x6<ϵ|2x - 6| < \epsilon

Now, we can factor out a 2.

2x3<ϵ2|x - 3| < \epsilon

Finally, we isolate x3|x-3|.

x3<ϵ2|x - 3| < \frac{\epsilon}{2}

This gives us the relationship we were looking for! We have shown that the condition f(x)L<ϵ|f(x) - L| < \epsilon is equivalent to xa<ϵ/2|x - a| < \epsilon/2. This tells us exactly how to choose our δ\delta.

If we choose δ=ϵ/2\delta = \epsilon/2, then whenever x3<δ|x - 3| < \delta, our steps above show that (2x+1)7<ϵ|(2x+1) - 7| < \epsilon will be true. Since we can find a δ\delta for any given ϵ\epsilon, the proof is complete.

Quiz Questions 1/5

What is the fundamental relationship between ε (epsilon) and δ (delta) in the formal definition of a limit?

Quiz Questions 2/5

Which mathematician is credited with refining the concept of a limit into the precise (ε, δ) definition we use today?

This method of working backward from the ϵ\epsilon inequality to find a suitable δ\delta is the standard technique for epsilon-delta proofs.