Section 22.3

Review: Eigenvalues

Eigenvalues are the "DNA" of a matrix. They tell us everything about the long-term behavior of a dynamic system.

1

Introduction

Most vectors change direction when multiplied by a matrix .

Eigenvectors are special: they only change length (stretch/shrink), not direction.
The amount they stretch is the Eigenvalue.

2

Definition

("lambda") is the eigenvalue.
is the eigenvector (cannot be zero).

How to Find Them

  • Solve Characteristic Equation: . This finds .
  • For each , solve to find .
3

Visual: Invariant Direction

Interactive: Matrix Transformation

When the input vector lies on an "Eigenline" (green), the output vector points in the exact same direction (just scaled).

4

Worked Examples

Example 1: Finding Lambda

Find eigenvalues of .

1. Form Characteristic Eq:

.

2. Solve:

.

.

.

.

Eigenvalues: .

Example 2: Finding Eigenvector

Find the eigenvector for in Example 1.

1. Plug Lambda into A-LI:

.

2. Apply to v:

.

.

3. Pick a vector:

Let . Then .

.

Example 3: Complex Roots

Find eigenvalues of .

1. Determinant:

.

.

2. Solve:

.

This corresponds to a rotation matrix (rotation by 90 degrees). No real vector points in the same direction after rotation (except 0), so no real eigenvectors.

6

Practice Quiz

Loading...