Fiveable

โž—Abstract Linear Algebra II Unit 3 Review

QR code for Abstract Linear Algebra II practice questions

3.2 Characteristic polynomial and eigenspaces

โž—Abstract Linear Algebra II
Unit 3 Review

3.2 Characteristic polynomial and eigenspaces

Written by the Fiveable Content Team โ€ข Last updated September 2025
Written by the Fiveable Content Team โ€ข Last updated September 2025
โž—Abstract Linear Algebra II
Unit & Topic Study Guides

Eigenvalues and eigenvectors are key to understanding linear transformations. They help us break down complex operations into simpler parts, making it easier to analyze and solve problems in linear algebra.

Characteristic polynomials are tools for finding eigenvalues, while eigenspaces show us how eigenvectors behave. These concepts are crucial for diagonalization, which simplifies matrix operations and has wide-ranging applications in science and engineering.

Characteristic Polynomials of Matrices

Definition and Properties

  • Characteristic polynomial of a square matrix A defined as det(ฮปIโˆ’A)det(ฮปI - A)
    • ฮป represents a variable
    • I denotes the identity matrix
    • det signifies the determinant
  • For linear operator T on finite-dimensional vector space V, characteristic polynomial expressed as det(ฮปIโˆ’[T])det(ฮปI - [T])
    • [T] represents matrix representation of T relative to chosen basis
  • Degree of characteristic polynomial equals dimension of vector space or size of square matrix
  • Characteristic polynomial remains unchanged regardless of basis chosen for linear operator representation
  • Roots of characteristic polynomial correspond to eigenvalues of matrix or linear operator
  • Characteristic polynomial factorization takes form p(ฮป)=(ฮปโˆ’ฮป1)1m(ฮปโˆ’ฮป2)2m...(ฮปโˆ’ฮปk)kmp(ฮป) = (ฮป - ฮปโ‚)^mโ‚ (ฮป - ฮปโ‚‚)^mโ‚‚ ... (ฮป - ฮปโ‚–)^mโ‚–
    • ฮปแตข represent distinct eigenvalues
    • mแตข denote their algebraic multiplicities

Applications and Examples

  • Characteristic polynomials used to determine eigenvalues and eigenvectors
  • Example: For 2x2 matrix A = [[3, 1], [1, 3]], characteristic polynomial calculated as: det(ฮปIโˆ’A)=det([[ฮปโˆ’3,โˆ’1],[โˆ’1,ฮปโˆ’3]])=(ฮปโˆ’3)2โˆ’1=ฮป2โˆ’6ฮป+8det(ฮปI - A) = det([[ฮป-3, -1], [-1, ฮป-3]]) = (ฮป-3)ยฒ - 1 = ฮปยฒ - 6ฮป + 8
  • Characteristic polynomials aid in analyzing matrix properties (determinant, trace)
  • Applications in various fields (physics, engineering, computer graphics)

Finding Eigenvalues

Solving the Characteristic Equation

  • Characteristic equation obtained by setting characteristic polynomial to zero: det(ฮปIโˆ’A)=0det(ฮปI - A) = 0
  • Solution methods for characteristic equation include:
    • Factoring (for simpler polynomials)
    • Quadratic formula (for second-degree polynomials)
    • Advanced techniques (for higher-degree polynomials)
  • 2x2 and 3x3 matrices often solvable by hand
  • Larger matrices may require computational methods (numerical algorithms)
  • Complex eigenvalues occur in conjugate pairs for real matrices

Properties and Special Cases

  • Sum of eigenvalues (counting multiplicity) equals trace of matrix
  • Product of eigenvalues equals determinant of matrix
  • Eigenvalues of triangular matrix (diagonal matrices) found on main diagonal
  • Example: For upper triangular matrix A = [[2, 1, 3], [0, 4, -2], [0, 0, 1]], eigenvalues are 2, 4, and 1
  • Special matrices (symmetric, orthogonal) have specific eigenvalue properties
    • Symmetric matrices have real eigenvalues
    • Orthogonal matrices have eigenvalues with magnitude 1

Eigenvalue Multiplicities

Algebraic and Geometric Multiplicities

  • Algebraic multiplicity of eigenvalue ฮป defined as power of (ฮป - ฮปแตข) in factored characteristic polynomial
  • Geometric multiplicity of eigenvalue ฮป equals dimension of corresponding eigenspace
    • Calculated as nullity of (A - ฮปI)
  • Geometric multiplicity always less than or equal to algebraic multiplicity
  • Simple eigenvalue defined as having algebraic multiplicity of 1
  • Defective eigenvalue has geometric multiplicity strictly less than algebraic multiplicity
  • Sum of all algebraic multiplicities equals dimension of vector space or size of square matrix

Examples and Applications

  • Example: Matrix A = [[2, 1, 0], [0, 2, 0], [0, 0, 3]] has characteristic polynomial (ฮปโˆ’2)2(ฮปโˆ’3)(ฮป-2)ยฒ(ฮป-3)
    • Eigenvalue 2 has algebraic multiplicity 2, geometric multiplicity 1 (defective)
    • Eigenvalue 3 has algebraic and geometric multiplicity 1 (simple)
  • Multiplicities crucial for determining matrix diagonalizability
  • Applications in stability analysis of dynamical systems

Eigenspaces of Matrices

Finding and Representing Eigenspaces

  • Eigenspace E_ฮป for eigenvalue ฮป defined as set of all eigenvectors associated with ฮป, including zero vector
  • To find eigenspace, solve homogeneous system (Aโˆ’ฮปI)v=0(A - ฮปI)v = 0
    • v represents an eigenvector
  • Eigenspace E_ฮป equivalent to null space of matrix (A - ฮปI)
  • Basis vectors for eigenspace found by:
    1. Reducing (A - ฮปI) to row echelon form
    2. Solving for free variables
  • Dimension of eigenspace E_ฮป equals geometric multiplicity of ฮป
  • Eigenvectors corresponding to distinct eigenvalues are linearly independent

Examples and Applications

  • Example: For matrix A = [[3, 1], [1, 3]] with eigenvalues 2 and 4:
    • Eigenspace for ฮป = 2: Eโ‚‚ = span{[1, -1]}
    • Eigenspace for ฮป = 4: Eโ‚„ = span{[1, 1]}
  • Eigenspaces used in modal analysis of vibrating systems
  • Applications in quantum mechanics (energy eigenstates)

Properties of Eigenspaces

Fundamental Characteristics

  • Eigenspaces function as subspaces of vector space on which linear operator acts
  • Sum of dimensions of all eigenspaces less than or equal to dimension of vector space
  • Operator deemed diagonalizable if sum of eigenspace dimensions equals vector space dimension
  • Eigenspaces corresponding to distinct eigenvalues:
    • Form linearly independent subspaces
    • Have trivial intersection (only zero vector)
  • Direct sum of all eigenspaces creates invariant subspace under linear operator
  • When operator has n distinct eigenvalues (n = space dimension), corresponding eigenvectors form basis for entire space

Applications and Examples

  • Example: 3x3 rotation matrix around z-axis has eigenspaces:
    • Eโ‚ = span{[0, 0, 1]} (real eigenvalue)
    • Complex eigenspaces for e^(iฮธ) and e^(-iฮธ)
  • Eigenspace decomposition used in:
    • Principal Component Analysis (data analysis)
    • Solving systems of differential equations
  • Understanding eigenspace properties crucial for:
    • Analyzing matrix powers
    • Exponentiating matrices