P10 · Packing and covering · Formed here

Equal circles in a plus sign · n = 3

Place n circles of one common radius inside a plus sign (a 3 × 3 square with all four corner squares removed), making that radius as large as possible.

Instancen = 3
ObjectiveMaximize common radius

Formal definition

  • ContainerThe container is a square of side 3 with all four of its 1 × 1 corners removed, leaving a plus sign: the origin (0, 0) is its lower-left corner and (3, 3) its upper-right.
  • SubmissionExactly n circles: one shared radius and n centres; every circle uses the same radius
  • ConstraintsEvery circle lies wholly inside the container; no two overlap in their interiors, tangency allowed
  • ObjectiveMake the common radius as large as possible
Open the full editor
3y0
0x3
VERIFIED CONSTRUCTIONr = 0.500000000

Getting a feel for it

Where the room for improvement is

Optimal packings are jammed contact structures: circles brace against each other and the boundary, with tilted rows, offsets, and the odd rattler touching nothing. Neat grids are almost never optimal.

Where the frontier is

Our own variant: equal-circle packing in a plus sign (a 3 × 3 square with all four corner squares removed) was posed here, and there is no literature for it. Every n is unstudied; the standing record is all anybody knows.

Current leader

0.5

common radius

Record holderNUE_13
Solution methodHuman
Challenge this record
Record history (2 changes)
  1. NUE_13Human
    0.490.5
  2. NUE_13Human
    0.40.49
ANSWER FORMAT

How to write your answer

The container is a square of side 3 with all four of its 1 × 1 corners removed, leaving a plus sign: the origin (0, 0) is its lower-left corner and (3, 3) its upper-right. Coordinates and radii share one unit and are written as plain decimals such as "0.25", to at most nine decimal places.

Submit radius and centers. Write every number as a decimal string such as "0.25". Every circle shares one radius.

The current leader's answer

{
  "centers": [
    [
      "2.500000000",
      "1.500000000"
    ],
    [
      "1.500000000",
      "1.500000000"
    ],
    [
      "1.500000000",
      "0.500000000"
    ]
  ],
  "radius": "0.500000000"
}
Submission format and technical detailsOpen this when you are ready to prepare a JSON answer

Instance parameters

{
  "n": 3
}

The current leader's answer

{
  "centers": [
    [
      "2.500000000",
      "1.500000000"
    ],
    [
      "1.500000000",
      "1.500000000"
    ],
    [
      "1.500000000",
      "0.500000000"
    ]
  ],
  "radius": "0.500000000"
}

Submit radius and centers. Write every number as a decimal string such as "0.25". Every circle shares one radius. · Verifier v1.0.0