← 2017 Paper 1
UPSC 2017 Maths Optional Paper 1 Q1a — Step-by-Step Solution
10 marks · Section A
Diagonalization via Eigenvectors · Linear Algebra · Read the full method →
Question
Let A=(2123). Find a non-singular matrix P such that P−1AP is a diagonal matrix.
Technique
Distinct eigenvalues ⇒ diagonalizable; eigenvectors as columns of P, eigenvalues on the diagonal in the same order.
Solution
Step 1 — Characteristic polynomial and eigenvalues
det(A−λI)=2−λ123−λ=(2−λ)(3−λ)−2=λ2−5λ+4=(λ−1)(λ−4).
So the eigenvalues are λ1=1 and λ2=4. They are distinct, hence A is diagonalizable.
Step 2 — Eigenvector for λ1=1
Solve (A−I)v=0:
(1122)(xy)=0 ⇒ x+2y=0.
Take y=1, x=−2: v1=(−21).
Step 3 — Eigenvector for λ2=4
Solve (A−4I)v=0:
(−212−1)(xy)=0 ⇒ x=y.
Take v2=(11).
Step 4 — Assemble P and the diagonal matrix
Put the eigenvectors as columns of P (order matching the eigenvalues):
P=(−2111),detP=−2−1=−3=0 (non-singular).
Then
Answer
P=(−2111),P−1AP=(1004).