← 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 14 yrs · Read the full method →

Question

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

T(a1,a2,a3)=(2a1+5a2+a3,  −3a1+a2−a3,  −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=P−1[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)+0−1,  −(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+2−1,  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)=(6−5+1,  −9−1−1,  −3−2+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=[V1 V2 V3]=(1−1302−1111)P=[V_1\,V_2\,V_3]=\begin{pmatrix}1 & -1 & 3\\ 0 & 2 & -1\\ 1 & 1 & 1\end{pmatrix}. We need P−1 T(Vi)P^{-1}\,T(V_i) for each ii.

Compute P−1P^{-1}

det⁡P\det P: expand along column 1.

det⁡P=1det⁡(2−111)−0+1det⁡(−132−1)=1(2+1)+1(1−6)=3−5=−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 det⁡P=−2\det P=-2.

Cofactor matrix (transpose for adjugate):

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

P−1=1−2adj⁡(P)=1−2(34−5−1−21−2−22)=(−3/2−25/21/21−1/211−1)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 PP−1=IPP^{-1}=I

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

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

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

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

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

P−1(3−42)=((−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/2−4−13−4−2)=(17/2−7/2−3).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):

P−1(948)=((−3/2)(9)+(−2)(4)+(5/2)(8)(1/2)(9)+(1)(4)+(−1/2)(8)(1)(9)+(1)(4)+(−1)(8))=(−27/2−8+209/2+4−49+4−8)=(−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/2−8+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/2−8+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+4−4=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+4−8=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):

P−1(2−11−2)=((−3/2)(2)+(−2)(−11)+(5/2)(−2)(1/2)(2)+(1)(−11)+(−1/2)(−2)(1)(2)+(1)(−11)+(−1)(−2))=(−3+22−51−11+12−11+2)=(14−9−7).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/2−3/214−7/29/2−9−35−7).  \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 — 14 years, mapped. Get the take-away PDF free.