← 2021 Paper 1
UPSC 2021 Maths Optional Paper 1 Q3c-i — Step-by-Step Solution
8 marks · Section A
Symmetric and Skew-Symmetric Matrices · Linear Algebra · Read the full method →
Question
Prove that eigenvectors corresponding to two distinct eigenvalues of a real symmetric matrix are orthogonal.
Technique
Standard “compute v2TAv1 two ways” argument; the two computations give λ1=λ2 or orthogonality.
Solution
Setup. A real symmetric, so AT=A. Let λ1=λ2 be distinct eigenvalues with eigenvectors v1,v2:
Av1=λ1v1,Av2=λ2v2.
To show: v1Tv2=0.
Step 1 — Take inner product
v2T(Av1)=v2T(λ1v1)=λ1(v2Tv1).
Step 2 — Use symmetry
v2TAv1=(Av2)Tv1 (transposing the scalar v2TAv1, using AT=A):
=(λ2v2)Tv1=λ2(v2Tv1).
Step 3 — Equate
λ1(v2Tv1)=λ2(v2Tv1),
(λ1−λ2)(v2Tv1)=0.
Since λ1=λ2, we have λ1−λ2=0, so v2Tv1=0.
Answer
v1⊥v2.