Linear Algebra Quiz: Kernel And Range
19 questions · exam conditions
0:00
Kernel And RangeQuestion 1 of 19

Define T:M2×2R2T: M_{2 \times 2} \to \mathbb{R}^2 by T(abcd)=(a+d,bc)T\begin{pmatrix} a & b \\ c & d \end{pmatrix} = (a + d, b - c), where M2×2M_{2 \times 2} is the space of 2×22 \times 2 matrices. What is dim(ker(T))+dim(range(T))\text{dim}(\ker(T)) + \text{dim}(\text{range}(T))?

3
4
5
6
← Back to quizzes

Linear Algebra Quiz

Linear Algebra Quiz: Kernel And Range

Practice Kernel And Range in Linear Algebra with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Kernel And Range, giving you a quick way to practice the rules, question types, and explanations that matter most for Linear Algebra.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Define T:M2×2R2T: M_{2 \times 2} \to \mathbb{R}^2 by T(abcd)=(a+d,bc)T\begin{pmatrix} a & b \\ c & d \end{pmatrix} = (a + d, b - c), where M2×2M_{2 \times 2} is the space of 2×22 \times 2 matrices. What is dim(ker(T))+dim(range(T))\text{dim}(\ker(T)) + \text{dim}(\text{range}(T))?

  1. 3
  2. 4 (correct answer)
  3. 5
  4. 6
Explanation: The domain M2×2M_{2 \times 2} has dimension 4. By the rank-nullity theorem, dim(ker(T))+dim(range(T))=dim(M2×2)=4\text{dim}(\ker(T)) + \text{dim}(\text{range}(T)) = \text{dim}(M_{2 \times 2}) = 4. To find ker(T)\ker(T): we need a+d=0a + d = 0 and bc=0b - c = 0, so d=ad = -a and c=bc = b. Thus ker(T)={(abba):a,bR}\ker(T) = \left\{\begin{pmatrix} a & b \\ b & -a \end{pmatrix} : a,b \in \mathbb{R}\right\}, which has dimension 2. Therefore dim(range(T))=42=2\text{dim}(\text{range}(T)) = 4 - 2 = 2. The sum is 2+2=42 + 2 = 4. The other choices miscalculate either the domain dimension or misapply rank-nullity.

Question 2

Let S:R3R3S: \mathbb{R}^3 \to \mathbb{R}^3 and T:R3R3T: \mathbb{R}^3 \to \mathbb{R}^3 be linear transformations where dim(ker(S))=1\text{dim}(\ker(S)) = 1 and dim(ker(T))=2\text{dim}(\ker(T)) = 2. What can be concluded about dim(ker(ST))\text{dim}(\ker(S \circ T))?

  1. dim(ker(ST))=2\text{dim}(\ker(S \circ T)) = 2 since ker(T)ker(ST)\ker(T) \subseteq \ker(S \circ T)
  2. dim(ker(ST))=3\text{dim}(\ker(S \circ T)) = 3 since both transformations reduce dimensionality
  3. dim(ker(ST))2\text{dim}(\ker(S \circ T)) \geq 2 and dim(ker(ST))3\text{dim}(\ker(S \circ T)) \leq 3 (correct answer)
  4. dim(ker(ST))=1\text{dim}(\ker(S \circ T)) = 1 since SS determines the final kernel size
Explanation: We know ker(T)ker(ST)\ker(T) \subseteq \ker(S \circ T) since if T(x)=0T(x) = 0, then (ST)(x)=S(T(x))=S(0)=0(S \circ T)(x) = S(T(x)) = S(0) = 0. Thus dim(ker(ST))dim(ker(T))=2\text{dim}(\ker(S \circ T)) \geq \text{dim}(\ker(T)) = 2. Also, dim(ker(ST))3\text{dim}(\ker(S \circ T)) \leq 3 since the domain is 3-dimensional. The exact value depends on how range(T)\text{range}(T) intersects ker(S)\ker(S). Choice A assumes equality, choice B claims maximum always occurs, choice D ignores the contribution from ker(T)\ker(T).

Question 3

Let S:UVS: U \to V and T:VWT: V \to W be linear transformations between finite-dimensional vector spaces. Which of the following statements about the composite transformation TS:UWT \circ S: U \to W is always true?

  1. range(TS)=range(T)\text{range}(T \circ S) = \text{range}(T)
  2. range(T)range(TS)\text{range}(T) \subseteq \text{range}(T \circ S)
  3. ker(S)ker(TS)\text{ker}(S) \subseteq \text{ker}(T \circ S) (correct answer)
  4. ker(TS)ker(S)\text{ker}(T \circ S) \subseteq \text{ker}(S)
Explanation: Let u\vec{u} be a vector in the kernel of SS, so S(u)=0VS(\vec{u}) = \vec{0}_V. To check if u\vec{u} is in the kernel of TST \circ S, we compute (TS)(u)=T(S(u))(T \circ S)(\vec{u}) = T(S(\vec{u})). Since S(u)=0VS(\vec{u}) = \vec{0}_V, this becomes T(0V)T(\vec{0}_V). Because TT is a linear transformation, T(0V)=0WT(\vec{0}_V) = \vec{0}_W. Thus, any vector in ker(S)\text{ker}(S) is also in ker(TS)\text{ker}(T \circ S), which means ker(S)ker(TS)\text{ker}(S) \subseteq \text{ker}(T \circ S). The other inclusions are not always true; for example, the range of the composition is a subset of the range of TT, not the other way around.

Question 4

Let T:VWT: V \to W be a linear transformation and let B={v1,v2,,vn}\mathcal{B} = \{\vec{v}_1, \vec{v}_2, \dots, \vec{v}_n\} be a basis for the vector space VV. Which of the following sets is guaranteed to be a spanning set for the range of TT?

  1. Any basis for the vector space WW.
  2. The subset of B\mathcal{B} consisting of vectors not in the kernel of TT.
  3. Any linearly independent subset of {T(v1),T(v2),,T(vn)}\{T(\vec{v}_1), T(\vec{v}_2), \dots, T(\vec{v}_n)\}
  4. {T(v1),T(v2),,T(vn)}\{T(\vec{v}_1), T(\vec{v}_2), \dots, T(\vec{v}_n)\} (correct answer)
Explanation: When you encounter questions about the range of a linear transformation, focus on understanding what vectors can be "reached" by applying the transformation. The range of TT consists of all possible outputs T(v)T(\vec{v}) where vV\vec{v} \in V. Since B={v1,v2,,vn}\mathcal{B} = \{\vec{v}_1, \vec{v}_2, \dots, \vec{v}_n\} is a basis for VV, every vector vV\vec{v} \in V can be written as v=c1v1+c2v2++cnvn\vec{v} = c_1\vec{v}_1 + c_2\vec{v}_2 + \cdots + c_n\vec{v}_n for some scalars cic_i. When we apply TT to this vector, linearity gives us: T(v)=T(c1v1++cnvn)=c1T(v1)++cnT(vn)T(\vec{v}) = T(c_1\vec{v}_1 + \cdots + c_n\vec{v}_n) = c_1T(\vec{v}_1) + \cdots + c_nT(\vec{v}_n) This shows that every vector in the range of TT is a linear combination of {T(v1),T(v2),,T(vn)}\{T(\vec{v}_1), T(\vec{v}_2), \dots, T(\vec{v}_n)\}, making this set a spanning set for the range. Answer D is correct. Answer A is wrong because any basis for WW spans all of WW, but the range of TT might be a proper subspace of WW, so this could contain unnecessary vectors. Answer B fails because removing vectors from B\mathcal{B} means we lose the ability to represent all vectors in VV, so we can't guarantee we'll span the entire range. Answer C is incorrect because any proper subset of {T(v1),,T(vn)}\{T(\vec{v}_1), \dots, T(\vec{v}_n)\} might miss some vectors needed to span the range. Study tip: Remember that the image of a basis under a linear transformation always spans the range, even though it might not be linearly independent itself.

Question 5

A linear transformation T:R4R3T: \mathbb{R}^4 \to \mathbb{R}^3 is represented by a 3×43 \times 4 matrix AA. If the transformation TT is surjective (onto), what must be true about the reduced row echelon form (RREF) of AA?

  1. The RREF of AA has a pivot in every column.
  2. The RREF of AA contains a row of zeros.
  3. The nullity of AA is 0.
  4. The RREF of AA has a pivot in every row. (correct answer)
Explanation: For TT to be surjective, its range must be all of the codomain, R3\mathbb{R}^3. This means the dimension of the range, which is the rank of matrix AA, must be 3. The rank of a matrix is equal to the number of pivots in its RREF. Since AA is a 3×43 \times 4 matrix, having a rank of 3 means there must be 3 pivots. As there are only 3 rows, this implies there must be a pivot position in every row.

Question 6

Let V=M2×2V = M_{2 \times 2} be the vector space of 2×22 \times 2 real matrices. Consider the linear transformation L:VRL: V \to \mathbb{R} defined by L(A)=tr(A)L(A) = \text{tr}(A), where the trace is the sum of the main diagonal elements. What is the range of LL?

  1. R\mathbb{R} (correct answer)
  2. {0}\{0\}
  3. The set of non-negative real numbers, [0,)[0, \infty).
  4. R2\mathbb{R}^2
Explanation: When you encounter questions about the range of a linear transformation, you need to determine all possible output values the transformation can produce. The transformation L(A)=tr(A)L(A) = \text{tr}(A) takes any 2×22 \times 2 matrix and outputs the sum of its diagonal entries. For a matrix A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} , we have L(A)=a+dL(A) = a + d. To find the range, ask: can LL produce any real number? Yes! For any real number rr, you can construct a matrix whose trace equals rr. For example, the matrix (r000)\begin{pmatrix} r & 0 \\ 0 & 0 \end{pmatrix} has trace r+0=rr + 0 = r. Since you can achieve any real number as a trace, the range is all of R\mathbb{R}. Choice B suggests the range is only {0}\{0\}. This would mean every matrix has trace zero, which is clearly false—the identity matrix has trace 2. Choice C claims the range is only non-negative numbers. This ignores that diagonal entries can be negative. The matrix (5000)\begin{pmatrix} -5 & 0 \\ 0 & 0 \end{pmatrix} has trace 5-5, showing negative outputs are possible. Choice D suggests the range is R2\mathbb{R}^2, but LL maps to real numbers (scalars), not ordered pairs. The codomain is R\mathbb{R}, so the range must be a subset of R\mathbb{R}. Study tip: For range problems, construct specific examples to test whether particular outputs are achievable. If you can systematically produce any element in a set, that set is likely your range.

Question 7

Consider linear transformations S:R3R2S: \mathbb{R}^3 \to \mathbb{R}^2 and T:R2R3T: \mathbb{R}^2 \to \mathbb{R}^3 such that range(S)=R2\text{range}(S) = \mathbb{R}^2 and ker(T)={(0,0)}\ker(T) = \{(0,0)\}. What is dim(range(TS))\text{dim}(\text{range}(T \circ S))?

  1. 2 (correct answer)
  2. 1
  3. 3
  4. Cannot be determined from the given information
Explanation: When you see composition of linear transformations, think about how the dimensions of kernels and ranges interact. The key insight is understanding how information flows through the composite transformation TST \circ S. Since S:R3R2S: \mathbb{R}^3 \to \mathbb{R}^2 has range(S)=R2\text{range}(S) = \mathbb{R}^2, we know SS is surjective (onto). This means SS maps R3\mathbb{R}^3 onto all of R2\mathbb{R}^2. By the rank-nullity theorem, dim(range(S))=2\dim(\text{range}(S)) = 2, so dim(ker(S))=32=1\dim(\ker(S)) = 3 - 2 = 1. Now, T:R2R3T: \mathbb{R}^2 \to \mathbb{R}^3 with ker(T)={(0,0)}\ker(T) = \{(0,0)\} means TT is injective (one-to-one). Since dim(ker(T))=0\dim(\ker(T)) = 0, we have dim(range(T))=20=2\dim(\text{range}(T)) = 2 - 0 = 2. For the composition TST \circ S, since SS outputs all possible vectors in R2\mathbb{R}^2 and TT is injective on R2\mathbb{R}^2, the transformation TT will map the entire range of SS (which is R2\mathbb{R}^2) injectively into R3\mathbb{R}^3. Therefore, dim(range(TS))=dim(R2)=2\dim(\text{range}(T \circ S)) = \dim(\mathbb{R}^2) = 2. Answer (A) 2 is correct. Answer (B) 1 incorrectly assumes some dimension is lost in composition. Answer (C) 3 wrongly suggests the composition could be surjective onto R3\mathbb{R}^3, but this is impossible since we start from R3\mathbb{R}^3 and pass through the "bottleneck" of R2\mathbb{R}^2. Answer (D) is incorrect because the given conditions completely determine the answer. Remember: in compositions, the maximum possible output dimension is limited by the smallest intermediate space, but injectivity preserves whatever dimension makes it through.

Question 8

Let T:RnRmT: \mathbb{R}^n \to \mathbb{R}^m be a linear transformation where n>mn > m. If TT is surjective, which statement about the relationship between ker(T)\ker(T) and the standard basis vectors of Rn\mathbb{R}^n must be true?

  1. At least one standard basis vector of Rn\mathbb{R}^n is in ker(T)\ker(T)
  2. Exactly nmn - m standard basis vectors of Rn\mathbb{R}^n are in ker(T)\ker(T)
  3. No standard basis vector of Rn\mathbb{R}^n can be in ker(T)\ker(T)
  4. The kernel ker(T)\ker(T) is non-trivial but may not contain any standard basis vectors (correct answer)
Explanation: Since TT is surjective and n>mn > m, by rank-nullity theorem: dim(ker(T))=ndim(range(T))=nm>0\text{dim}(\ker(T)) = n - \text{dim}(\text{range}(T)) = n - m > 0. So ker(T)\ker(T) is non-trivial. However, ker(T)\ker(T) need not contain any standard basis vectors. For example, if T:R3R2T: \mathbb{R}^3 \to \mathbb{R}^2 with T(x,y,z)=(x+y,y+z)T(x,y,z) = (x+y, y+z), then ker(T)=span{(1,1,1)}\ker(T) = \text{span}\{(1,-1,1)\}, which contains no standard basis vectors. Choice A assumes necessity, choice B assumes a specific structure that's not required, choice C contradicts the possibility of standard basis vectors being in the kernel.

Question 9

Let AA be a 3×43 \times 4 matrix and let TA:R4R3T_A: \mathbb{R}^4 \to \mathbb{R}^3 be the associated linear transformation TA(x)=AxT_A(x) = Ax. If the columns of AA are linearly dependent and range(TA)=R3\text{range}(T_A) = \mathbb{R}^3, what can be concluded about ker(TA)\ker(T_A)?

  1. dim(ker(TA))=1\text{dim}(\ker(T_A)) = 1 and ker(TA)\ker(T_A) is one-dimensional (correct answer)
  2. dim(ker(TA))=0\text{dim}(\ker(T_A)) = 0 since the transformation is surjective
  3. dim(ker(TA))=0\text{dim}(\ker(T_A)) = 0 since the range spans the entire codomain
  4. dim(ker(TA))2\text{dim}(\ker(T_A)) \geq 2 since the columns are linearly dependent
Explanation: When you encounter questions about linear transformations and their properties, focus on the fundamental relationship between the kernel, range, and dimensions given by the rank-nullity theorem. Here's the key insight: The rank-nullity theorem states that for any linear transformation T:RnRmT: \mathbb{R}^n \to \mathbb{R}^m, we have dim(domain)=dim(ker(T))+dim(range(T))\dim(\text{domain}) = \dim(\ker(T)) + \dim(\text{range}(T)). Since TA:R4R3T_A: \mathbb{R}^4 \to \mathbb{R}^3 and range(TA)=R3\text{range}(T_A) = \mathbb{R}^3, we know dim(range(TA))=3\dim(\text{range}(T_A)) = 3. Therefore: 4=dim(ker(TA))+34 = \dim(\ker(T_A)) + 3, which gives us dim(ker(TA))=1\dim(\ker(T_A)) = 1. The condition that columns are linearly dependent confirms this makes sense—if all four columns were linearly independent, the range couldn't be 3-dimensional (it would be at most the number of independent columns). With exactly 3 linearly independent columns spanning R3\mathbb{R}^3, we get a 1-dimensional kernel. Option B incorrectly assumes surjective transformations always have trivial kernels—this is only true when the domain and codomain have equal dimensions. Option C makes the same error with different wording. Option D misinterprets linear dependence; while the columns being dependent guarantees a non-trivial kernel, it doesn't determine the exact dimension without considering the range. Study tip: Always use rank-nullity theorem for kernel/range dimension questions. The dimensions must add up to the domain's dimension, regardless of whether the transformation is injective or surjective.

Question 10

The range of a linear transformation T:R3R3T: \mathbb{R}^3 \to \mathbb{R}^3 is the plane spanned by the vectors v1=(101)\vec{v}_1 = \begin{pmatrix} 1 \\ 0 \\ -1 \end{pmatrix} and v2=(012)\vec{v}_2 = \begin{pmatrix} 0 \\ 1 \\ 2 \end{pmatrix}. Which of the following could be the standard matrix for TT?

  1. (101011121)\begin{pmatrix} 1 & 0 & 1 \\ 0 & 1 & 1 \\ -1 & 2 & 1 \end{pmatrix} (correct answer)
  2. (101010120)\begin{pmatrix} 1 & 0 & 1 \\ 0 & 1 & 0 \\ -1 & 2 & 0 \end{pmatrix}
  3. (100010001)\begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}
  4. (121000121)\begin{pmatrix} 1 & 2 & -1 \\ 0 & 0 & 0 \\ -1 & -2 & 1 \end{pmatrix}
Explanation: The range of TT is its column space. Therefore, each column of the standard matrix must be a linear combination of the spanning vectors v1\vec{v}_1 and v2\vec{v}_2. Let's check the columns of matrix A. The first column is v1\vec{v}_1. The second column is v2\vec{v}_2. The third column is v1+v2=(111)\vec{v}_1 + \vec{v}_2 = \begin{pmatrix} 1 \\ 1 \\ 1 \end{pmatrix}. Since all three columns are in the span of v1\vec{v}_1 and v2\vec{v}_2, and the first two columns are linearly independent, the column space is precisely the plane spanned by v1\vec{v}_1 and v2\vec{v}_2. This matrix is a valid candidate. Distractor B has a third column not in the span. Distractor C has a range of R3\mathbb{R}^3. Distractor D has a range of dimension 1.

Question 11

Let T:R3R3T: \mathbb{R}^3 \to \mathbb{R}^3 be the linear transformation that orthogonally projects vectors onto the plane defined by x2y+3z=0x - 2y + 3z = 0. Which statement accurately describes the kernel and range of TT?

  1. The kernel of TT is the plane x2y+3z=0x - 2y + 3z = 0, and the range of TT is the line spanned by the vector (123)\begin{pmatrix} 1 \\ -2 \\ 3 \end{pmatrix}.
  2. The kernel of TT is the line spanned by the vector (123)\begin{pmatrix} 1 \\ -2 \\ 3 \end{pmatrix}, and the range of TT is the plane x2y+3z=0x - 2y + 3z = 0. (correct answer)
  3. The kernel of TT is the zero vector only, and the range of TT is all of R3\mathbb{R}^3.
  4. The kernel of TT is the line spanned by the vector (123)\begin{pmatrix} 1 \\ -2 \\ 3 \end{pmatrix}, and the range of TT is the xy-plane.
Explanation: The kernel of an orthogonal projection is the set of vectors that are mapped to the zero vector. For a projection onto a plane, these are precisely the vectors orthogonal to the plane. The normal vector to the plane x2y+3z=0x - 2y + 3z = 0 is n=(123)\vec{n} = \begin{pmatrix} 1 \\ -2 \\ 3 \end{pmatrix}, so the kernel is the line spanned by this vector. The range of the projection is the set of all possible outputs, which is the plane itself, x2y+3z=0x - 2y + 3z = 0.

Question 12

What is a basis for the kernel of the linear transformation T:R4R3T: \mathbb{R}^4 \to \mathbb{R}^3 represented by the matrix AA?

  1. {(2100),(3021)}\{\begin{pmatrix} -2 \\ 1 \\ 0 \\ 0 \end{pmatrix}, \begin{pmatrix} -3 \\ 0 \\ -2 \\ 1 \end{pmatrix}\} (correct answer)
  2. {(1203),(0012)}\{\begin{pmatrix} 1 \\ 2 \\ 0 \\ 3 \end{pmatrix}, \begin{pmatrix} 0 \\ 0 \\ 1 \\ 2 \end{pmatrix}\}
  3. {(101),(211)}\{\begin{pmatrix} 1 \\ 0 \\ 1 \end{pmatrix}, \begin{pmatrix} 2 \\ 1 \\ 1 \end{pmatrix}\}
  4. {(2100),(3021)}\{\begin{pmatrix} 2 \\ -1 \\ 0 \\ 0 \end{pmatrix}, \begin{pmatrix} 3 \\ 0 \\ 2 \\ -1 \end{pmatrix}\}
Explanation: When you encounter questions about finding a basis for the kernel (null space) of a linear transformation, you need to find all vectors x such that Ax = 0. The kernel represents the "information lost" by the transformation. To find the kernel of matrix AA, set up the homogeneous system Ax=0A\mathbf{x} = \mathbf{0} and row reduce: (120324181215)(120300120000)\begin{pmatrix} 1 & 2 & 0 & 3 \\ 2 & 4 & 1 & 8 \\ 1 & 2 & 1 & 5 \end{pmatrix} \sim \begin{pmatrix} 1 & 2 & 0 & 3 \\ 0 & 0 & 1 & 2 \\ 0 & 0 & 0 & 0 \end{pmatrix} The system becomes: x1+2x2+3x4=0x_1 + 2x_2 + 3x_4 = 0 and x3+2x4=0x_3 + 2x_4 = 0. With free variables x2x_2 and x4x_4, we get x1=2x23x4x_1 = -2x_2 - 3x_4 and x3=2x4x_3 = -2x_4. Setting x2=1,x4=0x_2 = 1, x_4 = 0 gives (2100)\begin{pmatrix} -2 \\ 1 \\ 0 \\ 0 \end{pmatrix}. Setting x2=0,x4=1x_2 = 0, x_4 = 1 gives (3021)\begin{pmatrix} -3 \\ 0 \\ -2 \\ 1 \end{pmatrix}. These vectors span the kernel, so A is correct. B is wrong because these vectors have the wrong dimension (they're in R3\mathbb{R}^3, not R4\mathbb{R}^4) and actually come from the row space of AA. C is wrong for the same reason - these are 3-dimensional vectors that cannot be in the kernel of a transformation from R4\mathbb{R}^4. D contains vectors of the correct dimension, but they don't satisfy Ax=0A\mathbf{x} = \mathbf{0}. You can verify this by direct multiplication. Study tip: Always check your kernel vectors by substituting them back into Ax=0A\mathbf{x} = \mathbf{0}. Also remember that kernel vectors must have the same dimension as the domain of the transformation.

Question 13

Let T:R4R3T: \mathbb{R}^4 \to \mathbb{R}^3 be defined by T(x1,x2,x3,x4)=(x1+2x2x3,2x1+x2+x4,x1x2+x3+2x4)T(x_1, x_2, x_3, x_4) = (x_1 + 2x_2 - x_3, 2x_1 + x_2 + x_4, x_1 - x_2 + x_3 + 2x_4). If dim(ker(T))=2\text{dim}(\ker(T)) = 2, what is dim(range(T))\text{dim}(\text{range}(T))?

  1. 1
  2. 2 (correct answer)
  3. 3
  4. 4
Explanation: By the rank-nullity theorem, dim(domain)=dim(ker(T))+dim(range(T))\text{dim}(\text{domain}) = \text{dim}(\ker(T)) + \text{dim}(\text{range}(T)). Since T:R4R3T: \mathbb{R}^4 \to \mathbb{R}^3, we have dim(domain)=4\text{dim}(\text{domain}) = 4. Given dim(ker(T))=2\text{dim}(\ker(T)) = 2, we get 4=2+dim(range(T))4 = 2 + \text{dim}(\text{range}(T)), so dim(range(T))=2\text{dim}(\text{range}(T)) = 2. Choice A assumes nullity 3, choice C confuses range dimension with codomain dimension, choice D incorrectly uses domain dimension.

Question 14

Let T:R4R3T: \mathbb{R}^4 \to \mathbb{R}^3 be a linear transformation such that T((1,0,1,0))=(1,2,1)T((1,0,1,0)) = (1,2,1), T((0,1,0,1))=(2,1,3)T((0,1,0,1)) = (2,1,3), and ker(T)=span{(1,1,1,1),(2,0,1,1)}\ker(T) = \text{span}\{(1,1,-1,-1), (2,0,1,-1)\}. Which vector is in range(T)\text{range}(T)?

  1. (3,3,4)(3,3,4)
  2. (1,1,1)(1,1,1)
  3. (5,4,7)(5,4,7) (correct answer)
  4. (2,3,5)(2,3,5)
Explanation: Since dim(ker(T))=2\text{dim}(\ker(T)) = 2, by rank-nullity theorem, dim(range(T))=42=2\text{dim}(\text{range}(T)) = 4 - 2 = 2. The range is spanned by T((1,0,1,0))=(1,2,1)T((1,0,1,0)) = (1,2,1) and T((0,1,0,1))=(2,1,3)T((0,1,0,1)) = (2,1,3). We need to check which answer choice can be written as a(1,2,1)+b(2,1,3)a(1,2,1) + b(2,1,3) for some scalars a,ba,b. For choice C: (5,4,7)=a(1,2,1)+b(2,1,3)(5,4,7) = a(1,2,1) + b(2,1,3) gives a+2b=5a + 2b = 5, 2a+b=42a + b = 4, a+3b=7a + 3b = 7. From the first two equations: a=52ba = 5 - 2b and 2(52b)+b=42(5-2b) + b = 4, so 104b+b=410 - 4b + b = 4, thus b=2b = 2 and a=1a = 1. Checking: 1+3(2)=71 + 3(2) = 7 ✓. The other choices don't satisfy this system.

Question 15

Consider the linear transformation D:P3P2D: P_3 \to P_2 defined by D(p(x))=p(x)D(p(x)) = p'(x), where PnP_n is the vector space of polynomials of degree at most nn. What is a basis for the kernel of DD?

  1. {0}\{0\}
  2. {1}\{1\} (correct answer)
  3. {x,1}\{x, 1\}
  4. {x3,x2,x}\{x^3, x^2, x\}
Explanation: The kernel of DD consists of all polynomials p(x)p(x) in P3P_3 such that D(p(x))=p(x)=0D(p(x)) = p'(x) = 0. The only polynomials whose derivative is zero are the constant polynomials. A general polynomial in P3P_3 is p(x)=ax3+bx2+cx+dp(x) = ax^3 + bx^2 + cx + d. Its derivative is p(x)=3ax2+2bx+cp'(x) = 3ax^2 + 2bx + c. For this to be the zero polynomial, we must have a=0a=0, b=0b=0, and c=0c=0. This leaves p(x)=dp(x) = d, where dd is any constant. The space of constant polynomials is a one-dimensional subspace of P3P_3 spanned by the polynomial p(x)=1p(x)=1. Thus, a basis for the kernel is {1}\{1\}.

Question 16

Let T:VWT: V \to W be a linear transformation between vector spaces VV and WW. Which of the following conditions is sufficient to guarantee that TT is injective (one-to-one)?

  1. The dimension of VV is less than or equal to the dimension of WW.
  2. For every vector w\vec{w} in WW, there exists a vector v\vec{v} in VV such that T(v)=wT(\vec{v}) = \vec{w}.
  3. The only solution to the equation T(x)=0WT(\vec{x}) = \vec{0}_W is the vector x=0V\vec{x} = \vec{0}_V. (correct answer)
  4. The dimension of the range of TT is equal to the dimension of WW.
Explanation: A linear transformation TT is injective if and only if its kernel (or null space) contains only the zero vector. The statement 'The only solution to the equation T(x)=0WT(\vec{x}) = \vec{0}_W is the vector x=0V\vec{x} = \vec{0}_V' is the definition of ker(T)={0V}\text{ker}(T) = \{\vec{0}_V\}. This condition is both necessary and sufficient for injectivity. Choice A is necessary for finite-dimensional spaces but not sufficient. Choices B and D are definitions of a surjective (onto) transformation.

Question 17

Let AA be an m×nm \times n matrix representing a linear transformation T:RnRmT: \mathbb{R}^n \to \mathbb{R}^m. Which of the following statements is false?

  1. The range of TT is a subspace of Rm\mathbb{R}^m.
  2. The kernel of TT is a subspace of Rn\mathbb{R}^n.
  3. If the columns of AA are linearly independent, then ker(T)=Rn\text{ker}(T) = \mathbb{R}^n. (correct answer)
  4. The dimension of the range of TT plus the dimension of the kernel of TT equals nn.
Explanation: If the columns of matrix AA are linearly independent, the equation Ax=0A\vec{x} = \vec{0} has only the trivial solution, x=0\vec{x} = \vec{0}. By definition, the kernel of TT is the set of all solutions to this equation. Therefore, if the columns are linearly independent, ker(T)={0}\text{ker}(T) = \{\vec{0}\}. The statement that ker(T)=Rn\text{ker}(T) = \mathbb{R}^n means that every vector in the domain maps to zero, which only happens if AA is the zero matrix (whose columns are linearly dependent). Therefore, this statement is false. The other three statements are fundamental truths: A and B are from the definition of kernel and range, and D is the Rank-Nullity Theorem.

Question 18

Let T:RnRmT: \mathbb{R}^n \to \mathbb{R}^m be a linear transformation. If n>mn > m and TT is known to be surjective, what must be the dimension of the kernel of TT?

  1. mnm - n
  2. nmn - m (correct answer)
  3. 00
  4. The dimension cannot be determined from the given information.
Explanation: By the Rank-Nullity Theorem, dim(domain)=rank(T)+nullity(T)\dim(\text{domain}) = \text{rank}(T) + \text{nullity}(T). The domain is Rn\mathbb{R}^n, so its dimension is nn. The transformation TT is surjective (onto), which means its range is the entire codomain Rm\mathbb{R}^m. Therefore, the dimension of the range, rank(T)\text{rank}(T), is equal to mm. Substituting these into the theorem gives n=m+nullity(T)n = m + \text{nullity}(T). Solving for the nullity (the dimension of the kernel) yields nullity(T)=nm\text{nullity}(T) = n - m.

Question 19

Let T:VVT: V \to V be a linear operator on a vector space VV. Which statement provides a correct interpretation of the kernel of TT in the context of eigenvalues and eigenvectors?

  1. The kernel of TT contains all eigenvectors of TT.
  2. The kernel of TT is the eigenspace corresponding to the eigenvalue λ=1\lambda = 1.
  3. If the kernel of TT is non-trivial, then TT has no zero eigenvalues.
  4. The kernel of TT is the eigenspace corresponding to the eigenvalue λ=0\lambda = 0. (correct answer)
Explanation: When you encounter questions connecting kernels and eigenvalues, you're dealing with a fundamental relationship in linear algebra. The key insight is recognizing what happens when you apply a linear operator to vectors in its kernel. The kernel of TT, denoted ker(T)\ker(T), consists of all vectors vv such that T(v)=0T(v) = 0. Now, recall that an eigenvector vv with eigenvalue λ\lambda satisfies T(v)=λvT(v) = \lambda v. If vker(T)v \in \ker(T), then T(v)=0T(v) = 0, which means λv=0\lambda v = 0. Since eigenvectors are non-zero by definition, we must have λ=0\lambda = 0. This shows that every vector in the kernel is an eigenvector with eigenvalue 0, and conversely, every eigenvector with eigenvalue 0 is in the kernel. Therefore, ker(T)\ker(T) is precisely the eigenspace for λ=0\lambda = 0, making D correct. A is wrong because the kernel only contains eigenvectors corresponding to λ=0\lambda = 0, not all eigenvectors. B incorrectly identifies the eigenvalue as 1 instead of 0. C creates a logical contradiction—if the kernel is non-trivial (contains non-zero vectors), then 0 is an eigenvalue of TT, not the absence of zero eigenvalues. Study tip: Remember that "kernel" and "eigenvalue zero" are intimately connected. Whenever you see kernel questions, immediately think about the eigenvalue 0. This connection also explains why invertible matrices have trivial kernels—they have no zero eigenvalues.