Brownian motion

Idea

Think of Brownian motion Wt​ as the limit of a random walk when:

Definition

Brownian motion W(t), also called Wiener process, is a fundamental stochastic process with the following properties:

Heuristic Interpretation of dWdt

Although dWdt does not exist in the classical sense (because Brownian paths are too irregular), we can informally treat it as a kind of random increment:

dWdtGaussian noiseN(0,)

So over a small interval dt, we write:

dW(t)=dWdtdtN(0,dt)

This forms the basis of numerical simulation of Brownian motion and stochastic differential equations (SDEs).

Simulation Heuristic

To simulate W(t) over small time steps dt, we generate:

dWN(0,dt)ordW=dtξ,ξN(0,1)