P897
projecteuler.net

Maximal $n$-gon in a region

ℹ️Published on Saturday, 29th June 2024, 11:00 pm; Solved by 405;
Difficulty rating: 25%

Let $G(n)$ denote the largest possible area of an $n$-gona polygon with $n$ sides contained in the region $\{(x, y) \in \Bbb R^2: x^4 \leq y \leq 1\}$.
For example, $G(3) = 1$ and $G(5)\approx 1.477309771$.
Find $G(101)$ rounded to nine digits after the decimal point.



Soluzione

Last modified: May 01, 2025. Website built with Franklin.jl and the lovely Julia programming language.