I hope I understood your question correctly ...
It can be proved that the hexagonal closed packaging (HCP) of the spheres covers the maximum volume using spheres. Therefore, I assume that doing HCP with circles will also cover the maximum area with circles. Tessellate the area with triangles and place a circle with a center at each vertex of the triangle with a radius equal to half the length of the side of the triangle. See this for a picture of the algorithm I'm talking about.
Note. This is similar to closing the packing of atoms in a unit cell .
EDIT: My previous method covers as much area as possible, without overlapping. If overlap is allowed, then (I believe that) the following method will cover the entire area with minimal overlap.
As you probably know, there are only 3 tessellations of 2D space with regular polygons - using squares, triangles or hexagons. The strategy is to tessellate using one of these polygons, and then limit the circle to each polygon. Using this method, the hexagon will spend the minimum area.
Therefore, from the radius of the given circle, we calculate the size of the necessary hexagons, analyze the area using hexagons, and then draw a circle on each hexagon.
NB: Eric Bainville proposed a similar method.
-- Flaviu Cipcigan
Flaviu cipcigan
source share