Fiveable

๐Ÿงš๐Ÿฝโ€โ™€๏ธAbstract Linear Algebra I Unit 3 Review

QR code for Abstract Linear Algebra I practice questions

3.3 Kernel and Image of Linear Transformations

3.3 Kernel and Image of Linear Transformations

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿงš๐Ÿฝโ€โ™€๏ธAbstract Linear Algebra I
Unit & Topic Study Guides

Kernel and image are key concepts in linear transformations. They help us understand how a transformation maps vectors between spaces. The kernel shows which vectors become zero, while the image reveals the range of possible outputs.

These ideas connect to injectivity and surjectivity. A transformation is injective if its kernel is just the zero vector, and surjective if its image is the whole codomain. The rank-nullity theorem ties it all together, linking dimensions of kernel and image.

Kernel and Image of Linear Transformations

Definition and Properties

  • The kernel of a linear transformation T:Vโ†’WT:Vโ†’W, denoted ker(T)ker(T) or null(T)null(T), is the set of all vectors vv in VV such that T(v)=0T(v)=0, where 00 is the zero vector in WW
  • The image of a linear transformation T:Vโ†’WT:Vโ†’W, denoted im(T)im(T) or range(T)range(T), is the set of all vectors ww in WW such that w=T(v)w=T(v) for some vector vv in VV
  • The kernel is a subspace of the domain VV, while the image is a subspace of the codomain WW
    • Example: For a linear transformation T:R3โ†’R2T:\mathbb{R}^3โ†’\mathbb{R}^2 defined by T(x,y,z)=(x+y,yโˆ’z)T(x,y,z)=(x+y,y-z), the kernel is the subspace of R3\mathbb{R}^3 satisfying x+y=0x+y=0 and yโˆ’z=0y-z=0, while the image is a subspace of R2\mathbb{R}^2

Injectivity and Surjectivity

  • A linear transformation TT is injective (one-to-one) if and only if its kernel is the zero subspace, i.e., ker(T)={0}ker(T)=\{0\}
    • Example: The linear transformation T:R2โ†’R2T:\mathbb{R}^2โ†’\mathbb{R}^2 defined by T(x,y)=(x,y+x)T(x,y)=(x,y+x) is injective because the only solution to T(x,y)=(0,0)T(x,y)=(0,0) is (x,y)=(0,0)(x,y)=(0,0)
  • A linear transformation TT is surjective (onto) if and only if its image is equal to the codomain, i.e., im(T)=Wim(T)=W
    • Example: The linear transformation T:R2โ†’RT:\mathbb{R}^2โ†’\mathbb{R} defined by T(x,y)=x+yT(x,y)=x+y is surjective because for any real number aa, there exist vectors (x,y)(x,y) in R2\mathbb{R}^2 such that x+y=ax+y=a

Computing Kernel and Image

Finding the Kernel

  • To find the kernel of a linear transformation T:Vโ†’WT:Vโ†’W, solve the equation T(v)=0T(v)=0 for vv in VV. The solution set is the kernel of TT
    • Example: For a linear transformation T:R3โ†’R2T:\mathbb{R}^3โ†’\mathbb{R}^2 defined by T(x,y,z)=(2xโˆ’y,x+z)T(x,y,z)=(2x-y,x+z), solve the system of equations 2xโˆ’y=02x-y=0 and x+z=0x+z=0 to find the kernel
  • For a linear transformation T:Rnโ†’RmT:\mathbb{R}^nโ†’\mathbb{R}^m represented by an mร—nmร—n matrix AA, the kernel is the solution set of the homogeneous system Ax=0Ax=0
  • The dimension of the kernel, denoted dim(ker(T))dim(ker(T)) or nullity(T)nullity(T), is the number of free variables in the solution set of T(v)=0T(v)=0
Definition and Properties, Transformations of Functions | College Algebra

Finding the Image

  • To find the image of a linear transformation T:Vโ†’WT:Vโ†’W, express T(v)T(v) as a linear combination of the basis vectors of WW. The span of the resulting vectors is the image of TT
    • Example: For a linear transformation T:R2โ†’R3T:\mathbb{R}^2โ†’\mathbb{R}^3 defined by T(x,y)=(x+y,xโˆ’y,2y)T(x,y)=(x+y,x-y,2y), express T(x,y)T(x,y) as a linear combination of the standard basis vectors of R3\mathbb{R}^3 to find the image
  • For a linear transformation T:Rnโ†’RmT:\mathbb{R}^nโ†’\mathbb{R}^m represented by an mร—nmร—n matrix AA, the image is the column space of AA
  • The dimension of the image, denoted dim(im(T))dim(im(T)) or rank(T)rank(T), is the number of linearly independent vectors in a basis for the image

Rank-Nullity Theorem

Statement and Proof

  • The Rank-Nullity Theorem states that for a linear transformation T:Vโ†’WT:Vโ†’W between finite-dimensional vector spaces VV and WW, the dimension of the domain VV equals the sum of the dimensions of the kernel and the image of TT, i.e., dim(V)=dim(ker(T))+dim(im(T))dim(V)=dim(ker(T))+dim(im(T))
  • To prove the theorem, consider a basis for the kernel of TT and extend it to a basis for the domain VV. Show that the images of the basis vectors not in the kernel form a basis for the image of TT
    • Example: For a linear transformation T:R4โ†’R3T:\mathbb{R}^4โ†’\mathbb{R}^3, if dim(ker(T))=2dim(ker(T))=2 and dim(im(T))=2dim(im(T))=2, then the Rank-Nullity Theorem confirms that dim(R4)=4=2+2dim(\mathbb{R}^4)=4=2+2

Consequences and Applications

  • The Rank-Nullity Theorem establishes a fundamental relationship between the nullity (dimension of the kernel) and the rank (dimension of the image) of a linear transformation
  • As a consequence of the Rank-Nullity Theorem, if T:Vโ†’WT:Vโ†’W is a linear transformation and dim(V)=dim(W)dim(V)=dim(W), then TT is injective if and only if it is surjective
    • Example: For a linear transformation T:R3โ†’R3T:\mathbb{R}^3โ†’\mathbb{R}^3, if TT is injective (nullity is zero), then it must also be surjective (rank is three) by the Rank-Nullity Theorem
  • The Rank-Nullity Theorem can be used to determine the dimension of the kernel or image of a linear transformation when one of them is known
Definition and Properties, Linearna algebra โ€” ะ’ะธะบะธะฟะตะดะธั˜ะฐ

Injectivity and Surjectivity vs Kernel and Image

Injectivity and Kernel

  • A linear transformation T:Vโ†’WT:Vโ†’W is injective (one-to-one) if and only if its kernel is the zero subspace, i.e., ker(T)={0}ker(T)=\{0\}. In other words, TT is injective if and only if the nullity of TT is zero
    • Example: The linear transformation T:R3โ†’R4T:\mathbb{R}^3โ†’\mathbb{R}^4 defined by T(x,y,z)=(x,y,z,0)T(x,y,z)=(x,y,z,0) is injective because the only solution to T(x,y,z)=(0,0,0,0)T(x,y,z)=(0,0,0,0) is (x,y,z)=(0,0,0)(x,y,z)=(0,0,0)
  • For a linear transformation T:Rnโ†’RmT:\mathbb{R}^nโ†’\mathbb{R}^m represented by an mร—nmร—n matrix AA, the injectivity of TT can be determined by examining the null space of AA or by analyzing the rank of AA using Gaussian elimination

Surjectivity and Image

  • A linear transformation T:Vโ†’WT:Vโ†’W is surjective (onto) if and only if its image is equal to the codomain, i.e., im(T)=Wim(T)=W. In other words, TT is surjective if and only if the rank of TT equals the dimension of the codomain WW
    • Example: The linear transformation T:R3โ†’R2T:\mathbb{R}^3โ†’\mathbb{R}^2 defined by T(x,y,z)=(x+y,y+z)T(x,y,z)=(x+y,y+z) is surjective because for any vector (a,b)(a,b) in R2\mathbb{R}^2, there exist vectors (x,y,z)(x,y,z) in R3\mathbb{R}^3 such that x+y=ax+y=a and y+z=by+z=b
  • For a linear transformation T:Rnโ†’RmT:\mathbb{R}^nโ†’\mathbb{R}^m represented by an mร—nmร—n matrix AA, the surjectivity of TT can be determined by analyzing the rank of AA using Gaussian elimination

Injectivity, Surjectivity, and Dimension

  • For a linear transformation T:Vโ†’WT:Vโ†’W between finite-dimensional vector spaces, the Rank-Nullity Theorem can be used to determine injectivity and surjectivity:
    • If dim(V)<dim(W)dim(V)<dim(W), then TT cannot be surjective
    • If dim(V)>dim(W)dim(V)>dim(W), then TT cannot be injective
    • If dim(V)=dim(W)dim(V)=dim(W), then TT is injective if and only if it is surjective (i.e., TT is bijective)
  • Example: For a linear transformation T:R4โ†’R3T:\mathbb{R}^4โ†’\mathbb{R}^3, TT cannot be surjective because dim(R4)>dim(R3)dim(\mathbb{R}^4)>dim(\mathbb{R}^3), but it may or may not be injective depending on its kernel