[Math] Finding a symmetric 3×3 matrix from 2 eigenvectors and 2 eigenvalues

eigenvalues-eigenvectorslinear algebramatricestrace

Good evening everybody,

I'm stuck with the following problem from an old exam in Linear Algebra. One is given two Eigenvectors with corresponding two Eigenvalues and told that the trace is negative. I figured out a third orthogonal eigenvector and tried to get to the matrix via diagonalisation, using a parameter alpha for the third eigenvector. Then I set the trace of this matrix equal to the sum of the known eigenvalues plus alpha. But my method does not work out; it does not give me a negative value for alpha. Where am I going wrong? How could I make this work?

Thank you so much.

Best Answer

You know that $M=\begin{pmatrix}a&b&c\\d&e&f\\g&h&i\end{pmatrix}\in\mathcal{M}_3(\mathbb{R})$ is of the form $\begin{pmatrix}a&b&c\\b&e&f\\c&f&i\end{pmatrix},$ that $M\begin{pmatrix}0\\0\\1\end{pmatrix}=\begin{pmatrix}0\\0\\0\end{pmatrix}$ which implies $c=f=i=0,$ that $M\begin{pmatrix}2\\1\\0\end{pmatrix}=\begin{pmatrix}2\\1\\0\end{pmatrix}$ which implies $2a+b=2$ and $2b+e=1.$ You also know that $a+e\leq 0.$ Then $b=2(1-a)=\frac{1-e}{2}$ which implies $e=1-4(1-a).$ You get finally $$a+1-4(1-a)\leq0\implies a\leq\frac{5}{3},$$ and for a such $a$ if you consider $b=2(1-a), e=1-4(1-a)$ and $c=f=i=0$ then a such matrix will satisfy what you are looking for.