Step 1 — Rewrite the defining equation.Ax=λx⟺Ax−λx=0.Why this step? We want everything on one side so we can factor out x.
Step 2 — Factor out x using the identity.
We can't write (A−λ)x because A is a matrix and λ is a scalar — they live in different worlds. Insert the identity: λx=λIx. Then
(A−λI)x=0.Why this step? Now A−λI is a genuine matrix, so this is an ordinary homogeneous linear system.
Step 3 — Demand a nonzero solution.
A homogeneous system Mx=0 has a nonzero solution iffM is singular (not invertible). If M=(A−λI) were invertible, multiplying by M−1 would force x=0, which we forbade.
Why this step? The whole point is x=0, and singularity is the gateway condition.
Step 4 — Singular ⇔ zero determinant.det(A−λI)=0.Why this step? "Not invertible" and "determinant =0" are the same statement. This is a polynomial equation in λ — solvable!
p(λ)=det(5−λ07−2−λ)=(5−λ)(−2−λ)−0.Why this step? The lower-left entry is 0, so the determinant of a triangular matrix is just the product of diagonal entries.
Let A=(3013).
p(λ)=(3−λ)2⇒λ=3 (twice).
The root 3 has algebraic multiplicity 2. Eigenvectors: (A−3I)=(0010), so x2=0, giving only x=(01) — a single independent eigenvector (geometric multiplicity 1).
Q: Why must we insert I to get (A−λI)? → Because λ is a scalar; A−λ is undefined, but A−λI is a matrix.
Q: What condition makes (A−λI)x=0 have a nonzero solution? → A−λI singular, i.e. det(A−λI)=0.
Q: For 2×2, what equals tr(A) and what equals det(A)? → Sum and product of eigenvalues.
Q: Eigenvalues of a triangular matrix? → Its diagonal entries.
Recall Feynman: explain to a 12-year-old
Imagine pushing a toy car in different directions. Usually the wall (the matrix) bounces it off at a new angle. But there are a few magic directions where the wall just makes the car go faster or slower along the same straight line, never turning it. Those magic straight lines are eigenvectors, and "how much faster/slower" is the eigenvalue. The characteristic polynomial is a treasure-map equation: solve it and out pop the magic speed-numbers.
Dekho, ek matrix A basically vectors ko ghumata bhi hai aur stretch bhi karta hai. Lekin kuch special directions hote hain jahan matrix sirf stretch karta hai, ghumata bilkul nahi — woh special direction ko hum eigenvector bolte hain, aur jitna stretch hota hai woh number eigenvalueλ hai. Equation simple hai: Ax=λx, yaani A lagane ke baad bhi vector apni hi line pe rehta hai.
Ab eigenvalue nikalte kaise hain? Ax=λx ko (A−λI)x=0 banao. Yaad rakho, λ scalar hai isliye I (identity) daalna zaroori hai, warna A−λ ka koi matlab nahi banta. Ab yeh ek homogeneous system hai, aur iska non-zero solution tabhi milega jab matrix (A−λI)singular ho — matlab uska determinant zero ho. Bas yahi se characteristic polynomial aata hai: det(A−λI)=0. Iski roots hi eigenvalues hain.
Ek mast shortcut: 2×2 ke liye polynomial λ2−trace⋅λ+det banta hai. Toh eigenvalues ka sum = trace aur product = determinant — yeh check har baar lagao, galti pakdi jayegi. Aur agar matrix triangular ya diagonal hai, toh eigenvalues seedhe diagonal pe baithe hote hain, alag se mehnat hi nahi.
Common galti: eigenvalue nikalne ke baad eigenvector ke liye phir se determinant mat lagao — eigenvector ke liye system (A−λI)x=0 solve karo, null space hi answer deta hai. Aur dhyaan rakho real matrix ke bhi complex eigenvalues ho sakte hain (rotation matrix ke ±i aate hain). Yeh poora concept aage diagonalization aur Cayley-Hamilton mein kaam aata hai, toh strong rakho.