Types: N/A
Examples: 27.2 Intro to Coupled Pendula Problem
Constructions: N/A
Generalizations: N/A

Properties: N/A
Sufficiencies: N/A
Questions: N/A

The Standard Eigenvalue Problem

"Given" a square matrix ARn×n, find all scalars λ and associated n×1 vectors x such that

Ax=λx
  • A is a square matrix arising from a modeling context
  • λ is a scalar eigenvalue
  • x is the eigenvector associated with eigenvalue λ

Remark. The system only scales the vector x, it does not fundamentally change its values. A nice analogy is to think of x as your voice into a karaoke machine, and λ being the volume you want the system to output.


Remark. You may be wondering, "Why should I care about Eigenvalues?" Below are some examples of fields that use Eigenvalues.

  1. Vibrations Analysis: the study of things that shake or move back and forth... the study of objects that vibrate
    1. Suspension system in vehicles
    2. Brake system in vehicles
    3. Motion of buildings in earthquakes
    4. Motion of bridges in wind
    5. Motion of wings of plane in flight
  2. Electric Circuit Analysis and Design
  3. Image Compression Algorithms
  4. Machine Learning & Data Analysis (Principal Component Analysis)
  5. Google's Page Rank Algorithm
  6. Netflix's old move rating predictions
  7. The foundation of theory for Finite Element Analysis

There are two common themes that arise across these applications:

  1. ~ Continuous Problems
    Many of these problems exist in time and space. They involve math that is built on top of Calculus (equations with continuous functions) not algebra (equations with a collection of scalars)
  2. ~ Large number of dimensions
    Many of these problems involve systems having huge number of components with a goal of reducing complexity/dimensions.