HarmonyFidelisHarmonyFidelis
Login
NewsMajor ProjectsActorsAcademy

The limit

A limit says what a function tends towards at a point, without needing to be defined there.

The limit

The limit

Definition

A function fff tends towards LLL as xxx tends towards aaa if f(x)f(x)f(x) can be made as close to LLL as one wishes, by taking xxx close enough to aaa.

The point aaa itself is excluded. That is the whole reach of the notion: a limit describes a neighbourhood, not a value.

L a ε ε δ δ

What the definition must forbid

"As close as one wishes" is not a mathematical sentence until one says who chooses, and in what order. The so-called ε\varepsilonε–δ\deltaδ formulation fixes both:

∀ε>0, ∃δ>0:0<∣x−a∣<δ  ⟹  ∣f(x)−L∣<ε\forall \varepsilon > 0,\ \exists \delta > 0 : 0 < |x - a| < \delta \implies |f(x) - L| < \varepsilon∀ε>0, ∃δ>0:0<∣x−a∣<δ⟹∣f(x)−L∣<ε

The adversary first imposes a margin ε\varepsilonε on the arrival; one must then produce a margin δ\deltaδ on the departure that guarantees it. The order of the quantifiers is the statement: δ\deltaδ depends on ε\varepsilonε, never the reverse.

The case that justifies it all

Consider f(x)=x2−1x−1f(x) = \dfrac{x^2 - 1}{x - 1}f(x)=x−1x2−1​.

At x=1x = 1x=1 the expression is meaningless: the denominator vanishes. Yet for every x≠1x \neq 1x=1 it simplifies:

x2−1x−1=(x−1)(x+1)x−1=x+1\frac{x^2 - 1}{x - 1} = \frac{(x-1)(x+1)}{x - 1} = x + 1x−1x2−1​=x−1(x−1)(x+1)​=x+1

The function therefore equals x+1x + 1x+1 everywhere except at 1, where it is undefined. Its limit at 1 is 2 — a value the function never attains.

Three behaviours

At a pointExampleBehaviour
Convergesx2−1x−1\dfrac{x^2-1}{x-1}x−1x2−1​ at 1Tends towards 2
Diverges1x\dfrac{1}{x}x1​ at 0Grows without bound
Oscillatessin⁡ ⁣(1x)\sin\!\left(\dfrac{1}{x}\right)sin(x1​) at 0Settles on no value

The last two have no limit. Diverging and oscillating are two distinct ways of failing: the first has a direction, the second has none.

Continuity follows from it

A function is continuous at aaa when three conditions hold together: f(a)f(a)f(a) exists, the limit at aaa exists, and the two coincide.

lim⁡x→af(x)=f(a)\lim_{x \to a} f(x) = f(a)x→alim​f(x)=f(a)

The function of the previous section fails the first: its limit exists, its value does not. It can be made continuous by setting f(1)=2f(1) = 2f(1)=2 — what is called a continuous extension.

Summary

A limit says what a function tends towards, independently of what it equals at the point.