Skip to content

Lecture Three: Eigenvalues

1. Eigenvalues Using the Determinant Method

Eigenvalues of a square matrix A are values λ for which there exists a non-zero vector v (called an eigenvector) such that:

Av=λv

This can be rewritten as:

(AλI)v=0

For a non-trivial solution (v0), the matrix (AλI) must be singular, meaning its determinant is zero:

|AλI|=0

This determinant equation gives a polynomial in λ, called the characteristic polynomial. The roots of this polynomial are the eigenvalues of A.


Example for a 2×2 Matrix:

Let:

A=[abcd]λI2=λ[1001]=[λ00λ]

Then:

AλI=[aλbcdλ]

The determinant is:

|AλI|=(aλ)(dλ)bc

Expanding this:

|AλI|=λ2(a+d)λ+(adbc)

The characteristic polynomial is:

λ2trac(A)λ+|A|=0

where:

  • trac(A)=a+d is the trace (sum of diagonal entries of A),
  • |A|=adbc is the determinant of A.

The eigenvalues are found by solving this quadratic equation.


Example for a 3×3 Matrix:

Let:

A=[abcdefghi]

Then:

AλI=[aλbcdeλfghiλ]

2. Eigenvalues Using the Cayley-Hamilton Theorem

The Cayley-Hamilton theorem states that every square matrix satisfies its own characteristic polynomial.


For 2×2 Matrices:

The characteristic polynomial is:

λ2S1λ+S2=0

where:

  • S1=trac(A)=λ1+λ2
  • S2=|A|=λ1λ2

Eigenvalues can be computed directly from the quadratic equation.


For 3×3 Matrices:

For the matrix A:

A=[abcdefghi]

The characteristic polynomial is:

λ3S1λ2+S2λS3=0

where:

  • S1=trac(A)=λ1+λ2+λ3
  • S2 is the sum of minors of A
  • S3=|A|=λ1λ2λ3

Eigenvalues are obtained by solving the cubic characteristic equation.

Summary:

  • The determinant method directly computes eigenvalues from the characteristic polynomial AλI|=0.
  • The Cayley-Hamilton theorem leverages the characteristic polynomial to establish relationships between A and its eigenvalues, offering additional insights into A's powers and structure.

Examples:

Example 1: Determinant Method for a 2×2 Matrix

Let:

A=[4213]

Step 1: Write AλI:

AλI=[4λ213λ]

Step 2: Compute the determinant:

|AλI|=|4λ213λ||AλI|=(4λ)(3λ)(2×1)|AλI|=λ27λ+122=λ27λ+10

Step 3: Solve for λ:

λ27λ+10=0

Factoring:

λ27λ+10=(λ2)(λ5)

Eigenvalues are:

λ1=2,λ2=5

Example 2: Cayley-Hamilton Method for a 2×2 Matrix

Let:

A=[4213]

Step 1: Characteristic Polynomial:

λ2S1λ+S2=0S1=trac(A)=4+3=7S2=|A|=122=10λ27λ+10=0

Step 2: Use Polynomial to Solve for Eigenvalues:

Substituting λ=2 and λ=5 satisfies the equation.


Example 3: Determinant Method for a 3×3 Matrix

Let:

A=[520250346]

Step 1: Write AλI:

AλI=[5λ2025λ0346λ]

Step 2: Compute the determinant:

|AλI|=|5λ2025λ0346λ|

Expanding along the third column (Remember to apply the Sign rule):

|AλI|=0|25λ34|0|5λ234|+(6λ)|5λ225λ|

Compute the subdeterminants:

  1. For 0|25λ34|: skip because it's multiplied by 0.

  2. For 0|5λ234|: skip because it's multiplied by 0.

  3. For |5λ225λ|:

=(5λ)(5λ)2(2)=(5λ)24=λ210λ+254=λ210λ+21

Substitute back:

|AλI|=00+(6λ)(λ210λ+21)

Simplify:

|AλI|=(6λ)(λ210λ+21)=λ3+16λ281λ+126

Step 3: Solve for λ:

Solve the cubic λ3+16λ281λ+126=0 to find the eigenvalues (mode + 5 + 4 on calculator):

λ1=3,λ2=7,λ3=6

Example 4: Cayley-Hamilton Method for a 3×3 Matrix

Let:

A=[520250346]

Step 1: Characteristic Polynomial:

λ3S1λ2+S2λS3=0S1=trac(A)=5+5+6=16S2=|A|=|5046|+|5036|+|5225|=81S3=|A|=126λ316λ2+81λ126=0

Step 2: Solve for Eigenvalues:

Solve the cubic λ316λ2+81λ126=0 to find the eigenvalues (mode + 5 + 4 on calculator):

λ1=3,λ2=7,λ3=6