In very simple terms, Ito's lemma is a formula that allows us to compute the differential of a function of a stochastic process. In normal functions, we can use the chain rule to compute the differential of a function. However, in stochastic calculus, we need to use Ito's lemma.
Suppose we have a stochastic process Xt that follows a stochastic differential equation (SDE).
dXt=μ(Xt,t)dt+σ(Xt,t)dWt
where Wt is a Wiener process (or Brownian motion), μ(Xt,t) is the drift term, and σ(Xt,t) is the diffusion term.
Now, let's say we have a function f(Xt,t) (twice differentiable) that we want to differentiate with respect to time. Ito's lemma states that the differential of f(Xt,t) is given by:
dtΔf(t)dt=∂t∂fdt+21∂t2∂2f(dt)2+⋯
and so with x, the total derivative of f will be
df=ftdt+fxdx=dx,dt→0,0lim∂t∂fdt+∂x∂fdx+21(∂t2∂2f(dt)2+∂x2∂2f(dx)2)+⋯
Than substitute x=Xt, in the limit dt→0, the following terms tend to zero faster than dt are:
-
(dt)2
-
dtdWt
-
(dx)3
Noted that (dBt)2=O(dt) due to quadratic variation of a Wiener process. # TODO,
Hance
df=dt→0lim(∂t∂f+μt∂x∂f+2σt2∂x2∂2f)dt+σt∂x∂fdWt
That's it!