Helix Coil Transition
1. The helix coil transition is not a real phase transition but is a cooperative transition between a molecule being in a mostly helical state, and a mostly coiled state. This is discussed in Nelson Chapter 9. It is often described by the Zimm Bragg
Links to an external site. model which is equivalent to the one dimensional Ising model. Using the attached file, we can simulate this model. In the ising model, the energy depends on the spin coupling J, and magnetic field
h
E=∑ni=1[−Jsisi+1−hsi]
where si=±1. Because the partition function involves
J/(kBT), we can rescale our units so that
T→kBT/J,
h→h/J and eliminate
J.
Use hw7/helix_coil.py to find the magnetization as a function of T and
h (the mac version will only be useful for old systems). Compare this with the theoretical result for the Ising model given by Nelson "Your Turn 9H"
Links to an external site. and eqn (9.25) or by looking here.
Links to an external site.(Note that their expression for the magnetization can be further simplified algebraically to yield a simpler formula.), or here on their page 129
Links to an external site..
To find the relationship between the parameters J and
h, you can use the discussion in Nelson. He has a parameter that is the propensity to form an alpha helix, that he calls
α. This is related to
h in the above formula as
h=kBTα. The propensity to form a helix depends on temperature. Around the temperature of the transition, he writes
kBTα=ΔEbond2Tm(T−Tm)
So that α passes through zero at
T=Tm. So there are two independent parameters you need to consider
Tm and
A≡ΔEbond/2Tm.
Tm is the absolute position on the temperature axis of where the transition takes place, and
A is the scale relative to
Tm.
The other parameter γ that Nelson uses, is related to
J in the Ising model by
J=kBTγ. This defines how cooperative the transition is.
Looking at the above theoretical result for the magnetization of the Ising model mentioned above
Links to an external site., try to understand the optical rotation θ, (i.e. helix fraction) as as the temperature is changed for a fixes
γ. In other words, suppose the cooperativity is small,
γ≪1, you can examine what happens as you change the temperature. Changing the temperature around
Tm is the same as changing
α. So as
α goes from negative to positive values, plot
θ. Now do the same for a larger value of
γ. What qualitatively can you say about the shape of the curves? How does this compare with the simulation?
[Note: if you examine the code, you will see that there is a factor of two difference in the temperature (or equivalently the Hamiltonian) used there and the definition used in the analytical formulas. So it is important to take this into account when doing a comparison.]
2. Biological questions:
- Give examples of two proteins that are primarily composed of alpha helices. What are their functions?
- What is a "coiled coil"?
- In an alpha helix, are some amino acids more commonly seen than others? Give examples of some that are frequently found, and others that are unlikely to be in such a secondary structure. For some of those unlikely to be in alpha helices, give reasons why they are disfavored.