I am stuck trying to solve the following problem:
In diagonalizing a symmetric matrix $S$, we find that two of the eigenvalues ($\lambda_1$ and $\lambda_2$) are equal but the third ($\lambda_3$) is different. Show that any vector which is normal to $\hat{n}_3$ (which is the eigenvector corresponding to $\lambda_3$) is then an eigenvector of $S$ with eigenvalue equal to $\lambda_1$
Can anyone offer hints on, or an outline of, the solution?
Thank you.
The inspiration from this solution came from Elliot G saying that the eigenvectors form an orthonormal basis; I don't agree that $\vec{A}$ has to be parallel to either $\hat{n}_1$ or $\hat{n}_2$ however.
Since $\hat{n}_1$, $\hat{n}_2$, and $\hat{n}_3$ form an orthonormal basis for $\mathbb{R}^3$, any vector $\vec{A}$ can be expressed as
$\vec{A} = \alpha \hat{n}_1 + \beta \hat{n}_2 + \gamma \hat{n}_3$.
Further, since $\vec{A}\cdot\hat{n}_3 = 0$, we can say that $\gamma = 0$, thus
$\vec{A} = \alpha \hat{n}_1 + \beta \hat{n}_2 $.
It follows that
$S\vec{A} = S\alpha \hat{n}_1 + S\beta \hat{n}_2 \\ S\vec{A} = \alpha S\hat{n}_1 + \beta S\hat{n}_2 \\ S\vec{A} = \alpha \lambda_1\hat{n}_1 + \beta \lambda_1 \hat{n}_2 \\ S\vec{A} = \lambda_1 (\alpha \hat{n}_1 + \beta \hat{n}_2) \\ \therefore S\vec{A} = \lambda_1 \vec{A} \\ $.