← 2015 Paper 1

UPSC 2015 Maths Optional Paper 1 Q3a — Step-by-Step Solution

12 marks · Section A

Matrix of a linear transformation · Linear Algebra · asked 10× in 13 yrs · Read the full method →

Question

Let V=R3V=\mathbb R^3 and TA(V)T\in A(V), for all aiA(V)a_i\in A(V), be defined by

T(a1,a2,a3)=(2a1+5a2+a3,  3a1+a2a3,  a1+2a2+3a3).T(a_1,a_2,a_3)=(2a_1+5a_2+a_3,\;-3a_1+a_2-a_3,\;-a_1+2a_2+3a_3).

What is the matrix TT relative to the basis V1=(1,0,1)V_1=(1,0,1), V2=(1,2,1)V_2=(-1,2,1), V3=(3,1,1)V_3=(3,-1,1)?

Technique

Standard change-of-basis: [T]B=P1[T]stdP[T]_B=P^{-1}[T]_{\text{std}}P, computed concretely by applying TT to each ViV_i then expressing in basis BB.

Solution

Strategy. Compute T(Vi)T(V_i) for i=1,2,3i=1,2,3, then express each as jcjiVj\sum_j c_{ji}V_j. The matrix [T]B[T]_B has columns equal to the coordinate column-vectors (c1i,c2i,c3i)T(c_{1i},c_{2i},c_{3i})^T.

Step 1 — Compute T(Vi)T(V_i) in standard coordinates

T(V1)=T(1,0,1)=(2(1)+5(0)+1,  3(1)+01,  (1)+0+3)=(3,4,2)T(V_1)=T(1,0,1)=(2(1)+5(0)+1,\;-3(1)+0-1,\;-(1)+0+3)=(3,-4,2).

T(V2)=T(1,2,1)=(2+10+1,  3+21,  1+4+3)=(9,4,8)T(V_2)=T(-1,2,1)=(-2+10+1,\;3+2-1,\;1+4+3)=(9,4,8).

T(V3)=T(3,1,1)=(65+1,  911,  32+3)=(2,11,2)T(V_3)=T(3,-1,1)=(6-5+1,\;-9-1-1,\;-3-2+3)=(2,-11,-2).

Step 2 — Express each T(Vi)T(V_i) in basis {V1,V2,V3}\{V_1,V_2,V_3\}

Solve T(Vi)=c1V1+c2V2+c3V3T(V_i)=c_1 V_1+c_2 V_2+c_3 V_3.

The basis change matrix P=[V1V2V3]=(113021111)P=[V_1\,V_2\,V_3]=\begin{pmatrix}1 & -1 & 3\\ 0 & 2 & -1\\ 1 & 1 & 1\end{pmatrix}. We need P1T(Vi)P^{-1}\,T(V_i) for each ii.

Compute P1P^{-1}

detP\det P: expand along column 1.

detP=1det(2111)0+1det(1321)=1(2+1)+1(16)=35=2\det P=1\det\begin{pmatrix}2 & -1\\ 1 & 1\end{pmatrix}-0+1\det\begin{pmatrix}-1 & 3\\ 2 & -1\end{pmatrix}=1(2+1)+1(1-6)=3-5=-2.

So detP=2\det P=-2.

Cofactor matrix (transpose for adjugate):

adj(P)=CT=(345121222)\operatorname{adj}(P)=C^T=\begin{pmatrix}3 & 4 & -5\\ -1 & -2 & 1\\ -2 & -2 & 2\end{pmatrix}.

P1=12adj(P)=12(345121222)=(3/225/21/211/2111)P^{-1}=\dfrac{1}{-2}\operatorname{adj}(P)=\dfrac{1}{-2}\begin{pmatrix}3 & 4 & -5\\ -1 & -2 & 1\\ -2 & -2 & 2\end{pmatrix}=\begin{pmatrix}-3/2 & -2 & 5/2\\ 1/2 & 1 & -1/2\\ 1 & 1 & -1\end{pmatrix}.

Sanity check PP1=IPP^{-1}=I

Row 1 of PP times col 1 of P1P^{-1}: 1(3/2)+(1)(1/2)+3(1)=3/21/2+3=11(-3/2)+(-1)(1/2)+3(1)=-3/2-1/2+3=1 ✓.

Row 1 of PP times col 2 of P1P^{-1}: 1(2)+(1)(1)+3(1)=21+3=01(-2)+(-1)(1)+3(1)=-2-1+3=0 ✓.

Row 1 of PP times col 3 of P1P^{-1}: 1(5/2)+(1)(1/2)+3(1)=5/2+1/23=01(5/2)+(-1)(-1/2)+3(-1)=5/2+1/2-3=0 ✓.

Step 3 — Apply P1P^{-1} to each T(Vi)T(V_i)

For T(V1)=(3,4,2)T(V_1)=(3,-4,2):

P1(342)=((3/2)(3)+(2)(4)+(5/2)(2)(1/2)(3)+(1)(4)+(1/2)(2)(1)(3)+(1)(4)+(1)(2))=(9/2+8+53/241342)=(17/27/23).P^{-1}\begin{pmatrix}3\\ -4\\ 2\end{pmatrix}=\begin{pmatrix}(-3/2)(3)+(-2)(-4)+(5/2)(2)\\ (1/2)(3)+(1)(-4)+(-1/2)(2)\\ (1)(3)+(1)(-4)+(-1)(2)\end{pmatrix}=\begin{pmatrix}-9/2+8+5\\ 3/2-4-1\\ 3-4-2\end{pmatrix}=\begin{pmatrix}17/2\\ -7/2\\ -3\end{pmatrix}.

For T(V2)=(9,4,8)T(V_2)=(9,4,8):

P1(948)=((3/2)(9)+(2)(4)+(5/2)(8)(1/2)(9)+(1)(4)+(1/2)(8)(1)(9)+(1)(4)+(1)(8))=(27/28+209/2+449+48)=(3/2+129/25)=(21/29/25).P^{-1}\begin{pmatrix}9\\ 4\\ 8\end{pmatrix}=\begin{pmatrix}(-3/2)(9)+(-2)(4)+(5/2)(8)\\ (1/2)(9)+(1)(4)+(-1/2)(8)\\ (1)(9)+(1)(4)+(-1)(8)\end{pmatrix}=\begin{pmatrix}-27/2-8+20\\ 9/2+4-4\\ 9+4-8\end{pmatrix}=\begin{pmatrix}-3/2+12\\ 9/2\\ 5\end{pmatrix}=\begin{pmatrix}21/2\\ 9/2\\ 5\end{pmatrix}.

Wait, recompute: 27/28+20=27/2+12=(27+24)/2=3/2-27/2-8+20=-27/2+12=(-27+24)/2=-3/2.

So column 2 = (3/2,  9/2,  5)T(-3/2,\;9/2,\;5)^T. Let me double-check column 2:

(3/2)(9)=27/2(-3/2)(9)=-27/2. (2)(4)=8(-2)(4)=-8. (5/2)(8)=20(5/2)(8)=20. Sum: 27/28+20=27/2+12=27/2+24/2=3/2-27/2-8+20=-27/2+12=-27/2+24/2=-3/2 ✓.

(1/2)(9)=9/2(1/2)(9)=9/2. (1)(4)=4(1)(4)=4. (1/2)(8)=4(-1/2)(8)=-4. Sum: 9/2+44=9/29/2+4-4=9/2 ✓.

(1)(9)=9(1)(9)=9. (1)(4)=4(1)(4)=4. (1)(8)=8(-1)(8)=-8. Sum: 9+48=59+4-8=5 ✓.

So column 2 = (3/2,9/2,5)T(-3/2,9/2,5)^T.

For T(V3)=(2,11,2)T(V_3)=(2,-11,-2):

P1(2112)=((3/2)(2)+(2)(11)+(5/2)(2)(1/2)(2)+(1)(11)+(1/2)(2)(1)(2)+(1)(11)+(1)(2))=(3+225111+1211+2)=(1497).P^{-1}\begin{pmatrix}2\\ -11\\ -2\end{pmatrix}=\begin{pmatrix}(-3/2)(2)+(-2)(-11)+(5/2)(-2)\\ (1/2)(2)+(1)(-11)+(-1/2)(-2)\\ (1)(2)+(1)(-11)+(-1)(-2)\end{pmatrix}=\begin{pmatrix}-3+22-5\\ 1-11+1\\ 2-11+2\end{pmatrix}=\begin{pmatrix}14\\ -9\\ -7\end{pmatrix}.

Step 4 — Assemble the matrix

Answer

  [T]B=(17/23/2147/29/29357).  \boxed{\;[T]_B=\begin{pmatrix}17/2 & -3/2 & 14\\ -7/2 & 9/2 & -9\\ -3 & 5 & -7\end{pmatrix}.\;}
We post more of this — worked solutions, CSAT trap breakdowns, guide chapters — a few times a week on Telegram. Free, no sign-in. Join

This solution is part of the Maths Coverage Map — 13 years, mapped. Get the take-away PDF free.