Almost every integral in quant finance is improper. The expected value of a continuousrandom variable is E[X]=∫−∞∞xf(x)dx — an integral over an infinite domain. The normal distribution CDF is Φ(z)=∫−∞zϕ(t)dt. The present value of a perpetuity is ∫0∞ce−rtdt. Every option pricing formula involves integrating a payoff against a density over an unbounded range.
The question that improper integrals force you to ask is: does this integral converge? In finance, convergence is not a technicality — it determines whether a price, an expected value, or a risk measure is well-defined. If E[X] diverges, the "expected payoff" is infinite and no finite price makes sense. If a moment integral diverges, the corresponding risk measure (variance, VaR) does not exist. Understanding convergence conditions tells you when your model's outputs are meaningful.
Definition
Type I: infinite limits of integration
When one or both limits are infinite, define the integral as a limit:
The integral converges if the limit exists and is finite; it diverges otherwise. For the doubly-infinite case, both halves must converge independently.
Type II: unbounded integrands
When f is unbounded at an interior or endpoint c∈[a,b]:
If f,g>0 and limx→∞f(x)/g(x)=L with 0<L<∞, then ∫f and ∫g either both converge or both diverge.
Absolute convergence
∫a∞fdx converges absolutely if ∫a∞∣f∣dx converges. Absolute convergence implies convergence (but not vice versa).
Key integrals in quant finance
The Gaussian integral
∫−∞∞e−x2/2dx=2π
This is the normalisation constant for the normal distribution. It converges because e−x2/2 decays faster than any power x−p. This integral has no elementary antiderivative — it must be evaluated by the polar-coordinates trick (squaring the integral and converting to ∫0∞re−r2/2drdθ).
The exponential discount integral
∫0∞e−rtdt=r1,r>0
This gives the value of a perpetual unit cash flow stream discounted at rate r. Convergence requires r>0: if r≤0, the integral diverges (a perpetuity has infinite value when the discount rate is zero or negative). See Discounting.
Moments of the log-normal distribution
If X∼LogNormal(μ,σ2), the nth moment is:
E[Xn]=∫0∞xn⋅xσ2π1e−(lnx−μ)2/(2σ2)dx=enμ+n2σ2/2
This converges for all n — the log-normal has finite moments of all orders. In contrast, distributions with power-law tails (Pareto, Student's t) may have divergent higher moments.
The option pricing integral
C=e−rT∫K∞(s−K)fST(s)ds
Under GBM (fST is log-normal), this integral converges because the log-normal density decays exponentially in lns. But under heavy-tailed models (e.g., stable distributions), the integral may diverge, meaning the option has no finite Black-Scholes-style price. This is a genuine model constraint: your distributional assumption must produce convergent pricing integrals.
Moment existence and tail behaviour
The connection between tail decay and moment existence is fundamental:
E[∣X∣n]=∫−∞∞∣x∣nf(x)dx<∞⟺the nth moment exists
For the integral to converge, ∣x∣nf(x) must decay fast enough as ∣x∣→∞.
Distribution
Tail decay
Moments that exist
Normal
∼e−x2/2
All moments
Log-normal
∼e−(lnx)2
All moments
Student's t (ν d.f.)
$\sim
x
Cauchy (ν=1)
$\sim
x
Pareto (α)
∼x−α−1
n<α only
In finance, if your return model has a Student's t distribution with ν=3 degrees of freedom, the variance exists (n=2<3) but the kurtosis does not (n=4>3). This is not a computational problem — it is a mathematical fact that the kurtosis integral diverges. Risk measures that depend on the fourth moment (like kurtosis-adjusted VaR) are undefined under this model.
Examples and applications
Example 1: present value of a growing perpetuity
A cash flow growing at rate g and discounted at rate r:
PV=∫0∞ce(g−r)tdt=r−gc,r>g
If g≥r (growth matches or exceeds the discount rate), the integral diverges — the present value is infinite. The condition r>g is the convergence condition and is the continuous-time analogue of the Gordon growth model constraint.
Example 2: expected shortfall
The Expected Shortfall (CVaR) at level α is:
ESα=−α1∫0αF−1(u)du
where F−1 is the quantile function. For this to be finite, we need E[∣X∣]<∞ (the first moment must exist). Under a Cauchy distribution, E[∣X∣]=∞, so ES is undefined — you literally cannot compute the average loss beyond VaR. This is a convergence failure of a financial risk measure, not a computational error.
To verify that ϕ(z)=2π1e−z2/2 is a valid density, we must check:
∫−∞∞ϕ(z)dz=2π1∫−∞∞e−z2/2dz=2π1⋅2π=1
Both improper integrals ∫−∞0 and ∫0∞ converge separately (by comparison: e−z2/2≤e−z/2 for z≥1, and ∫1∞e−z/2dz=2e−1/2<∞).
Common confusions and pitfalls
"The integral ∫−∞∞xdx is zero by symmetry." No. The two halves ∫−∞0xdx=−∞ and ∫0∞xdx=+∞ each diverge. The doubly-infinite integral is undefined (not zero), because ∞−∞ is an indeterminate form. The Cauchy distribution illustrates this: its density is symmetric, but E[X] does not exist.
Confusing convergence with having a formula. An integral can converge without having a closed-form antiderivative (∫e−x2dx), and an antiderivative can exist without the integral converging (∫0∞cosxdx oscillates and does not converge, even though sinx is the antiderivative). Convergence and closed-form solvability are independent properties.
Ignoring convergence when choosing a model. If you assume Student's t3 returns, your model has no finite kurtosis. If you assume Cauchy returns, it has no finite mean. These are not bugs in your code — they are features of the model that you chose. Always check that the integrals your analysis requires (moments, pricing expectations, risk measures) actually converge under your distributional assumption.
Where this goes next
Improper integrals connect to:
Introduction to Integration: Proper Riemann integrals are the building block; improper integrals extend them to unbounded domains and integrands.
Numerical Integration: In practice, improper integrals are truncated and computed numerically. The convergence rate determines how much of the tail you can safely ignore.
Normal Distribution and Log-Normal Distribution: The Gaussian integral and the log-normal moment integrals are the most important convergent improper integrals in quant finance.
Multiple Integrals: Multi-asset expected values are improper integrals in multiple dimensions, with convergence conditions that depend on the joint tail behaviour.
References
Stewart, J. (2008). Single Variable Calculus: Early Transcendentals (6th ed.). Thomson Brooks/Cole. Ch. 7 Section 7.8 (Improper Integrals) for infinite intervals, unbounded integrands, and convergence tests.