← 2021 Paper 1
UPSC 2021 Maths Optional Paper 1 Q1b — Step-by-Step Solution
10 marks · Section A
Matrix of a linear transformation · Linear Algebra · asked 10× in 13 yrs · Read the full method →
Question
Find the matrix associated with the linear operator T(a,b,c)=(a+b,a−b,2c) on V3(R) with respect to ordered basis B={(0,1,1),(1,0,1),(1,1,0)}.
Technique
Apply T to each basis vector; solve linear system to express in basis B; columns of [T]B are coordinate vectors.
Solution
Strategy. Compute T(Vi) for each basis vector; express each in basis B; columns of [T]B are the coordinate vectors.
Step 1 — Compute T(Vi) in standard coordinates
T(V1)=T(0,1,1)=(0+1,0−1,2)=(1,−1,2).
T(V2)=T(1,0,1)=(1+0,1−0,2)=(1,1,2).
T(V3)=T(1,1,0)=(1+1,1−1,0)=(2,0,0).
Step 2 — Express each T(Vi) as ∑cjVj
Solve T(V1)=c1V1+c2V2+c3V3=(c2+c3,c1+c3,c1+c2).
System:
- c2+c3=1
- c1+c3=−1
- c1+c2=2
Add all: 2(c1+c2+c3)=2⇒c1+c2+c3=1.
Subtract first: c1=1−1=0.
Subtract second: c2=1−(−1)=2.
Subtract third: c3=1−2=−1.
Check: c2+c3=2−1=1 ✓; c1+c3=0−1=−1 ✓; c1+c2=0+2=2 ✓.
Column 1 of [T]B: (0,2,−1)T.
For T(V2)=(1,1,2):
- c2+c3=1
- c1+c3=1
- c1+c2=2
Sum: 2(c1+c2+c3)=4⇒c1+c2+c3=2.
c1=2−1=1, c2=2−1=1, c3=2−2=0.
Column 2: (1,1,0)T.
For T(V3)=(2,0,0):
- c2+c3=2
- c1+c3=0
- c1+c2=0
Sum: 2(c1+c2+c3)=2⇒c1+c2+c3=1.
c1=1−2=−1, c2=1−0=1, c3=1−0=1.
Check: c2+c3=1+1=2 ✓; c1+c3=−1+1=0 ✓; c1+c2=−1+1=0 ✓.
Column 3: (−1,1,1)T.
Step 3 — Matrix
Answer
[T]B=02−1110−111.