The limit is the foundational concept of calculus. Every derivative, every integral, every convergence result is defined through a limit. In quantitative finance, limits appear in at least three distinct guises:
Defining the derivative. The sensitivity of an option price to the underlying — the delta Δ=∂v/∂S — is the limit of a difference quotient Δv/ΔS as ΔS→0. Without a rigorous notion of limit, the entire differentiation framework and hence the Greeks would be undefined.
Passage from discrete to continuous time. Much of quantitative finance involves taking a discrete model and letting the time step Δt→0. The binomial tree model converges to geometric Brownian motion; a discrete random walk converges (via Donsker's theorem) to Brownian motion. These are all limit statements.
Convergence of sums and integrals. Quadratic variation — the fact that ∑(Wti+1−Wti)2→T as the partition refines — is a limit in L2 and in probability. The entire construction of the Itô integral is a limit of sums of simple processes. Without understanding limits, these convergence results are opaque.
In short, limits are the invisible machinery behind virtually every formula in continuous-time finance. This page defines them precisely, builds intuition, and connects them to where they appear in the quant-finance curriculum.
The informal idea
The statement "limx→af(x)=L" means: as x gets closer and closer to a (without necessarily equalling a), f(x) gets closer and closer to L. The value of fata itself is irrelevant — f(a) may not even be defined. What matters is the behaviour neara.
Example: Let f(x)=x−1x2−1. This is undefined at x=1 (division by zero). But for x=1, we can factor: f(x)=x−1(x−1)(x+1)=x+1. So as x→1, f(x)→2. We write limx→1f(x)=2, even though f(1) does not exist.
This pattern — a quantity that is undefined or indeterminate at a point but has a well-defined limiting value — is exactly what happens with the derivative: hf(x+h)−f(x) is undefined at h=0, but its limit as h→0 is the derivative f′(x).
The formal definition: epsilon-delta
Finite limits at finite points
The rigorous definition, due to Weierstrass, eliminates the vagueness of "closer and closer":
limx→af(x)=L if and only if: for every ε>0, there exists a δ>0 such that
0<∣x−a∣<δ⟹∣f(x)−L∣<ε
In words: no matter how tight a tolerance ε you specify around L, I can find a neighbourhood of radius δ around a such that every x in that neighbourhood (except possibly a itself) maps to within ε of L.
The key features:
ε comes first. The definition is "for all ε, there exists δ" — the challenger picks the tolerance, and then you must respond with a neighbourhood. This order matters and is the source of the definition's logical power.
0<∣x−a∣ excludes x=a itself. The limit is about behaviour neara, not ata.
δ may depend on ε (and typically does). Usually, a tighter tolerance requires a smaller neighbourhood.
Worked example: proving limx→3(2x+1)=7
We need: for every ε>0, find δ>0 such that 0<∣x−3∣<δ⟹∣(2x+1)−7∣<ε.
Simplify the consequent: ∣2x+1−7∣=∣2x−6∣=2∣x−3∣.
So we need 2∣x−3∣<ε, i.e., ∣x−3∣<ε/2.
Choose δ=ε/2. Then 0<∣x−3∣<δ implies ∣f(x)−7∣=2∣x−3∣<2δ=ε. □
This is a simple case because f is linear. For nonlinear functions, finding δ requires more work, but the logical structure is always the same.
Limits at infinity
x→∞limf(x)=L⟺∀ε>0,∃M>0:x>M⟹∣f(x)−L∣<ε
Finance example: Consider a zero-coupon bond price P(T)=e−rT as a function of maturity. As T→∞, P(T)→0: the present value of a dollar received infinitely far in the future is zero (assuming r>0). Formally, for any ε>0, choose M=−ln(ε)/r; then T>M implies e−rT<ε.
Infinite limits
x→alimf(x)=∞⟺∀M>0,∃δ>0:0<∣x−a∣<δ⟹f(x)>M
Finance example: As noted in Brownian Motion, the "derivative" ΔW/Δt of a Brownian path diverges: ∣ΔW/Δt∣∼1/Δt→∞ as Δt→0. This is an infinite limit that shows the derivative does not exist — the difference quotient grows without bound instead of converging to a finite value.
One-sided limits
Sometimes the behaviour of f approaching from the left differs from approaching from the right. The left-hand limit and right-hand limit are:
x→a−limf(x)=L−(approach from below)x→a+limf(x)=L+(approach from above)
The two-sided limit limx→af(x) exists if and only if both one-sided limits exist and are equal: L−=L+.
Finance example: The call option payoff H(S)=(S−K)+ at expiration. At S=K:
S→K−limH(S)=0,S→K+limH(S)=0
Both one-sided limits equal zero, and H(K)=0, so H is continuous at K. But the derivative behaves differently from each side:
S→K−limH′(S)=0,S→K+limH′(S)=1
The one-sided limits of the derivative disagree, so H′(K) does not exist — this is the kink in the payoff function. The delta of a call at expiration jumps from 0 to 1 at the strike, which is why near-expiry ATM options have enormous gamma.
Limit laws
If limx→af(x)=L and limx→ag(x)=M, then:
Law
Statement
Sum
lim(f+g)=L+M
Scalar multiple
lim(cf)=cL
Product
lim(f⋅g)=L⋅M
Quotient
lim(f/g)=L/M, provided M=0
Power
limfn=Ln
Composition
limf(g(x))=f(M) if f is continuous at M
These laws are what make calculus computationally tractable: you can break a complicated limit into simpler pieces. The composition law is particularly important — it is the rigorous foundation of the chain rule.
Linearity (sum + scalar multiple) is the reason that limits distribute over portfolio operations: if each asset's price converges, the portfolio value converges, and the limit of the portfolio is the portfolio of the limits. This is used implicitly every time we write E[aX+bY]=aE[X]+bE[Y], which is itself a limit statement (the expectation is defined as an integral, which is a limit of sums).
Indeterminate forms and L'Hôpital's rule
When direct substitution into a limit gives an expression like 0/0 or ∞/∞, the limit is called an indeterminate form. The most common indeterminate forms are:
00,∞∞,0⋅∞,∞−∞,00,1∞,∞0
L'Hôpital's rule resolves the first two: if limx→af(x)=limx→ag(x)=0 (or both →±∞), and g′(x)=0 near a, then:
x→alimg(x)f(x)=x→alimg′(x)f′(x)
provided the right-hand limit exists (or is ±∞).
Worked example: continuous compounding as a limit
The definition of e (and hence continuous compounding) is a classic limit:
e=n→∞lim(1+n1)n
More generally, the future value of $1 invested at annual rate r, compounded n times per year for time T, is:
FV=(1+nr)nT
Taking the limit as n→∞:
n→∞lim(1+nr)nT=erT
This is a 1∞ indeterminate form. To evaluate it, take logarithms:
lnFV=nTln(1+nr)
As n→∞, this is an ∞⋅0 form. Rewrite as a 0/0 form and apply L'Hôpital's rule with u=1/n→0:
u→0limuTln(1+ru)=Tu→0lim1r/(1+ru)=rT
So lnFV→rT, hence FV→erT. This is why the discount factor e−rT appears throughout quant finance — it is the continuous-compounding limit. See Discounting for the financial context.
Worked example: the derivative of ex from the limit definition
dxdex=h→0limhex+h−ex=exh→0limheh−1
The remaining limit is a 0/0 indeterminate form. By L'Hôpital's rule (or by the series expansion eh=1+h+h2/2+⋯):
This is the discrete analogue of the limit at infinity. In quant finance, convergence of sequences appears when:
Binomial tree prices converge to Black-Scholes prices as the number of steps n→∞.
Monte Carlo estimators converge to the true expected value by the law of large numbers.
Quadratic variation sums Qn=∑i(ΔWi)2 converge to T as the partition refines — a key fact in Brownian motion.
Series
A series∑n=0∞an is the limit of the partial sums SN=∑n=0Nan:
n=0∑∞an=N→∞limSN
The most important series in this vault is the Taylor series:
f(x+h)=n=0∑∞n!f(n)(x)hn
which converges (for analytic functions) when ∣h∣ is small enough. The Taylor series is the bridge between the limit-based definition of the derivative and the Itô expansion, which is a Taylor series truncated at second order because (dW)2=dt makes the second-order term survive while higher orders vanish.
Modes of convergence in probability (preview)
In stochastic calculus, "limit" can mean several different things depending on the mode of convergence. This is a brief preview; the details belong in the probability and measure theory pages.
Almost sure convergence:Xn→X a.s. means P(limn→∞Xn=X)=1. The strongest mode — the sequence converges for (almost) every outcome ω.
Convergence in probability:XnpX means P(∣Xn−X∣>ε)→0 for every ε>0. Weaker than a.s. convergence but still useful.
Convergence in Lp:XnLpX means E[∣Xn−X∣p]→0. The Itô integral is constructed as an L2 limit of sums, meaning the expected squared error between the sum and the integral tends to zero.
Convergence in distribution:XndX means P(Xn≤x)→P(X≤x) at all continuity points of the CDF. Donsker's theorem (the random walk scaling to Brownian motion) is a convergence in distribution result.
Each mode is a different kind of limit, and knowing which one applies is essential for understanding the rigour of results like quadratic variation, Itô integration, and the central limit theorem.
Common confusions and pitfalls
Confusing the limit with the function value.limx→af(x) may differ from f(a), or f(a) may not exist at all. The limit is about the neighbourhood of a, not the point itself. When these do agree — limx→af(x)=f(a) — we say f is continuous at a.
Assuming limits always exist. They don't. The limit limx→0sin(1/x) does not exist because the function oscillates between −1 and 1 without settling. In finance, a model whose output oscillates wildly with small parameter changes may not have well-defined sensitivities — this is a numerical (and conceptual) problem.
Using L'Hôpital's rule when it doesn't apply. L'Hôpital's rule requires an indeterminate form (0/0 or ∞/∞). Applying it to a non-indeterminate limit like limx→1(x+1)/x=2/1=2 gives a wrong answer (1/1=1). Always check the form before applying the rule.
Confusing convergence modes in probability. "The sum converges" is ambiguous without specifying the mode. Quadratic variation converges in L2 (and in probability); the Itô integral converges in L2; Donsker's theorem is convergence in distribution. These are different statements with different implications, and conflating them leads to false conclusions.
Where this goes next
The limit is the gateway to the two pillars of calculus:
Continuity — the condition that limx→af(x)=f(a). Continuity is what makes Brownian motion paths well-behaved enough to do stochastic calculus on, and its failure (discontinuities / jumps) is what motivates jump-diffusion extensions.
The Taylor series is the most important application of limits to the quant-finance curriculum: it approximates smooth functions by polynomials and is the starting point for the Itô expansion that leads to the Black-Scholes PDE.
References
Stewart, J. (2008). Single Variable Calculus: Early Transcendentals (6th ed.). Thomson Brooks/Cole. Ch. 2 Sections 2.2-2.4 (limits, limit laws, and the precise definition of a limit).