Courses / Physics I
Linear Algebra and Geometry

Eigenvalues and Eigenvectors

Physics I 178 words Free to read

Eigenvalues & Eigenvectors

Think of a transformation as a chaotic warp. Yet, some vectors only stretch—they never rotate. An eigenvector v\vec{v} of matrix AA is a nonzero vector satisfying Av=λvA\vec{v} = \lambda\vec{v}.

The scalar λ\lambda is the eigenvalue, scaling that vector. Common pitfall: Eigenvectors only keep their line. Eigenvalues can be negative (flips), zero (collapses), or fractions (shrinks).

PropertyMeaning
λ>0\lambda > 0Stretches or shrinks
λ<0\lambda < 0Flips direction
λ=0\lambda = 0Collapses to origin
Placeholder: Eigenvalues and Eigenvectors

Solving & Diagonalisation

Find eigenvalues via the characteristic equation: det(AλI)=0\det(A - \lambda I) = 0. For each root λi\lambda_i, find eigenvectors by solving (AλiI)v=0(A - \lambda_i I)\vec{v} = \vec{0}.

Diagonalisation: If AA has nn independent eigenvectors, A=PDP1A = PDP^{-1}, where DD holds eigenvalues and PP holds eigenvectors as columns. This makes computing Ak=PDkP1A^k = PD^kP^{-1} trivial.

Example: A=(4123)A = \begin{pmatrix} 4 & 1 \\ 2 & 3 \end{pmatrix} yields λ27λ+10=0\lambda^2 - 7\lambda + 10 = 0, giving eigenvalues 55 and 22.
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

Linear Algebra and Geometry