Let $a$, $b$, $c$ be positive reals such that $b^2 + c^2 < a < 1$. Consider the $3\times 3$ matrix $M = \begin{bmatrix} 1 &b &c \\b & a &0 \\c & 0 & 1 \end{bmatrix}$. Show that all the eigenvalues of $M$ are positive real numbers.
I wanna prove this without using quadratic forms if possible.
Attempt: Since $M$ is a real symmetric matrix all its eigenvalues are real, Let $\lambda_1,\lambda_2,\lambda_3$ be the eigenvalues of $M$, so $\det(M)= \lambda_1 \lambda_2 \lambda_3$ but $\det(M)= a - (b^2 + c^2) + c^2(1-a) > 0$, from here it's clear that at least one of the eigenvalue is positive, but how do I conclude that the other eigenvalues are also positive as well? from $\mathrm{trace}(M)$ I can't conclude that other eigenvalues are positive.