Computational Techniques in Theoretical Physics
Section 6
 
Exact Solution in One Dimension
 
 

Like so many other problems in theoretical physics, the percolation problem can be solved exactly in one dimension, and some aspects of that solution seem to be valid also for higher dimensional cases.
 
 

Problem and System:

 

Definition of a cluster in 1-dim:
 

Example of a central 5-cluster.
 
Status of sites:
   
 
Probability of this configuration:
 
The probability of each site being occupied is p.
Since all sites are occupied randomly, the probability of two arbitrary sites being occupied is p2, for three being occupied is p3, and for five being occupied is p5. (This product property of the probabilities is valid only for statistically independent events, as for random percolation).

The probability of one end having an empty neighbor is (1-p), and the probability for both ends empty is (1-p)2 as the two ends are statistically independent.

Total probability of this configuration:

p5(1-p)2.
 

Cluster number per lattice site:
 

If the total chain length is L, with L -> infinity,   then the total number of five-clusters, apart from effects from the chain ends, is:
 
L p5(1-p)2
We see that it is practical to talk about the number of clusters per lattice site, which is the total number divided by L and thus
 
n5 = p5(1-p)2
This normalized cluster number is thus independent of the lattice size L and equals the probability that a fixed site is the end of a cluster.
 
Cluster number for clusters containing s sites.
We define ns as the number of such s-clusters per lattice site:
 
ns = ps (1-p)2
This normalized cluster number is crucial for many of our discussions in two or three dimensions. It equals the probability, in an infinite chain, of an arbitrary site being the left hand end of the cluster.
For p<1, the cluster number goes exponentially to zero if the cluster size s goes to infinity.
 

Percolation threshold
 

For p= 1, all sites of the chain are occupied, and the whole chain constitutes one single cluster.

For every p smaller than unity, there will be some holes in the chain where a site is not occupied, which means that there is no continuous row of occupied sites, i.e., no one-dimensional cluster, connecting the two ends.

In other words, there is no percolating cluster for p below unity. Thus the percolation threshold is unity:

pc = 1
Relationship between ns and p at p< pc
 
We have learned that:
 
P + sum s = 1, 2, 3, ...  ns s = p.

For p < pc, P=0, therefore:
 

 sum s = 1, 2, 3, ...  ns s = p

This law can also be checked directly from expression for ns = ps (1-p)2 and the formula for the geometric series:

 
sums=1 -> infinity ps (1-p)2 s =

(1-p)2 sums=1 -> infinity p d(ps)/dp =

(1-p)2 p [ d (sums=1 -> infinity ps) ] / dp =

(1-p)2 p [ d (p/(1-p)) ] / dp = p
 

 
For higher dimension the above equation is also valid except that one has to take into account the sites in the infinite cluster separately, if one does not include them in the sum over all cluster sizes. There this equation  is restricted to p < pc

Even in one dimension at p = pc = 1 there is only one cluster covering the whole lattice. Thus s=infinite value and ns = 0, which makes the equation undefined at p=1.

 

Average cluster size

We have defined cluster size S as:
 

S = ( sum s = 1 to infinity  ns s2 ) / ( sum s = 1 to infinity  ns s )

Let us now calculate this mean cluster size explicitly:
 

The denominator is simply p, as shown above.

The numerator is, by substituting ns = ps (1-p)2:
 

(1-p)2 sum s = 1 to infinity  ( s2  ps ) =

(1-p)2 (p d/dp)2  sum s = 1 to infinity  ( ps )

where the trick from our previous derivation is applied twice in order to calculate sum by using suitable derivatives of easier sums.

Thus
 

S = (1 + p) /  (1 - p)        (p < pc)

The mean cluster size diverges if we approach the percolation threshold. We will obtain similar results in more than one dimension. This divergence is very plausible, for if there is an infinite cluster present above the percolation threshold, then slightly below the threshold one already has very large (though finite) clusters. Thus a suitable average over these sizes is also getting very large, if one is only slightly below the threshold.
 

Correlation function
 

Correlation function or pair connectivity g(r) has been defined as the probability that a site a distance r apart from an occupied site belongs to the same cluster.

For r=0 that probability g(0) equals unity.

For r=1 the neighboring site belongs to the same cluster if and only if it is occupied; this is the case with probability p.

For a site at distance r, this site and the (r-1) sites in between this site and the origin at r=0 must be occupied without exception, which happens with probability pr. Thus:
 

g(r) = p       for all p and r.

For p<1 this correlation function goes to zero exponentially if the distance r goes to infinity:
 

g(r) = exp(-r/xi)

where
 

xi = - 1/ln p ~ 1/(pc - p)

The last equality in the above equation is valid only for p close to pc = 1 and uses the expansion ln(1-x) = - x for small x.

The quantity xi is called the correlation length and we see that it also diverges at the threshold.

We will see in higher dimensions that the correlation length is proportional to a typical cluster diameter.

This relation is quite obvious here. The length of a cluster with s sites is (s-1), not much different form s if s is large. Thus the average length xi varies as the average cluster size S:
 

S  ~ A xi, (p -> pc).
where A is a constant.

Unfortunately, this relation becomes more complicated in higher dimensions. Rather more generally valid is a relation between the sum over all distances r of the correlation function, and the mean cluster size:

sumr g(r) = S.
 

Beyond 1-dim system:
 

Homework