Equation for Brownian Motion Trajectory

Click For Summary

Discussion Overview

The discussion revolves around the simulation of Brownian motion trajectories, specifically exploring the equations and methods used to model the motion of Brownian particles over time. Participants examine the Langevin equation and its implications for understanding the statistical properties of Brownian motion.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • One participant seeks to understand how to simulate the trajectory of a Brownian particle and questions whether there are different equations that can be used for this purpose.
  • Another participant introduces the Langevin equation as a stochastic differential equation that describes the motion of a Brownian particle, providing its one-dimensional form and components.
  • A subsequent participant suggests that solving the Langevin equation yields an equation for the mean-square displacement, which could be used to analyze the trajectory of the particle over time.
  • Further elaboration is provided on the analytical solution of the Langevin equation, discussing the Gaussian nature of the distributions for momentum and position, and the need to evaluate mean values and covariance matrices.
  • The detailed mathematical approach to solving the Langevin equation is presented, including the calculation of the Green's function and the integration required to find the position function x(t).

Areas of Agreement / Disagreement

Participants generally agree on the utility of the Langevin equation in describing Brownian motion, but there is no consensus on the best methods for simulating trajectories or the implications of the mean-square displacement.

Contextual Notes

The discussion includes complex mathematical formulations and assumptions about the properties of Gaussian distributions, which may not be fully resolved within the thread.

H Quizzagan
Messages
5
Reaction score
1
I am trying to understand how one can simulate the trajectory of a Brownian particle as a function of time. I am only able to do it with the assumption that I can simply generate random values of x and then take the cumulative sums of these values to get the trajectory of the Brownian particle.

But, are there different sets of equations that guides or regarding the function x(t) that I can easily use to simulate the trajectory of a Brownian particle? Thank you so much!
 
  • Like
Likes   Reactions: Delta2
Physics news on Phys.org
The equation of motion for a Brownian particle is called Langevin equation, which is a stochastic differential equation. In the most simple one-dimensional form it reads
$$\dot{p}+\gamma p + \sqrt{2B} \xi(t)=0,$$
where ##B=m \gamma T## (where ##m## is the mass of the Brownian particle, ##T## the temperature of the fluid the particle is moving in), ##\gamma## is the friction coeffcient, and ##\xi## is normalized Gaussian white noise,
$$\langle \xi(t) \xi(t') \rangle=\delta(t-t').$$
 
  • Like
Likes   Reactions: H Quizzagan and Delta2
Indeed, the Langevin equation is useful in describing Brownian motion. Correct me if I am wrong, but is it that solving this differential equation yields for an equation of the mean-square displacement. This mean-square displacement which is a function of time is the analytical way to solve for the trajectory/position of the Brownian particle over time?
 
Yes, you can easily solve the equation analytically in the sense that you can derive the phase-space distribution functions. The point is that adding many Gaussian distributed independent random numbers you get again a Gaussian distribution. Thus both the momentum and the position are Gaussian distributions. Thus you have to evaluate the mean (for given initial conditions) ##(\langle x(t) \rangle, \langle p(t) \rangle)## and the covariance matrices ##\langle x_i(t) x_j(t)##, ##\langle p_i(t) p_j(t)##, and ##\langle x_i(t) p_j(t)##.

The calculation is a bit lengthy for the forum, but the idea is as follows: You calculate the Green's function of the deterministic part of the equation, i.e.,
$$\dot{G}+\gamma G=\delta(t) \; \Rightarrow \; G(t)=\Theta(t) \exp(-\gamma t)$$
Then the solution for the stochastic equation reads
$$p(t)=-\sqrt{2B} \int_0^t \mathrm{d} t' G(t-t') \xi(t')+p_0 \exp(-\gamma t).$$
Because ##\dot{x}=p/m## you need to integrate this only once more for ##x(t)##, and then you can evaluate all the needed averages using
$$\langle \xi(t) \rangle=0, \quad \langle \xi(t) \xi(t') \rangle=\delta(t-t').$$
 
  • Like
Likes   Reactions: H Quizzagan

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K