Skip to main content

Section 3.3 Image and Kernel (AT3)

Subsection 3.3.1 Class Activities

Activity 3.3.1.

Let T:R2R3 be given by

T([xy])=[xy0]with standard matrix [100100]

Which of these subspaces of R2 describes the set of all vectors that transform into 0?

  1. {[aa]|aR}

  2. {[00]}

  3. R2={[xy]|x,yR}

Definition 3.3.2.

Let T:VW be a linear transformation, and let z be the additive identity (the “zero vector”) of W. The kernel of T is an important subspace of V defined by

kerT={vV | T(v)=z}
Figure 27. The kernel of a linear transformation

Activity 3.3.3.

Let T:R3R2 be given by

T([xyz])=[xy]with standard matrix [100010]

Which of these subspaces of R3 describes kerT, the set of all vectors that transform into 0?

  1. {[00a]|aR}

  2. {[aa0]|aR}

  3. {[000]}

  4. R3={[xyz]|x,y,zR}

Activity 3.3.4.

Let T:R3R2 be the linear transformation given by the standard matrix

T([xyz])=[3x+4yzx+2y+z]
(a)

Set T([xyz])=[00] to find a linear system of equations whose solution set is the kernel.

(b)

Use RREF(A) to solve this homogeneous system of equations and find a basis for the kernel of T.

Activity 3.3.5.

Let T:R4R3 be the linear transformation given by

T([xyzw])=[2x+4y+2z4w2x4y+z+w3x+6yz4w].

Find a basis for the kernel of T.

Activity 3.3.6.

Let T:R2R3 be given by

T([xy])=[xy0]with standard matrix [100100]

Which of these subspaces of R3 describes the set of all vectors that are the result of using T to transform R2 vectors?

  1. {[00a]|aR}

  2. {[ab0]|a,bR}

  3. {[000]}

  4. R3={[xyz]|x,y,zR}

Definition 3.3.7.

Let T:VW be a linear transformation. The image of T is an important subspace of W defined by

ImT={wW | there is some vV with T(v)=w}

In the examples below, the left example's image is all of R2, but the right example's image is a planar subspace of R3.

Figure 28. The image of a linear transformation

Activity 3.3.8.

Let T:R3R2 be given by

T([xyz])=[xy]with standard matrix [100010]

Which of these subspaces of R2 describes ImT, the set of all vectors that are the result of using T to transform R3 vectors?

  1. {[aa]|aR}

  2. {[00]}

  3. R2={[xy]|x,yR}

Activity 3.3.9.

Let T:R4R3 be the linear transformation given by the standard matrix

A=[347111022131]=[T(e1)T(e2)T(e3)T(e4)].

Since for a vector v=[x1x2x3x4], T(v)=T(x1e1+x2e2+x3e3+x4e4), which of the following best describes the set of vectors

{[312],[411],[703],[121]}?
  1. The set of vectors spans ImT but is not linearly independent.

  2. The set of vectors is a linearly independent subset of ImT but does not span ImT.

  3. The set of vectors is linearly independent and spans ImT; that is, the set of vectors is a basis for ImT.

Observation 3.3.10.

Let T:R4R3 be the linear transformation given by the standard matrix

A=[347111022131].

Since the set {[312],[411],[703],[121]} spans ImT, we can obtain a basis for ImT by finding RREFA=[101101110000] and only using the vectors corresponding to pivot columns:

{[312],[411]}

Activity 3.3.12.

Let T:R3R4 be the linear transformation given by the standard matrix

A=[132260001131].

Find a basis for the kernel and a basis for the image of T.

Activity 3.3.13.

Let T:RnRm be a linear transformation with standard matrix A. Which of the following is equal to the dimension of the kernel of T?

  1. The number of pivot columns

  2. The number of non-pivot columns

  3. The number of pivot rows

  4. The number of non-pivot rows

Activity 3.3.14.

Let T:RnRm be a linear transformation with standard matrix A. Which of the following is equal to the dimension of the image of T?

  1. The number of pivot columns

  2. The number of non-pivot columns

  3. The number of pivot rows

  4. The number of non-pivot rows

Observation 3.3.15.

Combining these with the observation that the number of columns is the dimension of the domain of T, we have the rank-nullity theorem:

The dimension of the domain of T equals dim(kerT)+dim(ImT).

The dimension of the image is called the rank of T (or A) and the dimension of the kernel is called the nullity.

Activity 3.3.16.

Let T:R3R4 be the linear transformation given by the standard matrix

A=[132260001131].

Verify that the rank-nullity theorem holds for T.

Subsection 3.3.2 Videos

Figure 29. Video: The kernel and image of a linear transformation
Figure 30. Video: Finding a basis of the image of a linear transformation
Figure 31. Video: Finding a basis of the kernel of a linear transformation
Figure 32. Video: The rank-nullity theorem

Subsection 3.3.3 Slideshow

Slideshow of activities available at https://teambasedinquirylearning.github.io/linear-algebra/2022/AT3.slides.html.

Exercises 3.3.4 Exercises

Exercises available at https://teambasedinquirylearning.github.io/linear-algebra/2022/exercises/#/bank/AT3/.

Subsection 3.3.5 Mathematical Writing Explorations

Exploration 3.3.17.

Assume f:VW is a linear map. Let {v1,v2,,vn} be a set of vectors in V, and set wi=f(vi).

  • If the set {w1,w2,,wn} is linearly independent, must the set {v1,v2,,vn} also be linearly independent?

  • If the set {v1,v2,,vn} is linearly independent, must the set {w1,w2,,wn} also be linearly independent?

  • If the set {w1,w2,,wn} spans W, must the set {v1,v2,,vn} also span V?

  • If the set {v1,v2,,vn} spans V, must the set {w1,w2,,wn} also span W?

  • In light of this, is the image of the basis of a vector space always a basis for the codomain?

Exploration 3.3.18.

Prove the Rank-Nullity Theorem. Use the steps below to help you.
  • The theorem states that, given a linear map h:VW, with V and W vector spaces, the rank of h, plus the nullity of h, equals the dimension of the domain V. Assume that the dimension of V is n.

  • For simplicity, denote the rank of h by R(h), and the nullity by N(h).

  • Recall that R(h) is the dimension of the range space of h. State the precise definition.

  • Recall that N(h) is the dimension of the null space of h. State the precise definition.

  • Begin with a basis for the null space, denoted BN={β1,β2,,βk}. Show how this can be extended to a basis BV for V, with BV={β1,β2,,βk,βk+1,βk+2,,βn}. In this portion, you should assume kn, and construct additional vectors which are not linear combinations of vectors in BN. Prove that you can always do this until you have n total linearly independent vectors.

  • Show that BR={h(βk+1),h(βk+2),,h(βn)} is a basis for the range space. Start by showing that it is linearly independent, and be sure you prove that each element of the range space can be written as a linear combination of BR.

  • Show that BR spans the range space.

  • State your conclusion.

Subsection 3.3.6 Sample Problem and Solution

Sample problem Example B.1.16.

You have attempted 1 of 1 activities on this page.