Linear Algebra Quiz: Linear Independence
17 questions · exam conditions
0:00
Linear IndependenceQuestion 1 of 17

In the vector space Rn\mathbb{R}^n, suppose S={v1,v2,,vk}S = \{v_1, v_2, \ldots, v_k\} is a linearly independent set with k<nk < n. A new vector vk+1v_{k+1} is chosen randomly from Rn\mathbb{R}^n according to a continuous probability distribution. What is the probability that S{vk+1}S \cup \{v_{k+1}\} remains linearly independent?

The probability is nkn\frac{n-k}{n}, representing the fraction of dimensions not yet occupied by the span of SS
The probability cannot be determined without specifying the exact probability distribution used to select vk+1v_{k+1}
The probability is 1kn1 - \frac{k}{n}, since there are kk directions that would create dependence out of nn possible dimensions
The probability is 1, because the set of vectors that would make S{vk+1}S \cup \{v_{k+1}\} linearly dependent has measure zero in Rn\mathbb{R}^n
← Back to quizzes

Linear Algebra Quiz

Linear Algebra Quiz: Linear Independence

Practice Linear Independence 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 Linear Independence, 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

In the vector space Rn\mathbb{R}^n, suppose S={v1,v2,,vk}S = \{v_1, v_2, \ldots, v_k\} is a linearly independent set with k<nk < n. A new vector vk+1v_{k+1} is chosen randomly from Rn\mathbb{R}^n according to a continuous probability distribution. What is the probability that S{vk+1}S \cup \{v_{k+1}\} remains linearly independent?

  1. The probability is nkn\frac{n-k}{n}, representing the fraction of dimensions not yet occupied by the span of SS
  2. The probability cannot be determined without specifying the exact probability distribution used to select vk+1v_{k+1}
  3. The probability is 1kn1 - \frac{k}{n}, since there are kk directions that would create dependence out of nn possible dimensions
  4. The probability is 1, because the set of vectors that would make S{vk+1}S \cup \{v_{k+1}\} linearly dependent has measure zero in Rn\mathbb{R}^n (correct answer)
Explanation: When you encounter probability questions involving linear independence in vector spaces, the key insight is understanding what it means for vectors to be linearly dependent and how this translates to geometric probability. The set S{vk+1}S \cup \{v_{k+1}\} becomes linearly dependent if and only if vk+1v_{k+1} lies in the span of SS. Since S={v1,v2,,vk}S = \{v_1, v_2, \ldots, v_k\} is linearly independent with k<nk < n, the span of SS forms a kk-dimensional subspace of Rn\mathbb{R}^n. This subspace has dimension strictly less than nn, which means it has measure zero in Rn\mathbb{R}^n. Since vk+1v_{k+1} is chosen from a continuous probability distribution, the probability of landing exactly in this lower-dimensional subspace is zero. Therefore, the probability that S{vk+1}S \cup \{v_{k+1}\} remains linearly independent is 1. Option A incorrectly treats this as a discrete counting problem, suggesting nkn\frac{n-k}{n}. Option C makes a similar error with 1kn1 - \frac{k}{n}. Both fail to recognize that we're dealing with continuous probability over infinite-dimensional spaces, not discrete counting. Option B incorrectly assumes the specific distribution matters, but any continuous distribution will assign zero probability to lower-dimensional subspaces. The correct answer is D because lower-dimensional subspaces always have measure zero in higher-dimensional spaces under continuous distributions. Study tip: Remember that "almost surely" results in probability often involve measure zero sets. When dealing with continuous distributions in vector spaces, lower-dimensional subspaces have probability zero.

Question 2

Consider the set of polynomials S={1+x2,xx2,k+2x}S = \{1+x^2, x-x^2, k+2x\} in the vector space P2P_2 of polynomials of degree at most 2. For what value of kk is the set SS linearly dependent?

  1. k=2k = -2
  2. k=0k = 0
  3. k=1k = 1
  4. k=2k = 2 (correct answer)
Explanation: To check for linear dependence, we seek scalars c1,c2,c3c_1, c_2, c_3, not all zero, such that c1(1+x2)+c2(xx2)+c3(k+2x)=0c_1(1+x^2) + c_2(x-x^2) + c_3(k+2x) = 0. Grouping terms by powers of xx gives: (c1c2)x2+(c2+2c3)x+(c1+kc3)=0x2+0x+0(c_1 - c_2)x^2 + (c_2 + 2c_3)x + (c_1 + kc_3) = 0x^2 + 0x + 0 This yields a system of linear equations:
  1. c1c2=0    c1=c2c_1 - c_2 = 0 \implies c_1 = c_2
  2. c2+2c3=0c_2 + 2c_3 = 0
  3. c1+kc3=0c_1 + kc_3 = 0 Substituting (1) into (2) gives c1+2c3=0c_1 + 2c_3 = 0, so c1=2c3c_1 = -2c_3. Substituting this into (3) gives (2c3)+kc3=0(-2c_3) + kc_3 = 0, which simplifies to (k2)c3=0(k-2)c_3 = 0. For a non-trivial solution to exist (where c30c_3 \neq 0), we must have k2=0k-2=0. Therefore, k=2k=2.

Question 3

Let AA be a 5×45 \times 4 matrix whose columns are the vectors a1,a2,a3,a4\mathbf{a}_1, \mathbf{a}_2, \mathbf{a}_3, \mathbf{a}_4. If the set {a1,a2,a3,a4}\{\mathbf{a}_1, \mathbf{a}_2, \mathbf{a}_3, \mathbf{a}_4\} is linearly independent, what is the rank of matrix AA?

  1. 3
  2. 4 (correct answer)
  3. 5
  4. The rank cannot be determined from the given information.
Explanation: The rank of a matrix is defined as the dimension of its column space, which is equal to the maximum number of linearly independent columns. The problem states that the four columns of the 5×45 \times 4 matrix AA form a linearly independent set. Therefore, the column space is spanned by these four linearly independent vectors, and its dimension is 4. Thus, the rank of AA is 4.

Question 4

Let S={v1,v2,v3}S = \{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3\} be a linearly independent set of vectors in R4\mathbb{R}^4. Which of the following statements about the span of SS, denoted span(S)\mathrm{span}(S), must be true?

  1. span(S)=R4\mathrm{span}(S) = \mathbb{R}^4.
  2. span(S)\mathrm{span}(S) is a three-dimensional subspace of R4\mathbb{R}^4. (correct answer)
  3. span(S)=R3\mathrm{span}(S) = \mathbb{R}^3.
  4. Any vector in R4\mathbb{R}^4 can be written as a unique linear combination of vectors in SS.
Explanation: The dimension of the span of a set of vectors is the maximum number of linearly independent vectors in the set. Since the set SS contains three linearly independent vectors, they form a basis for the subspace they span. Therefore, the dimension of span(S)\mathrm{span}(S) is 3. As the vectors belong to R4\mathbb{R}^4, their span is a three-dimensional subspace of R4\mathbb{R}^4. (A) is false because you need at least 4 linearly independent vectors to span R4\mathbb{R}^4. (C) is false because span(S)\mathrm{span}(S) is a subset of R4\mathbb{R}^4, not the separate space R3\mathbb{R}^3. (D) is false because it implies SS is a basis for R4\mathbb{R}^4, which is not true.

Question 5

Consider the functions f(x)=cos(2x)f(x) = \cos(2x), g(x)=cos2(x)g(x) = \cos^2(x), and h(x)=sin2(x)h(x) = \sin^2(x) in the vector space of continuous functions on R\mathbb{R}. Which statement correctly describes the linear dependence of the set S={f,g,h}S=\{f, g, h\}?

  1. The set is linearly dependent because cos(2x)=cos2(x)sin2(x)\cos(2x) = \cos^2(x) - \sin^2(x). (correct answer)
  2. The set is linearly dependent because cos2(x)+sin2(x)=1\cos^2(x) + \sin^2(x) = 1.
  3. The set is linearly independent because no function is a scalar multiple of another.
  4. The set is linearly independent because their Wronskian is non-zero.
Explanation: The set of functions is linearly dependent if one function can be expressed as a linear combination of the others. Using the double-angle trigonometric identity, we know that cos(2x)=cos2(x)sin2(x)\cos(2x) = \cos^2(x) - \sin^2(x). This means f(x)=1g(x)1h(x)f(x) = 1 \cdot g(x) - 1 \cdot h(x). This can be rewritten as 1f(x)1g(x)+1h(x)=01 \cdot f(x) - 1 \cdot g(x) + 1 \cdot h(x) = 0. Since we have found a non-trivial linear combination of the functions that equals the zero function, the set SS is linearly dependent. The identity in choice (B) is true but does not involve f(x)=cos(2x)f(x)=\cos(2x) and thus does not show the dependence of this specific set. Choice (C) presents a common fallacy about linear independence.

Question 6

Let S={v1,v2,v3}S = \{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3\} be a set of vectors in a vector space VV. If v2=0\mathbf{v}_2 = \mathbf{0} (the zero vector), which linear combination demonstrates that SS must be linearly dependent?

  1. 1v1+1v2+1v31\mathbf{v}_1 + 1\mathbf{v}_2 + 1\mathbf{v}_3
  2. 1v1+0v21v31\mathbf{v}_1 + 0\mathbf{v}_2 - 1\mathbf{v}_3
  3. 0v1+1v2+0v30\mathbf{v}_1 + 1\mathbf{v}_2 + 0\mathbf{v}_3 (correct answer)
  4. c1v1+c2v2+c3v3c_1\mathbf{v}_1 + c_2\mathbf{v}_2 + c_3\mathbf{v}_3 only if c1=c2=c3=0c_1=c_2=c_3=0
Explanation: A set of vectors is linearly dependent if there exists a linear combination c1v1+c2v2+c3v3=0c_1\mathbf{v}_1 + c_2\mathbf{v}_2 + c_3\mathbf{v}_3 = \mathbf{0} where at least one of the scalars cic_i is non-zero. Since v2=0\mathbf{v}_2 = \mathbf{0}, we can choose c1=0c_1=0, c2=1c_2=1 (which is non-zero), and c3=0c_3=0. The combination becomes 0v1+1v2+0v3=0v1+1(0)+0v3=0+0+0=00\mathbf{v}_1 + 1\mathbf{v}_2 + 0\mathbf{v}_3 = 0\mathbf{v}_1 + 1(\mathbf{0}) + 0\mathbf{v}_3 = \mathbf{0} + \mathbf{0} + \mathbf{0} = \mathbf{0}. Because we found a set of scalars that are not all zero and result in the zero vector, the set is linearly dependent. Choice (C) represents this non-trivial combination.

Question 7

In the vector space M2×2M_{2 \times 2} of 2×22 \times 2 matrices, consider the set S={A,B,C}S = \{A, B, C\} where A=(1001)A=\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}, B=(0110)B=\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}, and C=(1221)C=\begin{pmatrix} 1 & -2 \\ -2 & 1 \end{pmatrix}. Which statement is true?

  1. SS is linearly independent.
  2. SS is linearly dependent because C=A2BC = A - 2B. (correct answer)
  3. SS is linearly dependent because A=B+CA = B + C.
  4. SS is linearly dependent because all matrices in SS are invertible.
Explanation: To determine linear dependence, we check if one vector can be written as a linear combination of the others. Let's test the relationship in choice B: A2B=(1001)2(0110)=(1001)(0220)=(1221)=CA - 2B = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} - 2\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} - \begin{pmatrix} 0 & 2 \\ 2 & 0 \end{pmatrix} = \begin{pmatrix} 1 & -2 \\ -2 & 1 \end{pmatrix} = C Since C=A2BC = A - 2B, which can be rewritten as A2BC=OA - 2B - C = O (where OO is the zero matrix), we have found a non-trivial linear combination of the matrices that equals the zero matrix. Therefore, the set SS is linearly dependent.

Question 8

Let {u,v,w}\{\mathbf{u}, \mathbf{v}, \mathbf{w}\} be a linearly independent set of vectors in a vector space VV over R\mathbb{R}. Which of the following correctly describes the set S={u+v,v+w,u+w}S = \{\mathbf{u}+\mathbf{v}, \mathbf{v}+\mathbf{w}, \mathbf{u}+\mathbf{w}\}?

  1. It is linearly independent. (correct answer)
  2. It is linearly dependent.
  3. It is linearly independent if and only if u,v,w\mathbf{u}, \mathbf{v}, \mathbf{w} are orthogonal.
  4. Its dependence cannot be determined without more information.
Explanation: To determine if SS is linearly independent, we look for solutions to the equation c1(u+v)+c2(v+w)+c3(u+w)=0c_1(\mathbf{u}+\mathbf{v}) + c_2(\mathbf{v}+\mathbf{w}) + c_3(\mathbf{u}+\mathbf{w}) = \mathbf{0}. We can rearrange this equation by grouping the vectors u,v,w\mathbf{u}, \mathbf{v}, \mathbf{w}: (c1+c3)u+(c1+c2)v+(c2+c3)w=0(c_1+c_3)\mathbf{u} + (c_1+c_2)\mathbf{v} + (c_2+c_3)\mathbf{w} = \mathbf{0} Since {u,v,w}\{\mathbf{u}, \mathbf{v}, \mathbf{w}\} is linearly independent, the only way this equation can hold is if all scalar coefficients are zero:
  1. c1+c3=0c_1 + c_3 = 0
  2. c1+c2=0c_1 + c_2 = 0
  3. c2+c3=0c_2 + c_3 = 0 From (1), c1=c3c_1 = -c_3. From (2), c2=c1c_2 = -c_1. Substituting gives c2=(c3)=c3c_2 = -(-c_3) = c_3. Substituting this into (3) gives c3+c3=0c_3 + c_3 = 0, so 2c3=02c_3=0, which implies c3=0c_3=0. This then implies c1=0c_1=0 and c2=0c_2=0. Since the only solution is the trivial solution c1=c2=c3=0c_1=c_2=c_3=0, the set SS is linearly independent.

Question 9

In Rn\mathbb{R}^n, suppose vectors v1,v2,,vkv_1, v_2, \ldots, v_k are linearly independent. A new vector ww is added to form the set {v1,v2,,vk,w}\{v_1, v_2, \ldots, v_k, w\}. Which condition is both necessary and sufficient for the expanded set to remain linearly independent?

  1. Vector ww must not be the zero vector, since adding the zero vector always creates linear dependence in any set
  2. Vector ww must not be expressible as w=a1v1+a2v2++akvkw = a_1v_1 + a_2v_2 + \cdots + a_kv_k for any scalars a1,a2,,aka_1, a_2, \ldots, a_k (correct answer)
  3. Vector ww must have at least one component that differs from the corresponding components of all vectors v1,,vkv_1, \ldots, v_k
  4. Vector ww must satisfy wvi0w \cdot v_i \neq 0 for at least one i{1,2,,k}i \in \{1, 2, \ldots, k\} to ensure geometric independence
Explanation: The set {v1,v2,,vk,w}\{v_1, v_2, \ldots, v_k, w\} is linearly independent if and only if no vector in the set can be written as a linear combination of the others. Since v1,,vkv_1, \ldots, v_k are already linearly independent, none of them can be expressed as combinations of the others. The only way dependence can arise is if ww can be written as a linear combination of v1,,vkv_1, \ldots, v_k, or equivalently, if ww lies in span{v1,,vk}\text{span}\{v_1, \ldots, v_k\}. Choice A is insufficient - ww being non-zero doesn't guarantee it's not in the span of the viv_i's. Choice C is irrelevant - component-wise differences don't determine linear independence. Choice D confuses orthogonality with linear independence - vectors can be linearly independent without being orthogonal.

Question 10

Consider the polynomial space P3P_3 of polynomials of degree at most 3. Let S={p1(x),p2(x),p3(x)}S = \{p_1(x), p_2(x), p_3(x)\} where p1(x)=1+xp_1(x) = 1 + x, p2(x)=x+x2p_2(x) = x + x^2, and p3(x)=1+x2p_3(x) = 1 + x^2. To determine if SS is linearly independent, a student sets up the equation c1p1(x)+c2p2(x)+c3p3(x)=0c_1p_1(x) + c_2p_2(x) + c_3p_3(x) = 0 and substitutes three values: x=0,1,2x = 0, 1, 2. What can be concluded about this approach?

  1. This approach is valid and sufficient, since three equations in three unknowns will determine if c1=c2=c3=0c_1 = c_2 = c_3 = 0 is the only solution
  2. This approach is insufficient because polynomials require evaluation at four points to account for the four-dimensional basis of P3P_3
  3. This approach is valid because the polynomial equation c1p1(x)+c2p2(x)+c3p3(x)=0c_1p_1(x) + c_2p_2(x) + c_3p_3(x) = 0 holds for all xx if and only if all coefficients are zero (correct answer)
  4. This approach may fail because the chosen values x=0,1,2x = 0, 1, 2 might not provide linearly independent constraint equations for the unknowns c1,c2,c3c_1, c_2, c_3
Explanation: For polynomial functions, if c1p1(x)+c2p2(x)+c3p3(x)=0c_1p_1(x) + c_2p_2(x) + c_3p_3(x) = 0 as a polynomial (meaning the zero polynomial), then this equation must hold for ALL values of xx, which occurs if and only if the coefficient of each power of xx is zero. The student's approach of checking three specific values would work in this case because: c1(1+x)+c2(x+x2)+c3(1+x2)=(c1+c3)+(c1+c2)x+(c2+c3)x2c_1(1 + x) + c_2(x + x^2) + c_3(1 + x^2) = (c_1 + c_3) + (c_1 + c_2)x + (c_2 + c_3)x^2. Setting this equal to zero gives the system: c1+c3=0c_1 + c_3 = 0, c1+c2=0c_1 + c_2 = 0, c2+c3=0c_2 + c_3 = 0. This has only the trivial solution, so SS is linearly independent. Choice A is partially correct but misses the key insight. Choice B incorrectly focuses on dimension rather than the polynomial property. Choice D is wrong because the approach is actually valid for polynomials.

Question 11

Consider the vector space R2×2\mathbb{R}^{2 \times 2} of 2×22 \times 2 real matrices. Let M1=(1011)M_1 = \begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix} , M2=(0110)M_2 = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} , and M3=(1101)M_3 = \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix} . To test linear independence of {M1,M2,M3}\{M_1, M_2, M_3\}, which equation must be solved?

  1. $$ to find if only the trivial solution exists for the coefficients (correct answer)
  2. c1det(M1)+c2det(M2)+c3det(M3)=0c_1 \det(M_1) + c_2 \det(M_2) + c_3 \det(M_3) = 0 to check if the determinants are linearly independent
  3. det(c1M1+c2M2+c3M3)=0\det(c_1 M_1 + c_2 M_2 + c_3 M_3) = 0 to determine when the linear combination becomes singular
  4. $$ to check multiplicative relationships between matrices
Explanation: When testing linear independence in any vector space, you're asking: "Can we write the zero vector as a linear combination of these vectors using only trivial (all zero) coefficients?" This fundamental definition applies whether you're working with vectors in Rn\mathbb{R}^n or matrices in R2×2\mathbb{R}^{2 \times 2}. The correct approach is answer A: set up c1M1+c2M2+c3M3=(0000)c_1 M_1 + c_2 M_2 + c_3 M_3 = \begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix} and solve for the coefficients. If only c1=c2=c3=0c_1 = c_2 = c_3 = 0 works, the matrices are linearly independent. If you find non-zero coefficients that satisfy this equation, they're linearly dependent. Answer B incorrectly focuses on the determinants of the individual matrices. Linear independence of matrices has nothing to do with whether their determinants form a linearly independent set of scalars. This confuses properties of the matrices with the matrices themselves. Answer C tests when a linear combination becomes singular (non-invertible), which is unrelated to linear independence. A linear combination could be invertible or singular regardless of whether the original matrices are linearly independent. Answer D involves matrix multiplication, creating an entirely different problem. Linear independence is about addition and scalar multiplication in the vector space, not about products between the matrices. Remember: linear independence always comes down to the same equation format across all vector spaces: "linear combination equals zero vector." Don't let the context (matrices, functions, polynomials) distract you from this core definition.

Question 12

Let f1(x)=sin(x)f_1(x) = \sin(x), f2(x)=cos(x)f_2(x) = \cos(x), and f3(x)=sin(x+π/4)f_3(x) = \sin(x + \pi/4) be functions in the vector space of continuous functions on R\mathbb{R}. A student wants to determine if {f1,f2,f3}\{f_1, f_2, f_3\} is linearly independent by checking if c1f1(x)+c2f2(x)+c3f3(x)=0c_1 f_1(x) + c_2 f_2(x) + c_3 f_3(x) = 0 has only the trivial solution. Using the identity sin(x+π/4)=22(sin(x)+cos(x))\sin(x + \pi/4) = \frac{\sqrt{2}}{2}(\sin(x) + \cos(x)), what should the student conclude?

  1. The set is linearly independent because the functions sin(x)\sin(x), cos(x)\cos(x), and sin(x+π/4)\sin(x + \pi/4) have different periods and phase shifts
  2. Linear independence cannot be determined from the given identity because trigonometric functions require integration methods to test dependence relationships
  3. The set is linearly independent because sin(x+π/4)\sin(x + \pi/4) cannot be written as a rational linear combination of sin(x)\sin(x) and cos(x)\cos(x)
  4. The set is linearly dependent because f3(x)=22f1(x)+22f2(x)f_3(x) = \frac{\sqrt{2}}{2}f_1(x) + \frac{\sqrt{2}}{2}f_2(x), so f3f_3 is in the span of {f1,f2}\{f_1, f_2\} (correct answer)
Explanation: When testing linear independence in any vector space, including function spaces, you need to determine whether one vector (or function) can be written as a linear combination of the others. The given trigonometric identity is the key to solving this problem. The identity sin(x+π/4)=22(sin(x)+cos(x))\sin(x + \pi/4) = \frac{\sqrt{2}}{2}(\sin(x) + \cos(x)) directly tells us that f3(x)=22f1(x)+22f2(x)f_3(x) = \frac{\sqrt{2}}{2}f_1(x) + \frac{\sqrt{2}}{2}f_2(x). This means f3f_3 can be expressed as a linear combination of f1f_1 and f2f_2, so f3f_3 lies in the span of {f1,f2}\{f_1, f_2\}. Therefore, the set {f1,f2,f3}\{f_1, f_2, f_3\} is linearly dependent, making answer D correct. Looking at the wrong answers: Choice A incorrectly focuses on periods and phase shifts, which don't determine linear independence—functions can have different characteristics yet still be linearly dependent. Choice B is false because the trigonometric identity gives us exactly the information needed; no integration is required to test linear dependence when you have an explicit linear combination. Choice C contains a fundamental error—sin(x+π/4)\sin(x + \pi/4) absolutely can be written as a linear combination of sin(x)\sin(x) and cos(x)\cos(x), as the identity demonstrates (the coefficients 22\frac{\sqrt{2}}{2} are rational numbers). Study tip: When checking linear independence of functions, look for trigonometric identities, polynomial relationships, or other algebraic connections that express one function in terms of others. If such a relationship exists, the set is automatically linearly dependent.

Question 13

Let AA be an n×nn \times n matrix, and let v1,v2,,vkv_1, v_2, \ldots, v_k be eigenvectors of AA corresponding to distinct eigenvalues λ1,λ2,,λk\lambda_1, \lambda_2, \ldots, \lambda_k respectively. A student claims that since eigenvectors corresponding to distinct eigenvalues are linearly independent, any subset of {Av1,Av2,,Avk}\{Av_1, Av_2, \ldots, Av_k\} must also be linearly independent. How should this claim be evaluated?

  1. The claim is correct because Avi=λiviAv_i = \lambda_i v_i, and scaling linearly independent vectors by non-zero constants preserves linear independence
  2. The claim is incorrect because Avi=λiviAv_i = \lambda_i v_i, and if any λi=0\lambda_i = 0, then Avi=0Av_i = 0, which makes any subset containing it linearly dependent (correct answer)
  3. The claim is correct because linear transformations preserve linear independence when applied to eigenvectors with distinct eigenvalues
  4. The claim is incorrect because the vectors Av1,Av2,,AvkAv_1, Av_2, \ldots, Av_k lie in the column space of AA, which may have dimension less than kk
Explanation: The key insight is that Avi=λiviAv_i = \lambda_i v_i for each eigenvector. If any eigenvalue λi=0\lambda_i = 0, then Avi=0vi=0Av_i = 0 \cdot v_i = 0. Since the zero vector is always linearly dependent (any non-zero scalar multiple of it gives zero), any set containing the zero vector is linearly dependent. Therefore, if AA has eigenvalue 0, then the corresponding Avi=0Av_i = 0, making any subset of {Av1,,Avk}\{Av_1, \ldots, Av_k\} that includes this vector linearly dependent. Choice A fails to consider the case where some λi=0\lambda_i = 0. Choice C makes an incorrect general statement about linear transformations preserving independence. Choice D mentions a true fact about column spaces but doesn't identify the specific issue with zero eigenvalues.

Question 14

Let T:R4R3T: \mathbb{R}^4 \to \mathbb{R}^3 be a linear transformation with matrix representation AA. If the vectors u1,u2,u3R4u_1, u_2, u_3 \in \mathbb{R}^4 are linearly independent and T(u1),T(u2),T(u3)T(u_1), T(u_2), T(u_3) are linearly dependent, what is the minimum possible value of nullity(T)\text{nullity}(T)?

  1. The nullity must be at least 1, since linear transformations always reduce linear independence when the codomain has lower dimension
  2. The nullity must be at least 2, since three independent vectors cannot map to three dependent vectors unless the kernel is non-trivial
  3. The nullity must be at least 1, since there exists a non-trivial linear combination c1u1+c2u2+c3u3c_1u_1 + c_2u_2 + c_3u_3 that maps to zero (correct answer)
  4. The nullity could be 0, since the dependence of T(u1),T(u2),T(u3)T(u_1), T(u_2), T(u_3) might result from the dimension constraint of the codomain
Explanation: Since T(u1),T(u2),T(u3)T(u_1), T(u_2), T(u_3) are linearly dependent, there exist constants c1,c2,c3c_1, c_2, c_3 (not all zero) such that c1T(u1)+c2T(u2)+c3T(u3)=0c_1T(u_1) + c_2T(u_2) + c_3T(u_3) = 0. By linearity of T, this means T(c1u1+c2u2+c3u3)=0T(c_1u_1 + c_2u_2 + c_3u_3) = 0. Since u1,u2,u3u_1, u_2, u_3 are linearly independent and not all cic_i are zero, the vector c1u1+c2u2+c3u3c_1u_1 + c_2u_2 + c_3u_3 is non-zero. Therefore, this non-zero vector is in the kernel of T, so nullity(T) ≥ 1. Choice A gives the right answer but wrong reasoning - dimension constraints don't automatically create non-trivial kernels. Choice B is incorrect because we only need one non-zero vector in the kernel. Choice D is wrong because we've shown a non-zero vector must be in the kernel.

Question 15

Suppose {u1,u2,u3}\{u_1, u_2, u_3\} is a linearly independent set in R4\mathbb{R}^4, and {w1,w2}\{w_1, w_2\} is a linearly independent set in R4\mathbb{R}^4 such that span{w1,w2}span{u1,u2,u3}={0}\text{span}\{w_1, w_2\} \cap \text{span}\{u_1, u_2, u_3\} = \{0\}. What can be concluded about the set {u1,u2,u3,w1,w2}\{u_1, u_2, u_3, w_1, w_2\}?

  1. The set must be linearly dependent because it contains 5 vectors in R4\mathbb{R}^4, and any set with more than 4 vectors in R4\mathbb{R}^4 is linearly dependent (correct answer)
  2. The set must be linearly independent because the intersection condition ensures no vector from one span can be written using vectors from the other span
  3. The linear independence cannot be determined without additional information about the specific vectors and their relationships
  4. The set is linearly independent if and only if the combined span has dimension 4, which requires additional verification beyond the given intersection condition
Explanation: This is a direct application of a fundamental theorem: in an n-dimensional vector space, any set containing more than n vectors must be linearly dependent. Since R4\mathbb{R}^4 has dimension 4, any set of 5 or more vectors in R4\mathbb{R}^4 is automatically linearly dependent, regardless of any other properties the vectors might have. The intersection condition span{w1,w2}span{u1,u2,u3}={0}\text{span}\{w_1, w_2\} \cap \text{span}\{u_1, u_2, u_3\} = \{0\} tells us that the two subspaces intersect only at the origin, but this doesn't override the dimension constraint. Choice B incorrectly suggests that the intersection condition is sufficient for independence. Choice C is wrong because the dimension argument is definitive. Choice D is incorrect because no additional verification can make 5 vectors in R4\mathbb{R}^4 linearly independent.

Question 16

Let S={v1,v2,v3,v4}S = \{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3, \mathbf{v}_4\} be a set of four distinct, non-zero vectors in R3\mathbb{R}^3. Which statement about the linear dependence of SS must be true?

  1. The set SS is linearly independent.
  2. The set SS is linearly dependent. (correct answer)
  3. The set SS is linearly independent if and only if the vectors are mutually orthogonal.
  4. The linear dependence of SS cannot be determined without knowing the specific vector components.
Explanation: The dimension of R3\mathbb{R}^3 is 3. A fundamental theorem in linear algebra states that any set of mm vectors in an nn-dimensional space is linearly dependent if m>nm > n. In this case, we have a set of m=4m=4 vectors in R3\mathbb{R}^3, where n=3n=3. Since 4>34 > 3, the set SS must be linearly dependent, regardless of the specific vectors (as long as they are in R3\mathbb{R}^3). The other options are therefore incorrect.

Question 17

Let S={v1,v2,v3}S = \{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3\} be a linearly independent set of vectors in R5\mathbb{R}^5. Which of the following sets is also guaranteed to be linearly independent?

  1. {v1,v2,v3,0}\{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3, \mathbf{0}\}
  2. {v1,v2,v1+v2}\{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_1 + \mathbf{v}_2\}
  3. {v1v2,v2v3,v3v1}\{\mathbf{v}_1 - \mathbf{v}_2, \mathbf{v}_2 - \mathbf{v}_3, \mathbf{v}_3 - \mathbf{v}_1\}
  4. {v1,v2}\{\mathbf{v}_1, \mathbf{v}_2\} (correct answer)
Explanation: The correct answer is D. A fundamental property of linear independence is that any subset of a linearly independent set is also linearly independent. Since SS is linearly independent, its subset {v1,v2}\{\mathbf{v}_1, \mathbf{v}_2\} must also be linearly independent. (A) is incorrect because any set containing the zero vector is linearly dependent. (B) is incorrect because one vector is a linear combination of the others: 1v1+1v21(v1+v2)=01\cdot\mathbf{v}_1 + 1\cdot\mathbf{v}_2 - 1\cdot(\mathbf{v}_1 + \mathbf{v}_2) = \mathbf{0}. (C) is incorrect because there is a non-trivial linear combination that sums to the zero vector: 1(v1v2)+1(v2v3)+1(v3v1)=01(\mathbf{v}_1 - \mathbf{v}_2) + 1(\mathbf{v}_2 - \mathbf{v}_3) + 1(\mathbf{v}_3 - \mathbf{v}_1) = \mathbf{0}.