Problem solved in full
-
A 100-residue protein, three shapes per residue, and a search that outlasts the universe 6 steps
A chain of 100 residues can take three orientations at each one, and it can try a new arrangement every 10⁻¹³ s. Work out how long an exhaustive search takes. Then find the chain length where blind search stops being possible, and say what the paradox actually rules out.
-
Count the arrangements. Three choices at each of 100 residues is 3¹⁰⁰, and in logs that is 100 × log₁₀ 3 = 100 × 0.4771 = 47.71, so 5.15 × 10⁴⁷ conformations.
-
Each try takes 10⁻¹³ s, which is about the fastest anything moves in a molecule. Multiplying, the search takes 10⁴⁷·⁷¹ × 10⁻¹³ = 10³⁴·⁷¹ s.
-
Convert to years by dividing by 3.156 × 10⁷ s. The exponent drops by 7.50, giving 10²⁷·²¹ years.
-
The universe is 1.38 × 10¹⁰ years old, which is 10¹⁰·¹⁴. So an exhaustive search takes 10¹⁷·⁰⁷ times the age of the universe — and a real protein of this size folds in something between a millisecond and a second.
-
Now find where the trouble starts. Hold three states per residue and walk the chain length up: at 28 residues the search first passes one second, and at 65 it first passes the age of the universe. Below about 20 residues blind search is genuinely fine, which is why short peptides are not paradoxical.
-
Test the obvious escape. If the problem is three states, try two: 2¹⁰⁰ is 10³⁰·¹⁰, and the search still takes 10⁹·⁶ years. Cutting the states per residue by a third removed 17 orders of magnitude and left 9 more than a lifetime.
Answer
10²⁷ years, which is 10¹⁷ universes, for something that happens in under a second. The paradox does not say folding is impossible; it says the ALGORITHM is impossible, and those are different claims. Blind search is ruled out, and no amount of tuning the parameters rescues it, because the count is exponential in the chain length and every lever you have is inside the base. What is left is that the protein never enumerates: the energy landscape is a funnel, so almost every downhill step is progress and the chain is steered rather than searching. The sketch above is that funnel — the wide top is the 5.15 × 10⁴⁷, the point at the bottom is the native state N, and the two descending paths arrive together because the route does not matter. Levinthal published this in 1969 as an objection, and it became the argument for the mechanism that replaced it.
-
Learning path
Computing with molecules
References (1)
- A quantitative treatment of the paradox and why energetic bias collapses the search time: R. Zwanzig, A. Szabo and B. Bagchi, “Levinthal’s paradox.” Proceedings of the National Academy of Sciences 89(1), 20–22, 1992.