Cellular Mechanics

The mechanics of living cells: cytoskeleton structure and elasticity, viscoelastic constitutive models (Kelvin-Voigt, Maxwell, standard linear solid), creep compliance and stress relaxation, active matter physics, and the biophysics of cell migration.

Table of Contents

1. Cytoskeleton Mechanics

Schematic of the eukaryotic cytoskeleton showing actin filaments, microtubules, and intermediate filaments
The eukaryotic cytoskeleton: actin filaments (microfilaments), microtubules, and intermediate filaments provide mechanical support and enable cell motility — Source: Wikimedia Commons

The cytoskeleton is a dynamic network of protein filaments that gives cells their mechanical integrity, shape, and ability to move. Three types of filaments dominate:

Actin Filaments (Microfilaments)

F-actin is a semiflexible polymer with persistence length $l_p \approx 17\,\mu$m and diameter 7 nm. Its bending modulus is:

$$\kappa_{\text{actin}} = l_p k_BT \approx 7 \times 10^{-26}\text{ J}\cdot\text{m}$$

Actin forms the cell cortex (~100-500 nm thick layer beneath the membrane), stress fibers in adherent cells, and the leading edge lamellipodium during migration. The elastic modulus of a crosslinked actin network depends on filament concentration$c$ as $G \sim c^{5/2}$ (in the semiflexible regime).

Microtubules

Microtubules are hollow cylinders of tubulin dimers with diameter 25 nm and persistence length $l_p \approx 5.2$ mm — making them essentially rigid on cellular length scales. Their bending stiffness is:

$$\kappa_{\text{MT}} \approx 2 \times 10^{-23}\text{ J}\cdot\text{m}$$

Microtubules bear compressive loads in cells (unlike actin and intermediate filaments, which primarily bear tension). They buckle at forces of order$F_c = \pi^2 \kappa/L^2 \sim 1$ pN for a 10 $\mu$m filament.

Intermediate Filaments

Intermediate filaments (vimentin, keratin, lamin) have persistence length$l_p \approx 0.3\text{-}1\,\mu$m and are much more extensible than actin or microtubules, sustaining strains of 250-350% before failure. They provide mechanical resilience to cells and tissues, acting as a safety net against large deformations.

2. Viscoelasticity

Block diagram of an atomic force microscope showing cantilever, laser, photodetector, and sample stage
Atomic force microscopy (AFM) block diagram: AFM is a key technique for probing the viscoelastic properties of living cells at the nanoscale — Source: Wikimedia Commons

Why Cells Are Viscoelastic

Cells are neither purely elastic (solid) nor purely viscous (fluid). They exhibit viscoelastic behavior: their mechanical response depends on the timescale of deformation. The key features are:

  • Creep: Under constant stress, strain increases over time
  • Stress relaxation: Under constant strain, stress decreases over time
  • Hysteresis: Loading and unloading curves differ
  • Frequency dependence: Stiffness increases with deformation rate

The linear viscoelastic response is fully characterized by either the relaxation modulus $G(t)$ or the creep compliance $J(t)$:

$$\sigma(t) = \int_0^t G(t-t')\dot{\varepsilon}(t')\, dt'$$
$$\varepsilon(t) = \int_0^t J(t-t')\dot{\sigma}(t')\, dt'$$

Complex Modulus

For oscillatory deformation $\varepsilon(t) = \varepsilon_0 e^{i\omega t}$, the stress response is $\sigma(t) = G^*(\omega)\varepsilon(t)$ where:

$$G^*(\omega) = G'(\omega) + iG''(\omega)$$

$G'(\omega)$ is the storage modulus(elastic energy stored per cycle) and $G''(\omega)$ is the loss modulus (energy dissipated per cycle). The loss tangent $\tan\delta = G''/G'$ quantifies the relative importance of dissipation. For cells, typically $\tan\delta \sim 0.2\text{-}0.5$.

3. Kelvin-Voigt Model: Derivation

Model Construction

The Kelvin-Voigt model places a spring (modulus $E$) and dashpot (viscosity $\eta$) in parallel. Since both elements share the same strain:

$$\varepsilon_{\text{spring}} = \varepsilon_{\text{dashpot}} = \varepsilon$$

The total stress is the sum of spring and dashpot stresses:

$$\boxed{\sigma = E\varepsilon + \eta\dot{\varepsilon}}$$

Creep Response Derivation

Apply constant stress $\sigma_0$ at $t = 0$. The ODE becomes:

$$\eta\dot{\varepsilon} + E\varepsilon = \sigma_0$$

This is a first-order linear ODE. With initial condition $\varepsilon(0) = 0$(no instantaneous deformation because the dashpot cannot respond instantly):

$$\varepsilon(t) = \frac{\sigma_0}{E}\left(1 - e^{-t/\tau}\right), \quad \tau = \frac{\eta}{E}$$

The creep compliance is:

$$J(t) = \frac{\varepsilon(t)}{\sigma_0} = \frac{1}{E}\left(1 - e^{-t/\tau}\right)$$

The material creeps toward a finite equilibrium strain $\varepsilon_\infty = \sigma_0/E$, which is solid-like behavior. The retardation time $\tau = \eta/E$ characterizes how quickly equilibrium is reached.

4. Maxwell Model: Derivation

Model Construction

The Maxwell model places a spring and dashpot in series. Both elements carry the same stress, and the total strain is additive:

$$\sigma_{\text{spring}} = \sigma_{\text{dashpot}} = \sigma$$
$$\varepsilon = \varepsilon_{\text{spring}} + \varepsilon_{\text{dashpot}}$$

Differentiating and using $\dot{\varepsilon}_{\text{spring}} = \dot{\sigma}/E$ and$\dot{\varepsilon}_{\text{dashpot}} = \sigma/\eta$:

$$\boxed{\dot{\varepsilon} = \frac{\dot{\sigma}}{E} + \frac{\sigma}{\eta}}$$

Stress Relaxation Derivation

Apply constant strain $\varepsilon_0$ at $t = 0$ (so $\dot{\varepsilon} = 0$for $t > 0$). The ODE becomes:

$$\frac{\dot{\sigma}}{E} + \frac{\sigma}{\eta} = 0 \quad\Rightarrow\quad \dot{\sigma} = -\frac{E}{\eta}\sigma$$

With initial condition $\sigma(0) = E\varepsilon_0$ (instantaneous elastic response):

$$\sigma(t) = E\varepsilon_0\, e^{-t/\tau}, \quad \tau = \frac{\eta}{E}$$

The relaxation modulus is:

$$G(t) = E\, e^{-t/\tau}$$

The stress decays to zero, which is fluid-like behavior. Under constant stress (creep), the Maxwell model gives $J(t) = 1/E + t/\eta$ — an unbounded linear increase, characteristic of viscous flow.

Complex Moduli

For oscillatory deformation:

$$G^*_{\text{Maxwell}} = \frac{E\omega^2\tau^2}{1 + \omega^2\tau^2} + i\frac{E\omega\tau}{1 + \omega^2\tau^2}$$
$$G^*_{\text{KV}} = E + i\omega\eta$$

The Maxwell model is liquid-like at low frequency ($G' \to 0$ as $\omega \to 0$) and solid-like at high frequency. The Kelvin-Voigt model is always solid-like ($G' = E$ constant) with increasing dissipation at high frequency.

5. Creep Compliance & Stress Relaxation

Standard Linear Solid (Zener Model)

Neither the Maxwell nor Kelvin-Voigt model alone captures real cell behavior. The standard linear solid combines a Maxwell element in parallel with a spring, giving both creep and relaxation:

$$G(t) = E_\infty + (E_0 - E_\infty)e^{-t/\tau}$$

where $E_0$ is the instantaneous modulus and $E_\infty$ is the equilibrium (relaxed) modulus. The creep compliance is:

$$J(t) = \frac{1}{E_\infty} - \left(\frac{1}{E_\infty} - \frac{1}{E_0}\right)e^{-t/\tau'}$$

where $\tau' = \tau E_0/E_\infty$ is the retardation time (different from the relaxation time). This model gives a solid-like equilibrium ($J(\infty) = 1/E_\infty$) with an instantaneous elastic response ($J(0) = 1/E_0$).

Power-Law Rheology of Cells

Many cell types exhibit power-law creep rather than exponential relaxation:

$$J(t) = J_0\left(\frac{t}{t_0}\right)^\beta, \quad G^*(\omega) = G_0(i\omega\tau_0)^\beta$$

with $\beta \approx 0.1\text{-}0.5$ for most cell types. This implies a continuous distribution of relaxation times, consistent with the soft glassy rheology (SGR) model. The exponent $\beta$ relates to the "noise temperature"$x = 1 + \beta$:

  • $x \to 1$ ($\beta \to 0$): glass-like, very slow relaxation
  • $x = 1.5$ ($\beta = 0.5$): approaching fluid-like behavior

6. Active Matter

Active vs Passive Materials

Living cells are active materials: they continuously consume energy (ATP) to generate forces and drive motion. This fundamentally changes their mechanical behavior compared to passive (equilibrium) materials:

  • Violation of FDT: The fluctuation-dissipation theorem breaks down; fluctuations can exceed thermal predictions
  • Active stress: Molecular motors generate contractile stresses ($\sigma_{\text{active}} \sim 100\text{-}1000$ Pa in cells)
  • Self-organization: Spontaneous pattern formation, cortical flows, cell division

The active stress tensor in the actin cortex can be written as:

$$\sigma^{\text{active}}_{ij} = \zeta \Delta\mu \left(n_i n_j - \frac{1}{d}\delta_{ij}\right)$$

where $\zeta$ is the activity coefficient, $\Delta\mu$ is the chemical potential difference driving motor activity, and $\mathbf{n}$ is the local filament orientation.

Active Brownian Particles

The simplest active matter model is the active Brownian particle (ABP):

$$\dot{\mathbf{r}} = v_0\hat{\mathbf{e}}(\theta) + \sqrt{2D_T}\,\boldsymbol{\xi}_T$$
$$\dot{\theta} = \sqrt{2D_R}\,\xi_R$$

The mean-square displacement transitions from ballistic to diffusive:

$$\langle r^2(t) \rangle = 4D_T t + 2v_0^2\tau_p\left[t - \tau_p\left(1 - e^{-t/\tau_p}\right)\right]$$

where $\tau_p = 1/D_R$ is the persistence time. At long times, the effective diffusion coefficient is$D_{\text{eff}} = D_T + v_0^2/(2D_R)$ in 2D, which can be orders of magnitude larger than thermal diffusion alone.

7. Cell Migration

The Persistent Random Walk Model

Cell migration on 2D surfaces follows a persistent random walk: cells move in a roughly straight line for a persistence time $\tau_p$ (typically 10-60 minutes) before randomly reorienting.

The velocity autocorrelation decays exponentially:

$$\langle \mathbf{v}(t) \cdot \mathbf{v}(0) \rangle = v_0^2 e^{-t/\tau_p}$$

The MSD has two limits:

  • Short times ($t \ll \tau_p$): $\langle r^2 \rangle \approx v_0^2 t^2$ (ballistic)
  • Long times ($t \gg \tau_p$): $\langle r^2 \rangle \approx 4D_{\text{eff}} t$ (diffusive)

Force Generation During Migration

Cell migration involves a cyclic process:

  • Protrusion: Actin polymerization at the leading edge generates force $F \sim k_BT/(l \cdot \delta) \sim 1\text{-}10$ pN per filament
  • Adhesion: New focal adhesions form at the front
  • Contraction: Myosin II generates tension in stress fibers (~nN forces)
  • Retraction: Rear adhesions release, cell body translocates

The polymerization force at the leading edge can be estimated from the Brownian ratchet model:

$$F_{\text{poly}} = \frac{k_BT}{\delta}\ln\frac{k_{\text{on}}[G]}{k_{\text{off}}}$$

where $\delta \approx 2.7$ nm is the actin monomer size and$[G]$ is the free monomer concentration. Typical values give$F_{\text{poly}} \approx 1\text{-}5$ pN per filament, with ~100 filaments per $\mu$m of leading edge, generating ~100 pN/$\mu$m of force.

Related Video Lectures

Primary to Quaternary Structure

H-bonds in Folding & Energy Landscapes

8. Interactive Simulations

Viscoelastic Models: Kelvin-Voigt, Maxwell & Zener

Python

Compute and compare creep compliance and stress relaxation for the three fundamental viscoelastic models.

script.py144 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Cytoskeleton, Active Matter & Cell Migration

Python

Cytoskeletal filament properties, active Brownian particle simulation, and persistent random walk analysis.

script.py178 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server