Packing #
This file contains a number of open problems related to the minimal size of a square (or circle) that can contain a given number of unit squares (or circles). In each case, we provide a known upper bound, and ask for the least such size.
References:
- Wikipedia on packing of squares
- Wikipedia on packing of circles in a circle
- Wikipedia on packing of circles in a square
- Friedman, Erich (2009), "Packing unit squares in squares: a survey and new results", Electronic Journal of Combinatorics, 1000, Dynamic Survey 7
- A website with visualizations of packings: link
A square of a particular side length as a subset of the Euclidean plane. Not including border, so that squares that touch at the border are disjoint, but a square internal to another shape is a subset of that shape.
Equations
Instances For
The unit square as a subset of the Euclidean plane.
Equations
Instances For
A circle of a particular radius as a subset of the Euclidean plane. Not including border, so that circles that touch at the border are disjoint, but a circle internal to another shape is a subset of that shape.
Instances For
The unit circle as a subset of the Euclidean plane.
Equations
Instances For
A structure representing a packing of n isometric embeddings
of a set s inside a (presumably larger) set S.
- embeddings : Fin n → EuclideanSpace ℝ (Fin 2) ≃ᵢ EuclideanSpace ℝ (Fin 2)
The isometric equivalences that represent the transformations of the base shape to their locations in the packing.
- disjoint : Pairwise fun (i j : Fin n) => Disjoint (⇑(self.embeddings i) '' s) (⇑(self.embeddings j) '' s)
The images of the embeddings are pairwise disjoint
The images of the embeddings are all inside the larger set
S
Instances For
Eleven unit squares can be packed into a square of side length < 3.877084.
Reference: Wikipedia
Seventeen unit squares can be packed into a square of side length < 4.6756.
Reference: Wikipedia
Three unit squares can be packed into a circle of radius $(5 \sqrt{17}) / 16 \approx 1.288$.
Reference: Wikipedia
Twenty-one unit circles can be packed into a square of side length < 9.359.
Reference: Visualizations
Fifteen unit circles can be packed into a circle of radius $1 + \sqrt{6 + 2/\sqrt{5} + 4 \sqrt{1 + 2/\sqrt{5}}} \approx 4.521$.
Reference: Graham RL, Lubachevsky BD, Nurmela KJ, Ostergard PRJ. Dense packings of congruent circles in a circle. Discrete Math 1998;181:139–154.
What is the smallest circle that can contain 15 unit circles?
Reference: Graham RL, Lubachevsky BD, Nurmela KJ, Ostergard PRJ. Dense packings of congruent circles in a circle. Discrete Math 1998;181:139–154.