Math ClubMath Club
v1 · padrão canônico

Lesson 113 — Kernel and Image

Kernel, image (range), rank, and nullity. Rank-nullity theorem. The two structures tied to every linear transformation answer 'who dies?' and 'how far do we reach?'

Used in: 3º year advanced HS (Brazil) · German Lineare Algebra Leistungskurs · Singapore H2 Mathematics · MIT 18.06 Linear Algebra

dimV=dimkerT+dimIm(T)\dim V = \dim \ker T + \dim \operatorname{Im}(T)

The rank-nullity theorem says that the dimension of the domain equals the sum of the dimension of what "dies" under TT (the kernel) and the dimension of what is reachable (the image). It is the most central result in applied linear algebra.

Choose your door

Rigorous notation, full derivation, hypotheses

Definitions and central theorem

Kernel and image

"The null space of TT, denoted N(T)\mathcal{N}(T), is the set N(T)={vV:T(v)=0}\mathcal{N}(T) = \{v \in V : T(v) = 0\}." — Beezer, A First Course in Linear Algebra, §KER

"The range of TT, denoted R(T)\mathcal{R}(T), is the set R(T)={T(v):vV}\mathcal{R}(T) = \{T(v) : v \in V\}." — Beezer, A First Course in Linear Algebra, §RNG

The four fundamental subspaces

For ARm×nA \in \mathbb{R}^{m \times n} with rank rr:

Domain: ℝⁿRow spacedim rKernel ker Adim n−rACodomain: ℝᵐImage Col(A)dim rKernel of Aᵀdim m−rRow space ⊥ ker(A)Col(A) ⊥ ker(Aᵀ)

Strang's four fundamental subspaces. Rank r appears twice; nullity n−r and m−r fill the orthogonal complement.

Characterizations of injectivity and surjectivity

Worked examples

Exercise list

40 exercises · 10 with worked solution (25%)

Application 25Understanding 4Modeling 6Challenge 3Proof 2
  1. Ex. 113.1Application

    Definition of kernel of a linear transformation T:VWT: V \to W:

    Select the correct option
    Select an option first
    Show solution
    The kernel of T:VWT: V \to W is the set of all domain vectors mapped to the zero vector of the codomain: kerT={vV:T(v)=0W}\ker T = \{v \in V : T(v) = 0_W\}. It is always a subspace of VV.
    Show step-by-step (with the why)
    1. Recall that TT is linear, so T(0V)=0WT(0_V)=0_W always — the zero vector belongs to the kernel.
    2. The kernel may contain vectors other than 0V0_V (when TT is not injective).
    3. The image is the set of output vectors: Im(T)={T(v):vV}\operatorname{Im}(T)=\{T(v):v\in V\} — a different definition.
  2. Ex. 113.2ApplicationAnswer key

    Definition of image (range) of a linear transformation T:VWT: V \to W:

    Select the correct option
    Select an option first
    Show solution
    The image (range) of T:VWT: V \to W is the set of all codomain vectors that are actually reached: Im(T)={T(v):vV}\operatorname{Im}(T) = \{T(v) : v \in V\}. It is a subspace of WW.
  3. Ex. 113.3Application

    If kerT={0}\ker T = \{0\} and dimV=n\dim V = n, then the nullity and rank of TT are:

    Select the correct option
    Select an option first
    Show solution
    Nullity is dimkerT\dim \ker T and rank is dimIm(T)\dim \operatorname{Im}(T). By the rank-nullity theorem: nullity + rank = nn. If kerT={0}\ker T = \{0\} (nullity 0), then rank = nn.
  4. Ex. 113.4ApplicationAnswer key

    Nullity and rank of a linear transformation T:VWT: V \to W are defined as:

    Select the correct option
    Select an option first
    Show solution
    Nullity of TT is the dimension of the kernel: nul(T)=dimkerT\operatorname{nul}(T)=\dim\ker T. Rank of TT is the dimension of the image: rank(T)=dimIm(T)\operatorname{rank}(T)=\dim\operatorname{Im}(T). Together they sum to dimV\dim V.
  5. Ex. 113.5Application

    The Rank-Nullity Theorem for T:VWT: V \to W with dimV\dim V finite states:

    Select the correct option
    Select an option first
    Show solution
    The Rank-Nullity Theorem: for T:VWT: V \to W linear with dimV\dim V finite, nul(T)+rank(T)=dimV\operatorname{nul}(T) + \operatorname{rank}(T) = \dim V. The sum is always dimV\dim V, the domain — not the codomain.
    Show step-by-step (with the why)
    1. Recall: nullity counts dimensions "lost" in the kernel; rank counts dimensions "surviving" in the image.
    2. Together they cover all the dimension of the domain: nothing is created, nothing is destroyed except the kernel.
    3. Counter-example to fix ideas: if T:R5R3T: \mathbb{R}^5 \to \mathbb{R}^3 with rank 2, then nullity = 3, since 3+2=53+2=5.
  6. Ex. 113.6Application

    For A=(123246)A = \begin{pmatrix}1 & 2 & 3 \\ 2 & 4 & 6\end{pmatrix} viewed as a transformation TA:R3R2T_A: \mathbb{R}^3 \to \mathbb{R}^2, the rank and nullity are: (Ans: rank 1, nullity 2)

    Select the correct option
    Select an option first
    Show solution
    Row-reducing AA: the second row is twice the first, so it becomes zero. There is only 1 pivot, so rank = 1 and nullity = 31=23 - 1 = 2. Confirmation: 1+2=3=dimR31 + 2 = 3 = \dim \mathbb{R}^3.
    Show step-by-step (with the why)
    1. Row-reduce A=(123246)A = \begin{pmatrix}1 & 2 & 3 \\ 2 & 4 & 6\end{pmatrix}: R2R22R1R_2 \leftarrow R_2 - 2R_1 gives a zero row.
    2. 1 pivot in column 1. Rank = 1.
    3. Nullity = 3 - 1 = 2 (two free variables: x2x_2 and x3x_3).
  7. Ex. 113.7Application

    Projection T:R3R3T: \mathbb{R}^3 \to \mathbb{R}^3, T(x,y,z)=(x,y,0)T(x,y,z)=(x,y,0). Kernel and nullity:

    Select the correct option
    Select an option first
    Show solution
    The projection T(x,y,z)=(x,y,0)T(x,y,z)=(x,y,0) maps to zero exactly when x=0x=0 and y=0y=0: kerT={(0,0,z):zR}\ker T = \{(0,0,z): z\in\mathbb{R}\} — the zz-axis. Nullity = 1.
    Show step-by-step (with the why)
    1. Solve T(x,y,z)=(0,0,0)T(x,y,z)=(0,0,0): requires x=0x=0, y=0y=0, zz free.
    2. kerT=span{(0,0,1)}\ker T = \operatorname{span}\{(0,0,1)\}. Nullity = 1.
    3. Rank = 31=23 - 1 = 2. Image = xyxy-plane. Confirms: 1+2=31+2=3.
  8. Ex. 113.8ApplicationAnswer key

    Continuing the previous exercise: image and rank of the projection T(x,y,z)=(x,y,0)T(x,y,z)=(x,y,0):

    Select the correct option
    Select an option first
    Show solution
    The projection T(x,y,z)=(x,y,0)T(x,y,z)=(x,y,0) reaches exactly vectors of the form (x,y,0)(x,y,0): the xyxy-plane. A basis is {(1,0,0),(0,1,0)}\{(1,0,0),(0,1,0)\}. Rank = 2.
  9. Ex. 113.9Application

    T:R3RT: \mathbb{R}^3 \to \mathbb{R}, T(x,y,z)=x+y+zT(x,y,z)=x+y+z. Kernel and its dimension: (Ans: plane x+y+z=0x+y+z=0, dim 2)

    Select the correct option
    Select an option first
    Show solution
    T(x,y,z)=x+y+z=0T(x,y,z)=x+y+z=0 defines a plane in R3\mathbb{R}^3. Kernel basis: {(1,1,0),(1,0,1)}\{(-1,1,0),(-1,0,1)\}. Nullity = 2. Rank = 1 (image = all of R\mathbb{R}). Confirms: 2+1=32+1=3.
    Show step-by-step (with the why)
    1. Solve x+y+z=0x+y+z=0: free variables y,zy,z; x=yzx=-y-z.
    2. Setting (y,z)=(1,0)(y,z)=(1,0): vector (1,1,0)(-1,1,0). Setting (y,z)=(0,1)(y,z)=(0,1): vector (1,0,1)(-1,0,1).
    3. Kernel basis: {(1,1,0),(1,0,1)}\{(-1,1,0),(-1,0,1)\}, dimension 2.
  10. Ex. 113.10Application

    T:R4R3T: \mathbb{R}^4 \to \mathbb{R}^3 with matrix (101201211111)\begin{pmatrix}1&0&-1&2\\0&1&2&-1\\1&1&1&1\end{pmatrix}. Rank, nullity, injectivity, surjectivity:

    Select the correct option
    Select an option first
    Show solution
    Row-reducing: R3R3R1R2R_3 \leftarrow R_3 - R_1 - R_2 zeros the third row. 2 pivots: rank = 2, nullity = 42=24 - 2 = 2. Not injective (nullity greater than 0); not surjective (rank 2 less than 3 = codomain dimension).
  11. Ex. 113.11Understanding

    A linear transformation T:VWT: V \to W is injective if and only if:

    Select the correct option
    Select an option first
    Show solution
    TT is injective when T(u)=T(v)u=vT(u)=T(v)\Rightarrow u=v. Equivalently: kerT={0}\ker T=\{0\}. If any nonzero vector goes to zero, there exist two distinct vectors with the same image.
    Show step-by-step (with the why)
    1. Direction 1. Suppose TT is injective. If T(v)=0=T(0)T(v)=0=T(0), then v=0v=0. Thus kerT={0}\ker T=\{0\}.
    2. Direction 2. Suppose kerT={0}\ker T=\{0\}. If T(u)=T(v)T(u)=T(v), then T(uv)=0T(u-v)=0, so uvkerT={0}u-v\in\ker T=\{0\}, hence u=vu=v.
  12. Ex. 113.12UnderstandingAnswer key

    A linear transformation T:VWT: V \to W is surjective if and only if:

    Select the correct option
    Select an option first
    Show solution
    TT is surjective when every wWw \in W has a preimage: vV\exists v \in V with T(v)=wT(v)=w. It is equivalent to Im(T)=W\operatorname{Im}(T)=W, i.e., rank =dimW= \dim W.
  13. Ex. 113.13Application

    T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2, T(x,y)=(x+y,xy)T(x,y)=(x+y, x-y). Is TT injective?

    Select the correct option
    Select an option first
    Show solution
    T(x,y)=(x+y,xy)T(x,y)=(x+y,x-y). Solve T(x,y)=(0,0)T(x,y)=(0,0): system x+y=0x+y=0, xy=0x-y=0. Adding: 2x=02x=0, so x=0x=0; then y=0y=0. Trivial kernel — injective.
    Show step-by-step (with the why)
    1. Solve x+y=0x+y=0 and xy=0x-y=0: adding gives 2x=0x=02x=0\Rightarrow x=0; subtracting gives 2y=0y=02y=0\Rightarrow y=0.
    2. kerT={(0,0)}\ker T = \{(0,0)\} — trivial. TT is injective.
    3. Since T:R2R2T:\mathbb{R}^2\to\mathbb{R}^2 is injective with domain and codomain of the same dimension, it is also surjective (bijective).
  14. Ex. 113.14Application

    T:R3R2T: \mathbb{R}^3 \to \mathbb{R}^2 linear arbitrary. Can TT be injective?

    Select the correct option
    Select an option first
    Show solution
    T:R3R2T: \mathbb{R}^3 \to \mathbb{R}^2. By the rank-nullity theorem: nullity + rank = 3, but rank dimR2=2\leq \dim \mathbb{R}^2 = 2. Thus nullity 1>0\geq 1 > 0. Therefore kerT{0}\ker T \neq \{0\} and TT is not injective.
  15. Ex. 113.15Application

    T:R2R3T: \mathbb{R}^2 \to \mathbb{R}^3 linear arbitrary. Can TT be surjective?

    Select the correct option
    Select an option first
    Show solution
    T:R2R3T: \mathbb{R}^2 \to \mathbb{R}^3. Rank dimR2=2<3=dimR3\leq \dim \mathbb{R}^2 = 2 < 3 = \dim \mathbb{R}^3. Thus Im(T)\operatorname{Im}(T) has dimension at most 2, which cannot cover R3\mathbb{R}^3. TT can never be surjective.
  16. Ex. 113.16Understanding

    If dimV=dimW\dim V = \dim W (equal finite), then for T:VWT: V \to W linear:

    Select the correct option
    Select an option first
    Show solution
    When dimV=dimW=n\dim V = \dim W = n: nullity + rank = nn and rank n\leq n. Injective means nullity = 0, hence rank = n=dimWn = \dim W — surjective. The equivalence holds only with equal finite dimensions.
  17. Ex. 113.17Application

    T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2 given by the identity matrix I2I_2. Classification:

    Select the correct option
    Select an option first
    Show solution
    Matrix A=(1001)A = \begin{pmatrix}1&0\\0&1\end{pmatrix} (identity): T(x,y)=(x,y)T(x,y)=(x,y). Kernel = {(0,0)}\{(0,0)\} (injective). Image = R2\mathbb{R}^2 (surjective). Bijective.
  18. Ex. 113.18ApplicationAnswer key

    T:R3R2T: \mathbb{R}^3 \to \mathbb{R}^2, T(v)=0T(v) = 0 for all vv (zero transformation). Classification:

    Select the correct option
    Select an option first
    Show solution
    Zero transformation T(v)=0T(v)=0 for all vv: kerT=V\ker T = V (nullity = dimV\dim V) and Im(T)={0}\operatorname{Im}(T) = \{0\} (rank = 0). Not injective (except if dimV=0\dim V = 0) and not surjective (except if dimW=0\dim W = 0).
  19. Ex. 113.19Application

    T:R3R2T: \mathbb{R}^3 \to \mathbb{R}^2 with matrix (101011)\begin{pmatrix}1&0&1\\0&1&1\end{pmatrix}. Rank and surjectivity:

    Select the correct option
    Select an option first
    Show solution
    Matrix A=(101011)A = \begin{pmatrix}1&0&1\\0&1&1\end{pmatrix}: row-reducing, 2 pivots. Rank = 2 = dimR2\dim\mathbb{R}^2. Surjective. Nullity = 32=13-2=1: not injective.
    Show step-by-step (with the why)
    1. Row-reduce AA: already in row-echelon form, 2 pivots (columns 1 and 2).
    2. Rank = 2 = codomain dimension R2\mathbb{R}^2: surjective.
    3. Nullity = 32=13-2=1: kerT\ker T has dimension 1, so not injective.
  20. Ex. 113.20Understanding

    The kernel kerT\ker T of any linear transformation is always:

    Select the correct option
    Select an option first
    Show solution
    TT is linear, so T(0V)=0WT(0_V)=0_W. Therefore 0VkerT0_V \in \ker T always — the kernel is never empty. When TT is injective, kerT={0V}\ker T = \{0_V\} (trivial, but not empty).
  21. Ex. 113.21Application

    For A=(123246)A = \begin{pmatrix}1&2&3\\2&4&6\end{pmatrix}, find a basis for kerA\ker A: (Ans: dim 2)

    Select the correct option
    Select an option first
    Show solution
    Row-reducing AA: pivot in column 1. Free variables: x2,x3x_2, x_3. From the row-reduced form: x1=2x23x3x_1 = -2x_2 - 3x_3. Setting (x2,x3)=(1,0)(x_2,x_3)=(1,0): (2,1,0)(-2,1,0). Setting (x2,x3)=(0,1)(x_2,x_3)=(0,1): (3,0,1)(-3,0,1).
    Show step-by-step (with the why)
    1. Row-reduce (123246)\begin{pmatrix}1&2&3\\2&4&6\end{pmatrix}: R2R22R1R_2\leftarrow R_2-2R_1 gives a zero row.
    2. Row-echelon form: (123000)\begin{pmatrix}1&2&3\\0&0&0\end{pmatrix}. 1 pivot, free variables x2,x3x_2,x_3.
    3. x1=2x23x3x_1=-2x_2-3x_3. For each free variable set to 1 (others 0): basis vectors of the kernel.
  22. Ex. 113.22Application

    Continuing: for A=(123246)A = \begin{pmatrix}1&2&3\\2&4&6\end{pmatrix}, a basis for Im(A)\operatorname{Im}(A) is:

    Select the correct option
    Select an option first
    Show solution
    The pivot column (column 1 in row-echelon form) corresponds to column 1 of original AA: (1,2)T(1,2)^T. Basis of image: {(1,2)}\{(1,2)\}, dimension 1. Verification: 1+1=21+1=2 (nullity + rank = columns of AA). But AA has 3 columns: 2+1=32+1=3. ✓
  23. Ex. 113.23Application

    Projection T:R3R3T: \mathbb{R}^3 \to \mathbb{R}^3, T(x,y,z)=(x,y,0)T(x,y,z)=(x,y,0). Bases of kernel and image:

    Select the correct option
    Select an option first
    Show solution
    Projection T(x,y,z)=(x,y,0)T(x,y,z)=(x,y,0). Kernel: x=y=0x=y=0, zz free — basis {(0,0,1)}\{(0,0,1)\}. Image: vectors of the form (x,y,0)(x,y,0) — basis {(1,0,0),(0,1,0)}\{(1,0,0),(0,1,0)\}.
  24. Ex. 113.24Application

    Integration I:P2P3I: \mathcal{P}_2 \to \mathcal{P}_3, I(p)(t)=0tp(s)dsI(p)(t)=\int_0^t p(s)\,ds. Kernel and image:

    Select the correct option
    Select an option first
    Show solution
    Integration I(p)(t)=0tp(s)dsI(p)(t)=\int_0^t p(s)\,ds from P2\mathcal{P}_2 to P3\mathcal{P}_3. If I(p)=0I(p)=0 then the integral polynomial is identically zero, so p=0p=0. Trivial kernel. Image: polynomials with zero constant term, span {t,t2/2,t3/3}P2\{t,t^2/2,t^3/3\} \cong \mathcal{P}_2, rank 3.
  25. Ex. 113.25ApplicationAnswer key

    Differentiation D:P3P3D: \mathcal{P}_3 \to \mathcal{P}_3, D(p)=pD(p)=p'. Kernel, image, nullity, rank:

    Select the correct option
    Select an option first
    Show solution
    Differentiation D:P3P3D: \mathcal{P}_3 \to \mathcal{P}_3. Polynomials whose derivative is zero are constants: kerD=span{1}\ker D = \operatorname{span}\{1\}, nullity 1. D(1)=0,D(t)=1,D(t2)=2t,D(t3)=3t2D(1)=0, D(t)=1, D(t^2)=2t, D(t^3)=3t^2: image = span{1,2t,3t2}=P2\operatorname{span}\{1,2t,3t^2\}=\mathcal{P}_2, rank 3. Verifies: 1+3=4=dimP31+3=4=\dim\mathcal{P}_3. ✓
    Show step-by-step (with the why)
    1. D(p)=0p=0pD(p)=0 \Rightarrow p'=0 \Rightarrow p is constant. Kernel basis: {1}\{1\}.
    2. Apply DD to basis {1,t,t2,t3}\{1,t,t^2,t^3\}: 0,1,2t,3t20,1,2t,3t^2.
    3. Image = span{1,2t,3t2}=P2\operatorname{span}\{1,2t,3t^2\}=\mathcal{P}_2, dim 3.
  26. Ex. 113.26Application

    B=(101214113)B = \begin{pmatrix}1&0&1\\2&1&4\\1&1&3\end{pmatrix}. Rank, nullity, and basis of kerB\ker B:

    Select the correct option
    Select an option first
    Show solution
    Row-reducing BB: R2R22R1R_2\leftarrow R_2-2R_1, R3R3R1R_3\leftarrow R_3-R_1 give 2 pivots in columns 1 and 2. Rank = 2, nullity = 1. Free variable: x3x_3. From RREF: x1=(1)x3=x3x_1=-(-1)x_3=x_3... solve correctly: x1+x3=0x_1+x_3=0, x2+2x3=0x_2+2x_3=0. Kernel basis: (1,2,1)(-1,-2,1).
    Show step-by-step (with the why)
    1. Row-reduce (101214113)\begin{pmatrix}1&0&1\\2&1&4\\1&1&3\end{pmatrix}.
    2. R2R22R1R_2\leftarrow R_2-2R_1: second row becomes (0,1,2)(0,1,2).
    3. R3R3R1R_3\leftarrow R_3-R_1: third row becomes (0,1,2)(0,1,2). Then R3R3R2R_3\leftarrow R_3-R_2: zero row.
    4. 2 pivots: rank 2. Free variable x3x_3. x2=2x3x_2=-2x_3, x1=x3x_1=-x_3. Basis vector: (1,2,1)(-1,-2,1).
  27. Ex. 113.27ApplicationAnswer key

    Continuing: basis of Im(B)\operatorname{Im}(B) for B=(101214113)B = \begin{pmatrix}1&0&1\\2&1&4\\1&1&3\end{pmatrix}:

    Select the correct option
    Select an option first
    Show solution
    The pivot columns of BB are in positions 1 and 2 (from the row-echelon form). The image basis uses these columns from original BB: (1,2,1)T(1,2,1)^T and (0,1,1)T(0,1,1)^T.
  28. Ex. 113.28ModelingAnswer key

    T:R4R2T: \mathbb{R}^4 \to \mathbb{R}^2, T(x,y,z,w)=(x+z,y+w)T(x,y,z,w)=(x+z,y+w). Basis of kerT\ker T: (Ans: nullity 2)

    Select the correct option
    Select an option first
    Show solution
    T(x,y,z,w)=(x+z,y+w)T(x,y,z,w)=(x+z,y+w). Solve x+z=0x+z=0 and y+w=0y+w=0: x=z,y=wx=-z, y=-w. Free variables: z,wz,w. Basis vectors: (1,0,1,0)(-1,0,1,0) and (0,1,0,1)(0,-1,0,1). Nullity = 2, rank = 2.
  29. Ex. 113.29ApplicationAnswer key

    For an invertible matrix AA of order nn, the kernel of the transformation TA(x)=AxT_A(x)=Ax has:

    Select the correct option
    Select an option first
    Show solution
    Invertible matrix AA (n×nn\times n): Ax=0Ax=0 implies x=A10=0x=A^{-1}0=0. Thus kerA={0}\ker A=\{0\}. Nullity = 0. By rank-nullity: rank = nn. TAT_A is bijective.
  30. Ex. 113.30Application

    C=(111111111)C = \begin{pmatrix}1&1&1\\1&1&1\\1&1&1\end{pmatrix}. Nullity, rank, and image of TCT_C:

    Select the correct option
    Select an option first
    Show solution
    Row-reducing: R2R2R1R_2\leftarrow R_2-R_1 zeros second row; R3R3R1R_3\leftarrow R_3-R_1 zeros third row. 1 pivot: rank = 1. Nullity = 31=23-1=2. Image: pivot column of original CC = (1,1,1)T(1,1,1)^T.
    Show step-by-step (with the why)
    1. C=(111111111)C = \begin{pmatrix}1&1&1\\1&1&1\\1&1&1\end{pmatrix}: all rows equal.
    2. Row reduction eliminates rows 2 and 3. 1 pivot, rank = 1.
    3. Nullity = 31=23-1=2. Image = span{(1,1,1)T}\operatorname{span}\{(1,1,1)^T\}.
  31. Ex. 113.31Modeling

    The system Ax=bAx=b has a particular solution xpx_p. The general solution is:

    Select the correct option
    Select an option first
    Show solution
    When Ax=bAx=b has solution xpx_p and kerA{0}\ker A \neq \{0\}, the general solution is x=xp+hx = x_p + h with hkerAh \in \ker A. Since A(xp+h)=Axp+Ah=b+0=bA(x_p+h)=Ax_p+Ah=b+0=b. The kernel parameterizes the infinitely many solutions.
    Show step-by-step (with the why)
    1. If xpx_p satisfies Axp=bAx_p=b and hkerAh\in\ker A, then A(xp+h)=b+0=bA(x_p+h)=b+0=b: any xp+hx_p+h is a solution.
    2. Conversely, if Ax=bAx=b, then A(xxp)=0A(x-x_p)=0, so xxpkerAx-x_p\in\ker A.
    3. Conclusion: the solution set is the affine subspace xp+kerAx_p + \ker A.
  32. Ex. 113.32Modeling

    The linear system Ax=bAx=b has a solution if and only if:

    Select the correct option
    Select an option first
    Show solution
    Ax=bAx=b has a solution \Leftrightarrow bb is a linear combination of columns of AA \Leftrightarrow bIm(A)=Col(A)b \in \operatorname{Im}(A) = \operatorname{Col}(A). Uniqueness depends on kerA\ker A; existence depends on Im(A)\operatorname{Im}(A).
  33. Ex. 113.33Modeling

    A=(111111111)A = \begin{pmatrix}1&1&1\\1&1&1\\1&1&1\end{pmatrix}, b=(1,0,0)Tb = (1,0,0)^T. The system Ax=bAx=b:

    Select the correct option
    Select an option first
    Show solution
    Row-reducing A=(111111111)A = \begin{pmatrix}1&1&1\\1&1&1\\1&1&1\end{pmatrix}: 1 pivot, rank = 1. Image = span{(1,1,1)T}\operatorname{span}\{(1,1,1)^T\}. Vector b=(1,0,0)Tb=(1,0,0)^T is not a multiple of (1,1,1)T(1,1,1)^T. No solution.
  34. Ex. 113.34Modeling

    Evaluation T:PRT: \mathcal{P} \to \mathbb{R}, T(p)=p(1)T(p) = p(1). Kernel of TT:

    Select the correct option
    Select an option first
    Show solution
    Evaluation T:PRT: \mathcal{P} \to \mathbb{R}, T(p)=p(1)T(p)=p(1). Kernel: polynomials with p(1)=0p(1)=0. Example: (t1),(t1)2,(t1)3,(t-1), (t-1)^2, (t-1)^3, \ldots all are in the kernel. Infinite dimension.
  35. Ex. 113.35Modeling

    A matrix AA of order m×nm \times n with rank r<nr < n satisfies:

    Select the correct option
    Select an option first
    Show solution
    If AA is m×nm \times n with rank r<nr < n, by rank-nullity: nullity = nr>0n - r > 0. Thus kerA\ker A contains nonzero vectors. The homogeneous system has nontrivial solutions.
  36. Ex. 113.36Challenge

    For S:UVS: U \to V and T:VWT: V \to W linear, the rank of the composition satisfies:

    Select the correct option
    Select an option first
    Show solution
    Im(TS)=T(Im(S))Im(T)\operatorname{Im}(T\circ S) = T(\operatorname{Im}(S)) \subseteq \operatorname{Im}(T), so rank \leq rank TT. Also Im(TS)T(W)\operatorname{Im}(T\circ S) \subseteq T(W) where W=Im(S)W = \operatorname{Im}(S) has dim = rank SS, so rank \leq rank SS. Hence the min.
  37. Ex. 113.37Challenge

    For composition TST \circ S, nullity satisfies:

    Select the correct option
    Select an option first
    Show solution
    kerSker(TS)\ker S \subseteq \ker(T \circ S): if S(u)=0S(u) = 0, then T(S(u))=T(0)=0T(S(u)) = T(0) = 0. Thus nullity (TS)(T \circ S) \geq nullity (S)(S).
  38. Ex. 113.38Challenge

    For AA square n×nn \times n, rank <n< n implies that AA is not invertible?

    Select the correct option
    Select an option first
    Show solution
    For AA square n×nn \times n: invertible \Leftrightarrow rank = nn \Leftrightarrow nullity = 0 \Leftrightarrow kerA={0}\ker A = \{0\}. If rank <n< n: nullity >0> 0, Ax=0Ax=0 has nontrivial solution vv. If AA were invertible: v=A1Av=A10=0v = A^{-1}Av = A^{-1}0 = 0 — contradiction.
  39. Ex. 113.39ProofAnswer key

    Prove that kerT\ker T is a subspace of VV for any linear transformation T:VWT: V \to W:

    Select the correct option
    Select an option first
    Show solution
    Verification of three axioms: (1) T(0V)=0WT(0_V)=0_W, so 0VkerT0_V\in\ker T; (2) if u,vkerTu,v\in\ker T, T(u+v)=T(u)+T(v)=0+0=0T(u+v)=T(u)+T(v)=0+0=0, so u+vkerTu+v\in\ker T; (3) if ukerTu\in\ker T and αR\alpha\in\mathbb{R}, T(αu)=αT(u)=α0=0T(\alpha u)=\alpha T(u)=\alpha\cdot 0=0.
    Show step-by-step (with the why)
    1. Zero. T(0V)=0WT(0_V)=0_W (linearity) 0VkerT\Rightarrow 0_V\in\ker T.
    2. Sum. u,vkerTT(u+v)=0+0=0u+vkerTu,v\in\ker T\Rightarrow T(u+v)=0+0=0\Rightarrow u+v\in\ker T.
    3. Scalar. ukerT,αRT(αu)=α0=0αukerTu\in\ker T,\,\alpha\in\mathbb{R}\Rightarrow T(\alpha u)=\alpha\cdot0=0\Rightarrow\alpha u\in\ker T.
  40. Ex. 113.40Proof

    Prove that Im(T)\operatorname{Im}(T) is a subspace of WW for any linear transformation T:VWT: V \to W:

    Select the correct option
    Select an option first
    Show solution
    (1) T(0V)=0WIm(T)T(0_V)=0_W\in\operatorname{Im}(T). (2) w1=T(v1),w2=T(v2)w1+w2=T(v1+v2)Im(T)w_1=T(v_1),w_2=T(v_2)\Rightarrow w_1+w_2=T(v_1+v_2)\in\operatorname{Im}(T). (3) w=T(v)αw=T(αv)Im(T)w=T(v)\Rightarrow\alpha w=T(\alpha v)\in\operatorname{Im}(T). All three axioms are satisfied.

Sources for this lesson

  • A First Course in Linear Algebra — Robert A. Beezer · 3rd ed. · EN · GNU FDL · §KER, §RNG, §ILT, §SLT, §RNNM, §PSPHS, §IVLT, §LT. Primary source for exercises.
  • Linear Algebra — Jim Hefferon · 4th ed. · EN · CC-BY-SA · ch. 3, §II. Secondary source for modeling exercises, composition, and examples of polynomial spaces.
  • Linear Algebra Done Right — Sheldon Axler · 4th ed. · EN · CC-BY-NC · §3D. Abstract perspective without determinants (reference for the 7 doors).

Updated on 2026-05-06 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.