Consider the function
$f(x,y) = -10x^2-10xy+30x$
I am about to find the extrema or saddle of the function. Calculated critical points,
$f_x = 0$
$-20x-10y+30$
$f_y = 0$
$x=0$
$y=3$
Critical point is (0,3)
$A = f_{xx}(0,3) = -20$
$B= f_{xy}(0,3) = -10 $
$C = f_{yy}(0,3) =0$
The discriminant is
$D = AC-B^2$
$D = -10$
$D<0$
A new case happens where $D<0$ and $f_{xx}<0$. What conclusion can be drawn? Is that saddle point?
Saddle occurs only when $D<0$. local Maximum occurs when $D>0$ and $f_{xx}<0$. So an odd case. what conclusion? A saddle point?