Stratonovich integral
Itô integral is a construction that allows integration w.r.t. Brownian motion (or semimartingales). But it has a key feature:
is defined via non-anticipating integrands and uses left endpoints of partitions. This choice makes it very useful for probability/martingale theory, but it breaks the classical chain rule (you get the Itô lemma instead).
In physics and engineering, people often want a stochastic integral that behaves more like classical calculus. For instance, when doing a change of variables, they expect the ordinary chain rule to hold without the “extra Itô term.”
The Stratonovich integral is defined by using the midpoints of the partition instead of left endpoints. Symbolically,
(circle notation for Stratonovich) represents the limit of
with
With this choice, we recover the classical chain rule, so it fits naturally into differential geometry, stochastic mechanics, etc.
Conversion rule
Every Stratonovich integral can be rewritten as an Itô integral with a correction term:
or, more in general,
where
- If
is deterministic, then . - If
, then .
Key differences: Stratonovich has the chain rule, Itô has martingale properties.
Boat example
Think of a boat being hit by random waves
-
With Itô integration the helmsman can only use past information (left endpoints). This makes the boat’s motion a martingale: no matter the strategy, its expected position stays at zero. You cannot create a systematic forward drift.
-
With Stratonovich integration the helmsman reacts in a smoother way (midpoints):
which restores the classical chain rule. Here, certain steering strategies do produce forward motion. For example, with
whose expectation is
Example:
Step | ΔW | W | Stratonovich ∫ W∘dW | Itô ∫ W dW |
---|---|---|---|---|
0 | – | 0 | 0.0 | 0 |
1 | +1 | 1 | 0.5 | 0 |
2 | +1 | 2 | 2.0 | 1 |
3 | −1 | 1 | 0.5 | −1 |
4 | +1 | 2 | 2.0 | 0 |
5 | +1 | 3 | 4.5 | 2 |
6 | −1 | 2 | 2.0 | −1 |
7 | −1 | 1 | 0.5 | −3 |
8 | −1 | 0 | 0.0 | −4 |
Computations:
- Stratonovich:
- Itô:
Observe: .