Eigenvalues & Eigenvectors
An eigenvector satisfies : the matrix only STRETCHES it by the eigenvalue . Find eigenvalues from ; for this is , so eigenvalues SUM to the trace and MULTIPLY to the determinant.
If then , and . This is why eigenvalues run the long-term behavior of everything iterative — Fibonacci ( holds , and gives Cassini’s identity in one line), Markov chains, and populations alike.
: trace , determinant , so gives — with perpendicular eigenvectors and , as symmetry guarantees.
Google ranks pages by an eigenvector; bridges have resonant eigenfrequencies (soldiers break step crossing them); quantum energy levels ARE eigenvalues; population models stabilize along their dominant eigenvector. Whenever a system is applied repeatedly, its eigenvalues write its future.
Find the eigenvalues of the triangular matrix . Work: for triangular matrices the eigenvalues ARE the diagonal entries: and (the characteristic determinant is regardless of the ). Check the trace: ✓ and det: ✓.
Proofs & Why It Matters
Expand the characteristic polynomial: . By Vieta, its roots satisfy and .
The trace and determinant are the eigenvalues' fingerprints, readable without solving anything.
Induction on . Base: is given. Step: if , apply once more: .
So along an eigenvector, iterating the matrix is just repeated scalar multiplication — the engine behind diagonalization, Fibonacci formulas, and Markov-chain limits.
Going Deeper: Explanations & Worked Problems
Step one: eigenvalues are the roots of — the values of making singular, because only a singular matrix can send a NONZERO vector to zero. For a , skip straight to .
Step two: for EACH root, solve — the matrix is now singular by design, so its rows are dependent and one row determines up to scale. Step three: use them — along eigenvectors the matrix acts as a number, so acts as , systems decouple, and for large tilts toward the eigenvector of the LARGEST (the power method, and the reason Markov chains forget their starting point). Two structural gifts: symmetric matrices always have real eigenvalues with orthogonal eigenvectors, and distinct eigenvalues always give independent eigenvectors.
Analyze .
Step 1 — characteristic equation via trace and determinant: , , so , factoring as : eigenvalues and .
Step 2 — eigenvector for : gives : take .
Step 3 — for : gives : take .
Step 4 — checks: ✓; ✓; and — orthogonal, as symmetry promised.
Step 5 — payoff: — a closed form with no repeated multiplication anywhere.
A population splits between two sites, redistributing each year by with (columns sum to : nobody is lost).
Step 1 — eigenvalues: , : factors as .
Step 2 — the eigenvector: gives , so .
Step 3 — conclusion: the component HALVES every year and dies; every starting split converges to the ratio — sixty percent at site one, forever, regardless of history.
Step 4 — check one iteration from : , then , then — marching monotonically toward ✓. The eigenvalue holds the destination; the second eigenvalue sets the speed of forgetting.