Ito's Formula
📂Stochastic Differential EquationsIto's Formula
Theorem
Given an Itô process {Xt}t≥0,
dXt=udt+vdWt
for a function V(t,Xt)=V∈C2([0,∞)×R), let Yt:=V(t,Xt), then {Yt} is also an Itô process and the following holds:
dYt==Vtdt+VxdXt+21Vxx(dXt)2(Vt+Vxu+21Vxxv2)dt+VxvdWt
- C2 is a class of functions that are twice differentiable and their derivatives are continuous.
- Vt=∂t∂V, Vx=∂Xt∂V, and Vxx=∂Xt2∂2V.
- (dXt)2=dXt⋅dXt is calculated according to the following Itô multiplication table.
(dt)2=dtdWt=dWtdt=(dWt)2=000dt
Therefore,
(dXt)2====(udt+vdWt)(udt+vdWt)u2(dt)2+2uvdtdWt+v2(dWt)2u2⋅0+2⋅0+v2dtv2dt
is obtained.
Explanation
The Itô formula is also known as the Itô lemma or Itô chain rule and is a crucial theorem used throughout stochastic differential equations. Because it frequently appears in almost all calculations, it certainly merits being called a chain rule.
The proof is omitted here, but simply applies the multivariable Taylor theorem and disregards higher-order terms.
Example
Integrating a Wiener process by a Wiener process is intuitively difficult to understand. Formally, one might naturally expect a result like ∫0tWsdWs=21Wt2, similar to Riemann integration, but let’s calculate and see if this is the case.
Before using the Itô formula, set the given Itô process to u=0, v=1 such that
dXt=0dt+1dWt
then Xt=Wt. Here, if we let Yt:=V(t,Xt)=2Xt2,
Vt=Vx=Vxx=∂t∂(21Wt2)=0∂Wt∂(21Wt2)=Wt∂Wt2∂2(21Wt2)=∂Wt∂Wt=1
then from u=0, v=1,
d(2Wt2)===(Vt+Vxu+21Vxxv2)dt+VxvdWt(0+Wt⋅0+21⋅1⋅12)dt+Wt⋅1⋅dWt21dt+WtdWt
converting the differential form to the integral form yields
2Wt2=21t+∫0tWsdWs
Summarizing gives the following.
∫0tWsdWs=21(Wt2−t)
At first glance, the presence of the 1th term −t/2, which was not in Riemann integration, might seem messy and inconvenient. However, considering taking the expectation,
t=Var(Wt)=E(Wt2)−02
thus it disappears neatly as
E(∫0tWsdWs)=21(t−t)=0. The 1th term is not just garbage generated due to a difference in calculation methods but has its own meaningful existence. If one concurs that the expectation when integrating a Wiener process by a Wiener process should be 0, then one can intuitively accept the above conclusion.
Stochastic Integration
Let a<b and c be a constant and let t>0.
∫0tdWs=∫abcdWs=Wtc[Wb−Wa]
The above two cases yield the same results as ordinary Riemann integration, but the following yields a unique result only seen in Itô integration.
∫0tWsdWs=∫abWsdWs=∫0tsdWs=∫0tWs2dWs=∫0teWsdWs=∫0tWteWsdWs=∫0tsWsdWs=∫0t(Ws2−s)dWs=∫0te−s/2+WsdWs=∫0tsinWsdWs=∫0tcosWsdWs=21Wt2−21t21[Wb2−Wa2]−21(b−a)tWt−∫0tWsds=(t−1)Wt31Wt3−∫0tWsdseWt−1−21∫0teWsds1+WteWt−eWt−21∫0teWs(1+Ws)dWs2t(Wt2−2t)−21∫0tWs2ds31Wt3−tWte−t/2+Wt−11−cosWt−21∫0tcosWsdssinWt+21∫0tsinWsds
Especially regarding the expectation and variance, the following equations are known.
E(∫0tdWs)=E(∫0tWsdWs)=Var(∫0tWsdWs)=002t2