MathIsland
← All MathIsland labs
ε-δ엡실론-델타 Lab

We say 'as x gets arbitrarily close to 2, 2x gets arbitrarily close to 4'. But what exactly does 'arbitrarily' mean?

A limit is not a motion of approaching — it is an error guarantee. A limit exists when, and only when, every ε attack has a δ response.

Experiment

Hands-on experiment

'As x gets arbitrarily close to 2, 2x gets arbitrarily close to 4.' But what exactly does 'arbitrarily' mean? Mathematicians replaced this fuzzy phrase with the rules of a game. The challenger throws an output tolerance ε, and you, the defender, answer with an input neighborhood δ.

🔮 Predict first — the challenger throws ε=1. Can you block it with δ=1? (Arena: f(x)=2x, a=2, L=4)

📖 Read more — why it exists · insights · common mistakes · formulasExpand ▾

Why

Why does this exist?

The calculus of Newton and Leibniz stood on the fuzzy phrase 'infinitely small quantities'. The philosopher Berkeley mocked them as 'ghosts of departed quantities'. The computations worked — but nobody could rigorously explain why.

The phrase 'gets arbitrarily close' was the problem. It reads differently to every person, it conjures motion, and it cannot be used in a proof. To hold up all of calculus, mathematics needed a definition with no motion in it.

The answer Cauchy and Weierstrass found was a game. The challenger demands an output tolerance ε; the defender answers with an input neighborhood δ. If every attack has a response, we agree the limit exists. All of modern analysis stands on this one-page contract.

Insight

Insights from the video

'Arbitrarily close' is a feeling; ε-δ is a contract.

In high school you feel limits through an approaching picture. At university, that feeling becomes the contract sentence 'every error demand can be answered'. Feelings differ from person to person — a contract lets everyone reach the same verdict.

ε comes first. δ is always the answer.

If you get lost memorizing the definition, remember only the order: the challenger's ε arrives first, and the defender's δ is chosen after seeing it. That one ordering carries the entire logic of the definition.

Misconception

Common misconceptions

A limit is a motion of gradually approaching.

There is no motion anywhere in the definition — only the static guarantee contract 'for every ε there exists a δ'. The approaching picture is fine intuition, but the language of proof is the language of the game.

ε and δ play symmetric roles, so you can think of them interchangeably.

The order is everything. The challenger's ε comes first, and the defender picks δ only after seeing that ε. Swap the order and you get an entirely different claim: one δ that must block every ε.

Formula

Writing it as math

Translate the rules you experienced in the game into the language of math, and this is what you get.

🔬 Dissecting the definition — pairing each piece with what you touched in stages 1 and 2

, :

The rigorous definition of a limit

A guarantee contract: for the challenger's every ε, a defender's δ exists. There is no motion inside the definition.

The winning strategy for f(x)=2x, proved

The two-line proof of why δ=ε/2 worked every round in stage 1. The slope of 2 doubles input error, so you answer with half.

What 'no limit' means

The negation is a game too. At the jump function, ε=0.5 was the witness: show that every δ fails, and 'no limit' is proved.

The sequence version — same game, different arena

The limit of a sequence is the same game. You simply answer with 'from the N-th term on' instead of a neighborhood δ.

In Real Life

Where you meet it in real life

Tolerance design in engineering

When the demand 'finished-product error within ε' arrives, designers answer by back-computing each part's allowed tolerance δ. The ±0.01mm written on a blueprint is exactly this game's δ.

Numerical error guarantees in software

Computers approximate sin, √, and π with finitely many operations. Math libraries fix in advance how many terms to compute for a required precision ε — guaranteeing the error. The proof structure is ε-δ verbatim.

Settling the 0.999… = 1 debate

Whatever ε you throw, enough 9s bring the difference from 1 below it. No difference survives, so the difference is 0 — the two notations are the same number. The game's language ends a century-old argument in one line.

Analysis as a rebuild

On this definition, 'continuity' becomes the one-liner lim f(x) = f(a), and every theorem about derivatives and integrals is proved again. A first-year analysis course is this contract's sequel from start to finish.

Practice

Practice — conquer the types

Conquered 0 / 4
1

In the f(x)=2x, a=2 game, the challenger throws ε=0.1. What is the largest δ that succeeds? (Any δ at or below this value always wins.)

2

For the function with f(x)=1 when x<2 and f(x)=3 when x≥2, what is the limit as x→2?

3

Swap the order of the definition and write '∃δ>0, ∀ε>0 : …'. What happens?

4

You blocked the ε=0.1 attack with δ=0.05. Does the ε=0.01 attack succeed automatically?

Watch

Related video

🇰🇷 Korean-language video

Connection

Concepts connect

Previous concept

lim

Limits

You've felt 'arbitrarily close' in your bones — now it's time to write it down rigorously.

← Limits lab

Leads to next

d/dx

Derivatives

On a rigorous limit, the derivative finally becomes a provable theorem.

Go to the Derivatives lab →

Related

Labs worth exploring together

Related lab

aₙ

Sequences

The limit of a sequence is the N version of the same game — you answer with 'from the N-th term on' instead of δ.

Go to the Sequences lab →

Related lab

√2

Irrational Numbers

The arena where this game is played: a real line with no holes (completeness) is what holds limits up.

Go to the Irrational Numbers lab →