stochastic calculus
Stochastic Integration
You should know: brownian motion, martingales
Overview
Stochastic integration extends the classical Riemann-Stieltjes integral to integrators with rough paths, particularly Brownian motion. Because Brownian paths have infinite variation, classical integration theory fails. The Ito integral is defined as a limit of Riemann sums evaluated at the left endpoint, producing a martingale. The Stratonovich integral uses midpoint evaluations and obeys classical chain rules. Stochastic integration is the foundation of Ito's formula and stochastic differential equations.
Intuition
Classical integration int_0^T H_s dB_s treats the Brownian increments dB_s as infinitesimal 'noise' multiplied by a process H. Because B has unbounded variation, the integral is not a path-by-path Stieltjes integral -- it requires a probabilistic definition. The key insight: using left-endpoint evaluations (non-anticipating) makes the integral a martingale and gives the Ito isometry. Midpoint evaluations give the Stratonovich integral, which satisfies the classical chain rule but is not a martingale.
Formal Definition
Let {B_t} be a standard Brownian motion and {H_t} be an adapted process with E[int_0^T H_s^2 ds] < infinity. The Ito integral I_T = int_0^T H_s dB_s is defined as the L^2 limit of left-Riemann sums on a partition 0 = t_0 < t_1 < ... < t_n = T as the mesh tends to 0.
Notation
| Notation | Meaning |
|---|---|
| Ito stochastic integral of H with respect to Brownian motion B | |
| Quadratic variation of the process M up to time t | |
| Space of square-integrable adapted processes: E[int_0^T H_s^2 ds] < infinity |
Theorems
Worked Examples
- 1
This is the classic computation. Use the Ito sum approximation: sum B_{t_k}(B_{t_{k+1}} - B_{t_k}) and expand.
- 2
The first sum telescopes to (B_T^2 - B_0^2)/2 = B_T^2/2. The second sum converges to [B]_T = T (quadratic variation of Brownian motion).
✓ Answer
int_0^T B_s dB_s = B_T^2/2 - T/2. This differs from the classical result B_T^2/2 by the Ito correction -T/2.
Practice Problems
Show that int_0^T t dB_t is a Gaussian random variable and find its variance.
Let M_t = int_0^t B_s dB_s. Compute E[M_t] and E[M_t^2].
Common Mistakes
Applying the classical chain rule d(f(B_t)) = f'(B_t) dB_t
Ito's formula adds a second-order correction: d(f(B_t)) = f'(B_t) dB_t + (1/2) f''(B_t) dt. Ignoring the (1/2)f'' dt term is the most common error in stochastic calculus.
Treating dB_s like a Riemann integrator
Brownian motion has unbounded variation, so path-by-path Riemann-Stieltjes integration fails. The Ito integral must be defined as an L^2 limit and is fundamentally probabilistic.
Quiz
Summary
- The Ito integral int H dB is defined as an L^2 limit of left-endpoint Riemann sums over adapted integrands.
- Ito isometry: E[(int_0^T H_s dB_s)^2] = E[int_0^T H_s^2 ds].
- The Ito integral is a martingale with zero mean.
- Key result: int_0^T B_s dB_s = B_T^2/2 - T/2 (the -T/2 is the Ito correction).
- The Stratonovich integral satisfies the classical chain rule but is not a martingale.
References
- BookKaratzas, I. and Shreve, S. -- Brownian Motion and Stochastic Calculus, Chapter 3
- BookOksendal, B. -- Stochastic Differential Equations, Chapter 3
- WebsiteWikipedia -- Ito calculus
Mathematics