Having recently covered using the discriminant, $D(x_0,y_0)$, for classifying critical points of equations of two variables. For example: $$R(x,y)=-x^2+4x+2xy+8y-2y^2$$ to find that $(6,8)$ is the critical point and is a local maximum - as $D(6,8)>0$ and $R_{xx}<0$,
I am wondering what use there is in finding the eigenvalues of the hessian matrix when it seems as though it does effectively the same thing with a lot more work.
Is this application just a neat aside or does it provide more information/utility.
Despite the fact that's Sylvester's criterion is a very useful instrument, everything in this concrete example can be explained even simpler.
If we rearrange terms under square root in formula for roots of quadratic polynomial we'll obtain $(R_{xx}-R_{yy})^2 + 4R^2_{xy}$, which is always non-negative for any $2\times 2$ symmetric matrix (and if you know properties of symmetric matrices' eigenvalues you won't be surprised). If we look closer at condition $\det H > 0$, it means that $R_{xx} R_{yy} > R^2_{xy}$ and from this easily follows that $R_{xx}$ and $R_{yy}$ must have the same sign. Hence the sign of ${\rm tr} H$ can be determined by sign of $R_{xx}$ or $R_{yy}$ only, and the rest follows from my comment above.