Poker-Plank Equation Derivation
📂Stochastic Differential EquationsPoker-Plank Equation Derivation
Theorem
dXt=f(t,Xt)dt+g(t,Xt)dWt,t∈[t0,T]
Given a stochastic differential equation as above, and let F∈C0∞(R). Then, at time point t, the probability density function p(t,x) of Xt follows the next partial differential equation.
∂t∂p(t,x)=−∂x∂[p(t,x)f(t,x)]+21∂x2∂2[p(t,x)(g(t,x))2]
Explanation
Note that what is described in the equation is not Xt itself, but its probability distribution.
Especially if f=0, it is a heat equation.
Derivation
X=f=g=g2=Xtf(t,Xt)g(t,Xt)[g(t,Xt)]2
For convenience, allow the notation above, and let’s use the following widely used partial differential notation.
Fx=∂x∂F
Part 1.
- Itô’s lemma:
dYt=(Vt+Vxu+21Vxxv2)dt+VxvdWt
- [6] Expected value of Itô integral:
E[∫abfdWt]=0
According to Itô’s lemma, calculating dF(X) results in an integral, namely the expected value of Itô integral (⋆),
⟹⟹⟹dF(X)=(fFx+21g2Fxx)dt+gFxdWs∫0tdF(X)=∫0t(fFx+21g2Fxx)dt+∫0tgFxdWsE(F(X))=E∫0t(fFx+21g2Fxx)ds+0dtdE(F)=E[fFx+21g2Fxx]∵⋆
Part 2. The emergence of p(t,x)
Meanwhile, the expected value of F(X) can be represented as ∫Rp(t,x)F(x)dx regarding the probability density function p(t,x) of Xt at time point t,
dtdE(F)=⟹dtd∫−∞∞p(t,x)F(x)dx=E[fFx+21g2Fxx]∫−∞∞p(t,x)[fFx+21g2Fxx]dx
Now, let’s calculate the right side one by one through integration by parts.
Part 3. Integration by Parts
p(t,±∞)=0. The first term ∫−∞∞p(t,x)fFxdx is
==∫−∞∞p(t,x)fFxdx[p(t,x)f⋅F(x)]−∞∞−∫−∞∞∂x∂[p(t,x)f]F(x)dx0−0−∫−∞∞∂x∂[p(t,x)f]F(x)dx
According to the assumption that F∈C0∞(R), F(±∞)=0. The second term, ∫−∞∞p(t,x)21g2Fxxdx, is obtained by doing integration by parts twice,
====∫−∞∞p(t,x)21g2Fxxdx[p(t,x)21g2⋅Fx(x)]−∞∞−21∫−∞∞∂x∂[p(t,x)g2]Fx(x)dx0−0−21∫−∞∞∂x∂[p(t,x)g2]Fx(x)dx−21[∂x∂[p(t,x)g2]F(x)]−∞∞+21∫−∞∞∂x2∂2[p(t,x)g2]F(x)dx−0+0+21∫−∞∞∂x2∂2[p(t,x)g2]F(x)dx
Part 4.
===∫−∞∞∂t∂p(t,x)F(x)dxdtd∫−∞∞p(t,x)F(x)dx∫−∞∞p(t,x)[fFx+21g2Fxx]dx−∫−∞∞∂x∂[p(t,x)f]F(x)dx+21∫−∞∞∂x2∂2[p(t,x)g2]F(x)dx
If we push the first row to the left side and the last row to the left side, we obtain the following.
∫−∞∞[∂t∂p(t,x)−(−∂x∂[p(t,x)f]+21∂x2∂2[p(t,x)g2])]F(x)dx=0
Since the integrated above holds for all F∈C0∞(R), the inside of the brackets becomes 0, resulting in the desired partial differential equation.
∂t∂p(t,x)=−∂x∂[p(t,x)f(t,x)]+21∂x2∂2[p(t,x)(g(t,x))2]
■
See Also