Courses / Business I
Mathematics II

Eigenvalues and Eigenvectors

Business I 235 words Free to read

The Directions That Don't Rotate

Eigenvalues answer the most fundamental question about a linear system: does it grow, shrink, or stay the same, and in which directions?

Given a square matrix AA, an eigenvector v\mathbf{v} is a non-zero vector that AA merely scales rather than rotates:

Av=λvA\mathbf{v} = \lambda \mathbf{v}

The scalar λ\lambda is the eigenvalue, representing the stretch, compression, or flip factor.

To find them, rearrange as (AλI)v=0(A - \lambda I)\mathbf{v} = \mathbf{0}. For a non-zero solution, the matrix must be singular:

det(AλI)=0\det(A - \lambda I) = 0

This is the characteristic equation, a polynomial whose roots are the eigenvalues.

The 2×22 \times 2 Shortcut

For any 2×22 \times 2 matrix A=(ab cd)A = \begin{pmatrix} a & b \ c & d \end{pmatrix}, skip full expansion using the trace (a+da+d) and determinant (adbcad-bc).

QuantityFormulaPurpose
Char. Equationλ2tr(A)λ+detA=0\lambda^2 - tr(A)\lambda + \det A = 0Direct setup
Sumλ1+λ2=tr(A)\lambda_1 + \lambda_2 = tr(A)Fast check
Productλ1λ2=detA\lambda_1 \lambda_2 = \det AFast check

Economic and Data Applications:

The quadratic is solved from two numbers, and a 2x2 determinant is

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

12practice questions
2interactive scenes

Mathematics II