Documentation

FormalConjectures.Wikipedia.SquarePacking

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:

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.

      Equations
      Instances For

        The unit circle as a subset of the Euclidean plane.

        Equations
        Instances For
          structure SquarePacking.Packing (n : ) (s S : Set (EuclideanSpace (Fin 2))) :

          A structure representing a packing of n isometric embeddings of a set s inside a (presumably larger) set S.

          Instances For

            Eleven unit squares can be packed into a square of side length < 3.877084.

            Reference: Wikipedia

            What is the smallest square that can contain 11 unit squares?

            Reference: Wikipedia

            Seventeen unit squares can be packed into a square of side length < 4.6756.

            Reference: Wikipedia

            What is the smallest square that can contain 17 unit squares?

            Reference: Wikipedia

            Three unit squares can be packed into a circle of radius (5 √17) / 16 ≈ 1.288.

            Reference: Wikipedia

            What is the smallest circle that can contain 3 unit squares?

            Reference: Wikipedia

            Twenty-one unit circles can be packed into a square of side length < 9.359.

            Reference: Visualizations

            What is the smallest square that can contain 21 unit circles?

            Fifteen unit circles can be packed into a circle of radius 1 + √ (6 + 2/√5 + 4 √(1 + 2/√5)) ≈ 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.