HomeArticlesPolymer Physics

A Polymer Chain as a Random Walk: Where the Flory Exponent Comes From

An ideal chain's size grows as the square root of chain length — let it avoid itself and that exponent creeps up to about 0.588, a number no one could derive with pencil and paper alone.

mysimulator teamUpdated June 2026≈ 8 min read▶ Open the simulation

The ideal chain: a random walk with no memory

The simplest model of a polymer, the freely-jointed chain, treats it as N rigid segments of length b joined at freely rotating hinges, with each segment's direction chosen completely independently of every other. That is exactly the definition of a random walk, and it inherits a random walk's core statistical result directly.

Mean squared end-to-end distance of an ideal chain:
  <R²> = N b²          →     R_typical ~ b · N^(1/2)

Doubling the number of segments does not double the chain's overall size — it multiplies it by only about 1.4. That sub-linear scaling is the whole reason polymers coil up into compact, tangled blobs rather than stretching out anywhere near their full contour length.

Radius of gyration

End-to-end distance is one useful size measure, but it only tracks the two chain ends. The radius of gyration Rg — the root-mean-square distance of every segment from the chain's own centre of mass — is a more robust measure that experiments like light scattering actually access directly. For an ideal chain the two are simply related, Rg² = R²/6, and Rg inherits the same N^(1/2) scaling.

Real chains can't overlap: the self-avoiding walk

A real polymer's segments occupy physical space and cannot pass through each other — the excluded-volume effect. A self-avoiding walk enforces that constraint by rejecting any step that would revisit an already-occupied site. There is no closed-form exact solution for its statistics in two or three dimensions, but computer enumeration and simulation show unambiguously that excluded volume swells the chain beyond the ideal prediction — the same underlying power law survives, just with a larger, universal exponent.

live demo · a polymer chain growing as a self-avoiding random walk● LIVE

The Flory exponent

The general scaling law is written R ~ N^ν, where ν = 1/2 for an ideal chain and ν ≈ 0.588 for a self-avoiding walk in three dimensions — the Flory exponent, named for Paul Flory's 1949 mean-field derivation, which balanced excluded-volume repulsion against entropic elasticity to get an approximate value of exactly 3/5, remarkably close to the modern, rigorously computed figure. In two dimensions the exact exponent is 3/4; in a theta solvent, where attractive and repulsive segment interactions exactly cancel, real chains recover the ideal ν = 1/2.

ideal chain (3D):            R ~ N^0.5
self-avoiding walk (3D):     R ~ N^0.588
self-avoiding walk (2D):     R ~ N^0.75

excluded volume > 0 pushes ν above 0.5; a theta solvent brings it back down to 0.5

Measuring the exponent from an ensemble

In practice, ν is extracted numerically: generate a large ensemble of independent self-avoiding walks across a range of chain lengths N, compute the average size at each N, and plot log(size) against log(N). The slope of the resulting straight line is ν. The live demo above does exactly this, growing many chains and letting you watch the power-law relationship emerge directly from the simulated ensemble.

Frequently asked questions

Why does an ideal chain's size scale as the square root of its length?

An ideal chain is a random walk with statistically independent, uncorrelated steps, exactly like Brownian motion. For any such random walk, the mean squared end-to-end distance grows linearly with the number of steps N, so the distance itself (the square root of that quantity) grows as the square root of N — a direct consequence of how variances add for independent random steps, not something specific to polymers.

What is a theta solvent and why does the chain behave ideally there?

In a theta solvent at the theta temperature, the effective attraction between polymer segments (from solvent-mediated interactions) exactly balances the excluded-volume repulsion that would otherwise swell the chain. With those two effects cancelling, the chain behaves statistically as if it were an ideal random walk with no excluded volume at all, recovering the simple N^0.5 scaling even though it's a real chain in a real solvent.

How is the Flory exponent actually measured or derived?

Flory's original 1949 derivation used a mean-field argument balancing excluded-volume repulsion against entropic elasticity, giving ν = 3/5 in three dimensions — remarkably close to the modern, more rigorous renormalization-group and lattice-simulation value of about 0.588. In practice it is measured by generating an ensemble of many independent self-avoiding walks at a range of chain lengths N, plotting log(size) against log(N), and reading the exponent off the slope of the resulting straight line.

Try it live

Everything above runs in your browser — open Polymer Chain Random Walk and change the parameters while it is running. Nothing is installed, nothing is uploaded, the whole model lives in one tab.

▶ Open Polymer Chain Random Walk simulation

What did you find?

Add reproduction steps (optional)