For a fixed area, what kind of polygon that would obtain the maximum area of its convex hull.
For e.g. area 1 square, since it’s already convex, so the convex hull having area 1 too. Would there be any shaped polygon having area 1 but with its convex hull having area more than 1? If so what would be the shape you get the maximum convex hull area
This is an octagon with area $1$ and convex hull $(s+1)^2/2-\frac12$
Another (easier) solution with a quadrilateral is $\left(0,0\right),\left(a,0\right),\left(\frac{1}{a},\frac{1}{a}\right),\left(0,a\right)$
desmos graph