Skip to content

The characteristic polynomial

Definition and Lemma 6.5 (Related exercises: Exercise 6.1, Exercise 6.3, Exercise 6.4, Exercise 6.6, Exercise 6.2)

For \(A \in {\mathrm {Mat}}_{n \times n}\), the function

\[ \chi(t) = \det (A - t \cdot {\mathrm {id}}_n) \]

is a polynomial of degree \(n\). It is called the characteristic polynomial of the matrix \(A\). A real number \(\lambda\) is an eigenvalue of \(A\) if and only if

\[ \chi(\lambda) = 0. \]

For example, for \(A = \left ( \begin{array}{cc} 1 & r \\ 0 & 1 \end{array} \right )\), \(\chi(t) = (t-1)^2\).

Example 6.6

We compute the eigenvalues of \(A = \begin{pmatrix} 2 & -1 \\ 4 & -3 \end{pmatrix}\) using the characteristic polynomial:

\[ \chi_A(t) = \det \left ( \begin{array}{cc} 2-t & -1 \\ 4 & -3-t \end{array} \right ) = (2-t)(-3-t)+4=t^2+t-2. \]

The equation \(\chi_A(t) = 0\) solves as

\[ t_{1/2} = -\frac 12 \pm \sqrt{2 + \frac 14} = -\frac 12 \pm \frac 32, \]

i.e., the eigenvalues are \(t_1 = -2\), \(t_2 = 1\).

Example 6.7

We consider the rotation matrix \(A = \left ( \begin{array}{cc} \cos r & -\sin r \\ \sin r & \cos r \end{array} \right )\). We have:

  • if \(r = \dots, -4\pi, -2\pi, 0, 2\pi, \dots\) (i.e., a rotation by a multiple of 360\(^\circ\), i.e., no rotation at all), then \(A = {\mathrm {id}}_2\), and the only eigenvalue is \(\lambda = 1\), and any vector \((x,y) \in {\bf R}^2\) is an eigenvector.

  • if \(r = \dots, -3\pi, -\pi, \pi, 3\pi, \dots\) (i.e., a rotation by 180\(^\circ\) (plus an irrelevant multiple of 360\(^\circ\))), the only eigenvalue is \(\lambda = -1\), and again any vector in \({\bf R}^2\) is an eigenvector,

  • in all other cases, i.e., if the rotation is not by \(0^\circ\) or by \(180^\circ\), there are no eigenvalues (and therefore no eigenvectors).

These statements are clear geometrically: for a rotation other than the special cases, for any vector \(v \in {\bf R}^2\) we have that the rotated vector \(Av\) lies on a different line, so that it cannot be an eigenvector. To confirm this algebraically, we compute its characteristic polynomial:

\[ \begin{align*} \chi(t) &= \det (A - t {\mathrm {id}}) \\ & = \det \left ( \begin{array}{cc} \cos r - t & -\sin r \\ \sin r & \cos r - t \end{array} \right ) \\ & = (\cos r-t)^2 + (\sin r)^2 \\ & = (\cos r)^2 -2t \cos r + t^2 + (\sin r)^2 \\ & = 1 + t^2 - 2t \cos r. \end{align*} \]

We solve this for \(t\) using the usual formula:

\[ t = 2 \cos r \pm \sqrt{- 1 + (\cos r)^2}. \]

We have \(0 \le \cos r \le 1\), and \(\cos r = 1\) if and only if \(r\) is a multiple of \(\pi\) (cf. §Chapter B). Thus the term inside the square root is zero in this case, in all other cases it is strictly negative, so that the equation \(\chi(t) = 0\) has no solution.

The non-existence of eigenvalues can be salvaged by working with complex numbers, instead of real numbers.

Theorem 6.8 (Related exercises: Exercise 6.9)

(Fundamental theorem of algebra, cf. also §Section 1.2 for further discussion) For every non-constant polynomial

\[ p(t) = a_n x^n + \dots + a_0, \]

where the coefficients \(a_0, \dots, a_n\) are complex numbers (for example, they can be real numbers), there exists a complex number \(z \in {{\bf C}}\) such that

\[ p(z) = 0. \]

This theorem is famous for the number of entirely different proofs. A completely elementary proof fitting on about two pages is given in (Oliveira 2011).

Example 6.9

Consider the rotation matrix

\[ A = \left ( \begin{array}{cc} 0 & -1 \\ 1 & 0 \end{array} \right ) \]

describing a (counter-clockwise) rotation by \(90^\circ\). Its characteristic polynomial

\[ \chi_A(t) = 1 + t^2 \]

does not have a real zero, i.e., for all real numbers \(r\), \(\chi_A(r) \ne 0\). However, the complex number \(i\), the imaginary unit, which satisfies \(i^2 = -1\) is a complex zero. In addition, \(-i\), which also satisfies \((-i)^2 = -1\) is another complex zero.

It is therefore helpful to consider the concepts of linear algebra not only for real matrices, but for complex matrices. All of the concepts and theorems that we have encountered in this course continue to hold for complex matrices, complex vector spaces etc.

Corollary 6.10

Any complex square matrix \(A \in {\mathrm {Mat}}_{n \times n}\) has at least one (complex) eigenvalue. In particular, any real square matrix has at least one complex eigenvalue (but it may not have a real eigenvalue).

Oliveira, Oswaldo Rio Branco de. 2011. *The Fundamental Theorem of Algebra: A Most Elementary Proof*. .