[Math] How many non-overlapping circles can you fit into an area

circlescombinatoricspacking-problem

Say you have an area, let's use a circle, and you want to cover it with circular objects (coins for example). How many coins can fit completely into this area without overlaps or deformation the coins. All the coins are the same size.

I've noticed there are two ways for the coins to tessellate:

  • in a square pattern with coins being placed with their centers at the intersection of grid lines.
  • in a triangular pattern where coins are placed with their centers at the vertices of a triangle. Like:

    example

Best Answer

The keyword of this subject is "circle packing". See for instance https://en.m.wikipedia.org/wiki/Circle_packing.

The hexagonal packing is the densest possible.