UPSC 2020 Maths Optional Paper 1 Q2b — Step-by-Step Solution
20 marks · Section A
Orthogonal and unitary matrices · Linear Algebra · asked 3× in 13 yrs · Read the full method →
Question
Define an n×n matrix as A=I−2u⋅uT, where u is a unit column vector.
(i) Examine if A is symmetric.
(ii) Examine if A is orthogonal.
(iii) Show that trace(A)=n−2.
(iv) Find A3×3, when u=1/32/32/3.
Technique
Properties of the Householder reflector H=I−2uuT using uTu=1 and associativity/cyclicity of trace.
Solution
Throughout, u is a real unit column vector, so uTu=∥u∥2=1. The matrix A=I−2uuT is the Householder reflector. Note uuT is n×n (outer product) while uTu=1 is a scalar (inner product).
(i) Symmetry
AT=(I−2uuT)T=IT−2(uuT)T=I−2(uT)TuT=I−2uuT=A.AT=A:A is symmetric.
(ii) Orthogonality
Since A is symmetric, ATA=A2. Compute, using associativity and uTu=1:
A2=(I−2uuT)(I−2uuT)=I−2uuT−2uuT+4uuTuuT.
The last term: uuTuuT=u(uTu)uT=u(1)uT=uuT, so
A2=I−4uuT+4uuT=I.
Hence ATA=I (and A=A−1).
ATA=I:A is orthogonal (an involution, A2=I).
(iii) Trace
Trace is linear, and tr(uuT)=∑iuiui=uTu=1 (or: tr(uuT)=tr(uTu) by the cyclic property). Thus
tr(A)=tr(I)−2tr(uuT)=n−2⋅1=n−2.tr(A)=n−2.
(Consistency: eigenvalues of a Householder reflector are −1 once and +1 with multiplicity n−1; their sum is (n−1)−1=n−2.)
(iv) The 3×3 matrix for u=(1/3,2/3,2/3)T
First check u is a unit vector: 91+94+94=99=1 ✓.