Geometric Probability – Proportion of Square Covered by Discs

circlesexpected valuegeometric-probabilitygeometrylimits

A square lamina contains $n$ independent uniformly random points. At a given time, each point becomes the centre of a disc whose radius grows from $0$, at say $1$ cm per second, and stops growing when the disc hits another disc.

Consider the discs after all growth has stopped. Here is an example with $n=20$.

enter image description here

Let $P=$ proportion of the square that is covered (i.e. occupied) by the discs. In the example above, $P\approx0.383$.

What does $P$ approach as $n\to\infty$ ?

The shape of the lamina (for example, square) does not matter, since we are taking $n\to\infty$. The rate of growth (for example, $1$ cm per second) does not matter, as long as all the discs start growing at the same time and grow at the same rate.

My thoughts

I tried to find the probability that a new random point in the square lies in one of the existing discs. I also tried to find the average area of a disc. But I haven't succeeded. These questions seem to be complicated by the fact that the size of a point's disc is determined not only by the point's distance to its neighbors, but also its neighbors' distances to their neighbors, and so on.

Context

This question was inspired by another question, "A disc contains $n$ random points. Each point is connected to its nearest neighbor. What does the average cluster size approach as $n\to\infty$?". Both of these questions are about inherent properties of the $2D$ Poisson process.

Best Answer

I did some literature search, and found that:

  1. OP's question exactly corresponds to what is called lilypond model introduced by Häggström and Meester (1996). Daley et al. (1999) independently studied the same model and reported a Monte-Carlo estimate of the limit proportion with $$ \text{mean} = 0.3487 \qquad\text{and}\qquad \text{SD} = 0.00045 $$ using $10^6$ samples.

  2. It seems that OP's question has not been answered in the literature yet, which is not surprising considering that statistical properties of a geometric functional of a continuum percolation model is notoriously hard to answer, if not impossible.

  3. Interestingly, 1D version of OP's question has a definite answer: $$P_{\text{1D,limit}} = 1 - e^{-1}$$ See Section 6 of Daley et al. (1999), for instance.


References.

  • O. Häggström, and R. Meester. “Nearest Neighbor and Hard Sphere Models in Continuum Percolation.” Random Structures & Algorithms 9, no. 3 (1996): 295–315.

  • D. J. Daley, H. Stoyan, and D. Stoyan. “The Volume Fraction of a Poisson Germ Model with Maximally Non-Overlapping Spherical Grains.” Advances in Applied Probability 31, no. 3 (1999): 610–24.