UPSC 2015 Maths Optional Paper 1 Q2c — Step-by-Step Solution
12 marks · Section A
Eigenvalues and eigenvectors · Linear Algebra · asked 9× in 13 yrs · Read the full method →
Question
Find the eigen values and eigen vectors of the matrix:
A=113151311.
Technique
Direct expansion of det(A−λI); integer-root search; back-solve (A−λI)x=0 for each eigenvalue.
Solution
Note.A is symmetric (real), so eigenvalues are real and there is an orthogonal basis of eigenvectors. The trace is 7, the determinant we compute below.
Eigenvalues: λ=−2,3,6. (Trace =−2+3+6=7 ✓; product =−2⋅3⋅6=−36, and detA should equal −(−36)=36.)
Check determinant directly: detA=1(5−1)−1(1−3)+3(1−15)=4+2−42=−36. But eigenvalue product is −36, and the standard relation is detA=∏λi. So detA=−36 ✓.
Step 3 — Eigenvector for λ=−2
(A+2I)x=0: 313171313x=0.
Row 3 = Row 1, drop. From 3x+y+3z=0 and x+7y+z=0. Subtract 3×(2) from (1): 3x+y+3z−3x−21y−3z=0⇒−20y=0⇒y=0. Then 3x+3z=0⇒z=−x.
Eigenvector: v1=(1,0,−1).
Step 4 — Eigenvector for λ=3
(A−3I)x=0: −21312131−2x=0.
Try R1+R3: (1,2,1)x=0 — same as R2! So rows 1 and 3 sum to R2; two independent equations: −2x+y+3z=0 and x+2y+z=0.
From (2): x=−2y−z. Sub into (1): −2(−2y−z)+y+3z=0⇒4y+2z+y+3z=0⇒5y+5z=0⇒y=−z.
Then x=−2(−z)−z=2z−z=z. So (x,y,z)=(z,−z,z)=z(1,−1,1).
Eigenvector: v2=(1,−1,1).
Step 5 — Eigenvector for λ=6
(A−6I)x=0: −5131−1131−5x=0.
From R2: x−y+z=0, so y=x+z. Sub into R1: −5x+x+z+3z=0⇒−4x+4z=0⇒z=x. Then y=2x.
Eigenvector: v3=(1,2,1).
Step 6 — Verify orthogonality (since A is symmetric)