Find local extrema of the function $$u(x,y,z)=\sin x \cdot \sin y\cdot \sin z$$ with the condition $$x+y+z=\frac{\pi}{2};\; x,y,z>0$$
Can anyone give me pointers on how to solve this problem?
Find local extrema of the function $$u(x,y,z)=\sin x \cdot \sin y\cdot \sin z$$ with the condition $$x+y+z=\frac{\pi}{2};\; x,y,z>0$$
Can anyone give me pointers on how to solve this problem?
$\sin(x)$ is positive on $\left(0,\frac{\pi}{2}\right)$, hence $\inf u=0$ and $u$ has no local minimum. On the other hand, by the AM-GM inequality and by the concavity of the sine function it follows that $x=y=z=\frac{\pi}{6}$ is the only local maximum.
Hint: By Jensen's inequality, $$\sum \log(\sin x)\le 3\log(\sin \frac{x+y+z}3)$$
Or if you must use the Lagrangian, you get from first order conditions: $$-\lambda = \cos x \sin y \sin z=\sin x \cos y \sin z = \sin x \sin y \cos z$$ $$\implies \tan x=\tan y =\tan z$$ $$\implies x = y=z\qquad\text{why?}$$ Hope you can fill in the rest...