What is the minimum value of $x+4z$, a function defined on $\mathbb{R^3}$, subject to the constraint $x^2 + y^2 +z^2 \leq 2$?
I know how to solve this if the constraint is an equality, but what shall I do if it's an inequality? Could anyone help me, please?
The objective function $u=x+4z$ does not depend on $y$, therefore $y$ must be minimum, that is $y=0$ so that $x,z$ are the maximum negative values.
Thus the new optimization problem states: Minimize $u=x+4z$ subject to $x^2+z^2\le 2.$
The feasible region is a circle with the radius $\sqrt{2}$ and the contour line of the objective function is $z=-\frac14x+\frac14u$.
Minimum of $u(x,z)$ occurs when the contour line is tangent to the feasible region from below: $$z=-\sqrt{2-x^2} \Rightarrow z'=\frac{x}{\sqrt{2-x^2}}=-\frac14 \Rightarrow x=-\sqrt{\frac{2}{17}} \Rightarrow z=-\sqrt{\frac{32}{17}} \Rightarrow$$ $$u=-\sqrt{\frac{2}{17}}-4\sqrt{\frac{32}{17}}=-\sqrt{34} \ (min).$$