lecture5

Lecture 5

Self-Avoiding Chain

  • A self-avoiding chain is a freely jointed chain the does not cross over itself.
    • One of the first scientists to work on this problem is Flory.
  • We want to quantify how the chain avoids crossing itself. This is done by examing the free energy of the chain.

Free Energy Discussion:

We need expression for the energy and the entropy of the self-avoiding chain.

  • Approximate the entropy as that of the FJC.
  • Energy term will be used to penalize crossing over.
    • Consider a single monomer (link) along the chain.
      • Assign an energy penalty for having non-neighboring monomers near the monomer .
      • Let this number be described by the density of monomers multiplied by some small volume that encolses the monomer .

We want to minimize with respect to to figure out the optimal size of the chain.

This is an important result! For the self-avoiding chain whereas for the other models .

Aside: DNA

DNA behavior is well predicted by that of a worm-like chain. We know the following for a worm-like chain:

Lets examine the RMS length of DNA from different organisms.

  • Lambda Phage
    lambdaphage
    • ;
  • E Coli
    ecoli
    • ;
  • Human Cell
    humancell
    • ; (Cell Nucleus)

In each case the RMS length of the DNA is much bigger than the size of it’s enclosing cell structure. Single cell organisms like Lambda Phage and E Coli take care of this by having very hard cell walls to keep DNA enclosed at a high pressure. In human cells however, the nucleus walls of very weak. Tight packing of DNA into chromosomes ensures that the DNA to remains contained in the nucleus.

Concluding Remarks about Polymers

The MSD distance of a polymer always has behaves like something of the form:

  • If then the polymer is floppy and dense.
  • If then the polymer is straight and stiff.

Lipids

Lipids are molecules found in cells and one of their functions is to group together forming cell membranes. Consists of a head and a tail. The head is hydrophilic - attracted to water - while the tail is hydrophobic - repelled by water.

lipidex
An example of the different kind of groupings lipids can make.

Do Lipids Always Self-Assemble into Membranes?

There is a trade off between lipids being spread apart or grouped together like in membranes.

  • Free Lipids
    • High entropy
    • High energy
  • Grouped Lipids
    • Low entropy
    • Low energy

Free Energy Discussion

Hypothesis: lipids transition from free to grouped when .

We can quantify the energy of a single lipid assuming that it has an approximately cylindrical shape as:

For free lipids, we can approximate the entropy of a single lipid as that of an ideal gas particle.

For an ideal gas the average energy . Now lets put this all together to calculate , the energy at which we hypothesized free lipids will group together.

This final expression above is the transition energy. Lets find the corresponding density where the transition occurs.

So the prediction is that where is the length of the lipid’s chain. It turns out that this corresponds to very low critical densities. Therefore, even at low lipid density they easily start packing together.

Written with StackEdit.

1d_diffusion_notes

1D Diffusion Notes

1 Cell Diffusion with No State Switching

Prediction

The probability density for cell location given a time should look like a normal distribution. As time increases this prediction becomes less accurate since more and more particles get absorbed at the right side boundary.

The extra factor of two in is because of the reflective boundary at the origin. In an 1D random walk so , therefore , and .

Results

At small times the data is very much inline with prediction.

pdf_0500
pdf_1000

At large times the data starts to diverge from a normal distribution as more and more cells are absorbed.

pdf_2000
pdf_3000

Prediction

is the probability density of the first passage time. It is expressed as the following:

This equation has a solution for our set of initial and boundary conditions. In the large time limit this solution can be expressed as:

In the following plots only the first term, , from the series is used.

Results - Update

The results are plotted here on a normal scale and on a semilog scale. The prediction at large times does seems to be in agreement with the simulations. Update, I have since gone back and remade the plots as a histogram. In creating the histograms I weight the probability density in each bin by the width of the bin to ensure that the whole probability density is properly normalized.

time_pdf_2_histfix

time_pdf_semilog2_histfix

Old Plots
I believe the thickness of the band in the data is due in part because of the large time scale plotted and that on small timescales there is lots of variation in the probability density.

time_pdf_1
time_pdf_semilog1

Written with StackEdit.