← 2017 Paper 1
UPSC 2017 Maths Optional Paper 1 Q3b — Step-by-Step Solution
10 marks · Section A
Eigenvalues and eigenvectors · Linear Algebra · asked 9× in 13 yrs · Read the full method →
Question
Prove that distinct non-zero eigenvectors of a matrix are linearly independent.
Technique
Induction; eliminate the last eigenvector by forming (A−λkI) applied to the dependence relation, then invoke the hypothesis and distinctness.
Solution
Step 1 — Precise statement
The intended (and true) statement is: if v1,…,vk are non-zero eigenvectors of A belonging to distinct eigenvalues λ1,…,λk, then v1,…,vk are linearly independent. (Distinct eigenvectors with the same eigenvalue need not be independent, so distinctness of the eigenvalues is what matters.)
Step 2 — Induction on k
Base case k=1: a single non-zero vector v1 is linearly independent.
Inductive step: assume eigenvectors for any k−1 distinct eigenvalues are independent. Suppose
c1v1+c2v2+⋯+ckvk=0.(1)
Step 3 — Apply A and also multiply by λk
Apply A to (1), using Avi=λivi:
c1λ1v1+⋯+ckλkvk=0.(2)
Multiply (1) by λk:
c1λkv1+⋯+ckλkvk=0.(3)
Subtract (3) from (2); the vk term cancels:
c1(λ1−λk)v1+c2(λ2−λk)v2+⋯+ck−1(λk−1−λk)vk−1=0.(4)
Step 4 — Use the induction hypothesis and conclude
By the inductive hypothesis v1,…,vk−1 are independent, so every coefficient in (4) is zero:
ci(λi−λk)=0(i=1,…,k−1).
Since the eigenvalues are distinct, λi−λk=0, forcing c1=⋯=ck−1=0. Substituting back into (1) gives ckvk=0, and vk=0 implies ck=0. Hence all ci=0:
Answer
v1,…,vk are linearly independent.