Courses / Physics I
Linear Algebra and Geometry

Eigenvalues and Eigenvectors

An eigenvector of a matrix A is a nonzero vector v that satisfies: The scalar is the corresponding eigenvalue.

Physics I 255 words Free to read

An eigenvector of a matrix AA is a nonzero vector v\vec{v} that satisfies:

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

The scalar λ\lambda is the corresponding eigenvalue. The transformation AA only stretches v\vec{v}, without changing its direction.

Finding eigenvalues — Solve the characteristic equation:

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

This yields a polynomial of degree nn whose roots are the eigenvalues.

Finding eigenvectors — For each λi\lambda_i, solve the homogeneous system:

(AλiI)v=0(A - \lambda_i I)\vec{v} = \vec{0}

Example

A=(4123)    det(AλI)=λ27λ+10=0A = \begin{pmatrix} 4 & 1 \\ 2 & 3 \end{pmatrix} \implies \det(A-\lambda I) = \lambda^2 - 7\lambda + 10 = 0

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

Diagonalisation — If AA has nn linearly independent eigenvectors, then:

A = PDP^{-1}

where D=diag(λ1,,λn)D = \text{diag}(\lambda_1,\ldots,\lambda_n) and PP has eigenvectors as columns. This makes computing Ak=PDkP1A^k = PD^kP^{-1} trivial.

Physics link: Normal modes of coupled oscillators are eigenvectors of the system matrix. Each eigenvalue gives ω2\omega^{2}, the squared angular frequency of that mode.
Common pitfall: Eigen-vectors keep their line, not their length or even sense: eigenvalues may be negative (flips), zero (collapse), or fractional (shrink). "Unchanged by the matrix" is only true when λ=1\lambda = 1.
Placeholder: Eigenvalues and Eigenvectors

An eigenvector v\vec{v} of a matrix AA satisfies:

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

The scalar λ\lambda is the corresponding eigenvalue. Under the transformation AA, eigenvectors only scale — they do not rotate.

Eigenvalues are found from the characteristic equation det(AλI)=0\det(A - \lambda I) = 0.

Eigenvectors reveal the intrinsic axes of a transformation — diagonalisation, stability analysis, and PCA all depend on them.
Eigenvector Visualization

Practise this lesson

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

14practice questions
2interactive scenes
Start Physics I free

Linear Algebra and Geometry