Question:

An eigenvector of the matrix
\[ A= \begin{bmatrix} 3 & 2 \\ 1 & 2 \end{bmatrix} \]
is

Show Hint

To verify an eigenvector, simply check \[ \boxed{ AX=\lambda X. } \] If the resulting vector is a scalar multiple of the original vector, then it is an eigenvector.
Updated On: Jul 14, 2026
  • \( \begin{bmatrix} 7\\ 2 \end{bmatrix} \)
  • \( \begin{bmatrix} -2\\ 1 \end{bmatrix} \)
  • \( \begin{bmatrix} -1\\ 2 \end{bmatrix} \)
  • \( \begin{bmatrix} 5\\ -5 \end{bmatrix} \)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Step 1: Use the eigenvector definition. A vector \(X\) is an eigenvector if \[ AX=\lambda X \] for some scalar \(\lambda\).

Step 2: Check option (D). Let \[ X= \begin{bmatrix} 5 \\ -5 \end{bmatrix}. \] Then, \[ AX= \begin{bmatrix} 3 & 2 \\ 1 & 2 \end{bmatrix} \begin{bmatrix} 5 \\ -5 \end{bmatrix} = \begin{bmatrix} 15-10 \\ 5-10 \end{bmatrix} = \begin{bmatrix} 5 \\ -5 \end{bmatrix}. \] Thus, \[ AX=1\cdot X. \] Hence, \[ \boxed{ \begin{bmatrix} 5 \\ -5 \end{bmatrix} } \] is an eigenvector corresponding to the eigenvalue \[ \lambda=1. \] Therefore, \[ \boxed{(D)} \] is the correct answer.
Was this answer helpful?
0
0