Formula & Calculator
Eigenvalue Equation
Defines eigenvalues λ and eigenvectors v of a linear transformation A.
Interpretation
Av = λv. For a matrix A, eigenvectors v and eigenvalues λ satisfy Av = λv. λ represents scaling; v direction unchanged. Used in stability, vibrations, and quantum mechanics.
Variables
| Symbol | Quantity | Unit |
|---|---|---|
| A | Square matrix | |
| v | Eigenvector | |
| λ | Eigenvalue |
What it means
The eigenvalue equation Av = λv is central to linear algebra and its applications. Here, A is a square matrix, v is a non‑zero vector (eigenvector), and λ is a scalar (eigenvalue). Geometrically, the matrix A transforms the vector v by stretching or compressing it by a factor λ, without changing its direction (or reversing it if λ is negative). Eigenvalues and eigenvectors are used to analyse linear systems: they determine stability (if eigenvalues have negative real parts), natural frequencies in vibration analysis (via the characteristic equation), and principal components in data analysis (PCA). In quantum mechanics, they represent observable quantities (energy levels). In engineering, they are used to solve differential equations and to design control systems. Finding eigenvalues involves solving the characteristic polynomial det(A−λI)=0. Understanding the eigenvalue equation is fundamental for advanced mathematics, physics, and engineering.
Worked example
Eigenvalue Equation – Two Examples
Real‑World| Parameter | Value |
|---|---|
| Matrix A | [[2,0],[0,3]] |
| Parameter | Value |
|---|---|
| Matrix A | [[3,1],[1,3]] |
Common mistakes
- Non‑zero vector: The eigenvector v must be non‑zero – the equation A v = λ v holds for non‑trivial solutions.
- Characteristic equation: Solve det(A − λI) = 0 to find eigenvalues – not det(A) = λ.
- Scaling: Eigenvectors are defined up to a scalar multiple – any non‑zero scalar multiple is also valid.
- Complex eigenvalues: May occur for real matrices – they come in conjugate pairs.
- Applications: Used in stability analysis, quantum mechanics, and many engineering problems.
Applications
The eigenvalue equation, Av = λv, states that a matrix A transforms a vector v only by scaling it by a scalar λ (the eigenvalue). This equation is central to many fields: in structural engineering, eigenvalues determine natural frequencies and mode shapes; in quantum mechanics, they represent energy levels; in machine learning, principal component analysis uses eigenvalues for dimensionality reduction. Engineers use eigenvalue analysis for stability assessments, vibration analysis, and buckling loads. In data science, eigenvalues help in covariance analysis and signal processing. Solving the eigenvalue problem is also essential for solving systems of differential equations. This simple equation unlocks a wealth of information about the system, making it a fundamental tool in applied mathematics and engineering.
- Vibration and modal analysis of mechanical structures
- Stability analysis of dynamical systems and control systems
- Principal component analysis and data reduction in statistics
- Quantum mechanics – solving the Schrödinger equation
- Solving coupled differential equations and system dynamics
Frequently Asked Questions
The eigenvalue equation is A v = λ v, where A is a square matrix, v is a non‑zero vector (eigenvector), and λ is a scalar (eigenvalue). It states that the transformation A scales the vector v by the factor λ.
Solve the characteristic equation det(A – λI) = 0. This is a polynomial in λ. The roots are the eigenvalues. For a 2×2 matrix, the polynomial is λ² – tr(A)λ + det(A) = 0.
Eigenvectors are directions that remain unchanged under the linear transformation (up to scaling). Eigenvalues give the scaling factor. They are used to simplify matrix powers, solve differential equations, and analyze stability.
Eigenvalues are defined for square matrices (A v = λ v). Singular values are for any m×n matrix and come from the singular value decomposition (SVD). They are related but not identical.
For a linear system dx/dt = A x, the eigenvalues determine the stability: if all eigenvalues have negative real parts, the system is stable; if any have positive real parts, it is unstable.
For symmetric (or Hermitian) matrices, the eigenvectors corresponding to distinct eigenvalues are orthogonal, and the matrix is diagonalisable by an orthogonal matrix. The eigenvalues are real.
Common methods include the power iteration (for the largest eigenvalue), the QR algorithm (for all eigenvalues), and the Jacobi method (for symmetric matrices).
The characteristic polynomial is p(λ) = det(A – λI). Its roots are the eigenvalues. It is the starting point for finding eigenvalues analytically.
- Principal Component Analysis (PCA) – eigenvectors give principal directions.
- Google PageRank – eigenvalues of the transition matrix.
- Vibrational analysis – natural frequencies are related to eigenvalues.
- Quantum mechanics – eigenvalues correspond to energy levels.
- Assuming eigenvalues are real (they can be complex).
- Forgetting that eigenvectors are not unique (any scalar multiple is also an eigenvector).
- Using the characteristic equation incorrectly.