The Itô Integral
Why ordinary calculus fails for Brownian paths, and how to build an integral against them anyway.
Leads to: 9.2 differentiates functions of the Itô integral; 9.6 uses it to price.
Learning Objectives
Click a status chip to cycle: Not started → In progress → Studied → Practiced → Needs review → Mastered.
- Explain why the Riemann–Stieltjes integral against a Brownian path does not exist (unbounded variation).
- Compute the quadratic variation of Brownian motion and state why it forces a new integral.
- Define the Itô integral of a simple adapted integrand and extend it by the Itô isometry.
- Derive and interpret the identity for the integral of Brownian motion against itself.
- State the martingale property and isometry of the Itô integral and use them to compute variances.
Key Vocabulary
- Quadratic variation
- The limit of summed squared increments; for Brownian motion on [0,t] it equals t, not 0.
- Adapted / non-anticipating
- An integrand whose value at time t uses only information up to t (measurable w.r.t. the filtration).
- Simple process
- A step-function integrand, constant on a partition, for which the integral is defined by hand.
- Itô isometry
- The identity equating the L² norm of the integral to the L² norm of the integrand in time.
- Itô integral
- The L²-limit of integrals of simple processes; evaluated at the LEFT endpoint of each subinterval.
- Martingale
- A process whose conditional expected future value equals its present value; the Itô integral is one.
Intuition & Motivation
Why ordinary calculus breaks
Fix a partition \(0=t_0\lt t_1\lt \cdots\lt t_n=t\). The first variation \(\sum_i |W_{t_{i+1}}-W_{t_i}|\) diverges as the mesh shrinks, so a Riemann–Stieltjes integral \(\int g\,dW\) defined path-by-path does not exist. But the quadratic variation converges:
Each squared increment has mean \(t_{i+1}-t_i\) and variance \(2(t_{i+1}-t_i)^2\); the means sum to \(t\) while the variances vanish. This single fact - quadratic variation accumulates - is the engine of the whole theory.
The isometry is what lets us extend the integral from step functions to all square-integrable adapted integrands: approximate \(\Delta\) by simple processes in \(L^2\), and (9.2) guarantees the integrals converge in \(L^2\) to a unique limit - the Itô integral.
Interactive: watch quadratic variation accumulate
- Evaluating the integrand at the right endpoint or midpoint - that gives the Stratonovich integral, a different answer, and destroys the martingale property.
- Writing \(\int_0^T W\,dW=\tfrac12 W_T^2\). You must subtract \(\tfrac12 T\).
- Assuming \((dW)^2\) is negligible. It is order \(dt\), the whole point.
- Using an anticipating integrand (peeking at the future); then the isometry and martingale property fail.
- Whenever you see a squared Brownian increment, replace it with \(dt\): \((dW)^2\to dt\).
- Use the isometry to get variances for free: \(\Var\big(\int_0^t\Delta\,dW\big)=\E\int_0^t\Delta^2\,ds\).
- ‘Adapted & left-endpoint’ is the modeling assumption that trading strategies cannot see the future - why Itô (not Stratonovich) is used in finance.
Knowledge Check
Practical Exercise
Let \(X_t=\int_0^t s\,dW_s\). (a) Show \(X\) is a martingale with mean 0. (b) Compute \(\Var(X_t)\) using the Itô isometry. (c) What is the distribution of \(X_t\)?
(a) The integrand \(\Delta_s=s\) is deterministic (hence adapted) and square-integrable, so by the theorem \(X_t\) is a martingale and \(\E[X_t]=0\).
(b) By the isometry (9.2), \(\Var(X_t)=\E[X_t^2]=\E\int_0^t s^2\,ds=\int_0^t s^2\,ds=t^3/3.\)
(c) An Itô integral of a deterministic integrand is a Gaussian process (a limit of sums of independent Gaussians). So \(X_t\sim\Normal(0,\,t^3/3)\).
Lesson Summary
Retrieval Practice
Close the lesson and answer from memory before checking. This is deliberate, effortful recall - the single highest-yield study action.
A: So the integrand is non-anticipating (adapted): its value uses only past information. This makes the integral a martingale and gives the Itô (not Stratonovich) calculus used in finance.
A: \(\E[(\int_0^t\Delta\,dW)^2]=\E\int_0^t\Delta^2\,ds\). Use it to compute the variance of an Itô integral, e.g. \(\Var(\int_0^t s\,dW)=t^3/3\).
Completion Checklist
- I can explain the core ideas in my own words
- I worked the derivations/examples by hand
- I completed the interactive workbench(es)
- I passed the knowledge check
Source References
This lesson synthesizes and paraphrases concepts from the sources below. No copyrighted text, problem sets, or solutions are reproduced. Return to the originals for full depth.
- Stochastic Calculus for Finance II (Steven Shreve, 2004) foundational - Ch. 4 - Ch. 4: construction of the Itô integral, isometry, first vs. quadratic variation.
- Brownian Motion and Stochastic Calculus (Karatzas & Shreve, 2nd ed., GTM 113) foundational - Ch. 3 - Ch. 3: stochastic integration for L² adapted integrands and martingale properties.