Fokker Planck equation

Description


The Fokker Planck equation has the form
tϱ(x,t)=(β1ϱ(x,t)+ϱ(x,t)H(x)),ϱ(x,0)=ϱ0(x),

where H:RnR is a smooth function, β>0 some parameter and ϱ0 a probability density on Rn. The partial differential equation is in divergence form and conserves mass. Hence, also ϱ(,t) is a probability density on Rn. In the case, where H has some growth at , the equilibrium solutions ϱ:RnR are characterized by
βϱ+ϱH=0
leading to the solution
ϱ(x)=Z1eβH(x)withZ=eβH(x)dx

The density ϱ is called Gibbs distribution, which accounts to the fact, that it minimizes the (Gibbs) free energy
F(ϱ)=E(ϱ)+β1S(ϱ)
where E is the energy and S the (Gibbs-Boltzmann) entropy
E(ϱ):=HϱdxandS(ϱ):=ϱlogϱdx.
By this formulation  β plays the role of the inverse temperature. Note, that the Euler-Lagrange equation is given by
H(x)+β1(ϱ(x)+1)=0,
which is solved by ϱ.

Pathwise formulation via stochastic differential equations

The stochastic process X(t) defined by
dX(t)=H(X(t))dt+2β1dW(t),X(t)=X0,

where W(t) is an n-dimensional Brownian motion, is the pathwise formulation of the Fokker Planck equation. If distribution of the initial random vector X0 is given by lawX0=ϱ0, then at later times the solution X(t) has distribution lawX(t)=ϱ(,t), where ϱ is solution of the Fokker Planck equation.

The dynamic of the pathwise formulation undergoing diffusion in the potential H. The particle is solely described by its position X(t)Rn, i.e. inertia is neglected. Then, the particle chooses the steepest descent with respect ot H, which is perturbed by random fluctuation, which are assumed to be normal distributed. The coupling parameter β describing the strength of the fluctuations plays again the role of inverse temperature. In particular, the limit β describes the behaviour of the system without fluctuations.

Ornstein-Uhlenbeck process

A prominent example, which can be explicitly solved, is the Ornstein-Uhlenbeck process, corresponding to the choice
H(x)=γ2|x|2.

The stationary distribution is given by the Gaussian
ϱ(x)=(2πγβ)n2exp(γβ|x|22).
The underlying picture becomes particular simple in one dimension. There, the leading order behaviour of the process can be characterized by its mean m(t) and variance σ(t), which are given by
m(t):=xϱ(x,t)dxandσ(t):=(xm(t))2ϱ(x,t)dx=x2ϱ(x,t)dxm(t)2.
Both, m(t) and σ(t), satisfy an ordinary differential equation not depending on ϱ
˙m(t)=γm(t)and˙sigma(t)=2β12γσ(t).
Hence, the mean converges exponentially fast to 0 with rate γ and the variance converges exponentially fast from the initial variance σ(0) to (βγ)1 with rate 2γ
m(t)=m(0)e2γtandσ(t)=σ(0)e2γt+1βγ(1e2γt).

Numerical example

For general potentials H explicit solutions of the Fokker Planck equation are not available. However, the pathwise formulation allows to do Monte-Carlo simulation of single realisations of the process X(t). The case, where H is not convex is especially interessting, because at low temperature, i.e. β1, the process shows metastable behaviour.

Therefore, we consider the potential function H:R2R looking like

The realization of the process X(t) for increasing values of β:

Monte Carlo simulation for Fokker Planck equation β=2.5

Monte Carlo simulation for Fokker Planck equation β=5

Monte Carlo simulation for Fokker Planck equation β=10

Monte Carlo simulation for Fokker Planck equation β=20 (red β=)

For increasing values of β the particle goes quickly to the local minima and is trapped there longer and longer times. The transition to the global energy minimizing state happens along a path crossing the saddle. This behaviour is called metastable. For the limiting dynamic β= without any fluctuation a transition is not possible and the particle is stuck in the local minima.

References

  1. R. Jordan, D. Kinderlehrer, and F. Otto, “The Variational Formulation of the Fokker-Planck Equation,” SIAM Journal on Mathematical Analysis, vol. 29, no. 1, 1998.

3 thoughts on “Fokker Planck equation

  1. Pingback: Classic results for porous medium equation | André Schlichting

  2. lukesh

    For some reasons the equation are not rendered correctly (Chrome as well as Firefox). What is the actual form of potential used for the numerical simulation? What software did you use to run the simulation? Did you impose Fluctuation Dissipation Relation so that the diffusion coefficeint can be expessed in terms of $\beta$?

    Reply
    1. André Post author

      Thanks for pointing it out. The equations should be now rendered correctly using MathJax. The potential is a quartic double well like H(x,y)=(x21)2+x+y2+(x+1)2/4. The numerical simulation is a simple explicit Euler discretization of the SDE. I used directly β1 as diffusion coefficient.

      Reply

Leave a Reply to André Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.