mXSCNT
- 310
- 1
Start with an infinite 2d grid of cells, with each cell randomly colored black or white (50% chance). Now take the graph G whose nodes are the cells, and with an edge (A, B) if A and B are adjacent in the grid, and the same color.
What is the average size of a connected component of G? Is it finite, or infinite?Specifically, let's say you have an nxn grid. G(n) is the graph whose nodes are the cells with an edge (A, B) if A and B are adjacent in the grid and the same color. Let f(n) be the expected number of connected components in G(n), so that \frac{n^2}{f(n)} is the expected average size of connected components in the grid. Find \lim_{n \rightarrow \infty} \frac{n^2}{f(n)}
What is the average size of a connected component of G? Is it finite, or infinite?Specifically, let's say you have an nxn grid. G(n) is the graph whose nodes are the cells with an edge (A, B) if A and B are adjacent in the grid and the same color. Let f(n) be the expected number of connected components in G(n), so that \frac{n^2}{f(n)} is the expected average size of connected components in the grid. Find \lim_{n \rightarrow \infty} \frac{n^2}{f(n)}