Renormalization Group for Urban Scaling
The renormalization group (RG) explains why cities obey power laws. By iteratively coarse-graining the urban density field and tracking how parameters flow, we show that the scaling exponent \(\beta = 3/4\) from Module 1 is a universal fixed point—not an accident of network optimization but an inevitable consequence of scale invariance.
1. Coarse-Graining: Block-Spin Transformation
Consider a 2D urban density field \(\rho(\mathbf{x})\) defined on a lattice with spacing \(a\). The RG transformation consists of three steps:
- Block: Group sites into blocks of \(b \times b\) cells (where \(b\) is the rescaling factor).
- Average: Assign each block a coarse-grained density \(\tilde{\rho}\) by averaging over the block:
\(\tilde{\rho}_I = \frac{1}{b^d}\sum_{i \in \text{block } I}\rho_i\)
- Rescale: Shrink the lattice spacing back to \(a\) by the substitution \(\mathbf{x} \to \mathbf{x}/b\).
After one RG step, the system looks the same (same lattice spacing) but at a coarser scale. If the system is at a fixed point, the statistical properties are unchanged:
$$\mathcal{R}[\rho^*] = \rho^*$$
where \(\mathcal{R}\) is the RG transformation operator. Fixed points correspond to scale-invariant states—the system looks the same at all scales.
2. Scaling Relations at the Fixed Point
Near the fixed point, the RG transformation acts linearly on deviations. An extensive quantity \(\Lambda\) (such as total road length in a block) transforms under blocking by a factor \(n_b = b^d\) (number of cells per block) as:
$$\Lambda(n_b \cdot N) = n_b^{\beta}\,\Lambda(N)$$
For infrastructure networks in \(d\)-dimensional embedding, the fixed-point condition requires that the network length scales sublinearly with the number of nodes served (since the network can be shared). The RG flow converges to:
$$\beta = 1 - \frac{1}{d}$$
For urban infrastructure embedded in \(d = 3\) (accounting for the vertical dimension of buildings and underground utilities):
$$\beta = 1 - \frac{1}{3} = \frac{3}{4} = 0.75$$
This recovers the Bettencourt-West result from Module 1, but now we see it is deeperthan network optimization: it is the unique fixed point of the renormalization group flow. Any initial condition in the basin of attraction flows to this exponent under repeated coarse-graining.
3. Universality: Why Details Do Not Matter
The power of the RG approach is universality. The exponent \(\beta = 3/4\) does not depend on:
- The specific network topology (grid, hub-and-spoke, organic)
- The optimization criterion (minimize total length, minimize travel time, minimize cost)
- The detailed arrangement of buildings and roads
- The history of how the city grew
It depends only on the embedding dimension \(d\) and the extensive nature of the quantity being scaled. This is directly analogous to critical phenomena in statistical mechanics, where exponents depend only on symmetry and dimensionality, not on microscopic interactions.
The linearized RG at the fixed point defines relevant and irrelevant perturbations:
$$\delta\rho \to b^{y_i}\,\delta\rho, \qquad y_i > 0 \text{ (relevant)}, \quad y_i < 0 \text{ (irrelevant)}$$
Irrelevant perturbations (the detailed urban microstructure) wash out under coarse-graining. Relevant perturbations (population, embedding dimension) determine the universality class.
4. Tracing the RG Flow
We demonstrate the RG by iteratively coarse-graining a synthetic urban density field and measuring how the effective scaling exponent converges to the fixed point.
Renormalization Group Flow of Urban Density Field
PythonClick Run to execute the Python code
Code will be executed with Python 3 on the server
5. Connecting the Modules
The RG provides the deepest understanding of the scaling laws encountered throughout this course:
- Module 1 (Allometry): The exponent \(\beta = 3/4\) was derived from network optimisation. The RG shows this is the only possible fixed point for \(d=3\).
- Module 3 (CA): Cellular automata generate spatial patterns that, under coarse-graining, flow to the same fixed point—regardless of the specific transition rules.
- Module 8 (Fractals): DLA clusters have a fixed fractal dimension because the growth process is at an RG fixed point of the Laplacian field.
- This chapter: The RG unifies these observations into a single framework of scale invariance and universality.