I am attempting to find the absolute extremes of the function: $$f(x,y,z) = xyz$$ with the condition that: $$x+y+z=1$$
So far I have gathered the following:
Condition: $$C(x,y,z) = x+y+z-1$$ and the main function: $$F(x,y,z,\lambda) = xyz-\lambda x - \lambda y - \lambda z + \lambda$$
then calculating the derivatives: $$\frac{\partial F}{\partial x} = yz-\lambda \\ \frac{\partial F}{\partial y} = xz-\lambda \\ \frac{\partial F}{\partial z} = xy-\lambda \\ \frac{\partial F}{\partial \lambda} = -x-y-z=1$$
From here, how do I proceed?
Let $y=x\rightarrow+\infty$.
Thus, $f\rightarrow-\infty.$
Let $x=y\rightarrow-\infty.$
Thus, $f\rightarrow+\infty.$
Id est, our function has no absolute extremum.