I am confused as to whether to use the standard hessian or bordered hessian for the following problem.
$f(x,y,z) = (x+1)^2+(y+1)^2+z^2 \text{ subject to } x+y=(x-y)^2 \text{ and } z-x-y=1$
We are told that $(0,0,1)$ satisfies the first order conditions. Show that $(0,0,1)$ is the unique global min.
We were previously given a similar problem (which was not constrained) that said there is exactly one stationary point and to show that it is the unique global max. The standard hessian was all we needed for this problem.
I was initially inspired to use the bordered hessian for the above problem since it is constrained, but now I am unsure because of the latter example.