What is the characteristic polynomial of a $2\times 2$ matrix?

  • Thread starter Thread starter Chris L T521
  • Start date Start date
Click For Summary
The characteristic polynomial of a 2x2 matrix A, represented as A = [[a, b], [c, d]], is derived as p(λ) = λ² - tr(A)λ + det(A), where tr(A) is the trace and det(A) is the determinant of the matrix. Participants in the discussion successfully solved the problem, with contributions from users including BAdhi, dwsmith, Reckoner, Siron, and Sudharaka. The thread highlights the importance of understanding the relationship between a matrix's trace and determinant in determining its characteristic polynomial. Siron's solution is provided for further reference. This discussion emphasizes key concepts in linear algebra related to matrix characteristics.
Chris L T521
Gold Member
MHB
Messages
913
Reaction score
0
Thanks to those who participated in last week's POTW! Here's this week's problem!

-----

Problem: Let $A$ be the matrix given by

\[A = \begin{pmatrix} a & b \\ c & d\end{pmatrix}.\]

Prove that the characteristic polynomial $p(\lambda)$ of $A$ is given by

\[p(\lambda) = \lambda^2 - \text{tr}(A)\lambda + \det(A),\]

where $\text{tr}(A)$ denotes the trace of the matrix $A$.

-----

 
Physics news on Phys.org
This week's problem was correctly answered by BAdhi, dwsmith, Reckoner, Siron and Sudharaka. You can find Siron's solution below.

$$A = \left( \begin{array}{cc} a&b \\ c&d \end{array} \right)$$The characteristic polynomial $p(\lambda)$ can be found by calculating
$\det(A- \lambda I_2) = \det \left( \begin{array}{cc} a-\lambda&b \\ c&d-\lambda \end{array} \right) = (a-\lambda)(d-\lambda) - bc$
$=ad - d\lambda - a\lambda + \lambda^2 - bc$
$=\lambda^2 + (ad-bc) - \lambda (a+d)$We have
$\det(A) = ad-bc$
and
$\mbox{tr}(A) = a+d$therefore
$p(\lambda) = \lambda^2 - \lambda \mbox{tr}(A) + \det(A)$
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 8 ·
Replies
8
Views
1K
Replies
9
Views
2K
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
1K
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K