← 2017 Paper 1

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

15 marks · Section A

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

Question

Consider the matrix mapping A:R4→R3A:\mathbb R^4\to\mathbb R^3, where A=(1231135−23813−3)A=\begin{pmatrix}1 & 2 & 3 & 1\\ 1 & 3 & 5 & -2\\ 3 & 8 & 13 & -3\end{pmatrix}. Find a basis and dimension of the image of AA and those of the kernel AA.

Technique

Row-reduce to rref; image basis == original pivot columns; kernel basis from free-variable parametrization; check with rank–nullity.

Solution

Step 1 — Row-reduce AA

A=(1231135−23813−3)→R3→R3−3R1R2→R2−R1(1231012−3024−6)→R3→R3−2R2(1231012−30000).A=\begin{pmatrix}1&2&3&1\\1&3&5&-2\\3&8&13&-3\end{pmatrix}\xrightarrow[R_3\to R_3-3R_1]{R_2\to R_2-R_1}\begin{pmatrix}1&2&3&1\\0&1&2&-3\\0&2&4&-6\end{pmatrix}\xrightarrow{R_3\to R_3-2R_2}\begin{pmatrix}1&2&3&1\\0&1&2&-3\\0&0&0&0\end{pmatrix}. →R1→R1−2R2 (10−17012−30000) (rref).\xrightarrow{R_1\to R_1-2R_2}\ \begin{pmatrix}1&0&-1&7\\0&1&2&-3\\0&0&0&0\end{pmatrix}\ (\text{rref}).

Pivots are in columns 11 and 22, so rank⁡A=2\operatorname{rank}A=2.

Step 2 — Image (column space): basis and dimension

The image is spanned by the original columns corresponding to the pivot positions (columns 1,21,2):

Image(A)=span⁡{(113), (238)},dim⁡=2.\text{Image}(A)=\operatorname{span}\left\{\begin{pmatrix}1\\1\\3\end{pmatrix},\ \begin{pmatrix}2\\3\\8\end{pmatrix}\right\},\qquad \dim=2.

(These two are independent and every other column is their combination: col3=_3=col1+2 _1+2\,col2_2? check: 1⋅1+2⋅2=5≠31\cdot1+2\cdot2=5\ne3 — rather col3=−_3=-col1+2 _1+2\,col2_2: −1+4=3, −1+6=5, −3+16=13-1+4=3,\ -1+6=5,\ -3+16=13 ✓; col4=7 _4=7\,col1−3 _1-3\,col2_2.)

Step 3 — Kernel (null space): basis and dimension

By rank–nullity, dim⁡ker⁡A=4−rank⁡A=4−2=2\dim\ker A=4-\operatorname{rank}A=4-2=2. From the rref, with free variables x3=s, x4=tx_3=s,\ x_4=t:

x1−x3+7x4=0⇒x1=s−7t,x2+2x3−3x4=0⇒x2=−2s+3t.x_1-x_3+7x_4=0\Rightarrow x_1=s-7t,\qquad x_2+2x_3-3x_4=0\Rightarrow x_2=-2s+3t.

So

x=s(1−210)+t(−7301).\mathbf x=s\begin{pmatrix}1\\-2\\1\\0\end{pmatrix}+t\begin{pmatrix}-7\\3\\0\\1\end{pmatrix}. Kernel(A)=span⁡{(1,−2,1,0)T, (−7,3,0,1)T},dim⁡=2.\text{Kernel}(A)=\operatorname{span}\left\{(1,-2,1,0)^T,\ (-7,3,0,1)^T\right\},\qquad \dim=2.

Step 4 — Summary

Answer

  dim⁡Im⁡A=2, basis {(1,1,3)T,(2,3,8)T};dim⁡ker⁡A=2, basis {(1,−2,1,0)T,(−7,3,0,1)T}.  \boxed{\;\dim\operatorname{Im}A=2,\ \text{basis }\{(1,1,3)^T,(2,3,8)^T\};\quad \dim\ker A=2,\ \text{basis }\{(1,-2,1,0)^T,(-7,3,0,1)^T\}.\;}
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.