Question:

If \( A = \begin{pmatrix} 2 & 4 & 1 \\ 0 & 2 & -1 \\ 0 & 0 & 1 \end{pmatrix} \) satisfies \( A^3 + \mu A^2 + \lambda A - 4I_3 = 0 \), then the respective values of \( \lambda \) and \( \mu \) are:

Show Hint

For triangular matrices, the eigenvalues are simply the entries on the main diagonal. This makes finding the characteristic polynomial much faster. For a 3x3 matrix, the characteristic equation is also \( x^3 - (\text{tr}(A))x^2 + (\text{sum of cofactors of diagonal elements})x - (\det(A)) = 0 \). Here, tr(A)=2+2+1=5, det(A)=2*2*1=4, giving \(x^3 - 5x^2 + ... - 4 = 0\), quickly confirming \(\mu=-5\).
Updated On: Sep 24, 2025
  • -5, 8
  • 8, -5
  • 5, -8
  • -8, 5
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Understanding the Concept:
According to the Cayley-Hamilton Theorem, every square matrix satisfies its own characteristic equation. We can find the characteristic equation of the matrix A and compare it with the given polynomial equation to find the values of \( \lambda \) and \( \mu \).

Step 2: Key Formula or Approach:
The characteristic equation of a matrix A is given by \( \det(A - xI) = 0 \). Since A is an upper triangular matrix, its eigenvalues are its diagonal entries. The eigenvalues are \(x_1=2, x_2=2, x_3=1\). The characteristic polynomial is \( (x-x_1)(x-x_2)(x-x_3) = 0 \). \[ (x-2)(x-2)(x-1) = 0 \] \[ (x^2-4x+4)(x-1) = 0 \] \[ x(x^2-4x+4) - 1(x^2-4x+4) = 0 \] \[ x^3 - 4x^2 + 4x - x^2 + 4x - 4 = 0 \] \[ x^3 - 5x^2 + 8x - 4 = 0 \]
Step 3: Detailed Explanation:
By the Cayley-Hamilton Theorem, the matrix A must satisfy this equation: \[ A^3 - 5A^2 + 8A - 4I = 0 \] We are given the equation: \[ A^3 + \mu A^2 + \lambda A - 4I_3 = 0 \] Comparing the coefficients of the two equations, we get: \[ \mu = -5 \] \[ \lambda = 8 \]
Step 4: Final Answer:
The respective values are \( \lambda=8 \) and \( \mu=-5 \).
Was this answer helpful?
0
0