Quadratic Variation and Path Properties of Brownian Motion
The single fact that makes stochastic calculus different: smooth paths have zero quadratic variation, but Brownian motion accumulates \([B]_t=t\).
Leads to: \([B]_t=t\), i.e. \((dB)^2=dt\), is the engine of Ito’s lemma in Phase 9.
Learning Objectives
Click a status chip to cycle: Not started → In progress → Studied → Practiced → Needs review → Mastered.
- Define the quadratic variation of a function over a partition and take the mesh-zero limit.
- Prove that any continuously differentiable path has quadratic variation zero.
- Show that Brownian motion has quadratic variation \([B]_t=t\) (in \(L^2\)).
- Translate \([B]_t=t\) into the heuristic \((dB_t)^2=dt\) and explain its role in Ito calculus.
Key Vocabulary
- Quadratic variation
- \([f]_t=\lim_{\|\Pi\|\to0}\sum_k (f(t_{k})-f(t_{k-1}))^2\) over partitions \(\Pi\) of \([0,t]\).
- Total (first-order) variation
- \(\sum_k|f(t_k)-f(t_{k-1})|\); finite for smooth paths, infinite for BM.
- Partition mesh
- \(\|\Pi\|=\max_k(t_k-t_{k-1})\); the size of the largest sub-interval.
- Realized variance
- The empirical quadratic variation \(\sum(\Delta B)^2\) of a price path; converges to \(\int\sigma^2\,dt\).
- Ito multiplication rule
- \((dB_t)^2=dt,\ (dt)^2=0,\ dt\,dB_t=0\); the algebra of second-order terms.
- Predictable variation
- For \(B\), the compensator making \(B_t^2-t\) a martingale is exactly \([B]_t=t\).
Intuition & Motivation
Quadratic variation defined
Smooth paths: quadratic variation is zero
Brownian motion: quadratic variation equals t
The mean is \(t\) for every partition; what the mesh-zero limit adds is that the fluctuation around \(t\) disappears, so the random sum collapses to a deterministic number. This is why \([B]_t=t\) is not a statement about one path’s luck but a law.
Two immediate corollaries: (i) BM has infinite total variation on every interval (else its QV would be 0), so you cannot integrate against \(dB\) path-by-path as a Stieltjes integral - you need the Ito integral. (ii) \(B_t^2-t\) is a martingale, with \(t\) the compensator equal to \([B]_t\).
The heuristic that runs Ito calculus
Read (8.7) as the differential shorthand for \([B]_t=t\). When you Taylor-expand \(f(B_t)\), the second-order term \(\tfrac12 f''(B_t)(dB_t)^2\) does not vanish - it equals \(\tfrac12 f''(B_t)\,dt\). That surviving term is the Ito correction, the difference between \(df=f'\,dB\) (wrong) and Ito’s formula (right).
Interactive: estimate quadratic variation numerically
- Thinking \([B]_t\) is random in the limit; the fluctuation vanishes, so \([B]_t=t\) is deterministic.
- Dropping the \((dB)^2\) term as you would for smooth calculus - for BM it equals \(dt\) and must be kept.
- Confusing quadratic variation (\(=t\), finite) with total variation (\(=\infty\)) for BM; they are different limits.
- Believing a finer partition makes the QV grow without bound; it converges to \(t\), it does not diverge.
- Memorize \((dB)^2=dt\); it is the single rule you will apply thousands of times in Ito calculus.
- Realized variance from high-frequency returns is a direct estimate of \(\int_0^T\sigma_t^2\,dt\) - quadratic variation is measurable in markets.
- If a manipulation of \(B\) seems to need its derivative, replace the second-order term using \((dB)^2=dt\) instead.
Knowledge Check
Practical Exercise
Consider \(X_t=\sigma B_t\) with constant \(\sigma\gt 0\). (a) Show \([X]_t=\sigma^2 t\). (b) Explain why the smooth drift term in \(Y_t=\mu t+\sigma B_t\) contributes nothing to \([Y]_t\), so \([Y]_t=\sigma^2 t\).
(a) Increments \(\Delta X_k=\sigma\Delta B_k\), so \(\sum(\Delta X_k)^2=\sigma^2\sum(\Delta B_k)^2\to\sigma^2\cdot t=\sigma^2 t\) using \([B]_t=t\).
(b) Write \(\Delta Y_k=\mu\,\delta_k+\sigma\Delta B_k\). Then \((\Delta Y_k)^2=\mu^2\delta_k^2+2\mu\sigma\,\delta_k\Delta B_k+\sigma^2(\Delta B_k)^2\). Summing: the \(\mu^2\delta_k^2\) term is \(\le \mu^2\|\Pi\|t\to0\) (smooth part, zero QV); the cross term \(\to0\) as well (order \(\|\Pi\|^{1/2}\)); only \(\sigma^2\sum(\Delta B_k)^2\to\sigma^2 t\) survives. Hence \([Y]_t=\sigma^2 t\): drift is invisible to quadratic variation, only diffusion matters.
Lesson Summary
Formula Sheet Additions
- Did I keep the \((dB)^2=dt\) term instead of discarding it?
- Did I distinguish quadratic variation (\(=t\)) from total variation (\(=\infty\))?
- Did I remember drift contributes 0 to QV?
Retrieval Practice
Close the lesson and answer from memory before checking. This is deliberate, effortful recall - the single highest-yield study action.
A: Each squared increment is \(O(\|\Pi\|^2)\) and there are \(O(1/\|\Pi\|)\) of them, so the sum is \(O(\|\Pi\|)\to0\).
A: \([B]_t=t\) (in \(L^2\)); equivalently \((dB_t)^2=dt\).
A: Its total variation is infinite, so path-by-path Stieltjes integration against \(dB\) fails; the finite quadratic variation \(t\) forces the Ito construction.
Flashcards
Click to flip. These feed the site-wide spaced-repetition queue.
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.
- Brownian Motion and Stochastic Calculus (Karatzas & Shreve, 2nd ed., GTM 113) foundational - Ch. 1 - Ch. 1: quadratic variation of Brownian motion and semimartingales.
- Stochastic Calculus for Finance II (Steven Shreve, 2004) foundational - Ch. 3-4 - Ch. 3-4: \([B]_t=t\), \((dB)^2=dt\), and the Ito integral.