Given two real matrices $A$ and $B$ where $A$ is symmetric ($A^T=A$), can one deduce some condition(s) under which
$$\det(\alpha A + B)=0$$
is satisfied only if $\alpha \in \Bbb R$? In my case, $ A$ and $ B$ are $8 \times 8$ matrices.
Given two real matrices $A$ and $B$ where $A$ is symmetric ($A^T=A$), can one deduce some condition(s) under which
$$\det(\alpha A + B)=0$$
is satisfied only if $\alpha \in \Bbb R$? In my case, $ A$ and $ B$ are $8 \times 8$ matrices.
Copyright © 2021 JogjaFile Inc.
As pointed out by @whpowell96,
This is not hard to prove. First, a real symmetric matrix is diagonalizable with real eigenvalues, so $\lambda_A$ and hence $\alpha$ are real. Also, if a matrix has a zero eigenvalue, then it is not invertible and has zero determinant. We need only show that $\alpha A+B$ has a zero eigenvalue. Note that $(\alpha A+B)v=(\alpha\lambda_A+\lambda_B)v=0v$, so we have shown $\det(\alpha A+B)=0$.
Note that such $\alpha$ may not always exist. Consider $$ A = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix},\ B = \begin{bmatrix} 0 & 1 \\ -1 & 0 \end{bmatrix} $$ Then $\det(\alpha A+B)=\alpha^2+1$, so no real $\alpha$ vanishes the determinant.