The prompt is to find the extreme values of an implicit function $z(x, y)$
The functions are
$$ x^2 + y^2 + z^2 -3z = 0$$
$$x^2 + y^2 +z^2 -2x -2z +2 =0$$
Solving functions with just 2 variables, I know that we are supposed to start by finding partial derivatives of each variable and equate them to find 2 values that helps find the critical points, following the same lines, for the first part I found partial derivatives as $$f_x = 2x$$ $$f_y = 2y$$ $$f_z = 3z - 3$$ $$f_{xx} = 2$$ $$f_{yy} = 2$$ $$f_{zz} = 3$$ $$f_{xyz} = 0$$ But I'm not sure how to proceed finding the extreme values
first of all, your surfaces is a sphere, and you should know how to solve this problem via geometry.
But since you are learning calculus, use your knowledge of geometry to guide you / check your answers.
$\frac {\partial }{\partial x}(x^2 + y^2 + z^2 - 3z = 0)\\ 2x + (2z - 3) \frac {\partial z}{\partial x} = 0)\\ \frac {\partial z}{\partial x} = \frac {x}{z-\frac 32} = 0$
at $x = 0$
similarly $\frac {\partial z}{\partial y} = \frac {y}{z-\frac 32} = 0$ at $y = 0$
you have critical points $(0,0,3), (0,0,0)$
now find $\frac {\partial^2 z}{\partial x^2},\frac {\partial^2 z}{\partial y^2}, \frac {\partial^2 z}{\partial x\partial y}$
at the critical points identified
I get $-\frac {2}{3}, -\frac {2}{3}, 0$ and $\frac {2}{3}, \frac {2}{3}, 0$
finally:
$4(\frac {\partial^2 z}{\partial x^2})(\frac {\partial^2 z}{\partial x^2})>(\frac {\partial^2 z}{\partial x\partial y})^2$
For both points, suggesting neither is a saddle.
min at $(0,0,0)$ max at $(0,0,3)$