Brownian Motion Simulator

by Harry Lonsdale

Current Time
0.000
Active Paths
3
Progress0 / 0 steps

Understanding Brownian Motion

Brownian motion—also known in mathematical contexts as the Wiener process—describes a continuous-time stochastic process that models random movement. These terms are often used interchangeably, although "Brownian motion" is the more general term used in physics and applied sciences, while "Wiener process" refers specifically to the standard mathematical formulation with mean zero and variance growing linearly in time.

A common generalization of Brownian motion includes both a deterministic trend and a random component. This is captured by a stochastic differential equation (SDE) for a one-dimensional process X(t)X(t):

dX(t)=μdt+σdW(t)dX(t) = \mu\,dt + \sigma\,dW(t)

In this equation, dX(t)dX(t) is the infinitesimal change in the process X(t)X(t) over a small time interval dtdt. The term μdt\mu\,dt represents the drift—a deterministic component where μ\mu is the drift coefficient indicating the average rate of change. Positive drift (μ>0\mu > 0) implies an upward trend over time, while negative drift implies a downward trend.

The term σdW(t)\sigma\,dW(t) captures the diffusion, where dW(t)dW(t) is an increment of the standard Wiener process. This component introduces randomness, modeling unpredictable fluctuations. The coefficient σ\sigma controls the magnitude of this noise: higher values of σ\sigma lead to more volatile trajectories.

The Wiener process W(t)W(t) is a mathematical idealization of Brownian motion: it starts at zero, has continuous paths, independent increments, and for any time tt, the increment W(t+Δt)W(t)W(t + \Delta t) - W(t) is normally distributed with mean 0 and variance Δt\Delta t. In symbols: dW(t)N(0,dt)dW(t) \sim \mathcal{N}(0,\,dt).

When μ=0\mu = 0 and σ=1\sigma = 1, the SDE simplifies to dX(t)=dW(t)dX(t) = dW(t), and the process X(t)X(t) is just the standard Wiener process itself—that is, standard Brownian motion without drift or scaling.

This framework is foundational in modeling systems that combine predictable trends with random variation, including applications in physics, biology, and especially finance (e.g., the Black–Scholes model). The parameters μ\mu and σ\sigma together determine the relative strength of deterministic versus stochastic forces.

For more background, visit the Wikipedia pages on Brownian motion and Wiener process.

  • μ (drift): The average rate of change over time
  • σ (diffusion): The volatility or randomness intensity
  • n (steps): Number of discrete time steps
  • k (interval): Total time length of the simulation