The math optional, made finite. Daily Practice

Linear transformations

At a Glance

Why This Chapter Matters

Both questions on this atom are rated “easy” and average under 5 minutes — the fastest high-confidence marks in the linear algebra section. The 2022 question is a linearity-reconstruction computation (express a target vector in terms of the given basis, apply the given values, add up) and takes 3–4 minutes. The 2013 question is a two-sentence structural proof using injectivity and surjectivity. Mastering this atom costs almost no time and guarantees at least 18 marks whenever either question appears.

Minimum Theory

Linear transformation. T:VWT:V\to W is a linear transformation (also called a linear map or linear operator when V=WV=W) if for all u,vVu,v\in V and all cFc\in\mathbb F: T(u+v)=T(u)+T(v)andT(cu)=cT(u).T(u+v)=T(u)+T(v)\quad\text{and}\quad T(cu)=cT(u). Equivalently: T(au+bv)=aT(u)+bT(v)T(au+bv)=aT(u)+bT(v) for all scalars a,ba,b.

Kernel and image. kerT={vV:T(v)=0}\ker T=\{v\in V:T(v)=0\} (a subspace of VV); ImT={T(v):vV}\operatorname{Im}T=\{T(v):v\in V\} (a subspace of WW). The Rank–Nullity Theorem: dimV=dimkerT+dimImT\dim V=\dim\ker T+\dim\operatorname{Im}T.

Matrix of TT. If V=RnV=\mathbb R^n with standard basis {e1,,en}\{e_1,\ldots,e_n\}, then [T][T] is the matrix whose jj-th column is T(ej)T(e_j). Knowing TT on any basis determines TT completely by linearity.

Invertible TT maps bases to bases. If T:VVT:V\to V is invertible (i.e. bijective), then: (i) TT is injective (kerT={0}\ker T=\{0\}) so it preserves linear independence; (ii) TT is surjective so its image spans VV. Combining: if {v1,,vn}\{v_1,\ldots,v_n\} is a basis of VV, then {Tv1,,Tvn}\{Tv_1,\ldots,Tv_n\} is also a basis.

Question Archetypes

ArchetypeYou are seeing this when…
determine-map-from-actionValues of TT at two or more vectors are given; find T(w)T(w) for a new vector ww by expressing ww in terms of those vectors
transformation-property-proofProve a structural property (e.g. invertible TT maps basis to basis; TT preserves independence; kerT={0}\ker T=\{0\} iff TT is injective)

determine-map-from-action (1 question(s); 2022)

Recognition Cues

Solution Template

  1. Extract TT on the standard basis. Use the given data to compute T(ej)T(e_j) for each standard basis vector (by expressing each eje_j as a linear combination of the given vectors).
  2. Express ww as a linear combination of the known vectors: w=av1+bv2w=av_1+bv_2 (solve for a,ba,b).
  3. Apply linearity: T(w)=aT(v1)+bT(v2)T(w)=aT(v_1)+bT(v_2).
  4. Compute the numerical result.

Worked Example

2022 Paper 1, 2022-P1-Q1b (10 marks)

Let T:R2R3T:\mathbb R^2\to\mathbb R^3 be a linear transformation with T(1,0)T=(1,2,3)TT(1,0)^T=(1,2,3)^T and T(1,1)T=(3,2,8)TT(1,1)^T=(-3,2,8)^T. Find T(2,4)TT(2,4)^T.

Step 1 — Find T(0,1)T(0,1). Since (1,1)(1,0)=(0,1)(1,1)-(1,0)=(0,1): T(0,1)T=T(1,1)TT(1,0)T=(3,2,8)T(1,2,3)T=(4,0,5)T.T(0,1)^T=T(1,1)^T-T(1,0)^T=(-3,2,8)^T-(1,2,3)^T=(-4,0,5)^T.

Step 2 — Decompose. (2,4)=2(1,0)+4(0,1)(2,4)=2(1,0)+4(0,1).

Step 3 — Apply linearity. T(2,4)T=2T(1,0)T+4T(0,1)T=2(1,2,3)T+4(4,0,5)T=(2,4,6)T+(16,0,20)T.T(2,4)^T=2T(1,0)^T+4T(0,1)^T=2(1,2,3)^T+4(-4,0,5)^T=(2,4,6)^T+(-16,0,20)^T.

  T(2,4)T=(14,  4,  26)T.  \boxed{\;T(2,4)^T=(-14,\;4,\;26)^T.\;}

Verification. Matrix form: columns T(e1)=(1,2,3)TT(e_1)=(1,2,3)^T and T(e2)=(4,0,5)TT(e_2)=(-4,0,5)^T, so [T]=(142035)[T]=\begin{pmatrix}1&-4\\2&0\\3&5\end{pmatrix}. Then [T](2,4)T=(14,4,26)T[T](2,4)^T=(-14,4,26)^T ✓.

Alternative route. Directly: (2,4)=2(1,0)+4(1,1)(2,4)=-2(1,0)+4(1,1) (solve a(1,0)+b(1,1)=(2,4)a(1,0)+b(1,1)=(2,4): b=4b=4, a=2a=-2). So T(2,4)=2(1,2,3)+4(3,2,8)=(212,4+8,6+32)=(14,4,26)T(2,4)=-2(1,2,3)+4(-3,2,8)=(-2-12,-4+8,-6+32)=(-14,4,26) ✓.

Common Traps


transformation-property-proof (1 question(s); 2013)

Recognition Cues

Solution Template

  1. Prove linear independence of the image set using injectivity (kerT={0}\ker T=\{0\}).
  2. Prove spanning of the image set using surjectivity (ImT=V\operatorname{Im}T=V).
  3. Conclude the image set is a basis (independent + spans VV, and has n=dimVn=\dim V elements).

Worked Example

2013 Paper 1, 2013-P1-Q2a-ii (8 marks)

Let VV be an nn-dimensional vector space and T:VVT:V\to V an invertible linear operator. If β={X1,,Xn}\beta=\{X_1,\ldots,X_n\} is a basis of VV, show that β={TX1,,TXn}\beta'=\{TX_1,\ldots,TX_n\} is also a basis of VV.

Step 1 — β\beta' is linearly independent. Suppose i=1nciTXi=0\sum_{i=1}^{n}c_i\,TX_i=0 for some ciFc_i\in\mathbb F. By linearity: T ⁣(i=1nciXi)=0.T\!\left(\sum_{i=1}^{n}c_i X_i\right)=0. Since TT is invertible, it is injective, so kerT={0}\ker T=\{0\}: i=1nciXi=0.\sum_{i=1}^{n}c_i X_i=0. Since β\beta is a basis (hence independent), c1==cn=0c_1=\cdots=c_n=0. So β\beta' is independent. \checkmark

Step 2 — β\beta' spans VV. Let vVv\in V. Since TT is surjective, there exists uVu\in V with T(u)=vT(u)=v. Since β\beta spans VV, write u=ciXiu=\sum c_i X_i. Then: v=T(u)=T ⁣(ciXi)=ciTXispan(β).v=T(u)=T\!\left(\sum c_i X_i\right)=\sum c_i\,TX_i\in\operatorname{span}(\beta').

Conclusion. β\beta' is a linearly independent set of n=dimVn=\dim V vectors that spans VV; hence it is a basis of VV.   β={TX1,,TXn} is a basis of V.  \boxed{\;\beta'=\{TX_1,\ldots,TX_n\}\text{ is a basis of }V.\;}\qquad\blacksquare

Common Traps


Marks-Aware Writing

8-mark proof (transformation-property): The proof has exactly two steps — independence and spanning. Write each as a numbered paragraph with a \checkmark at the end. The crucial micro-proofs are: ”T(ciXi)=0ciXi=0T(\sum c_i X_i)=0\Rightarrow\sum c_i X_i=0 because kerT={0}\ker T=\{0\}” and ”v=T(u)=ciTXiv=T(u)=\sum c_i TX_i because TT is surjective.” Four to five lines per step is the expected length.

10-mark computation (determine map): Write the decomposition of the target vector, apply linearity, compute. Include both a direct calculation and a matrix-form verification. The verification is worth 2 marks on its own.

Practice Set

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.