P25 · Extremal configurations · Formed here

The smallest triangle in a plus sign · n = 10

Place n points inside a plus sign (a 3 × 3 square with all four corner squares removed) so that the smallest triangle formed by any three of them is as large as possible.

Instancen = 10
ObjectiveMaximize the smallest triangle's area

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 points, no three collinear
  • ConstraintsEvery point lies inside the container or on its boundary
  • ObjectiveMake the smallest triangle over all triples as large as possible; compared internally by twice the area, exactly
Open the full editor
3y0
0x3
VERIFIED CONSTRUCTIONthe smallest triangle

Getting a feel for it

Where the room for improvement is

Even spreading is not enough: no three points may come close to collinear, and near-collinearity is exactly what tidy arrangements love to do. Optima are often asymmetric and hard even to guess.

Where the frontier is

Our own variant: Heilbronn's problem 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.017961119010741402

the smallest triangle's area

Record holderFounding benchmark
Solution methodHuman
Challenge this record
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 are written as plain decimals such as "0.5", to at most nine decimal places.

Submit points, each coordinate written as a decimal string such as "0.5".

The current leader's answer

{
  "points": [
    [
      "1.9",
      "1.5"
    ],
    [
      "1.823606798",
      "1.735114101"
    ],
    [
      "1.623606798",
      "1.880422607"
    ],
    [
      "1.376393202",
      "1.880422607"
    ],
    [
      "1.176393202",
      "1.735114101"
    ],
    [
      "1.1",
      "1.5"
    ],
    [
      "1.176393202",
      "1.264885899"
    ],
    [
      "1.376393202",
      "1.119577393"
    ],
    [
      "1.623606798",
      "1.119577393"
    ],
    [
      "1.823606798",
      "1.264885899"
    ]
  ]
}
Submission format and technical detailsOpen this when you are ready to prepare a JSON answer

Instance parameters

{
  "n": 10
}

The current leader's answer

{
  "points": [
    [
      "1.9",
      "1.5"
    ],
    [
      "1.823606798",
      "1.735114101"
    ],
    [
      "1.623606798",
      "1.880422607"
    ],
    [
      "1.376393202",
      "1.880422607"
    ],
    [
      "1.176393202",
      "1.735114101"
    ],
    [
      "1.1",
      "1.5"
    ],
    [
      "1.176393202",
      "1.264885899"
    ],
    [
      "1.376393202",
      "1.119577393"
    ],
    [
      "1.623606798",
      "1.119577393"
    ],
    [
      "1.823606798",
      "1.264885899"
    ]
  ]
}

Submit points, each coordinate written as a decimal string such as "0.5". · Verifier v1.0.0