Linear Algebra Quiz: Vector Space Definition
20 questions · exam conditions
0:00
Vector Space DefinitionQuestion 1 of 20

A student attempts to prove that W={(x,y,z)R3:x2+y2=z2}W = \{(x, y, z) \in \mathbb{R}^3 : x^2 + y^2 = z^2\} is a vector space by showing it's closed under scalar multiplication. They argue: "If (x,y,z)W(x, y, z) \in W, then x2+y2=z2x^2 + y^2 = z^2. For any scalar kk, we have (kx)2+(ky)2=k2x2+k2y2=k2(x2+y2)=k2z2=(kz)2(kx)^2 + (ky)^2 = k^2x^2 + k^2y^2 = k^2(x^2 + y^2) = k^2z^2 = (kz)^2, so (kx,ky,kz)W(kx, ky, kz) \in W." Which statement best evaluates this argument?

The argument is correct and sufficient to prove WW is a vector space, since closure under scalar multiplication is the most restrictive vector space axiom
The argument is incorrect because scalar multiplication of vectors in WW can produce vectors outside WW when the scalar is negative
The argument correctly proves closure under scalar multiplication, but this alone is insufficient since WW fails other vector space axioms, particularly closure under addition
The argument is correct about closure under scalar multiplication, but irrelevant since WW obviously fails to be a vector space because it's not a linear subspace
← Back to quizzes

Linear Algebra Quiz

Linear Algebra Quiz: Vector Space Definition

Practice Vector Space Definition 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 Vector Space Definition, 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

A student attempts to prove that W={(x,y,z)R3:x2+y2=z2}W = \{(x, y, z) \in \mathbb{R}^3 : x^2 + y^2 = z^2\} is a vector space by showing it's closed under scalar multiplication. They argue: "If (x,y,z)W(x, y, z) \in W, then x2+y2=z2x^2 + y^2 = z^2. For any scalar kk, we have (kx)2+(ky)2=k2x2+k2y2=k2(x2+y2)=k2z2=(kz)2(kx)^2 + (ky)^2 = k^2x^2 + k^2y^2 = k^2(x^2 + y^2) = k^2z^2 = (kz)^2, so (kx,ky,kz)W(kx, ky, kz) \in W." Which statement best evaluates this argument?

  1. The argument is correct and sufficient to prove WW is a vector space, since closure under scalar multiplication is the most restrictive vector space axiom
  2. The argument is incorrect because scalar multiplication of vectors in WW can produce vectors outside WW when the scalar is negative
  3. The argument correctly proves closure under scalar multiplication, but this alone is insufficient since WW fails other vector space axioms, particularly closure under addition (correct answer)
  4. The argument is correct about closure under scalar multiplication, but irrelevant since WW obviously fails to be a vector space because it's not a linear subspace
Explanation: When determining if a set is a vector space, you must verify that it satisfies all vector space axioms, including closure under addition, closure under scalar multiplication, existence of a zero vector, and existence of additive inverses. The student's mathematical work on scalar multiplication is actually correct. If (x,y,z)W(x, y, z) \in W with x2+y2=z2x^2 + y^2 = z^2, then for any scalar kk, we have (kx)2+(ky)2=k2(x2+y2)=k2z2=(kz)2(kx)^2 + (ky)^2 = k^2(x^2 + y^2) = k^2z^2 = (kz)^2, so (kx,ky,kz)W(kx, ky, kz) \in W. This proves closure under scalar multiplication. However, this single property is insufficient to conclude that WW is a vector space. Most critically, WW fails closure under addition. Consider two vectors in WW: (1,0,1)(1, 0, 1) since 12+02=121^2 + 0^2 = 1^2, and (0,1,1)(0, 1, 1) since 02+12=120^2 + 1^2 = 1^2. Their sum is (1,1,2)(1, 1, 2), but 12+12=24=221^2 + 1^2 = 2 \neq 4 = 2^2, so the sum is not in WW. Option A is wrong because one axiom cannot prove vector space status, and closure under scalar multiplication isn't necessarily the "most restrictive." Option B incorrectly claims the scalar multiplication argument fails—it doesn't. Option D dismissively calls the work "irrelevant" when systematic verification of axioms is the proper approach. Study tip: When checking if a set forms a vector space, systematically verify each axiom. Even if some properties hold, a single failed axiom means the set isn't a vector space. Always test closure under addition with concrete examples.

Question 2

Let T={(x,y,z,w)R4:xy+2z=0 and 2x+zw=0}T = \{(x, y, z, w) \in \mathbb{R}^4 : x - y + 2z = 0 \text{ and } 2x + z - w = 0\} with standard operations from R4\mathbb{R}^4. A student correctly identifies that TT is a vector space and claims it has dimension 2. Which reasoning best supports this dimensional analysis?

  1. The system has 2 equations in 4 unknowns, so by the rank-nullity theorem applied to homogeneous systems, the solution space has dimension 42=24 - 2 = 2
  2. The two constraint equations are linearly independent, and each equation reduces the dimension by exactly 1, giving dimension 42=24 - 2 = 2 (correct answer)
  3. Solving the system yields 2 free parameters, and since each free parameter contributes 1 to the dimension, the space has dimension 2
  4. The system can be parameterized as (y+2z,y,z,2y+5z)(y + 2z, y, z, 2y + 5z) with free variables y,zy, z, confirming that the solution set is 2-dimensional
Explanation: To determine dimension, we need to verify the constraint equations are linearly independent. The coefficient matrix is (11202011)\begin{pmatrix} 1 & -1 & 2 & 0 \\ 2 & 0 & 1 & -1 \end{pmatrix}. Row reducing: the second row becomes (0231)\begin{pmatrix} 0 & 2 & -3 & -1 \end{pmatrix}, giving rank 2. Since the equations are linearly independent, each reduces the dimension by 1. Choice A assumes rank 2 without verification. Choice C describes the result but not the reasoning. Choice D gives a parameterization (actually (y+2z,y,z,2(y+2z)+z)=(y+2z,y,z,2y+5z)(y + 2z, y, z, 2(y + 2z) + z) = (y + 2z, y, z, 2y + 5z)) but doesn't explain why this confirms dimension 2.

Question 3

Consider the set V=R2V = \mathbb{R}^2 with standard vector addition, but with scalar multiplication defined as c(xy)=(cxy)c \odot \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} cx \\ y \end{pmatrix} for any scalar cRc \in \mathbb{R}. Which vector space axiom is not satisfied by this structure?

  1. 1u=u1\vec{u} = \vec{u}
  2. c(u+v)=cu+cvc(\vec{u} + \vec{v}) = c\vec{u} + c\vec{v}
  3. (c+d)u=cu+du(c+d)\vec{u} = c\vec{u} + d\vec{u} (correct answer)
  4. Existence of an additive inverse for every vector.
Explanation: To check axiom (c+d)u=cu+du(c+d)\vec{u} = c\vec{u} + d\vec{u}, let u=(xy)\vec{u} = \begin{pmatrix} x \\ y \end{pmatrix}. The left side is (c+d)u=((c+d)xy)(c+d) \odot \vec{u} = \begin{pmatrix} (c+d)x \\ y \end{pmatrix}. The right side is cu+du=(cxy)+(dxy)=((c+d)x2y)c \odot \vec{u} + d \odot \vec{u} = \begin{pmatrix} cx \\ y \end{pmatrix} + \begin{pmatrix} dx \\ y \end{pmatrix} = \begin{pmatrix} (c+d)x \\ 2y \end{pmatrix}. These are not equal unless y=0y=0. Thus, this distributive property fails. The other listed properties hold: 1u=(1xy)=u1 \odot \vec{u} = \begin{pmatrix} 1x \\ y \end{pmatrix} = \vec{u}; c(u+v)c \odot (\vec{u} + \vec{v}) and cu+cvc \odot \vec{u} + c \odot \vec{v} both equal (c(u1+v1)u2+v2)\begin{pmatrix} c(u_1+v_1) \\ u_2+v_2 \end{pmatrix}; standard addition ensures additive inverses exist.

Question 4

Let VV be the set of rational numbers, Q\mathbb{Q}. If we consider VV with standard addition and scalar multiplication by scalars from the field of real numbers, R\mathbb{R}, which axiom fails, proving that VV is not a vector space over R\mathbb{R}?

  1. Closure under scalar multiplication. (correct answer)
  2. Closure under vector addition.
  3. Existence of an additive identity (zero vector).
  4. Commutativity of vector addition.
Explanation: For VV to be a vector space over R\mathbb{R}, the product of any scalar cRc \in \mathbb{R} and any vector vV\vec{v} \in V must be in VV. Let the vector be 1Q1 \in \mathbb{Q} and the scalar be 2R\sqrt{2} \in \mathbb{R}. Their product is 21=2\sqrt{2} \cdot 1 = \sqrt{2}, which is not a rational number, so it is not in VV. Therefore, the set is not closed under scalar multiplication. The other axioms listed hold: the sum of two rationals is rational (closure under addition), 00 is a rational number (additive identity), and addition is commutative.

Question 5

Consider the set V=R2V = \mathbb{R}^2 with standard vector addition. If scalar multiplication is defined as cv=c2vc \odot \vec{v} = c^2\vec{v} for any scalar cRc \in \mathbb{R} and vector vR2\vec{v} \in \mathbb{R}^2, which vector space axiom fails?

  1. c(dv)=(cd)vc(d\vec{v}) = (cd)\vec{v}
  2. 1v=v1\vec{v} = \vec{v}
  3. c(u+v)=cu+cvc(\vec{u} + \vec{v}) = c\vec{u} + c\vec{v}
  4. (c+d)v=cv+dv(c+d)\vec{v} = c\vec{v} + d\vec{v} (correct answer)
Explanation: The distributive property (c+d)v=cv+dv(c+d)\vec{v} = c\vec{v} + d\vec{v} fails. The left side is (c+d)v=(c+d)2v=(c2+2cd+d2)v(c+d) \odot \vec{v} = (c+d)^2\vec{v} = (c^2 + 2cd + d^2)\vec{v}. The right side is cv+dv=c2v+d2v=(c2+d2)vc \odot \vec{v} + d \odot \vec{v} = c^2\vec{v} + d^2\vec{v} = (c^2+d^2)\vec{v}. These expressions are not equal in general. The other axioms listed are satisfied: c(dv)=c2(d2v)=(cd)2v=(cd)vc \odot (d \odot \vec{v}) = c^2(d^2\vec{v}) = (cd)^2\vec{v} = (cd) \odot \vec{v}; 1v=12v=v1 \odot \vec{v} = 1^2\vec{v} = \vec{v}; and c(u+v)=c2(u+v)=c2u+c2v=cu+cvc \odot (\vec{u}+\vec{v}) = c^2(\vec{u}+\vec{v}) = c^2\vec{u}+c^2\vec{v} = c\odot\vec{u}+c\odot\vec{v}.

Question 6

Let SS be the set of all 2×22 \times 2 invertible matrices with real entries, equipped with standard matrix addition and scalar multiplication. Which of the following is a valid reason that SS is not a vector space over R\mathbb{R}?

  1. The sum of two invertible matrices is not necessarily invertible. (correct answer)
  2. Scalar multiplication of an invertible matrix by a non-zero scalar may result in a non-invertible matrix.
  3. Matrix addition for invertible matrices is not commutative.
  4. The 2×22 \times 2 identity matrix II does not satisfy A+I=A\vec{A} + I = \vec{A} for all AS\vec{A} \in S.
Explanation: The set SS is not closed under addition. For example, the identity matrix I=(1001)I = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} is invertible, and so is I=(1001)-I = \begin{pmatrix} -1 & 0 \\ 0 & -1 \end{pmatrix}. Their sum is I+(I)=(0000)I + (-I) = \begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}, the zero matrix, which has a determinant of 0 and is therefore not invertible. So the sum of two matrices in SS is not always in SS. Choice B is incorrect; if c0c \neq 0 and AA is invertible, det(cA)=c2det(A)0\det(cA) = c^2\det(A) \neq 0, so cAcA is invertible. Choice C is incorrect; matrix addition is always commutative. Choice D is incorrect because the additive identity is the zero matrix, not the identity matrix.

Question 7

The definition of a vector space requires that scalars be taken from a field. A field is a set with addition and multiplication that satisfy certain properties, including the existence of multiplicative inverses for all non-zero elements. Based on this requirement, which of the following sets of scalars cannot be used to define a vector space?

  1. Q\mathbb{Q} (the rational numbers)
  2. R\mathbb{R} (the real numbers)
  3. C\mathbb{C} (the complex numbers)
  4. Z\mathbb{Z} (the integers) (correct answer)
Explanation: The set of integers, Z\mathbb{Z}, is not a field because not every non-zero element has a multiplicative inverse that is also an integer. For example, the multiplicative inverse of 22 is 1/21/2, which is not in Z\mathbb{Z}. Since the scalars for a vector space must form a field, Z\mathbb{Z} cannot be used. The sets of rational, real, and complex numbers are all fields.

Question 8

In any vector space VV, several properties can be proven to be true based on the fundamental vector space axioms. Which of the following properties is a theorem derived from the axioms, rather than being an axiom itself?

  1. For any u,vV\vec{u}, \vec{v} \in V, u+v=v+u\vec{u} + \vec{v} = \vec{v} + \vec{u}.
  2. For any scalar cc, c0=0c\vec{0} = \vec{0}. (correct answer)
  3. For any uV\vec{u} \in V, there exists an element uV-\vec{u} \in V such that u+(u)=0\vec{u} + (-\vec{u}) = \vec{0}.
  4. There exists a zero vector 0V\vec{0} \in V such that for all uV\vec{u} \in V, u+0=u\vec{u} + \vec{0} = \vec{u}.
Explanation: The property c0=0c\vec{0} = \vec{0} can be proven from the other axioms. One proof is: c0=c(0+0)=c0+c0c\vec{0} = c(\vec{0} + \vec{0}) = c\vec{0} + c\vec{0}. Adding the additive inverse of c0c\vec{0} to both sides gives 0=c0\vec{0} = c\vec{0}. The other three choices are the axiom of commutativity of addition, the axiom of additive inverse, and the axiom of additive identity, respectively.

Question 9

A structure that satisfies all vector space axioms except for the existence of additive inverses is sometimes called a cone. Which of the following, using standard operations over non-negative real scalars (c0c \ge 0), is an example of a cone that is not a vector space?

  1. The set of points on the line y=x+1y=x+1 in R2\mathbb{R}^2.
  2. The set of all polynomials of degree at most 5 with non-negative coefficients. (correct answer)
  3. The set of all 2×22 \times 2 matrices with a determinant of 0.
  4. The set of all rational numbers Q\mathbb{Q} with scalars from R0\mathbb{R}_{\ge 0}.
Explanation: Let VV be the set of polynomials of degree at most 5 with non-negative coefficients. The sum of two such polynomials also has non-negative coefficients. Multiplying by a non-negative scalar preserves non-negative coefficients. The zero polynomial is in this set. All associative and distributive laws hold. However, the additive inverse axiom fails. For example, the polynomial p(x)=x2+1p(x)=x^2+1 is in VV, but its additive inverse, p(x)=x21-p(x)=-x^2-1, does not have non-negative coefficients and is therefore not in VV. The line in (A) lacks a zero vector. The set in (C) is not closed under addition. The set in (D) is not closed under scalar multiplication.

Question 10

Let VV be the set of positive real numbers, R+\mathbb{R}^+. Define 'vector addition' as standard multiplication (xy=xyx \oplus y = xy) and 'scalar multiplication' as standard multiplication (cx=cxc \odot x = cx) for cRc \in \mathbb{R}. Why is VV not a vector space with these operations?

  1. An additive identity element does not exist in VV.
  2. An additive inverse does not exist in VV for every element.
  3. The set is not closed under 'vector addition'.
  4. The set is not closed under 'scalar multiplication'. (correct answer)
Explanation: Closure under scalar multiplication requires that for any cRc \in \mathbb{R} and xVx \in V, the result cxc \odot x must be in VV. Let x=2R+x=2 \in \mathbb{R}^+ and c=1Rc=-1 \in \mathbb{R}. Then cx=(1)(2)=2c \odot x = (-1)(2) = -2. Since 2-2 is not a positive real number, 2V-2 \notin V. Thus, the set is not closed under scalar multiplication. The other axioms do not fail: The additive identity is 11 since x1=xx \cdot 1 = x. The additive inverse of xx is 1/x1/x since x(1/x)=1x \cdot (1/x) = 1. The product of two positive numbers is positive, so it's closed under vector addition.

Question 11

Let SS be the set of all points (x,y)(x, y) in R2\mathbb{R}^2 that lie on the line defined by the equation y=2x+1y = 2x + 1. Using standard vector addition and scalar multiplication, SS is not a vector space. Which axiom failure is the most direct consequence of the line not passing through the origin?

  1. The set does not contain the additive identity element. (correct answer)
  2. Vector addition is not associative for points in the set.
  3. The set is not closed under scalar multiplication.
  4. An additive inverse does not exist for every element in the set.
Explanation: The additive identity (or zero vector) in R2\mathbb{R}^2 is (0,0)(0,0). For this vector to be in the set SS, it must satisfy the equation y=2x+1y=2x+1. Substituting (0,0)(0,0) gives 0=2(0)+10 = 2(0)+1, which simplifies to 0=10=1. This is false, so the zero vector is not in SS. The failure to contain the additive identity is a primary reason why this set is not a vector space. While it also fails closure under addition and scalar multiplication, the absence of the zero vector is the key feature distinguishing this line from a subspace (like y=2xy=2x).

Question 12

Let UU be the x-axis and WW be the y-axis in R2\mathbb{R}^2. Consider the set V=UWV = U \cup W, which is the set of all points that are on either the x-axis or the y-axis. With standard vector operations, VV is not a vector space. Which axiom failure most directly demonstrates this?

  1. Closure under vector addition. (correct answer)
  2. Closure under scalar multiplication.
  3. Existence of an additive identity.
  4. Existence of additive inverses.
Explanation: The set VV is not closed under vector addition. To show this, take one vector from UU and one from WW. For example, let u=(1,0)U\vec{u} = (1, 0) \in U and w=(0,1)W\vec{w} = (0, 1) \in W. Both vectors are in VV. Their sum is u+w=(1,1)\vec{u} + \vec{w} = (1, 1). The vector (1,1)(1, 1) is not on the x-axis (since its y-component is non-zero) and not on the y-axis (since its x-component is non-zero). Therefore, the sum is not in VV. The other axioms listed hold: the zero vector (0,0)(0,0) is in VV; scalar multiples of vectors in VV remain in VV; and additive inverses of vectors in VV are also in VV.

Question 13

Consider the set VV of all continuous functions f:[0,1]Rf: [0, 1] \to \mathbb{R} such that 01f(x)dx=0\int_{0}^{1} f(x) dx = 0. With the standard operations of function addition and scalar multiplication, which of the following statements is true?

  1. VV is not a vector space because it is not closed under addition.
  2. VV is not a vector space because it does not contain the zero vector.
  3. VV is a vector space. (correct answer)
  4. VV is not a vector space because it is not closed under scalar multiplication.
Explanation: VV is a vector space because it satisfies all the required axioms. Specifically, it is a subspace of the vector space of all continuous functions on [0,1][0,1]. 1) If f,gVf, g \in V, then (f+g)dx=fdx+gdx=0+0=0\int (f+g) dx = \int f dx + \int g dx = 0+0=0, so it's closed under addition. 2) If fVf \in V and cRc \in \mathbb{R}, then (cf)dx=cfdx=c0=0\int (cf) dx = c \int f dx = c \cdot 0=0, so it's closed under scalar multiplication. 3) The zero function, z(x)=0z(x)=0, has an integral of 0, so the zero vector is in VV. All other axioms are inherited from the parent space of continuous functions.

Question 14

Let V=R2V = \mathbb{R}^2 with standard vector addition. Define a non-standard scalar multiplication by cv=0c \odot \vec{v} = \vec{0} for all scalars cRc \in \mathbb{R} and all vectors vV\vec{v} \in V. Which vector space axiom is not satisfied by this structure?

  1. Closure under scalar multiplication.
  2. The distributive property (c+d)v=cv+dv(c+d)\vec{v} = c\vec{v} + d\vec{v}.
  3. The multiplicative identity property 1v=v1\vec{v} = \vec{v}. (correct answer)
  4. The existence of an additive identity 0\vec{0}.
Explanation: The multiplicative identity axiom requires that for any vector v\vec{v}, multiplying by the scalar 11 returns v\vec{v}. With the given operation, 1v=01 \odot \vec{v} = \vec{0}. This is only equal to v\vec{v} if v\vec{v} is the zero vector itself. For any non-zero vector, the axiom 1v=v1\vec{v} = \vec{v} fails. The other listed axioms hold: the result of scalar multiplication is always 0\vec{0}, which is in R2\mathbb{R}^2, so it is closed. Both sides of the distributive law evaluate to 0\vec{0}. The additive identity 0\vec{0} exists in R2\mathbb{R}^2.

Question 15

Consider the set V={(x,y,z)R3:x+2yz=1}V = \{(x, y, z) \in \mathbb{R}^3 : x + 2y - z = 1\} with the standard operations of vector addition and scalar multiplication from R3\mathbb{R}^3. Which statement correctly identifies whether VV is a vector space and provides the most fundamental reason?

  1. VV is not a vector space because it fails the closure property under vector addition, since adding two vectors in VV does not necessarily produce a vector in VV (correct answer)
  2. VV is not a vector space because it lacks a zero vector, since (0,0,0)(0, 0, 0) does not satisfy the constraint x+2yz=1x + 2y - z = 1
  3. VV is a vector space because it is a subset of R3\mathbb{R}^3 and inherits all necessary properties from the ambient space
  4. VV is a vector space because it forms a two-dimensional plane in R3\mathbb{R}^3 and contains infinitely many vectors
Explanation: For VV to be a vector space, it must be closed under addition. Take vectors (1,0,0)(1, 0, 0) and (0,0.5,0)(0, 0.5, 0), both in VV since they satisfy x+2yz=1x + 2y - z = 1. Their sum is (1,0.5,0)(1, 0.5, 0), but 1+2(0.5)0=211 + 2(0.5) - 0 = 2 \neq 1, so the sum is not in VV. Choice B is also correct but closure failure is more fundamental. Choice C is wrong because subsets don't automatically inherit vector space structure. Choice D confuses geometric properties with algebraic requirements.

Question 16

Consider the set S={f:RR:f(x+1)=f(x)+1 for all xR}S = \{f: \mathbb{R} \to \mathbb{R} : f(x+1) = f(x) + 1 \text{ for all } x \in \mathbb{R}\} with pointwise addition and scalar multiplication of functions. Which statement best explains why SS fails to be a vector space?

  1. The zero function is not in SS because 0(x+1)=01=0(x)+10(x+1) = 0 \neq 1 = 0(x) + 1, violating the required functional equation (correct answer)
  2. The set SS fails closure under scalar multiplication because if fSf \in S and k1k \neq 1, then kfkf does not satisfy the functional equation
  3. The set SS fails closure under addition because the sum of two functions satisfying f(x+1)=f(x)+1f(x+1) = f(x) + 1 produces g(x+1)=g(x)+2g(x+1) = g(x) + 2
  4. Functions in SS cannot have additive inverses because the functional equation forces all functions to be strictly increasing
Explanation: For SS to be a vector space, it must contain the zero function. But the zero function 0(x)=00(x) = 0 for all xx would need to satisfy 0(x+1)=0(x)+10(x+1) = 0(x) + 1, which gives 0=10 = 1, a contradiction. Choice B is wrong because if f(x+1)=f(x)+1f(x+1) = f(x) + 1, then (kf)(x+1)=kf(x+1)=k(f(x)+1)=kf(x)+k(kf)(x+1) = kf(x+1) = k(f(x) + 1) = kf(x) + k, so kfSkf \in S only when k=1k = 1, but this isn't the fundamental issue. Choice C is wrong because (f+g)(x+1)=f(x+1)+g(x+1)=f(x)+1+g(x)+1=(f+g)(x)+2(f+g)(x+1) = f(x+1) + g(x+1) = f(x) + 1 + g(x) + 1 = (f+g)(x) + 2. Choice D is incorrect about the increasing property.

Question 17

Let VV be the set of sequences (a1,a2,a3,)(a_1, a_2, a_3, \ldots) of real numbers such that n=1an2<\sum_{n=1}^{\infty} |a_n|^2 < \infty, with componentwise addition and scalar multiplication. A student claims that VV is not a vector space because "infinite sequences cannot form vector spaces." Which response most accurately addresses this claim?

  1. The student is correct because vector spaces must be finite-dimensional, and infinite sequences necessarily create infinite-dimensional structures that violate the definition
  2. The student is incorrect because VV does form a vector space; the convergence condition ensures that all vector space axioms are satisfied, including closure under the defined operations (correct answer)
  3. The student is partially correct because while infinite sequences can form vector spaces, this particular set fails closure under addition since the sum of two convergent series may diverge
  4. The student is incorrect about infinite sequences in general, but correct about this specific set because scalar multiplication of a convergent sequence can produce a divergent sequence
Explanation: The set VV is actually the Hilbert space 2\ell^2, which is indeed a vector space. The condition n=1an2<\sum_{n=1}^{\infty} |a_n|^2 < \infty ensures closure: if an2\sum |a_n|^2 and bn2\sum |b_n|^2 converge, then an+bn2\sum |a_n + b_n|^2 converges by the triangle inequality, and kan2=k2an2\sum |ka_n|^2 = |k|^2 \sum |a_n|^2 converges for scalar kk. Choice A is wrong because vector spaces can be infinite-dimensional. Choice C is wrong because the sum of two 2\ell^2 sequences is in 2\ell^2. Choice D is wrong because scalar multiplication preserves the 2\ell^2 property.

Question 18

Consider the set M={(abcd):a,b,c,dQ, and adbc=1}M = \left\{\begin{pmatrix} a & b \\ c & d \end{pmatrix} : a, b, c, d \in \mathbb{Q}, \text{ and } ad - bc = 1\right\} with standard matrix addition and scalar multiplication over Q\mathbb{Q}. Which statement correctly explains why MM fails to be a vector space?

  1. MM fails closure under scalar multiplication because multiplying a matrix with determinant 1 by a rational scalar k±1k \neq \pm 1 produces a matrix with determinant k21k^2 \neq 1
  2. MM fails closure under addition because the sum of two matrices with determinant 1 does not necessarily have determinant 1
  3. MM does not contain the zero matrix, since the zero matrix has determinant 0, not 1, violating the constraint adbc=1ad - bc = 1 (correct answer)
  4. MM fails commutativity of addition because matrices with determinant constraints do not necessarily commute under addition
Explanation: For MM to be a vector space, it must contain the additive identity (zero matrix). But the zero matrix has determinant 0, not 1, so (0000)M \begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix} \notin M. This immediately disqualifies MM as a vector space. Choice A is also correct (if det(A)=1\det(A) = 1, then det(kA)=k2det(A)=k21\det(kA) = k^2 \det(A) = k^2 \neq 1 for k±1k \neq \pm 1), and Choice B is also true, but the absence of the zero element is the most fundamental violation. Choice D is incorrect because matrix addition is always commutative regardless of constraints on entries.

Question 19

Consider the set N={fC(R):f(x)=f(x) for all xR}N = \{f \in C(\mathbb{R}) : f(x) = f(-x) \text{ for all } x \in \mathbb{R}\} where C(R)C(\mathbb{R}) denotes continuous functions from R\mathbb{R} to R\mathbb{R}. Under pointwise operations, NN forms a vector space of even functions. Which of the following sets is most analogous to NN in terms of vector space structure?

  1. The set of all differentiable functions g:RRg: \mathbb{R} \to \mathbb{R} such that g(0)=1g'(0) = 1 under pointwise operations
  2. The set of all polynomials p(x)R[x]p(x) \in \mathbb{R}[x] such that p(1)=0p(1) = 0 under standard polynomial operations
  3. The set of all convergent sequences of real numbers under componentwise operations
  4. The set of all 3×33 \times 3 symmetric matrices with real entries under standard matrix operations (correct answer)
Explanation: When analyzing vector space analogies, you need to focus on the fundamental structural properties that define how elements behave under the given operations. The set NN of even functions has a key characteristic: it's defined by a linear constraint (the symmetry condition f(x)=f(x)f(x) = f(-x)) that's preserved under vector addition and scalar multiplication. The correct answer is D because symmetric matrices form a vector space through the same structural principle. If AA and BB are symmetric matrices, then A+BA + B is symmetric, and cAcA is symmetric for any scalar cc. The symmetry condition AT=AA^T = A is a linear constraint that's preserved under the vector space operations, just like the even function condition. Option A fails because g(0)=1g'(0) = 1 is not preserved under addition—if two functions both have derivative 1 at zero, their sum has derivative 2 at zero. This violates the closure property required for vector spaces. Option B also fails closure: if p(1)=0p(1) = 0 and q(1)=0q(1) = 0, then (p+q)(1)=0(p + q)(1) = 0, which works, but the zero polynomial doesn't satisfy p(1)=0p(1) = 0, violating the zero vector requirement. Option C describes a perfectly valid vector space, but it lacks the constraining structural feature that characterizes NN—there's no special symmetry or constraint condition being imposed. Study tip: When comparing vector spaces, look for preserved structural constraints rather than just checking if something forms a vector space. The most analogous spaces share similar types of defining conditions.

Question 20

Consider the set U={p(x)R[x]:p(0)=0 and p(0)=0}U = \{p(x) \in \mathbb{R}[x] : p(0) = 0 \text{ and } p'(0) = 0\} where R[x]\mathbb{R}[x] denotes polynomials with real coefficients and p(x)p'(x) denotes the derivative. Under standard polynomial addition and scalar multiplication, which statement correctly characterizes UU as a vector space?

  1. UU is not a vector space because the constraint p(0)=0p'(0) = 0 is not preserved under polynomial addition when combined with p(0)=0p(0) = 0
  2. UU is a vector space, and it consists precisely of polynomials of the form a2x2+a3x3+a4x4+a_2x^2 + a_3x^3 + a_4x^4 + \cdots where aiRa_i \in \mathbb{R} (correct answer)
  3. UU is not a vector space because it lacks a multiplicative identity element, since the polynomial 11 does not satisfy p(0)=0p(0) = 0
  4. UU is a vector space, but only when restricted to polynomials of degree at most nn for some fixed nn, since infinite-degree constraints cannot be maintained
Explanation: UU is indeed a vector space. A polynomial p(x)=a0+a1x+a2x2+p(x) = a_0 + a_1x + a_2x^2 + \cdots satisfies p(0)=0p(0) = 0 iff a0=0a_0 = 0, and p(0)=0p'(0) = 0 iff a1=0a_1 = 0. So UU consists of polynomials a2x2+a3x3+a_2x^2 + a_3x^3 + \cdots. This set is closed under addition and scalar multiplication, contains the zero polynomial, and satisfies all vector space axioms. Choice A is wrong because both constraints are preserved under addition. Choice C confuses vector spaces with algebras (vector spaces don't need multiplicative identity). Choice D is wrong because the constraint is maintained for polynomials of any degree.