← 2013 Paper 1
UPSC Maths 2013 Paper 1 Q1b — Solution
10 marks · Section A
Question
Let A be a square matrix and A∗ be its adjoint, show that the eigenvalues of matrices AA∗ and A∗A are real. Further show that trace (AA∗)= trace (A∗A).
Technique
Self-adjointness of AA∗ and A∗A via (MN)∗=N∗M∗ and A∗∗=A; standard Hermitian-implies-real-eigenvalue inner-product argument.
Solution
(Here A∗ denotes the conjugate transpose — the standard “adjoint” in linear algebra over C.)
Part 1 — Eigenvalues of AA∗ and A∗A are real
Strategy. Both matrices are Hermitian; Hermitian matrices have real eigenvalues.
Step 1 — Hermitian-ness.
For any square matrix A,
(AA∗)∗=(A∗)∗A∗=AA∗=AA∗,
so AA∗ is Hermitian. Similarly (A∗A)∗=A∗A, so A∗A is also Hermitian.
Step 2 — Hermitian ⇒ real eigenvalues.
Let H be a Hermitian matrix (H∗=H) and λ an eigenvalue with eigenvector v=0. Then Hv=λv, and the inner product
⟨Hv,v⟩=⟨λv,v⟩=λ∥v∥2.
But also ⟨Hv,v⟩=⟨v,H∗v⟩=⟨v,Hv⟩=⟨Hv,v⟩, so ⟨Hv,v⟩ is real. Since ∥v∥2>0 is real, λ must be real.
Applying this to H=AA∗ and H=A∗A gives the desired conclusion.
Part 2 — tr(AA∗)=tr(A∗A)
Strategy. Compute both traces directly as sums of squared moduli of A‘s entries.
Step 3 — Trace of AA∗.
(AA∗)ii=∑jAij(A∗)ji=∑jAijAij=∑j∣Aij∣2. Summing:
tr(AA∗)=i∑j∑∣Aij∣2.
Step 4 — Trace of A∗A.
(A∗A)jj=∑i(A∗)jiAij=∑iAijAij=∑i∣Aij∣2. Summing:
tr(A∗A)=j∑i∑∣Aij∣2.
The two double sums differ only in the order of summation, so they are equal:
Answer
tr(AA∗)=tr(A∗A)=i,j∑∣Aij∣2=∥A∥F2.