Find the critical points of $ x + y^2 $ with the restriction $ 2x^2 + y^2 = 1 $ Use the bordered hessian matrix to classify the critical points.
So, using that $ F(x,y,\lambda) = f(x,y) - \lambda(g(x,y)) $ we have that
$ F(x,y, \lambda) = x + y^2 - 2\lambda x^2 - \lambda y^2 + \lambda $
And the bordered Hessian Matrix would be
$$ \begin{pmatrix} 0 & 4x & 2y \\ 4x & -4\lambda & 0 \\ 2y & 0 & 2 - 2\lambda \\ \end{pmatrix} $$
Next, the determinant would be
$ 4y^2(-4\lambda) - 16x^2(2-2\lambda) $
If the first derivatives equal to 0, we have that
$ 1 - 4\lambda x = 0 $
$ 2y - 2\lambda y = 0 \Rightarrow 2y (1 - \lambda ) = 0 \Rightarrow y = 0 $ or $ \lambda = 1$
If $\lambda = 1$, then $ x = {1 \over 4} $
From this, I get a critical point, I think, which is $ ({1 \over 4}, 0) $ . Evaluating the determinant in this point gives
$ 4y^2(-4\lambda) - 16x^2(2-2\lambda) = 2\lambda - 2$
Next I think that I have to analyse $\lambda$ (if it is minor than cero or equal than cero, to see if I obtain a minimum an maximun value? It is also not clear to me when I get a chair point or a point that I cannot decide what it is.