← 2026 Paper 1

UPSC 2026 Maths Optional Paper 1 Q4a-ii — Step-by-Step Solution

7 marks · Section A

Rank and nullity; rank-nullity theorem · Linear Algebra · asked 9× in 14 yrs · Read the full method →

Question

Let FF be a subfield of complex numbers and let TT be the linear transformation from F3F^3 into F3F^3, defined by

T(x,y,z)=(x−y+2z,  2x+y,  −x−2y+2z).T(x, y, z) = (x - y + 2z,\; 2x + y,\; -x - 2y + 2z).

If (a,b,c)(a, b, c) is a vector in F3F^3, then answer the following:

Find the condition on a,b,ca, b, c such that the vector (a,b,c)(a, b, c) be in the range of TT. What is the rank of TT?

Technique

(a,b,c)∈R(T)(a,b,c)\in R(T) exactly when the non-homogeneous system A(x,y,z)T=(a,b,c)TA(x,y,z)^T=(a,b,c)^T is consistent. So row-reduce the augmented matrix [A ∣ (a,b,c)][A\,|\,(a,b,c)] and force the last row to be non-contradictory: the resulting single linear equation in a,b,ca,b,c is the required condition. The rank is then read off the reduced coefficient block, and cross-checked against nullity⁡=1\operatorname{nullity}=1 from part (i) by rank–nullity.

Solution

Step 1 — Matrix form and what “in the range” means.

As in part (i), in the standard basis

A=(1−12210−1−22),T(x,y,z)=A(x,y,z)T.A=\begin{pmatrix}1 & -1 & 2\\ 2 & 1 & 0\\ -1 & -2 & 2\end{pmatrix},\qquad T(x,y,z)=A(x,y,z)^{T}.

By definition,

(a,b,c)∈R(T)  ⟺  ∃ (x,y,z)∈F3 with T(x,y,z)=(a,b,c),(a,b,c)\in R(T)\iff \exists\,(x,y,z)\in F^3 \text{ with } T(x,y,z)=(a,b,c),

i.e. iff the system

x−y+2z=a⋯(1)2x+y+2z=b⋯(2)−x−2y+2z=c⋯(3)\begin{aligned} x - y + 2z &= a &&\cdots(1)\\ 2x + y\phantom{{}+2z} &= b &&\cdots(2)\\ -x - 2y + 2z &= c &&\cdots(3) \end{aligned}

is consistent. By the Rouché–Capelli (consistency) criterion this happens iff

rank⁡[A ∣ (a,b,c)T]=rank⁡A.\operatorname{rank}[A\,|\,(a,b,c)^T]=\operatorname{rank}A .

Step 2 — Row-reduce the augmented matrix.

[ A  |  abc ]=(1−12a210b−1−22c)→  R3→R3+R1    R2→R2−2R1  (1−12a03−4b−2a0−34c+a)\left[\,A\;\middle|\;\begin{matrix}a\\b\\c\end{matrix}\,\right] =\left(\begin{array}{ccc|c}1 & -1 & 2 & a\\ 2 & 1 & 0 & b\\ -1 & -2 & 2 & c\end{array}\right) \xrightarrow[\;R_3\to R_3+R_1\;]{\;R_2\to R_2-2R_1\;} \left(\begin{array}{ccc|c}1 & -1 & 2 & a\\ 0 & 3 & -4 & b-2a\\ 0 & -3 & 4 & c+a\end{array}\right) →  R3→R3+R2  (1−12a03−4b−2a000  (b−2a)+(c+a)  )=(1−12a03−4b−2a000  b+c−a  ).\xrightarrow{\;R_3\to R_3+R_2\;} \left(\begin{array}{ccc|c}1 & -1 & 2 & a\\ 0 & 3 & -4 & b-2a\\ 0 & 0 & 0 & \;(b-2a)+(c+a)\;\end{array}\right) =\left(\begin{array}{ccc|c}1 & -1 & 2 & a\\ 0 & 3 & -4 & b-2a\\ 0 & 0 & 0 & \;b+c-a\;\end{array}\right).

Step 3 — Read off the consistency condition.

The last row asserts 0⋅x+0⋅y+0⋅z=b+c−a0\cdot x+0\cdot y+0\cdot z = b+c-a. This is satisfiable iff the right-hand side vanishes. Hence

 (a,b,c)∈R(T)  ⟺  a=b+ci.e.a−b−c=0 \boxed{\,(a,b,c)\in R(T)\iff a=b+c\quad\text{i.e.}\quad a-b-c=0\,}

If a=b+ca=b+c the system is consistent (with one free variable, matching the nullity 11); if a≠b+ca\ne b+c the third row reads 0=0= (non-zero), and (a,b,c)(a,b,c) is not in the range.

Step 4 — The rank of TT.

The reduced coefficient block has exactly two non-zero rows, so

rank⁡T=rank⁡A=2.\operatorname{rank}T=\operatorname{rank}A=2 .

Independently: R(T)R(T) is spanned by the images of the basis vectors, i.e. by the columns of AA,

R(T)=span⁡F{(1,2,−1), (−1,1,−2), (2,0,2)}.R(T)=\operatorname{span}_F\{(1,2,-1),\,(-1,1,-2),\,(2,0,2)\}.

Each column satisfies a−b−c=0a-b-c=0:

1−2−(−1)=0,−1−1−(−2)=0,2−0−2=0. ✓1-2-(-1)=0,\qquad -1-1-(-2)=0,\qquad 2-0-2=0 .\ \checkmark

The first two columns are not scalar multiples of each other, so they are independent and rank⁡T≥2\operatorname{rank}T\ge 2. The third column is dependent on them: solving α(1,2,−1)+β(−1,1,−2)=(2,0,2)\alpha(1,2,-1)+\beta(-1,1,-2)=(2,0,2), the second coordinate gives 2α+β=02\alpha+\beta=0 and the first gives α−β=2\alpha-\beta=2, whence 3α=23\alpha=2, α=23\alpha=\tfrac23, β=−43\beta=-\tfrac43; the third coordinate then checks: −23−2(−43)=−23+83=2-\tfrac23-2\left(-\tfrac43\right)=-\tfrac23+\tfrac83=2. ✓\checkmark So

(2,0,2)=23(1,2,−1)−43(−1,1,−2),(2,0,2)=\tfrac23(1,2,-1)-\tfrac43(-1,1,-2),

and rank⁡T=2\operatorname{rank}T=2 exactly.

Step 5 — The range as a subspace, and the rank–nullity cross-check.

R(T)={(a,b,c)∈F3:a=b+c}=span⁡F{(1,1,0), (1,0,1)},R(T)=\{(a,b,c)\in F^3 : a=b+c\}=\operatorname{span}_F\{(1,1,0),\,(1,0,1)\},

a 22-dimensional subspace (over F=RF=\mathbb{R}, the plane x−y−z=0x-y-z=0 through the origin). Both spanning vectors are genuinely attained:

T ⁣(23, −13, 0)=(23+13+0,  43−13,  −23+23+0)=(1,1,0),T\!\left(\tfrac23,\,-\tfrac13,\,0\right)=\left(\tfrac23+\tfrac13+0,\;\tfrac43-\tfrac13,\;-\tfrac23+\tfrac23+0\right)=(1,1,0), T ⁣(−13, 23, 1)=(−13−23+2,  −23+23,  13−43+2)=(1,0,1). ✓T\!\left(-\tfrac13,\,\tfrac23,\,1\right)=\left(-\tfrac13-\tfrac23+2,\;-\tfrac23+\tfrac23,\;\tfrac13-\tfrac43+2\right)=(1,0,1).\ \checkmark

With part (i),

rank⁡T+nullity⁡T=2+1=3=dim⁡FF3,\operatorname{rank}T+\operatorname{nullity}T = 2+1 = 3 = \dim_F F^3 ,

which is the rank–nullity theorem. ✓\checkmark

Step 6 — Independence of the field FF.

Every row operation used above involved only the integers −2,1-2,1 and the rational 13\tfrac13. Any subfield F⊆CF\subseteq\mathbb{C} has characteristic 00, hence contains Q\mathbb{Q}, so these operations are all available in FF. Therefore the condition a=b+ca=b+c and the value rank⁡T=2\operatorname{rank}T=2 hold for every subfield FF of C\mathbb{C} — the answer is field-independent.

Remark (a free extra structural fact). The null-space generator (2,−4,−3)(2,-4,-3) has a−b−c=2+4+3=9≠0a-b-c=2+4+3=9\ne 0, so (2,−4,−3)∉R(T)(2,-4,-3)\notin R(T). Hence N(T)∩R(T)={0}N(T)\cap R(T)=\{0\} and, dimensions adding to 33,

F3=N(T)⊕R(T).F^3=N(T)\oplus R(T).

Answer

  (a,b,c)∈R(T)  ⟺  a=b+c  (i.e. a−b−c=0);R(T)=span⁡F{(1,1,0),(1,0,1)},rank⁡T=2,rank⁡+nullity⁡=2+1=3.  \boxed{\;(a,b,c)\in R(T)\iff a=b+c\ \ (\text{i.e. }a-b-c=0);\quad R(T)=\operatorname{span}_F\{(1,1,0),(1,0,1)\},\quad \operatorname{rank}T=2,\quad \operatorname{rank}+\operatorname{nullity}=2+1=3.\;}
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.