P84 · Packing and covering · Classic · Hard

Equilateral triangles in a disc · n = 31

Pack n unit-side equilateral triangles into a disc. Contact is allowed; interiors cannot overlap. Minimise the container circle radius.

Instancen = 31
ObjectiveMinimize container circle radius
Best known, unproven2.272Source-precision interval: 2.272–2.273 (values inside match)exhibited site certificate 2.272610889Compiled by Erich Friedman; Found by Maurizio Morandi in July 2008. Source expression: r = 2.272+.

Formal definition

  • ContainerThe editor and certificate normalize to the closed unit disc centred at (1,1). 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 circle radius = 1/(2 sin(pi/3) 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 Equilateral triangles in a disc n = 31, 2.272610889
Current leader

2.272610889

container circle radius

Matches the best known
Answer sourceMaurizio Morandi
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 closed unit disc centred at (1,1)

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.267651546",
      "x": "1.001077912",
      "y": "1.745952471"
    },
    {
      "turn": "0.268246883",
      "x": "1.320559453",
      "y": "1.714198178"
    },
    {
      "turn": "0.268246883",
      "x": "0.683375990",
      "y": "1.716868111"
    },
    {
      "turn": "-0.267651546",
      "x": "1.540641244",
      "y": "1.587296839"
    },
    {
      "turn": "-0.267651546",
      "x": "0.463435312",
      "y": "1.589722359"
    },
    {
      "turn": "0.268246883",
      "x": "1.001219024",
      "y": "1.491905380"
    },
    {
      "turn": "-0.267651546",
      "x": "1.225136967",
      "y": "1.371656984"
    },
    {
      "turn": "-0.267651546",
      "x": "0.777434805",
      "y": "1.371408305"
    },
    {
      "turn": "0.268246883",
      "x": "1.540782356",
      "y": "1.333249749"
    },
    {
      "turn": "0.268246883",
      "x": "0.461257110",
      "y": "1.335673981"
    },
    {
      "turn": "-0.267651546",
      "x": "0.225811837",
      "y": "1.235348560"
    },
    {
      "turn": "-0.267651546",
      "x": "1.774576011",
      "y": "1.230128553"
    },
    {
      "turn": "0.268246883",
      "x": "1.225278079",
      "y": "1.117609894"
    },
    {
      "turn": "0.268246883",
      "x": "0.777575917",
      "y": "1.117361215"
    },
    {
      "turn": "-0.267651546",
      "x": "0.556474466",
      "y": "0.992223404"
    },
    {
      "turn": "-0.267651546",
      "x": "0.997657707",
      "y": "0.990459876"
    },
    {
      "turn": "-0.267651546",
      "x": "1.445359869",
      "y": "0.990708555"
    },
    {
      "turn": "0.268246883",
      "x": "0.225952949",
      "y": "0.981301469"
    },
    {
      "turn": "0.268246883",
      "x": "1.774717124",
      "y": "0.976081462"
    },
    {
      "turn": "0.268246883",
      "x": "0.778668822",
      "y": "0.736291068"
    },
    {
      "turn": "0.268246883",
      "x": "1.218691290",
      "y": "0.736535482"
    },
    {
      "turn": "-0.267651546",
      "x": "0.998750612",
      "y": "0.609389730"
    },
    {
      "turn": "-0.267651546",
      "x": "0.557567371",
      "y": "0.611153258"
    },
    {
      "turn": "-0.267651546",
      "x": "1.438773081",
      "y": "0.609634143"
    },
    {
      "turn": "0.268246883",
      "x": "0.258025240",
      "y": "0.600248531"
    },
    {
      "turn": "0.268246883",
      "x": "1.740680195",
      "y": "0.594991803"
    },
    {
      "turn": "0.268246883",
      "x": "0.998891724",
      "y": "0.355342639"
    },
    {
      "turn": "0.268246883",
      "x": "0.557708483",
      "y": "0.357106167"
    },
    {
      "turn": "0.268246883",
      "x": "1.438914193",
      "y": "0.355587053"
    },
    {
      "turn": "-0.267651546",
      "x": "0.777790274",
      "y": "0.230204829"
    },
    {
      "turn": "-0.267651546",
      "x": "1.218973515",
      "y": "0.228441301"
    }
  ],
  "radius": "0.254047128"
}
Submission format and technical detailsOpen this when you are ready to prepare a JSON answer

Instance parameters

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

The current leader's answer

{
  "placements": [
    {
      "turn": "-0.267651546",
      "x": "1.001077912",
      "y": "1.745952471"
    },
    {
      "turn": "0.268246883",
      "x": "1.320559453",
      "y": "1.714198178"
    },
    {
      "turn": "0.268246883",
      "x": "0.683375990",
      "y": "1.716868111"
    },
    {
      "turn": "-0.267651546",
      "x": "1.540641244",
      "y": "1.587296839"
    },
    {
      "turn": "-0.267651546",
      "x": "0.463435312",
      "y": "1.589722359"
    },
    {
      "turn": "0.268246883",
      "x": "1.001219024",
      "y": "1.491905380"
    },
    {
      "turn": "-0.267651546",
      "x": "1.225136967",
      "y": "1.371656984"
    },
    {
      "turn": "-0.267651546",
      "x": "0.777434805",
      "y": "1.371408305"
    },
    {
      "turn": "0.268246883",
      "x": "1.540782356",
      "y": "1.333249749"
    },
    {
      "turn": "0.268246883",
      "x": "0.461257110",
      "y": "1.335673981"
    },
    {
      "turn": "-0.267651546",
      "x": "0.225811837",
      "y": "1.235348560"
    },
    {
      "turn": "-0.267651546",
      "x": "1.774576011",
      "y": "1.230128553"
    },
    {
      "turn": "0.268246883",
      "x": "1.225278079",
      "y": "1.117609894"
    },
    {
      "turn": "0.268246883",
      "x": "0.777575917",
      "y": "1.117361215"
    },
    {
      "turn": "-0.267651546",
      "x": "0.556474466",
      "y": "0.992223404"
    },
    {
      "turn": "-0.267651546",
      "x": "0.997657707",
      "y": "0.990459876"
    },
    {
      "turn": "-0.267651546",
      "x": "1.445359869",
      "y": "0.990708555"
    },
    {
      "turn": "0.268246883",
      "x": "0.225952949",
      "y": "0.981301469"
    },
    {
      "turn": "0.268246883",
      "x": "1.774717124",
      "y": "0.976081462"
    },
    {
      "turn": "0.268246883",
      "x": "0.778668822",
      "y": "0.736291068"
    },
    {
      "turn": "0.268246883",
      "x": "1.218691290",
      "y": "0.736535482"
    },
    {
      "turn": "-0.267651546",
      "x": "0.998750612",
      "y": "0.609389730"
    },
    {
      "turn": "-0.267651546",
      "x": "0.557567371",
      "y": "0.611153258"
    },
    {
      "turn": "-0.267651546",
      "x": "1.438773081",
      "y": "0.609634143"
    },
    {
      "turn": "0.268246883",
      "x": "0.258025240",
      "y": "0.600248531"
    },
    {
      "turn": "0.268246883",
      "x": "1.740680195",
      "y": "0.594991803"
    },
    {
      "turn": "0.268246883",
      "x": "0.998891724",
      "y": "0.355342639"
    },
    {
      "turn": "0.268246883",
      "x": "0.557708483",
      "y": "0.357106167"
    },
    {
      "turn": "0.268246883",
      "x": "1.438914193",
      "y": "0.355587053"
    },
    {
      "turn": "-0.267651546",
      "x": "0.777790274",
      "y": "0.230204829"
    },
    {
      "turn": "-0.267651546",
      "x": "1.218973515",
      "y": "0.228441301"
    }
  ],
  "radius": "0.254047128"
}

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?