I was solving problems about extreme values and conditional extrema , I encounter this problem :
Prove that the product of the sines of the three angles in a triangle is minimum if the triangle is equilateral .
I started by writing the objective function and differentiating it to find the critical points but I do not know how to complete the solution.
$$F(x,y,z)=sin(x)sin(y)sin(z)$$ then $$F_x= cos(x)sin(y)sin(z)=0$$ hence $$x=(2n+1)\pi/2 \ \ ,\ \ y=n\pi \ \ ,\ \ z=n\pi$$ where $$n=0,\pm1,\pm2,...$$ Similarly $$F_y=0$$ gives $$x=n\pi\ \ ,\ \ y=(2n+1)\pi/2 \ \ ,\ \ z=n\pi$$ Finally $$F_z=0$$ gives $$x=n\pi \ \ ,\ \ y=n\pi \ \ ,\ \ z=(2n+1)\pi/2 $$
We wish to minimise $\ln\sin x +\cdots$ subject to $x+y+z=\pi$ with nonnegative angles. The function $\ln\sin p$ has first derivative $\cot p$ and second derivative $-\csc^2 p<0$, and the desired result follows from Jensen's theorem for concave functions.