In statistical mechanics the Percus–Yevick approximation is a closure relation to solve the Ornstein–Zernike equation. It is also referred to as the Percus–Yevick equation. It is commonly used in fluid theory to obtain e.g. expressions for the radial distribution function. The approximation is named after Jerome K. Percus and George J. Yevick.
Derivation The direct correlation function represents the direct correlation between two particles in a system containing N − 2 other particles. It can be represented by
c ( r ) = g t o t a l ( r ) − g i n d i r e c t ( r ) {\displaystyle c(r)=g_{\rm {total}}(r)-g_{\rm {indirect}}(r)\,}
where g t o t a l ( r ) {\displaystyle g_{\rm {total}}(r)} is the radial distribution function, i.e. g ( r ) = exp [ − β w ( r ) ] {\displaystyle g(r)=\exp[-\beta w(r)]} (with w(r) the potential of mean force) and g i n d i r e c t ( r ) {\displaystyle g_{\rm {indirect}}(r)} is the radial distribution function without the direct interaction between pairs u ( r ) {\displaystyle u(r)} included; i.e. we write g i n d i r e c t ( r ) = exp [ − β ( w ( r ) − u ( r ) ) ] {\displaystyle g_{\rm {indirect}}(r)=\exp[-\beta (w(r)-u(r))]} . Thus we approximate c(r) by
c ( r ) = e − β w ( r ) − e − β [ w ( r ) − u ( r ) ] . {\displaystyle c(r)=e^{-\beta w(r)}-e^{-\beta [w(r)-u(r)]}.\,}
If we introduce the function y ( r ) = e β u ( r ) g ( r ) {\displaystyle y(r)=e^{\beta u(r)}g(r)} into the approximation for c(r) one obtains
c ( r ) = g ( r ) − y ( r ) = e − β u y ( r ) − y ( r ) = f ( r ) y ( r ) . {\displaystyle c(r)=g(r)-y(r)=e^{-\beta u}y(r)-y(r)=f(r)y(r).\,}
This is the essence of the Percus–Yevick approximation for if we substitute this result in the Ornstein–Zernike equation, one obtains the Percus–Yevick equation:
y ( r 12 ) = 1 + ρ ∫ f ( r 13 ) y ( r 13 ) h ( r 23 ) d r 3 . {\displaystyle y(r_{12})=1+\rho \int f(r_{13})y(r_{13})h(r_{23})d\mathbf {r_{3}} .\,}
The approximation was defined by Percus and Yevick in 1958.
Hard spheres
For hard spheres, the potential u(r) is either zero or infinite, and therefore the Boltzmann factor e − u / k B T {\displaystyle {\text{e}}^{-u/k_{\text{B}}T}} is either one or zero, regardless of temperature T. Therefore structure of a hard-spheres fluid is temperature independent. This leaves just two parameters: the hard-core radius R (which can be eliminated by rescaling distances or wavenumbers), and the packing fraction η (which has a maximum value of 0.64 for random close packing). Under these conditions, the Percus–Yevick equation has an analytical solution, obtained by Wertheim in 1963.
Solution as C code The static structure factor of the hard-spheres fluid in Percus–Yevick approximation can be computed using the following C function:
… excerpt ends here. Continue reading the full article.

