Investigate for local extrema (don't forget to check for maximum/minimum) the following function: $F(x,y,z) = \frac{xy + xz^2 + y^2z}{xyz} + x +1$ To specify all the points of local maxima and minima.Response to justify.
I used the standard method for solving this problem: I found partial derivatives and critical points, then I used the Hesse matrix and the Sylvester criterion to find out which of them were the maxima and minima. There are points : $M_1 = (-1;1-1)$ $M_2 = (1;1;1)$. Where M2 is local minimum, M1 is local maximum. But I am not sure that this is all, and I do not know what additional analysis is needed to show that there are no more points.
On $D= \mathbb R^3 \setminus \{(0,0,0)\}$, $f$ is smooth. So the local extrema are given by critical points and Hesse matrix on the open subset $D$. And you said that you found those. Good!
Now $$\lim\limits_{t \to 0^+} f(t,t,t) = \infty \text{ and } \lim\limits_{t \to 0^-} f(t,t,t) = -\infty.$$
So $f$ is not bounded.