Below is a question from the GATE Exam.
$\text{Let A be an $n \times n$ real valued square symmetric matrix of rank 2 with}$ $\text{$\sum_{i=1}^{n} \sum_{j=1}^{n}A_{ij}^2=50$. Consider the following statements}$
$\quad\text{(I) One Eigenvalue must be in $[-5,5]$}$
$\quad\text{(II) The eigenvalue with the largest magnitude must be strictly greater than $5$.}$
$\text{Which of the above statements about eigenvalues of A is/are necessarily CORRECT?}$
$\quad\quad\text{(A) Both I and II}$
$\quad\quad\text{(B) I only}$
$\quad\quad\text{(C) II only}$
$\quad\quad\text{(D) Neither I nor II}$
My attempt:
Let A be $\begin{bmatrix} -5&0\\0&5\\ \end{bmatrix}$ so, it's eigenvalues are -5 and 5. So statement I is true but II is false. So, the answer is B.
I can understand that the questions ask for conditions which are always true for a real values square symmetric matrix of rank 2.
Is there any better way to solve this?
We are being told that $\|A\|_F^2 =50$ and also $A$ is a real symmetric matrix with rank $2$.
Hence $\sum_{i=1}^n \lambda_i^2 =50$ and we know that the eigenvalues are real.
Suppose all eigenvalues are not in $[-5, 5]$, that is if $|\lambda_i|>5, \forall i \in \{1,\ldots, n\}$ . Then, $$\sum_{i=1}^n \lambda_i^2 \ge n \min_i \lambda_i^2> 2(5)^2=50.$$
which is a contradiction. Hence $(I)$ is true.