Brownian motion
Idea
Think of Brownian motion
- The step size becomes infinitesimally small, and
- The time between steps shrinks to zero, but
- The variance scales properly with time.
Definition
Brownian motion
- Independent increments
- Continuous paths, but nowhere differentiable
Heuristic Interpretation of
Although
So over a small interval
This forms the basis of numerical simulation of Brownian motion and stochastic differential equations (SDEs).
Next level:
We have to discern from pure Brownian motion (free diffusion) to Brownian motion in a potential (also called diffusion with drift, or Langevin dynamics). Let's break it down step-by-step.
🔹 Pure Brownian Motion (No Potential)
- Brownian motion
has independent Gaussian increments:
- This means each small step is purely random.
- There is no bias — the particle drifts nowhere in particular.
This is equivalent to the free particle case in physics: no forces, no potential, just randomness.
🔹 Brownian Motion in a Potential
Once you add a potential
- The particle feels a force
- That force biases the particle’s random motion toward lower potential (more likely paths go "downhill")
This leads to a stochastic ordinary differential equation of the form:
So each step is still Gaussian, but centered around a drift:
🔹 Connecting to the Path Integral View
This connect with Feynman's path integral formulation. And it is related to Ito's integral. I have to understand this better yet.