User:Brian P. Josey/Notebook/2010/07/09: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 126: Line 126:


==More on Random Walks==
==More on Random Walks==
Polymers are interesting, in that they move around and change their shapes depending on the forces acting on them from whatever medium they are suspended in. Like an individual particle moving around in water, a protein, which is a polymer of amino acids gets knocked around by the water it is in, and changes its shape slightly from one moment to the next. A really simplified polymer, one with N number of units connected so that there can be any angle between them, like chains of paperclips, and a constant distance between adjoining units. Here the distance between any two can be thought of as the vector sum of moving from one monomer to the last one in question hitting each of the intervening monomers in the process. The coil size of the polymer then increases proportionally as the square root of the molar mass. Of course, this doesn't work with polymers composed of monomers that are strongly self-attractive, which results in globular proteins and follows a non-random walk pattern. Polymers can be classified as "compact" or "extended" depending on their properties.
==More on Diffusion==
Diffusion is a vital process on the cellular level for it allows proteins, nutrients and everything else to move through out the cell to supply whatever is needed to different parts of the cell for important life processes. Of course, it is easier for a prokaryote to survive on diffusion than eukaryote like us, which is why we study kinesin in this lab. And diffusion is very simple, and is governed by a single equation. The equation is called "Fick's Law" and is:
<math>
j=-D \frac {dc}{dx}
</math>
Where:
* ''j'' is measures the net number of particles moving from one side to another,
* ''D'' is the same factor as above,
* ''x'' is measure of length, and
* ''c'' is the number density of particles as a function of distance.
It's important to understand that the particles are not being pushed away by each other, in fact the book assumes that all movement is independent of the location of other particles, but by probability. Simply put, if each particle is allowed to move to the left or right equally, and there are more on the left than the right, it would make more sense that there would be more particles moving from the higher concentration on the left to the right side than there would be going in the opposite direction. The particles don't "want" to be alone, they just end up that way.
Extending Fick's law into three dimensions and using vectors you get:
<math>
\vec j= -D \nabla c
</math>
and the concentration as a vector function changes also:
<math>
\frac {\partial c} {\partial t} = D {\nabla}^2 c
</math>
It should be noted that it's not just the number of particles that gets dissipated through the diffusion process. ''Any'' conserved quantity that can be carried by random walks will have a diffusive transport law, like energy or heat.


<!-- ##### DO NOT edit below this line unless you know what you are doing. ##### -->
<!-- ##### DO NOT edit below this line unless you know what you are doing. ##### -->

Revision as of 14:46, 9 July 2010

Project name <html><img src="/images/9/94/Report.png" border="0" /></html> Main project page
<html><img src="/images/c/c3/Resultset_previous.png" border="0" /></html>Previous entry<html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</html>Next entry<html><img src="/images/5/5c/Resultset_next.png" border="0" /></html>

Ch 4 Random Walks, Friction, and Diffusion

Continuing from my notes yesterday.

Random Walks and Diffusion

Random Walk is a process where something moves in steps, where each step is determined by random chance. For example, if you have a pawn on a chess board, and you have two coins that you flip. Depending on how one the coins lands, you move it either to the left or right one square, and similarly up and down based on the second coin. It then becomes impossible to determine exactly where the pawn will move before flipping each coin, and impossible to determine exactly where the pawn will be after n-number of turns. Essentially, you cannot say anything exact about its motion, and looking at its history will not help you determine where it will end up. However, you can say probabilistically where it could end up.

Diffusion Law is a mathematical law that predicts the displacement of a particle after a number of steps in a random walk process. Using the example of a marker being moved back and forth depending on how a coin lands after flipping, the expectation value of the location of the marker is given by:

[math]\displaystyle{ \langle (x_N)^2 \rangle = \langle (x_{N-1} + k_N L)^2 \rangle = \langle (x_{N-1})^2 \rangle +2L \langle x_{N-1} k_N \rangle + L^2 \langle (k_N)^2 \rangle }[/math]

Where:

  • xi is the displacement of the marker after i number of steps
  • L is the length of each step, assumed to be constant for both forward and backwards and each iteration
  • N is the total number of steps
  • kN is either +1 or -1, representing a movement in the positive or negative direction depending on how the coin lands, notice the last term becomes just L2 in the above equation

This can then be generalized to:

[math]\displaystyle{ \langle (x_N)^2 \rangle = NL^2 }[/math]

Then if we wait a time t, the marker will move N=t/Δt steps, where Δt is the time between steps. Then by introducing a constant, D, called the diffusion constant, we get the diffusion law for one-dimension, which states:

  • The mean-square displacement increases linearly in time for a one-dimensional random walk given by:

[math]\displaystyle{ \langle (x_N)^2 \rangle = 2Dt }[/math]

  • where the constant D equals L2/(2Δt)

But it is very important to remember that the brackets indicate an average, and any particular example will not conform exactly to the diffusion law, instead the average over a large number of examples will conform to the law. This law then can be generalized for higher dimensions. To do this, x is swapped out with the position vector, and using the fact that the step size in a 2 dimensional diagonal is actually [math]\displaystyle{ L \sqrt {2} }[/math], the diffusion law in two-dimensions is:

[math]\displaystyle{ \langle (\vec r_N)^2 \rangle = 4Dt }[/math]

and similarly, in three-dimensions it is:

[math]\displaystyle{ \langle (\vec r_N)^2 \rangle = 6Dt }[/math]

This diffusion law, however, is fairly simplistic, and in the real world random walks don't take discrete steps of uniform size, there is a continuum of step sizes. Fortunately, the diffusion law is universal, as long as there is some distribution of random, independent steps. Working in one-dimension, given a set of numbers Pk, the probabilities of taking steps of length kL, where k is an integer. The length kj of the jth step can be negative or possitive, we can calculate u which is the mean value of kj:

[math]\displaystyle{ u= \langle k_j \rangle = \sum {k} kP_k }[/math]

This value, u, then describes the average drift motion that is superimposed on the random walk. This can then be put into the above equation used to describe the distance traveled by the marker (top equation on the page) to find the mean position of the marker:

[math]\displaystyle{ \langle x_N \rangle = \langle x_{N-1} \rangle + L \langle k_N \rangle = \langle x_{N-1} \rangle + uL= NuL }[/math]

Then by measuring the variance in the motion, omitted to save space and time, the variance in the mean displacement is found by:

[math]\displaystyle{ variance (x_N) = 2Dt }[/math]

where

[math]\displaystyle{ D= \frac {L^2} {2 \delta t} \times variance(k) }[/math]

If the drift, u, is zero, then the equation just simplifies to the simpler diffusion law given above. From that, it is clear that the diffusion law is model independent.

Friction

Diffusion is essentially the result of random fluctuations, and it can be argued that friction is also the result of the same interactions. As a simple example, imagine a body, mass m, moving in one dimension, denoted by x under a constant force, f. As this body moves, it collides with other particles once every Δt, and given the starting value of the velocity as v0,x. The uniformally accelerated motion of the particle can then be described by:

[math]\displaystyle{ \Delta x= v_{0,x} \Delta t + \frac {f} {2m} (\Delta t)^2 }[/math]

Since each collision is independent of all other collisions, then each step, v0,x, is either positive or negative and it's average value [math]\displaystyle{ \langle v_{0,x} \rangle }[/math] is zero. Then the average displacement from each collision is then [math]\displaystyle{ \langle \Delta x \rangle = (f/2m)(\Delta t)^2 }[/math]. Even though the particle is buffered by random collisions, it still neverless has a net drift velocity equal to the average change in position over the time between collisions or:

[math]\displaystyle{ v_{drift}=\frac {f} {\zeta} }[/math]

where

[math]\displaystyle{ \zeta= \frac {2m} {\Delta t} }[/math]

This ζ is the viscous friction coefficient and the above example illustrates that a particle under a constant force does come to a terminal velocity that is proportional to the force, keeping consistent with observations of larger bodies. And with this it is possible to measure the viscous friction coefficient of a fluid experimentally by just measuring how long it takes for a particle to settle under gravity. However, the viscous friction coefficient is also related to the size of the particle. For a circular particle with radius R, it gives us Stokes equation:

[math]\displaystyle{ \zeta = 6 \pi \eta R }[/math]

and plugging in the relationship between the drift velocity, force and zeta I get:

[math]\displaystyle{ v_{drift} f = 6 \pi \eta R }[/math]

which has made more than its fair share of appearances in my notebook. Of course, μ represents the viscosity. From these it is possible to measure the mass of a particle, as long as you understand how to calculate the time between collisions, and the length of the collisions. Einstein did this by observing that (L/Δt)2 = (v0,x)2 , and given that the ideal gas laws states that:

[math]\displaystyle{ \langle (v_{0,x})^2 \rangle = \frac {k_B T} {m} }[/math]

it then comes down to Einstein's relation:

[math]\displaystyle{ \zeta D =k_B T }[/math]

Which all assembled together allows for the mass of molecules to be estimated.

Some Notes on What I've Written So Far

  • When I assumed that the collisions wiped away all memory of all older collisions, I was assuming the initial momentum of the particle was comparable to the momentum of the molecules striking it. A bullet fired from a gun will not come to a sudden stop if fired into water simply because one fast moving water molecule hit it in the sweet spot. It will however slow down as many particles hit it.

More on Random Walks

Polymers are interesting, in that they move around and change their shapes depending on the forces acting on them from whatever medium they are suspended in. Like an individual particle moving around in water, a protein, which is a polymer of amino acids gets knocked around by the water it is in, and changes its shape slightly from one moment to the next. A really simplified polymer, one with N number of units connected so that there can be any angle between them, like chains of paperclips, and a constant distance between adjoining units. Here the distance between any two can be thought of as the vector sum of moving from one monomer to the last one in question hitting each of the intervening monomers in the process. The coil size of the polymer then increases proportionally as the square root of the molar mass. Of course, this doesn't work with polymers composed of monomers that are strongly self-attractive, which results in globular proteins and follows a non-random walk pattern. Polymers can be classified as "compact" or "extended" depending on their properties.

More on Diffusion

Diffusion is a vital process on the cellular level for it allows proteins, nutrients and everything else to move through out the cell to supply whatever is needed to different parts of the cell for important life processes. Of course, it is easier for a prokaryote to survive on diffusion than eukaryote like us, which is why we study kinesin in this lab. And diffusion is very simple, and is governed by a single equation. The equation is called "Fick's Law" and is:

[math]\displaystyle{ j=-D \frac {dc}{dx} }[/math]

Where:

  • j is measures the net number of particles moving from one side to another,
  • D is the same factor as above,
  • x is measure of length, and
  • c is the number density of particles as a function of distance.

It's important to understand that the particles are not being pushed away by each other, in fact the book assumes that all movement is independent of the location of other particles, but by probability. Simply put, if each particle is allowed to move to the left or right equally, and there are more on the left than the right, it would make more sense that there would be more particles moving from the higher concentration on the left to the right side than there would be going in the opposite direction. The particles don't "want" to be alone, they just end up that way.

Extending Fick's law into three dimensions and using vectors you get:

[math]\displaystyle{ \vec j= -D \nabla c }[/math]

and the concentration as a vector function changes also:

[math]\displaystyle{ \frac {\partial c} {\partial t} = D {\nabla}^2 c }[/math]

It should be noted that it's not just the number of particles that gets dissipated through the diffusion process. Any conserved quantity that can be carried by random walks will have a diffusive transport law, like energy or heat.