Starting from:
$30

$24

Physics 319 W2020 Assignment 3 Solution

1. Entropy versus energetics in a lattice model of ligand receptor binding

Consider a simple lattice model with 25 solvent lattice sites and 7 ligands. Assume one ligand binds to a receptor and is removed from the solvent lattice (the receptor is not part of the solvent lattice while ligands in solution occupy lattice cells).

    i) Sketch two possible microstates one each for before and after ligand binding. Calculate the entropy S for the two cases.

    ii) Calculate the change in entropy S upon ligand binding
iii)Is the entropy change after ligand binding favorable? Explain.

    iv) What would the difference between the solution and ligand binding energies have to be a multiple of kbT to exactly counter (match) this entropy change? Use the partition function weights for the two cases to solve this.


2. Book question 7.4 State probabilities in the MWC model

Plot the p0, p1, and p2, the probabilities of different states of occupancy for both the T and R states for the MWC model of the hypothetical dimoglobin (the subscripts refer to 0, 1 and 2 ligand molecules bound for both T and R states). Use the same parameters to generate your plot that were use used to generate Figure 7.21 (see below).

Hint: for each ligand occupancy state, consider both the T and R states together not separately.

Also since there is only one ligand; so instead of having two concentration variables x and y, it makes more sense to have one concentration variable x and a parameter De equal to the difference in binding energies between the R and T states.


The values of these parameters dictated by Fig. 7.21 are  = 2kBT and  = -4 kBT;-2 kBT; and 0. Use Matlab to plot your derived equations.
3. Book question 7.6

















A four-residue protein can take on the four different conformations shown in Figure 7.26 (see above). Three conformations are open and have energy  ( > 0) and one is compact, and has energy zero.

    (a) At temperature T, what is the probability, po, of finding the molecule in an open conformation? What is the probability, pc, that it is compact?

    (b) What happens to the probability pc, calculated in (a), in the limit of very large and very low temperatures?

    (c) What is the average energy of the molecule at temperature T?

4. Matlab Question

3-D random walks:

    a) Write a function that generates a 3-D random walk of a particle diffusing on a cubic lattice with a given number of steps N. Each step is taken in either the +x, -x, +y, -y, +z, or -z direction, each with an equal probability of 1/6. The step size is 1 pixel. The time between each step is 1 unit. Test your function with N = 1000 steps and display the trajectory on a 3-D plot (you can use the function plot3).

    b) Calculate the mean squared displacement. Plot it, fit a line, and calculate the diffusion coefficient of the walk from the fit (express it in terms of pixels2/units time).

    c) Now, let’s say you only measure the particle’s position once every 50 time units. Show a 3-D plot of the trajectory you observe. Calculate the diffusion coefficient from the observed positions. How does it compare to your answer in b)?

    d) We can also use 3-D random walks to model a polymer chain, where each step is a monomer in the chain. One interesting value from this model is the distance between the ends of the polymer. Simulate 100 random walks each after 100 different numbers of steps (N). Plot the mean of the squared displacement between the start and the end of the walk for each step size.

Hints:
    1. Be careful about how many steps your random walk has. The start position of (0,0,0) does not count as a step. If your walk has N steps, the step-by step position vector of the walk has N+1 points in total including the starting point.

    2. Each step of the random walk is taken in one of the +x, -x, +y, -y, +z, or -z directions with 1/6 probability for each, not simultaneously in one of +x or -x with probability 1/2, one of +y or -y with probability 1/2, and one of +z or -z with probability 1/2.

    3. In part b, the squared displacement for a given time lag is given by:
                        (  )
  (            )
[(  

)2 + (  

)2 + (  

)2]








=   ∑

  −  

  −  

  −  
















  =  
You need to calculate this for all timelags (1 to N-1).
4. Don’t forget to hand in your full code for this question.

More products