Let $x,y$ and $z$ be the interior angles of a triangle. Suppose that $f(x,y,z)=\sin(x)\sin(y)\sin(z)$. Using the Lagrange multipliers, I know $f$ has a local maximum at $x=y=z=\pi/3$. However, I do not know if it is the global maximum.
2026-03-29 22:35:29.1774823729
Is it the absolute maximum?
77 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Since the gradient of the constraint $g(x,y,z)=x+y+z-\pi$ $$\bigtriangledown g=<1,1,1>\neq 0$$ The method of Lagrange Multiplier ensures that if $f$ has a global maximum then it must occur at the point you found. As gpassante pointed out, $f$ has a global maximum on $K$, the set of all $(x,y,z)$ that satisfies the constraint. But in general, the point you found via Lagrange Multiplier might very well be a minimum (consider for example $f'(x,y,z)=-\sin(x)\sin(y)\sin(z)$). Luckily we can rule out this possibility by simply picking another point in $K$ and showing that $f$ is smaller at that point.