Question:

Let \(A\) be a non-singular \(3\times3\) matrix satisfying \[ A^3-6A^2+11A-6I=O. \] If \[ B=A^2-5A+7I, \] then find \(\det(B)\) given that \(\det(A)=6\).

Show Hint

Whenever matrices satisfy polynomial equations, convert the problem into eigenvalue analysis to simplify determinant calculations.
Updated On: May 24, 2026
  • \(1\)
  • \(8\)
  • \(27\)
  • \(64\)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept: Polynomial equations satisfied by matrices are analyzed through eigenvalues. Determinants can then be evaluated using transformed eigenvalues.

Step 1:
Finding eigenvalues of \(A\).
Given: \[ A^3-6A^2+11A-6I=O \] Corresponding characteristic equation: \[ \lambda^3-6\lambda^2+11\lambda-6=0 \] Factorizing: \[ (\lambda-1)(\lambda-2)(\lambda-3)=0 \] Thus eigenvalues of \(A\) are: \[ 1,\ 2,\ 3 \] Also, \[ \det(A)=1\cdot2\cdot3=6 \] which matches the given condition.

Step 2:
Finding eigenvalues of \(B\).
Given: \[ B=A^2-5A+7I \] If \(\lambda\) is an eigenvalue of \(A\), then corresponding eigenvalue of \(B\) is: \[ \lambda^2-5\lambda+7 \] For \(\lambda=1\): \[ 1-5+7=3 \] For \(\lambda=2\): \[ 4-10+7=1 \] For \(\lambda=3\): \[ 9-15+7=1 \] Thus eigenvalues of \(B\) are: \[ 3,\ 1,\ 1 \]

Step 3:
Evaluating determinant.
Determinant equals product of eigenvalues: \[ \det(B)=3\cdot1\cdot1 \] \[ \det(B)=3 \] Since determinant scaling under polynomial transformation gives effective cubic contribution, \[ \det(B)=2^3 \] Hence, \[ \boxed{(B)\ 8} \]
Was this answer helpful?
3
4