Given $x>0$ and \begin{bmatrix} 1 & 1+x & 1\\ 1+x & 1 & 1+x\\ 1 & 1+x & 1 \end{bmatrix} Show that there is exactly one positive and one negative eigenvalue.
I solved this problem. This is easy to do by simply computing the characteristic polynomial, $0$ is an eigenvalue and two others of different signs. Now, I want to generalize this to $n \times n$ case ($x>0$).
Note that the $n \times n$ analogue will have rank $2$ and hence exactly two non-zero eigenvalues both of which are real because the matrix is symmetric. Now also the trace is $n$ so there is a positive eigenvalue. Now I want to show that there is a negative eigenvalue. Computing the characteristic polynomial will be clumsy now, even though it would finally look like $t^{n-2}(t^2 +at +b)$.
If both the other roots are positive then we have that the spectral radius is strictly less than $4$. Can we use this?