ResearchForge / Calculators
← all articles

title: "Eigenvalues and the Characteristic Polynomial" slug: eigenvalues-and-the-characteristic-polynomial tags: ["linear-algebra", "eigenvalues", "characteristic-polynomial", "matrix-properties"] generated_at: 2026-04-23T16:47:42.946550+00:00 generator_model: gpt-4o-mini-2024-07-18 source_notes: ["20260421012606-diagonalizable-matrix", "20260421012606-eigenvalues-of-a-matrix", "20260421012633-determinant-of-a-matrix", "20260421012634-diagonalizable-matrix", "20260421012934-complex-eigenvalues", "20260421012934-eigenvalues-and-eigenvectors", "20260421012606-determinant-of-a-matrix", "20260421012606-determinant-properties", "20260421012634-matrix-inversion-formula"] ai_disclosure: "Generated from personal class notes with AI assistance. Every factual claim cites a note."

Eigenvalues and the Characteristic Polynomial

Abstract

Eigenvalues are fundamental to understanding the behavior of linear transformations represented by matrices. They are derived from the characteristic polynomial, which encapsulates the properties of a matrix. This article explores the relationship between eigenvalues and the characteristic polynomial, detailing how to compute eigenvalues and their significance in various applications.

Background

In linear algebra, eigenvalues are scalars associated with a square matrix that provide insight into the matrix's properties, particularly in terms of its transformations and stability. For a square matrix AA, the eigenvalues are determined by solving the characteristic equation:

det(AλI)=0,\text{det}(A - \lambda I) = 0,

where λ\lambda represents the eigenvalues and II is the identity matrix of the same size as AA [eigenvalues-of-a-matrix]. The determinant of a matrix is a scalar value that indicates whether the matrix is invertible and the volume scaling factor of the linear transformation it represents [determinant-of-a-matrix].

The concept of eigenvalues extends beyond theoretical interest; they have practical applications in stability analysis, vibration analysis, and the study of dynamical systems. Understanding how to compute and interpret eigenvalues is essential for anyone working with linear transformations or matrix analysis.

Key Results

The characteristic polynomial is derived from the determinant equation mentioned above. Specifically, the characteristic polynomial p(λ)p(\lambda) is defined as:

p(λ)=det(AλI).p(\lambda) = \text{det}(A - \lambda I).

The roots of this polynomial correspond to the eigenvalues of the matrix AA. For instance, if we consider a matrix A=(7551)A = \begin{pmatrix} 7 & -5 \\ 5 & -1 \end{pmatrix}, the characteristic polynomial can be computed as follows:

  1. Compute AλIA - \lambda I:

AλI=(7λ551λ).A - \lambda I = \begin{pmatrix} 7 - \lambda & -5 \\ 5 & -1 - \lambda \end{pmatrix}.

  1. Calculate the determinant:

det(AλI)=(7λ)(1λ)(5)(5)=λ26λ+18.\text{det}(A - \lambda I) = (7 - \lambda)(-1 - \lambda) - (-5)(5) = \lambda^2 - 6\lambda + 18.

  1. Set the determinant to zero to find the eigenvalues:

λ26λ+18=0.\lambda^2 - 6\lambda + 18 = 0.

The roots of this polynomial yield the eigenvalues:

λ=3±3i.\lambda = 3 \pm 3i.

Eigenvalues can be real or complex. Complex eigenvalues often arise in systems exhibiting oscillatory behavior, indicating that the corresponding eigenvectors will also be complex [complex-eigenvalues]. The presence of complex eigenvalues reveals important information about the rotational and oscillatory nature of the transformation represented by the matrix.

Worked Examples

To illustrate the process of finding eigenvalues, consider the following example:

Let A=(4123)A = \begin{pmatrix} 4 & 1 \\ 2 & 3 \end{pmatrix}.

  1. Compute AλIA - \lambda I:

AλI=(4λ123λ).A - \lambda I = \begin{pmatrix} 4 - \lambda & 1 \\ 2 & 3 - \lambda \end{pmatrix}.

  1. Calculate the determinant:

det(AλI)=(4λ)(3λ)(2)(1)=λ27λ+10.\text{det}(A - \lambda I) = (4 - \lambda)(3 - \lambda) - (2)(1) = \lambda^2 - 7\lambda + 10.

  1. Set the determinant to zero:

λ27λ+10=0.\lambda^2 - 7\lambda + 10 = 0.

  1. Factor or use the quadratic formula to find the eigenvalues:

λ=7±(7)2411021=7±49402=7±32.\lambda = \frac{7 \pm \sqrt{(7)^2 - 4 \cdot 1 \cdot 10}}{2 \cdot 1} = \frac{7 \pm \sqrt{49 - 40}}{2} = \frac{7 \pm 3}{2}.

Thus, the eigenvalues are:

λ1=5,λ2=2.\lambda_1 = 5, \quad \lambda_2 = 2.

These eigenvalues indicate the scaling factors along the directions defined by their corresponding eigenvectors [eigenvalues-and-eigenvectors]. Once the eigenvalues are known, one can proceed to find the eigenvectors by solving (AλiI)v=0(A - \lambda_i I)\mathbf{v} = \mathbf{0} for each eigenvalue λi\lambda_i.

Significance and Applications

The characteristic polynomial and eigenvalues play a crucial role in understanding matrix diagonalization. A matrix is diagonalizable if and only if it has enough linearly independent eigenvectors to form a basis [diagonalizable-matrix]. This property is essential in many computational and theoretical applications, from solving systems of differential equations to analyzing the long-term behavior of dynamical systems.

References

AI Disclosure

This article was generated with the assistance of AI technology, ensuring clarity and accuracy in the presentation of mathematical concepts related to eigenvalues and the characteristic polynomial.

Try the math live