← 2016 Paper 1
UPSC 2016 Maths Optional Paper 1 Q2b-i — Step-by-Step Solution
8 marks · Section A
Eigenvalues and eigenvectors · Linear Algebra · asked 9× in 13 yrs · Read the full method →
Question
If A=110110001, then find the eigenvalues and eigenvectors of A.
Technique
Exploit the block-diagonal structure to factor the characteristic polynomial; solve (A−λI)v=0 for each λ.
Solution
Step 1 — Characteristic polynomial
A is block-diagonal: a 2×2 block (1111) and a 1×1 block [1].
det(A−λI)=det(1−λ111−λ)⋅(1−λ)=[(1−λ)2−1](1−λ).
(1−λ)2−1=λ2−2λ=λ(λ−2), so
det(A−λI)=λ(λ−2)(1−λ)=0.
Step 2 — Eigenvalues
λ=0, 1, 2.
Three distinct eigenvalues ⇒ A is diagonalizable.
Step 3 — Eigenvectors
λ=0: (A−0I)v=0: x+y=0, z=0. Take v0=(1,−1,0)⊤.
λ=1: (A−I)v=0: (010100000)v=0⇒x=0, y=0, z free. Take v1=(0,0,1)⊤.
λ=2: (A−2I)v=0: −x+y=0, −z=0⇒x=y, z=0. Take v2=(1,1,0)⊤.
Answer
λ=0:(1,−1,0)⊤,λ=1:(0,0,1)⊤,λ=2:(1,1,0)⊤.