What is the area of the largest trapezoid that can be inscribed in a semi-circle with radius $r=1$?
Here in @Hagen von Eitzen answer He mentioned: "By symmetry alone the largest hexagon that can be inscribed in a circle is regular hexagon."
What is the meaning of symmetry here? and how to prove the statement that largest n-gon inscribed in a circle is regular n-gon. I never saw this method before.So I am looking for some references or similar geometry problems like this (for example I think the problem that asks for largest rectangle that can be inscribed in a quarter circle has something to do with symmetry) but I couldn't find anything can you send some links for that? Thank you.
Let's ignore the symmetry argument and start as a minimization/maximization problem. Your n-gon inscribed in a circle of radius $1$ has the angles at the center $2\alpha_i$. Then the length of the side is $2\sin\alpha_i$ and the length of the perpendicular to the side is $\cos\alpha_i$. Then the area of the n_gon is $$A=\sum_{i=1}^n\sin\alpha_i\cos\alpha_i,$$ subject to the constraint $$\sum_{i=1}^n\alpha_i=\pi$$ We rewrite $$A=\frac12 \sum_{i=1}^n\sin(2\alpha_i)$$ Using Lagrange multiplier method:$$\frac{d}{d\alpha_i}\left(\frac12 \sum_{i=1}^n\sin(2\alpha_i)-\lambda(\sum_{i=1}^n\alpha_i-\pi)\right)=0$$ This results in $$\cos(2\alpha_i)=\lambda$$ So all $\alpha_i$ are the same, therefore you have a regular n-gon.