edited by
1,316 views
25 votes
25 votes

There exist a $3 \times 3$ real symmetric matrix $\text{S}$ such that -

  • $\text{Statement 1}: \text{S}\left(\begin{array}{l} 1 \\ 2 \\ 3 \end{array}\right)=\left(\begin{array}{l} 2 \\ 4 \\ 6 \end{array}\right) \text { and } S\left(\begin{array}{l} 2 \\ 1 \\ 0 \end{array}\right)=\left(\begin{array}{r} -2 \\ -1 \\ 0 \end{array}\right) . $
  • $\text{Statement} 2: \text{S}^2=-\text{I}$

Which of the following option is CORRECT?

  1. Statement $1$ is true but Statement $2$ is false
  2. Statement $1$ is false but Statement $2$ is true
  3. Both Statements are true
  4. Both Statements are false
edited by

2 Answers

37 votes
37 votes

Properties of a Real Symmetric matrix.

  1. $N\times N$ Real symmetric matrices have $N$ Real eigenvalues.
  2. Eigenvectors of distinct eigenvalues are orthogonal.

$Statement$ 1: Here, Eigenvectors for $S$ are $\begin{bmatrix} 1\\ 2\\ 3 \end{bmatrix}$ with Eigenvalue 2 and $\begin{bmatrix} 2\\ 1\\ 0 \end{bmatrix}$ with eigenvalue -1. In this case the eigenvalues are distinct but the dot product of these Eigenvectors is not zero. 1*2 + 2*1 + 3*0 = 4. Therefore, these two eigenvectors are not orthogonal and hence statement 1 is false.

$Statement$ 2:  Given, $S^{2} + I = 0$. Applying the Cayley-Hamilton theorem, we observe that $S$ satisfies the underlying charecterisitc equation $\lambda ^{2} = -1$. Here Eigenvalues of $S$ are $i$ and $-i$ which are complex numbers. Hence, $Statement$ 2 is false.

edited by
7 votes
7 votes
Statement 1 has two eigenvectors with different eigenvalues.

Since it is a symmetric matrix hence both eigenvectors corresponding to  different eigenvalues must be orthogonal.

 

For Statement 2, can you take determinant both side and check if it is possible ?
Anyone want to try ?
Answer:

Related questions

26 votes
26 votes
2 answers
4