← 2020 Paper 1
UPSC 2020 Maths Optional Paper 1 Q1b — Step-by-Step Solution
10 marks · Section A
Rank and nullity; rank-nullity theorem · Linear Algebra · asked 7× in 13 yrs · Read the full method →
Question
Let M2(R) be the vector space of all 2×2 real matrices. Let B=[1−4−14]. Suppose T:M2(R)→M2(R) is a linear transformation defined by T(A)=BA. Find the rank and nullity of T. Find a matrix A which maps to the null matrix.
Technique
Compute detB to get rank(B); use rank(T)=n⋅rank(B), or solve BA=O entrywise and apply rank–nullity.
Solution
dimM2(R)=4. By rank–nullity, rank(T)+nullity(T)=4.
Step 1 — Structure of B
detB=1⋅4−(−1)(−4)=4−4=0,
so B is singular. B=O, so rank(B)=1. The columns of B are [1−4] and [−14]=−[1−4]; the column space of B is the line span{(1,−4)T}.
Step 2 — Compute the null space of T
Write A=[prqs]. Then
BA=[1−4−14][prqs]=[p−r−4p+4rq−s−4q+4s].
T(A)=O requires each entry zero:
p−r=0,q−s=0,−4p+4r=0,−4q+4s=0.
The last two are −4 times the first two, so the independent conditions are p=r and q=s. Thus
A=[ppqq],p,q∈R free.
Step 3 — Nullity and rank
The kernel is {[ppqq]}=span{[1100],[0011]}, which is 2-dimensional.
nullity(T)=2,rank(T)=4−2=2.
rank(T)=2,nullity(T)=2.
A nonzero matrix mapped to O
Take p=q=1 (i.e. A=[1111]):
BA=[1−4−14][1111]=[1−1−4+41−1−4+4]=[0000].
Answer
A=[1111] maps to the null matrix.