P85 · Packing and covering · Classic · Hard

Squares in an equilateral triangle · n = 30

Pack n unit-side squares into a equilateral triangle. Contact is allowed; interiors cannot overlap. Minimise the container triangle side.

Instancen = 30
ObjectiveMinimize container triangle side
Best known, unproven9.301Source-precision interval: 9.301–9.302 (values inside match)exhibited site certificate 9.301221507Compiled by Erich Friedman; Found by David W. Cantrell in July 2002. Source expression: s = 9.301+.

Formal definition

  • ContainerThe editor and certificate normalize to the equilateral triangle with vertices (0,0), (1,0), (1/2,√3/2). This is a coordinate convention only; scores use the literature's unit-piece scale. Boundary contact is allowed.
  • SubmissionSubmit {radius, placements:[{x,y,turn},…]}, with decimal strings of at most nine places. x,y are centres; circles require turn=0, polygons use turn=tan(θ/2). Coordinates and turn lie in ±4; 0 < radius ≤ 4.
  • ConstraintsExactly n congruent shapes lie wholly in the container with pairwise disjoint interiors. Polygon rotations are independent, not limited to quarter turns.
  • PrecisionInput decimals are exact rationals; regular-polygon vertices are algebraic, not rounded templates. Feasibility has no floating-point tolerance. A finite-decimal certificate is not a continuous optimality proof.
  • Objectivecontainer triangle side = 1/(2 sin(pi/4) r), smaller is better. Pages, leaderboards and literature share these units; conversion is automatic.
Open the full editor
VERIFIED CONSTRUCTIONVERIFIED CONSTRUCTION

Getting a feel for it

Source and certificate

External targets are converted with their printed precision; decimal coordinate certificates are separate. Reconstruction loss never lowers the literature target, and a source construction is not automatically an optimality proof.

Source
The record-holding arrangement for Squares in an equilateral triangle n = 30, 9.301221507
Current leader

9.301221507

container triangle side

Matches the best known
Answer sourceDavid W. Cantrell
Solution methodPublished reference construction
Challenge this record Submit a proof / idea Share a proof or idea in the discussion. Accepted contributions can earn proof points.
Record holder's solver noteNo solver note yet (expand)

The record holder has not shared a solver note yet.

ANSWER FORMAT

How to write your answer

the equilateral triangle with vertices (0,0), (1,0), (1/2,√3/2)

Submit {radius, placements:[{x,y,turn},…]}, with decimal strings of at most nine places. x,y are centres; circles require turn=0, polygons use turn=tan(θ/2). Coordinates and turn lie in ±4; 0 < radius ≤ 4.

The current leader's answer

{
  "placements": [
    {
      "turn": "0.131652498",
      "x": "0.488639940",
      "y": "0.738836440"
    },
    {
      "turn": "0.131652498",
      "x": "0.434883559",
      "y": "0.645727657"
    },
    {
      "turn": "0.131652498",
      "x": "0.550712462",
      "y": "0.631323678"
    },
    {
      "turn": "0.131652498",
      "x": "0.381671156",
      "y": "0.552304807"
    },
    {
      "turn": "0.131652498",
      "x": "0.497926450",
      "y": "0.537654651"
    },
    {
      "turn": "0.414211995",
      "x": "0.614311865",
      "y": "0.484187230"
    },
    {
      "turn": "0.131652498",
      "x": "0.330293407",
      "y": "0.457822719"
    },
    {
      "turn": "0.131652498",
      "x": "0.447299199",
      "y": "0.442739264"
    },
    {
      "turn": "0.414211873",
      "x": "0.562046602",
      "y": "0.376651047"
    },
    {
      "turn": "0.414214302",
      "x": "0.669571044",
      "y": "0.376650960"
    },
    {
      "turn": "0.131652498",
      "x": "0.273614415",
      "y": "0.366401306"
    },
    {
      "turn": "0.131652498",
      "x": "0.392780089",
      "y": "0.350070842"
    },
    {
      "turn": "0.131652498",
      "x": "0.219858034",
      "y": "0.273292522"
    },
    {
      "turn": "0.414211785",
      "x": "0.506899544",
      "y": "0.269067582"
    },
    {
      "turn": "0.414213521",
      "x": "0.614423985",
      "y": "0.269067269"
    },
    {
      "turn": "0.414214116",
      "x": "0.724264706",
      "y": "0.269067405"
    },
    {
      "turn": "0.131652498",
      "x": "0.335686937",
      "y": "0.258888543"
    },
    {
      "turn": "0.131652498",
      "x": "0.166101652",
      "y": "0.180183739"
    },
    {
      "turn": "0.414213562",
      "x": "0.454120046",
      "y": "0.161519287"
    },
    {
      "turn": "0.414213562",
      "x": "0.561632809",
      "y": "0.161519287"
    },
    {
      "turn": "0.414213562",
      "x": "0.669145571",
      "y": "0.161519287"
    },
    {
      "turn": "0.414213562",
      "x": "0.776658334",
      "y": "0.161519286"
    },
    {
      "turn": "0.414213562",
      "x": "0.346607284",
      "y": "0.131699580"
    },
    {
      "turn": "-0.231047659",
      "x": "0.239314378",
      "y": "0.068317663"
    },
    {
      "turn": "0.414212012",
      "x": "0.116522777",
      "y": "0.054937651"
    },
    {
      "turn": "0.414213562",
      "x": "0.454120046",
      "y": "0.053935664"
    },
    {
      "turn": "0.414213562",
      "x": "0.561632809",
      "y": "0.053935664"
    },
    {
      "turn": "0.414213562",
      "x": "0.669145571",
      "y": "0.053935664"
    },
    {
      "turn": "0.414213562",
      "x": "0.776658334",
      "y": "0.053935663"
    },
    {
      "turn": "0.414213562",
      "x": "0.884171096",
      "y": "0.053756381"
    }
  ],
  "radius": "0.076023002"
}
Submission format and technical detailsOpen this when you are ready to prepare a JSON answer

Instance parameters

{
  "n": 30,
  "sides": 5
}

The current leader's answer

{
  "placements": [
    {
      "turn": "0.131652498",
      "x": "0.488639940",
      "y": "0.738836440"
    },
    {
      "turn": "0.131652498",
      "x": "0.434883559",
      "y": "0.645727657"
    },
    {
      "turn": "0.131652498",
      "x": "0.550712462",
      "y": "0.631323678"
    },
    {
      "turn": "0.131652498",
      "x": "0.381671156",
      "y": "0.552304807"
    },
    {
      "turn": "0.131652498",
      "x": "0.497926450",
      "y": "0.537654651"
    },
    {
      "turn": "0.414211995",
      "x": "0.614311865",
      "y": "0.484187230"
    },
    {
      "turn": "0.131652498",
      "x": "0.330293407",
      "y": "0.457822719"
    },
    {
      "turn": "0.131652498",
      "x": "0.447299199",
      "y": "0.442739264"
    },
    {
      "turn": "0.414211873",
      "x": "0.562046602",
      "y": "0.376651047"
    },
    {
      "turn": "0.414214302",
      "x": "0.669571044",
      "y": "0.376650960"
    },
    {
      "turn": "0.131652498",
      "x": "0.273614415",
      "y": "0.366401306"
    },
    {
      "turn": "0.131652498",
      "x": "0.392780089",
      "y": "0.350070842"
    },
    {
      "turn": "0.131652498",
      "x": "0.219858034",
      "y": "0.273292522"
    },
    {
      "turn": "0.414211785",
      "x": "0.506899544",
      "y": "0.269067582"
    },
    {
      "turn": "0.414213521",
      "x": "0.614423985",
      "y": "0.269067269"
    },
    {
      "turn": "0.414214116",
      "x": "0.724264706",
      "y": "0.269067405"
    },
    {
      "turn": "0.131652498",
      "x": "0.335686937",
      "y": "0.258888543"
    },
    {
      "turn": "0.131652498",
      "x": "0.166101652",
      "y": "0.180183739"
    },
    {
      "turn": "0.414213562",
      "x": "0.454120046",
      "y": "0.161519287"
    },
    {
      "turn": "0.414213562",
      "x": "0.561632809",
      "y": "0.161519287"
    },
    {
      "turn": "0.414213562",
      "x": "0.669145571",
      "y": "0.161519287"
    },
    {
      "turn": "0.414213562",
      "x": "0.776658334",
      "y": "0.161519286"
    },
    {
      "turn": "0.414213562",
      "x": "0.346607284",
      "y": "0.131699580"
    },
    {
      "turn": "-0.231047659",
      "x": "0.239314378",
      "y": "0.068317663"
    },
    {
      "turn": "0.414212012",
      "x": "0.116522777",
      "y": "0.054937651"
    },
    {
      "turn": "0.414213562",
      "x": "0.454120046",
      "y": "0.053935664"
    },
    {
      "turn": "0.414213562",
      "x": "0.561632809",
      "y": "0.053935664"
    },
    {
      "turn": "0.414213562",
      "x": "0.669145571",
      "y": "0.053935664"
    },
    {
      "turn": "0.414213562",
      "x": "0.776658334",
      "y": "0.053935663"
    },
    {
      "turn": "0.414213562",
      "x": "0.884171096",
      "y": "0.053756381"
    }
  ],
  "radius": "0.076023002"
}

Submit {radius, placements:[{x,y,turn},…]}, with decimal strings of at most nine places. x,y are centres; circles require turn=0, polygons use turn=tan(θ/2). Coordinates and turn lie in ±4; 0 < radius ≤ 4. · Verifier v1.0.0

DISCUSSION

Discussion

Talk strategy, share methods, ask why you are stuck. Every signed-in user can post. Posts carry your public byline, the same name your records use; the #number after it is the account's signup ordinal, so a name cannot be worn by someone else. New posts appear after an automated review.

No threads yet. Be the first to talk about this problem?