Home page for accesible maths 7 Eigenvalues and eigenvectors

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

7.3. Eigenvalues of a 2×2 matrix

In this section we will look a little closer at the case of 2×2 matrices in general. Since they are so small, it is possible to give general statements about their eigenvalues and eigenvectors. We will also make some remarks about the case when A is a symmetric matrix.

First, we express the characteristic polynomial in terms of the determinant and the trace. Recall from Exercise 1.6.15 that the trace of a matrix A (written trA) equals the sum of the entries aii along its diagonal.

Theorem 7.3.1.

Let AM2(R). The characteristic polynomial of A is

cA(λ)=λ2-tr(A)λ+detA.

Furthermore:

  1. (i)

    If (trA)2-4detA>0, then A has two distinct real eigenvalues.

  2. (ii)

    If (trA)2-4detA=0, then A has a unique real eigenvalue.

  3. (iii)

    If (trA)2-4detA<0, then A has no real eigenvalues.

Proof.

Write A in the form A=(abcd). To find the characteristic polynomial, we expand the following determinant:

cA(λ)=det(A-λI2)=|a-λbcd-λ|=(a-λ)(d-λ)-bc=λ2-(a+d)λ+(ad-bc).

Since a+d=trA and ad-bc=detA, the result follows.

For the statement about the number of real eigenvalues, recall that quadratic polynomials have real roots if and only if their discriminant is 0. In this case, the discriminant is (trA)2-4detA. ∎

Remark 7.3.2.

If we were also considering complex eigenvalues, instead of just the real eigenvalues, then the characteristic equation would always have solutions. More generally, the Fundamental Theorem of Algebra says that any non-constant polynomial has a complex root.

Theorem 7.3.3.

Let AM2(R) and suppose that A is symmetric. Then, A has at least one real eigenvalue. More specifically:

  1. (i)

    If A has just one eigenvalue, then it is a scalar matrix (i.e. A=aI2 for some a).

  2. (ii)

    If A has two distinct eigenvalues, then the eigenspaces are two perpendicular lines that pass through the origin.

Proof.

Since A is symmetric, we can write it in the form A=(abbd) for some a,b,d. Then its characteristic polynomial has discriminant

(trA)2-4detA=(a+d)2-4(ad-b2)=a2+2ad+d2-4ad+4b2=(a-d)2+4b2.

Since a,b,d are all real numbers, the discriminant is always 0, so there is always at least one real eigenvalue.

If there is only one eigenvalue, then (a-d)2+4b2=0, which is true if and only if a-d=b=0; in other words A=(a00a) as required.

In the second case, we omit the proof that the eigenspaces are perpendicular lines. This is not hard to prove with the theory developed in MATH220. Thus, instead of a formal proof, we illustrate the theorem by examples. ∎

Example 7.3.4.

  • Let A=(3223). From Theorem 7.3.1, we find

    λ=trA±(trA)2-4detA2=6±42={15.

    Now for each eigenvalue, we determine its eigenspace:

    λ=1: We seek the reduced echelon form of A-I2=(2222), which is (1100). Thus, the eigenvectors are all the non-zero vectors of the form (x-x) with x,x0. That is, the eigenspace is

    V1={(x-x)2}.

    λ=5: The reduced echelon form of A-5I2=(-222-2) is (1-100). Thus, the eigenvectors are all the non-zero vectors of the form (xx) with x,x0. That is, the eigenspace is

    V5={(xx)2}.

    Observe that V1 is the line y=-x, whereas V5 is the line y=x. They are perpendicular to each other as expected from Theorem 7.3.3.