The Renormalization Group
Kadanoff block spins, RG flow equations, fixed points, relevant and irrelevant operators, and real-space RG
Historical Context
The renormalization group (RG) is arguably the deepest conceptual advance in theoretical physics of the 20th century. Leo Kadanoff introduced the block spin concept in 1966, providing the intuitive picture of coarse-graining. Kenneth Wilson formalized this into the renormalization group in 1971, developing both the conceptual framework and computational tools (the epsilon expansion). Wilson received the 1982 Nobel Prize for this work.
The RG explains why universality exists: under successive coarse-graining, different microscopic systems flow to the same fixed point, which determines the critical exponents. The framework extends far beyond statistical mechanics -- it underlies our understanding of quantum field theory, the running of coupling constants in particle physics, and the effective theory approach in condensed matter.
1. Kadanoff Block Spin Transformation
Derivation 1: The Coarse-Graining Idea
Consider a lattice of Ising spins with lattice spacing \(a\). Kadanoff proposed grouping spins into blocks of size \(b^d\) (where \(b > 1\)) and replacing each block by a single effective spin:
The key assumption is that the coarse-grained system can be described by the same type of Hamiltonian with renormalized couplings:
The RG transformation maps coupling constants: \((K, h) \to (K', h') = \mathcal{R}_b(K, h)\). Each transformation:
- Reduces the number of degrees of freedom by \(b^d\)
- Increases the effective lattice spacing: \(a' = ba\)
- Decreases the correlation length in lattice units: \(\xi' = \xi/b\)
The last point is crucial: if \(\xi\) is measured in units of the lattice spacing, each RG step brings the system effectively further from criticality (unless \(\xi = \infty\)).
2. Fixed Points and RG Flow
Derivation 2: Fixed Point Condition and Linearization
A fixed point \(\mathbf{K}^*\) satisfies \(\mathcal{R}_b(\mathbf{K}^*) = \mathbf{K}^*\). Since \(\xi' = \xi/b\) at a fixed point either \(\xi^* = 0\) (trivial fixed point: high-T or low-T) or \(\xi^* = \infty\) (critical fixed point).
Near a fixed point, linearize the RG transformation:
Diagonalizing the matrix \(\mathbf{M}\) gives eigenvalues \(\lambda_i = b^{y_i}\)and corresponding scaling fields \(u_i\). Under RG:
The exponents \(y_i\) classify the operators:
- Relevant (\(y_i > 0\)): \(u_i\) grows under RG, drives system away from critical point
- Irrelevant (\(y_i < 0\)): \(u_i\) shrinks, washed out at large scales -- explains universality
- Marginal (\(y_i = 0\)): requires higher-order analysis
Why Universality?
Different microscopic systems correspond to different initial points in coupling space. Under RG flow, irrelevant operators decay away, and the long-distance behavior is controlled entirely by the fixed point and the relevant operators. Systems that flow to the same fixed point share the same critical exponents -- this is universality. The number of relevant operators equals the number of independent thermodynamic variables needed to tune to the critical point (typically 2: temperature and field).
3. Critical Exponents from the RG
Derivation 3: Relating RG Eigenvalues to Exponents
The two relevant scaling fields for a magnetic system are the thermal field\(u_t \propto t = (T - T_c)/T_c\) and the magnetic field \(u_h \propto h\). Under RG:
The free energy density transforms as \(f_s(u_t, u_h) = b^{-d}f_s(b^{y_t}u_t, b^{y_h}u_h)\). Choosing \(b = |u_t|^{-1/y_t}\):
Comparing with the scaling form \(f_s \sim |t|^{2-\alpha}\):
All six critical exponents are determined by just \(y_t\) and \(y_h\). The scaling and hyperscaling relations follow automatically.
4. Example: 1D Ising Model Decimation
Derivation 4: Exact RG in 1D
For the 1D Ising model, we can perform an exact RG by summing over every other spin (decimation, \(b = 2\)). The partition function for three consecutive spins:
We want this to equal \(e^{K's_1s_3 + C}\). Setting \(s_1 = s_3 = 1\)and \(s_1 = -s_3 = 1\):
Solving:
The fixed points are \(K^* = 0\) (infinite temperature, trivial) and\(K^* = \infty\) (zero temperature). The linearized RG near \(K = \infty\)confirms \(T_c = 0\): there is no finite-temperature fixed point in 1D.
5. Approximate RG for the 2D Ising Model
Derivation 5: Majority Rule RG
For the 2D triangular lattice, group spins into triangles (\(b = \sqrt{3}\)). The block spin is the majority vote of three spins. After tracing over internal degrees of freedom (approximately), the RG recursion relation is:
The nontrivial fixed point occurs at \(K^* \approx 0.336\), giving\(k_BT_c/J \approx 2.98\) (exact value for the triangular lattice: 3.641). The thermal eigenvalue gives \(y_t \approx 0.88\), yielding\(\nu \approx 1.14\) (exact: \(\nu = 1\)). While approximate, this demonstrates the RG machinery in action.
6. Applications
Key Applications
Quantum field theory: The RG explains the running of coupling constants (e.g., the fine structure constant varies with energy scale). Asymptotic freedom in QCD was discovered using RG methods.
Kondo problem: Wilson's numerical RG solved the Kondo problem of magnetic impurities in metals, demonstrating the power of the method beyond perturbation theory.
Polymer physics: The RG explains why long polymer chains are self-similar and computes the universal exponent \(\nu \approx 0.588\) relating size to length.
Turbulence: RG methods have been applied to the Navier-Stokes equations to study the energy cascade in turbulent flows.
7. Computational Exploration
This simulation demonstrates RG flow, fixed points, the 1D Ising decimation, and how irrelevant operators decay under coarse-graining.
Renormalization Group: RG Flow, Fixed Points, Decimation, and Scaling Fields
PythonClick Run to execute the Python code
Code will be executed with Python 3 on the server
8. Summary and Key Results
Core Formulas
- Scaling field: \(u_i' = b^{y_i}u_i\)
- Correlation length: \(\nu = 1/y_t\)
- Free energy: \(f_s = |t|^{d/y_t}\Phi(h/|t|^{y_h/y_t})\)
- 1D Ising: \(K' = \frac{1}{2}\ln\cosh(2K)\)
Physical Insights
- RG = systematic coarse-graining of degrees of freedom
- Universality: irrelevant operators wash out
- Fixed points determine critical behavior
- Only 2 relevant operators for typical magnetic transitions