Featured Post

#13 How enzymes propel themselves-III

/*-------------Divider-------------*/
After our discussion about the macroscopic diffusion, or the Fick's law, we will talk about the microscopic formulation of diffusion by Einstein. Einstein started approaching this problem from the perspective of probability and the conservation of probability, or the continuity equation, and ultimately reproduce Fick's law. He solved the diffusion equation and derived a famous equation:
/*-------------Divider-------------*/

Derivation of Fick's law from conservation of probability--the microscopic basis of diffusion

We have talked about the diffusion equation governing the foul-smelling molecules in fart. However, we did not talk about the microscopic nature of diffusion. Why should these molecules move around? Or even more basically, are they really moving?

Robert Brown, a botanist, qualitatively recorded the random motion of pollen suspended in water, which was then called Brownian motion. Einstein proposed that the motion of pollen is caused by the collision of pollen with water molecules in 1905, and he formulated the random walk model to explain the observed motion pattern. We could derive Fick's law from this random walk model.

It is always beneficial to start from a 1 dimensional system if the 3 dimensional one looks too formidable. Einstein started from the concept of probability. What is the probability density p(x,t) to find a particle in location x at time ? Assume the particle in x have probability kΔt to move to the left or right and probability (1-2kΔt) to stay in x every time Δt. Assume the stride length of the particle equals a.

Consider the net probability flux j between x and x+a, it could be written:
After Taylor expansion of p(x+a, t) and some arithmetics, it becomes:
If we define , Fick's first law reappears.


Aside from these, we could written the following equation according to the conservation of probability:
The 3 terms represent "not moving," "move from the left," and "move from the right", respectively. Assume a and Δt small enough, we could simplify the above equation using Taylor expansion:

After simple arithmetics, the conservation of probability now reads
It will become Fick's second law if we again define . In 3 dimensional form, the above equation becomes

Diffusion with convection

We assume the probability of moving to left and to right the same. What if these 2 probability are different? It may happen if your classmate use a hand fan to avoid smelling your fart. Assume the probability of moving to the right rΔt and moving to the left sΔt in time Δt. The conservation of probability now reads:
Again we use Taylor expansion and we will get:
Define (r-s)*a=v, or drift velocity. Define (r+s)*(a^2/2) = DWe will get the Smoluchowski equation:


The solution of Diffusion equation with delta function initial condition

We will then try to solve the diffusion equation without convection term with delta function initial condition. Assume all molecules initially concentrated in x=0. This distribution pattern could be expressed as a delta function δ(x). So our problem about the diffusion of your fart now becomes

The delta function looks troublesome and it is actually a special function. For more information, please read about our episode #50 (http://biophys3min.blogspot.tw/2016/06/50diracdeltafunction.html). We would like to transform it into something benign, so we perform Fourier transform on the above equation:
Assume that
The above equation then becomes (using integration by parts)
This is a simple ODE with solution
We will now perform inverse Fourier transform on F and we will get (using Gaussian integral)
 
Now we get the probability density of the molecules in x at time t. To estimate how far the particles diffuse, since the probability density function is an even function with respect to x, it is reasonable to calculate the expectation value of x^2, or <x^2>:
or <x^2> = 2Dt. It implies the root-mean-square distance of diffusion is proportional to the square root of time.

Comments