Exercise 14.4.6

Let A = ( a b c d ) be a 2 × 2 matrix with entries in a field F .

(a)
Prove that the characteristic polynomial of A is P ( x ) = x 2 tr ( A ) x + det ( A ) , where tr ( A ) = a + d and det ( A ) = ad bc are the trace and determinant of A .
(b)
Prove that P ( A ) = A 2 tr ( A ) A + det ( A ) I 2 is the zero matrix.

The Cayley-Hamilton Theorem generalizes part (b) by showing that P ( A ) is the zero matrix when P ( x ) is the characteristic polynomial of an n × n matrix A .

Answers

Proof. (a) By definition of the characteristic polynomial,

P ( x ) = | a x b c d x | = ( a x ) ( d x ) bc = x 2 ( a + d ) x + ad bc = x 2 tr ( A ) x + det ( A ) . (b) Moreover, P ( A ) = A 2 tr ( A ) A + det ( A ) I 2 = ( a b c d ) 2 ( a + d ) ( a b c d ) + ( ad bc ) I 2 = ( a 2 + bc ab + bd ca + dc cb + d 2 ) + ( a 2 da ab db ac dc ad d 2 ) + ( ad bc 0 0 ad bc ) = 0 .
User profile picture
2022-07-19 00:00
Comments