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
Visualization: we fix a particular time increment
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:
Functions of a Brownian motion
- When we have a closed-form expression like:
where
- We can visualize
: we can generate several samples of for a particular time increment , and then we compute .
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 Itô integral. I have to understand this better yet.