rate equation: Nonlinear Function
Created: August 28, 2022
Modified: August 28, 2022

rate equation

This page is from my personal notes, and has not been specifically reviewed for public consumption. It might be incomplete, wrong, outdated, or stupid. Caveat lector.

The rate equation or master equation for a continuous-time Markov stochastic process describes how the probability density of the process evolves over time.

As illustration, consider a discrete random walk on an infinite 1D lattice: if the system at time tt is at lattice point nn, then at time t+1t + 1 it moves to the adjacent points n+1n + 1 and n1n-1 each with probability kk, and stays at nn with the remaining probability 12k1 - 2k. Since the system cannot 'skip' a lattice point, the change in probability mass ΔPn\Delta P_n at point nn therefore consists of probability-kk inflows from the two adjacent points and a probability-2k2k outflow of mass previously at this point moving to those adjacent points:

ΔPnP(xt=n)P(xt1=n)=k(P(xt1=n1)+P(xt1=n+1)2P(xt1=n))\begin{align*} \Delta P_n &\coloneqq P(x_t=n) - P(x_{t-1}=n)\\ &= k(P(x_{t-1}={n-1}) + P(x_{t-1} = {n+1}) - 2P(x_{t-1}=n)) \end{align*}

If we squint at this, we see