Find infimum and supremum of the function $ f (x, y, z) = xyz $ on the unit sphere $\{ (x,y,z) \in \mathbb R^3: x^2+y^2+z^2=1 \}$
From the Lagrange theorem: if the infimum and supremum exist then: \begin{align} yz&=\alpha x \tag{1}\\ xz&=\alpha y\tag{2} \\ xy&=\alpha z \tag{3}\\ x^2+y^2+z^2&=1 \tag{4}\end{align}
However, this system of equations seems to have many solutions, and I don't know how to find them cleverly.
By A-G inequality: $\sqrt[3]{|xyz|}\leq \sqrt{\frac{x^2+y^2+z^2}{3}}=\frac{1}{\sqrt{3}}$, therefore $-\frac{1}{3\sqrt{3}}\leq xyz\leq\frac{1}{3\sqrt{3}}$. Minimum is attained when $x=y=z=-\frac{1}{\sqrt{3}}$ and maximum for $x=y=z=\frac{1}{\sqrt{3}}$.