This is part of my “journal club for credit” series. You can see the other computational neuroscience papers in this post.
Unit: Diffusion
Organized by Ben Regner
- Standard Diffusion
- Anomalous Diffusion
- Life at Low Reynold’s Number
Papers
Brownian Motion. By Einstein in 1905.
Brownian Motion. By Langevin in 1908.
An Introduction to Fractional Diffusion. By Henry, Langlands, and Straka in 2010.
Other Useful References
What is diffusion?
Diffusion is the general process by which small particles move from regions of high concentration to low concentration. Check out the link to the Wikipedia articles above for some cool videos and animations. Diffusion is extremely ubiquitous and plays an essential role in biology. For example, oxygen diffuses from your lungs to unoxygenated blood, which then delivers it to the rest of your body where it diffuses out of your blood and into your cells. Additionally, signals between neurons are transmitted by several different diffusing molecules.
Mathematically, standard diffusion is described by two fundamental equations.
Fick’s First Law: Particles move from high-to-low concentration.
where is the number of particles,
is the location of the particles,
is the diffusion constant, and
is the flux of particles.
Fick’s Second Law: Conservation of particles combined with Fick’s First Law leads to the diffusion equation.
If particles cannot be created or destroyed, they follow a conservation law:
Combining the conservation law with Fick’s First Law gives us the diffusion equation:
Brownian Motion
In 1827 Robert Brown looked at pollen in water under a microscope, see Wikipedia page for simulations of the observations. Much to his surprise, the pollen acts as if it alive! Brown verified that pollen is not alive and any small, inorganic particle followed similar motion. In 1905, during Einstein’s miracle year, he wrote a paper on an atomistic description that describes Brownian Motion. In 1908 Langevin used a different approach (that is “infinitely simpler” in his words) to describe Brownian motion. The general explanations are outlined below.
1. Einstein’s Derivation
Einstein’s goal was a probability based description of Brownian motion that connects to Fick’s law. Einstein makes several assumptions about the particles, including
- Changes in boundaries do not effect the particles
- Particles are well-separated
- Stoke’s relation, which implies low Reynold’s number
In the end, Einstein finds a solution that is Gaussian, implying that the mean square displacement is linear in time for Brownian motion:
More generally, the mean square displacement could depend on some power of time, usually parameterized as
where is Brownian,
is subdiffusive,
is superdiffusive, and ballistic is
. Note, one can get up to
in certain turbulent regimes.
2. Langevin’s Derivation
The Langevin approach is to start with a particle based description. The first assumption is the equipartition theorem to determine the kinetic energy (KE)
Then, one looks at the actual forces on the particle:
KE = Stoke’s + stochastic variable
where is a stochastic variable. It is assumed to be zero mean, unit variance, and no time correlations, aka white noise.
After multiplying both sides of the equation by x, doing some algebra, and then taking the average solution, one arrives at the same results as Einstein (after ignore a short time transient).
3. Random Walk Derivation.
There is a third way to derive Brownian motion that is layed out in the book chapter above. The idea is to look at a single particle and do a microscopic random walk. One can set up a recursive definition that defines a binomial probability solution. After a large number of steps, the central limit theorem applies and we end up with a Gaussian solution.
How do we get Brownian motion?
In general, there are three conditions that need to be satisfied for Brownian motion:
1. Increments are independent
2. Increments are wide sense stationary. 1st moment and autocovariance don’t depend on time (this is weaker condition then complete stationarity)
3. Zero mean
The third condition is often ignored by examining the motion relative to the mean displacement (ie the actual displacement is not Brownian, but fluctuations in the displacement could be Brownian). So really, the first two are the more important conditions.
Fundamental Questions
- Einstein made three major assumptions in his derivation. 2/3 are often violated by biology, which assumption is relatively safe?
- What biological processes do you think are actually diffusive vs sub/super-diffusive? Think about the 3 conditions for Brownian motion listed above. Note, this is a preview for the next post.
Advanced Questions
- Learn about stochastic differential equations and their application to diffusion.
3 thoughts on “Standard Diffusion”
Comments are closed.