[Physics] Total Resistance of Infinite Resistor Grid

electrical-resistanceelectricity

The problem of the infinite resistor grid is very common. The solution for the resistance between any 2 nodes in an infinite resistor lattice is all over the internet.

My question is somewhat similar but more pragmatic.
If we had a grid that was very large but yet finite… Then what would be the average voltage drop across a given grid for a given current density?

For arguments sake, a grid in the region of say 4000 by 4000. Maybe it would be safe to assume an infinite grid(?)

Very interesting Q. Can anyone shed any light?

Best Answer

The total resistance of the grid is infinite when the grid is two dimensional and large.

If you place two point probes at location x and y on an infinite 2-d resistor grid, and impose the voltage V(x)=1 and V(y)=0, the potential obeys the discretized Laplace equation: V(up) + V(down) + V(left) + V(right) - 4 V(center) = 0 with the boundary conditions at the two given points and V=0 at infinity (beyond x and y).

In the limit that x and y are far apart, the discrete Laplace equation might as well be the continuous Laplace equation, and the solution goes like C log(|r-x|/|y-x|), so that the potential difference for any finite C diverges with the distance. This means that C has to go to zero in the large |x-y| limit, so the current vanishes. The same is true in 1d, where a line of resistors has a current which vanishes as 1/L, so the total resistance goes as the total length L. In two dimensions, the total resistance blows up as log(L).

For a three dimensional grid and higher, you do have a finite resistance for a block. Whether the limiting resistance is finite or infinite is the same problem as the recurrence/nonrecurrence of a random walk on the grid.

If you make a pseudo two-d grid using N parallel lines of N resistors in series, then the total resistance is N on each path, but there are N parallel paths, so the total resistance is R, independent of the size. This is not the same as the 2-d resistor grid, because in the 2d grid there is resistance to going vertically a long way which is similar to the resistance to going horizontally, so the horizontal resistor paths are not parallel. If you make all the vertical resistors zero, and make the separation between x and y horizontal, and make the vertical width equal to |x-y|, you recover the series/parallel situation.

The series-parallel example gives intuition about why two dimensions is critical for the transition from infinite resistance to finite resistance.