Why is Eλ a subspace? Because it's the null space of the matrix (A−λI), and every null space is a subspace (closed under addition and scalar multiplication, contains 0). That's the key trick — finding an eigenspace = solving a homogeneous system.
Step 1 — Move everything to one side.Av−λv=0.Why? To collect v and turn this into a single matrix times v.
Step 2 — Factor out v. We can't write (A−λ)v because A is a matrix and λ is a scalar — they live in different worlds. Insert the identity: λv=λIv.
(A−λI)v=0.Why? Now A−λI is a genuine matrix, so this is a clean homogeneous system.
Step 3 — Demand a nonzero solution. A homogeneous system Mv=0 has a nonzero solution iffM is not invertible, i.e.
det(A−λI)=0.Why? If A−λI were invertible, the only solution would be v=0 — useless. So singularity is exactly the condition for eigenvectors to exist. This equation in λ is the characteristic equation.
Step 4 — For each eigenvalue λ, solve (A−λI)v=0. The solution set (the null space) is the eigenspace. A basis of it = a set of independent eigenvectors.
Characteristic equation.det(2−λ112−λ)=(2−λ)2−1=0.Why this step? Eigenvectors exist only where the matrix is singular, so we set the determinant to 0.
Expand: (2−λ)2=1⇒2−λ=±1⇒λ=1,3.
Eigenspace for λ=3. Form A−3I=(−111−1).
Row reduce → (10−10), giving v1=v2.
Why? Free variable v2=t ⇒ v=t(11).
E3=span{(11)}.
Eigenspace for λ=1.A−I=(1111) → v1=−v2.
E1=span{(1−1)}.
A−5I=(0000). Every vector satisfies (A−5I)v=0, so
E5=span{(10),(01)}=R2.Why this matters: the eigenspace dimension (geometric multiplicity) here is 2 — equal to the repeat count.
A=(5015).
Again det(A−λI)=(5−λ)2, so λ=5 (multiplicity 2).
A−5I=(0010) → equation v2=0, v1 free.
E5=span{(10)},dimE5=1.Why this is the lesson: algebraic multiplicity 2 but geometric multiplicity 1. Geometric ≤ algebraic always, and when it's strictly less the matrix is not diagonalizable.
Recall Forecast then verify
Before reading Example 3, predict: "λ=5 repeats twice, so the eigenspace must be all of R2, right?"
Verify: No! Example 3 shows it can be just a line. The off-diagonal 1 ruins the second direction. The repeat count is only an upper bound on the eigenspace dimension.
Imagine a trampoline that, when you push, stretches everything outward but also twists it. Most arrows you draw on it get twisted to point somewhere new. But a few special arrows just get longer or shorter without turning at all — like the spokes of a wheel that only grow. Those magic non-turning arrows are eigenvectors, and how much they grow is the eigenvalue. If two arrows pointing different ways are both magic for the same growth amount, then the whole flat region between them is magic too — that whole region is the eigenspace. To find it you ask, "for what stretch amount does the machine flatten some arrows to nothing when you subtract that stretch out?" — and you solve that flattening equation.
Dekho, eigenspace dhundhna basically ek simple kahani hai. Matrix A kisi vector ko leke usko ghuma deta hai aur stretch bhi karta hai. Lekin kuch khaas vectors aise hote hain jo sirf lambe-chhote hote hain, mudte nahi — unhe eigenvector kehte hain, aur jitna stretch hota hai woh number eigenvalueλ hai. Ek hi λ ke saare aise vectors milke jo space banate hain, usko eigenspaceEλ bolte hain.
Recipe yaad rakho: pehle A−λI banao (yaani diagonal se λ minus karo), phir det(A−λI)=0 solve karke λ nikalo. Yeh determinant zero kyun? Kyunki agar matrix invertible hoti to sirf zero vector hi solution hota, jo bekaar hai. Singular hone par hi nonzero eigenvector milta hai. Har λ ke liye phir (A−λI)v=0 ko row-reduce karke solve karo — uska null space hi eigenspace hai.
Do important traps. Ek: λ=0 bilkul valid eigenvalue ho sakta hai (matlab A singular hai), bas vector zero nahi hona chahiye. Do: agar koi eigenvalue do baar repeat karta hai, zaroori nahi ki eigenspace 2-dimensional ho — Example 3 dekho, wahan repeat 2 hai par space sirf ek line hai. Isliye dimension hamesha n−rank(A−λI) se calculate karo, andaze se nahi.
Yeh topic kyun important hai? Kyunki eigenspaces se hi diagonalization, stability, PCA, quantum mechanics sab kaam karte hain. Jab tum kisi system ko uske "natural directions" me todhte ho, life bahut aasaan ho jaati hai — bas stretching reh jaati hai, rotation gayab. Mnemonic: Singular Solves Spaces.