Single-Molecule Force Spectroscopy
Single-Molecule Force Spectroscopy
Probing Biology One Molecule at a Time
Single-molecule force spectroscopy (SMFS) uses atomic force microscopy (AFM) or optical tweezers to apply and measure piconewton forces on individual molecules — proteins, DNA, receptor-ligand bonds. This reveals mechanical properties invisible to bulk experiments.
Bell-Evans Model for Bond Rupture
When a bond is pulled apart at a constant loading rate r (force increase per unit time, pN/s), the most probable rupture force F* is:
- x_β = distance to the transition state along the reaction coordinate (~0.1–1 nm)
- k_off = spontaneous off-rate at zero force (s⁻¹)
- Higher loading rates → higher rupture forces (the bond has less time to thermally escape)
- F* increases logarithmically with loading rate
Optical Trap Fluctuations
A trapped bead behaves as a harmonic oscillator. By the equipartition theorem, thermal energy partitions equally into each degree of freedom:
The root-mean-square positional fluctuation is:
Stiff traps (large k_trap) have small fluctuations — essential for detecting sub-nanometer displacements.
Stokes Drag Force
When a bead moves through viscous fluid at velocity v, the drag force is:
where η = fluid viscosity (≈ 1 mPa·s for water) and r = bead radius. This drag limits the speed of optical tweezers experiments.
Your Task
Implement three functions:
rupture_force_pN(r_pN_s, x_beta_nm, k_off_s=1.0, T_K=298)— Bell-Evans most probable rupture force in pNtrap_fluctuation_nm(k_trap_pN_nm, T_K=298)— RMS bead displacement in an optical trap in nmstokes_drag_pN(r_nm, v_nm_s, eta_Pa_s=1e-3)— Stokes drag force in pN