I need to find max and min (if they exist) of the following function: $f(x, y, z) = yz+xz$
On the set $C = \{(x, y, z) ∈ R^3: y^2+z^2 = 1, xz =3\}$
I have checked that the Lagrange theorem assumptions hold, so that I can find the critical points solving the following system
$z-\lambda_2 z=0$
$z-\lambda_1 2y=0$
$y+x-\lambda_1 2z=0$
$y^2+z^2-1=0=0$
$xz-3=0$
Then I found the critical points $x_1=(3/\sqrt2,1/\sqrt2,1/\sqrt2)$ and $x_2=(-3/\sqrt2,1/\sqrt2,1/\sqrt2)$. However the lagrange theorem only gives the necessary condition, how can I actually check that they are global max/min without using the bordered hessian method?
$$f(x,y,z) = yz+3\leq {y^2+z^2\over 2}+3 ={1\over 2} + 3=3,5$$
with equality iff $y=z = \pm\sqrt{1/2}$ and $x = 3/z$.