Concept Analysis āœ“ Live

Limit

A limit describes the value a function approaches as its input gets arbitrarily close to some point — even if the function is never actually evaluated exactly at that point. Limits are the foundational concept of calculus, providing the rigorous basis for both derivatives and integrals.

Getting closer and closer, forever

Imagine walking halfway to a wall, then halfway again, then halfway again — forever. You never quite touch the wall, but you get closer and closer, approaching it arbitrarily closely. That's the intuition behind a limit: it's the value something approaches, even if it never quite gets there.

ć€°ļø Simple example: Consider f(x) = (xĀ²āˆ’1)/(xāˆ’1). Plug in x=1 directly and you get 0/0 — undefined! But for x close to 1 (like 1.001 or 0.999), f(x) is very close to 2. The limit of f(x) as x approaches 1 is 2 — even though f(1) itself isn't defined.

Why we need limits

Limits let mathematicians make precise sense of ideas that seem paradoxical at first — like "instantaneous speed" (how fast something is moving at a single instant, when speed usually means distance over time) or "the exact area under a curved line" (when area usually means length times width for straight-sided shapes). Both of these ideas — the derivative and the integral — are built directly from limits.

Zeno's paradox and limits

The ancient Greek philosopher Zeno posed a puzzle: to walk across a room, you must first walk halfway, then half of the remaining distance, then half of that, forever — infinitely many steps. How can you ever arrive? Limits resolve this: an infinite sum of ever-smaller distances (½ + ¼ + ā…› + ...) can still add up to a finite total (in this case, exactly 1) — you do arrive, and calculus explains precisely why.

The formal epsilon-delta definition

Informal statement

We write lim(x→a) f(x) = L to mean: as x gets arbitrarily close to a (without necessarily equaling a), f(x) gets arbitrarily close to L.

Formal (epsilon-delta) definition

lim(x→a) f(x) = L means: for every ε > 0, there exists Ī“ > 0 such that whenever 0 < |xāˆ’a| < Ī“, it follows that |f(x)āˆ’L| < ε.

In words: no matter how small a margin of error ε you demand around L, we can find a small enough neighbourhood Γ around a (excluding a itself) where f(x) stays within that margin. This definition, due to Cauchy (1821) and made fully rigorous by Weierstrass (1861), replaced centuries of intuitive but imprecise talk of "infinitely small quantities."

One-sided limits

The left-hand limit lim(x→a⁻) f(x) considers only x approaching a from below; the right-hand limit lim(x→a⁺) f(x) only from above. The (two-sided) limit exists if and only if both one-sided limits exist and are equal.

Limits at infinity

lim(xā†’āˆž) f(x) = L means f(x) approaches L as x grows without bound. For example, lim(xā†’āˆž) 1/x = 0.

Limit laws

If lim f(x) = L and lim g(x) = M (as x→a), then: lim[f(x)+g(x)] = L+M, lim[f(x)Ā·g(x)] = LM, and lim[f(x)/g(x)] = L/M (provided M ≠ 0). These laws allow complex limits to be broken into simpler pieces.

Continuity via limits

A function f is continuous at a if lim(x→a) f(x) = f(a) — the limit exists, f is defined at a, and they agree. This is the rigorous definition behind the intuitive idea of a function whose graph has "no breaks or jumps."

Historical rigour, non-standard analysis, and generalisation

From infinitesimals to epsilon-delta

Newton and Leibniz (1660s–1680s) developed calculus using intuitive "infinitesimal" quantities — numbers smaller than any positive real number but not zero. This worked in practice but lacked logical rigour, famously criticised by Bishop Berkeley (1734) as "ghosts of departed quantities." Cauchy (1821) began the process of rigorising calculus using limits rather than infinitesimals; Weierstrass (1861) completed this with the modern epsilon-delta definition, removing the need for infinitesimals entirely.

Non-standard analysis — infinitesimals return

In 1966, Abraham Robinson developed non-standard analysis, using mathematical logic (model theory) to construct a rigorous number system — the hyperreal numbers — that does contain genuine infinitesimals. This provides a logically sound way to use Leibniz's original intuitive approach, and the two frameworks (epsilon-delta and non-standard analysis) are provably equivalent in what they can prove about ordinary calculus.

Limits of sequences vs limits of functions

The limit concept extends to sequences: lim(nā†’āˆž) aā‚™ = L means the sequence a₁, aā‚‚, aā‚ƒ, ... gets arbitrarily close to L. A sequence converges if such a limit exists; otherwise it diverges. The Cauchy criterion characterises convergence intrinsically (without reference to the limit value L): a sequence converges if and only if its terms eventually get arbitrarily close to each other (a Cauchy sequence) — in a complete space like ā„, this is equivalent to converging to some limit.

Limits in topology and metric spaces

The epsilon-delta definition generalises naturally to any metric space: lim(x→a) f(x) = L means for every ε > 0 there is Ī“ > 0 such that d(x,a) < Ī“ implies d(f(x),L) < ε, where d is the relevant distance function. In general topological spaces (without a metric), limits are defined using open neighbourhoods instead, generalising the concept even further beyond spaces with a notion of distance.

šŸ“š Sources

Tier 1 Rudin, W. (1976). Principles of Mathematical Analysis. 3rd ed. McGraw-Hill. — Standard rigorous treatment of limits.
Tier 1 Spivak, M. (2008). Calculus. 4th ed. Publish or Perish. — Rigorous introductory treatment.
Tier 2 Robinson, A. (1966). Non-standard Analysis. North-Holland. — Original text on hyperreal numbers.
Tier 3 Boyer, C.B. (1949). The History of the Calculus and its Conceptual Development. Dover.

šŸ”— Related entries

Entry v1.0 Ā· Added 2026-05-27 Ā· Analysis Ā· Concept JSON Markdown Status