Linear Algebra Exercise: Vector Spaces
Linear Algebra Exercise: Vector Spaces
The subset W = {(x,y) ∈ R2 | x = 0} is considered a subspace because it contains the zero vector (0,0), is closed under addition (summing two vectors where x = 0 results in another vector where x = 0), and is closed under scalar multiplication (scaling a vector keeps x = 0). Conversely, a subset where x, y >= 0 is not a subspace because it lacks closure under scalar multiplication (e.g., multiplying by a negative scalar leads to vectors not in the set).
The set of 2x2 matrices A where A + A^T is diagonal is a subspace of M2(R) because it includes the zero matrix, is closed under matrix addition, and is closed under scalar multiplication. The diagonal nature is preserved due to symmetry and the properties of matrix operations, ensuring that A + A^T remains diagonal for any linear combination of such matrices .
The set of odd functions, defined by f(-x) = -f(x) for all x, is a subspace of F because it includes the zero function, is closed under addition (the sum of odd functions is odd), and is closed under scalar multiplication (multiplying an odd function by any scalar gives another odd function).
The set of even functions, where f(-x) = f(x) for all x, forms a subspace because it contains the zero function, is closed under addition (summing even functions yields another even function), and is closed under scalar multiplication (scaling an even function results in another even function). These properties ensure that all vector space axioms are satisfied .
To verify if a set of polynomials forms a subspace, check closure under addition and scalar multiplication. For example, polynomials with zero constant term are a subspace because the zero polynomial is included, and adding or scaling such polynomials keeps the constant term zero. However, polynomials of even degree do not form a subspace because the sum of two even-degree polynomials may not be even-degree if higher degrees cancel .
A subset W of a vector space V is a subspace if it satisfies three criteria: it must contain the zero vector, it must be closed under vector addition, and it must be closed under scalar multiplication. For example, W = {x, y ∈ R2 | y = 2x} is a subspace of R2 because it contains (0,0), and any linear combination of vectors in W is also in W .
The union of two subspaces W1 and W2 is not necessarily a subspace because it may not satisfy vector addition closure. An example is W1 = {y = x} and W2 = {y = -x} in R2. Their union does not include sums like (1,1) + (1,-1) = (2,0), which are not in either W1 or W2 .
Functions satisfying the differential equation f'' + f = 0 form a subspace because they stem from a homogeneous linear differential equation. The zero function is a solution, any linear combination of solutions is also a solution, and scaling a solution by any real number also yields a solution. Thus, closure under addition and scalar multiplication are satisfied .
The subset of matrices with zero determinant does not form a subspace because it is not closed under addition. The sum of two singular matrices (determinant zero) may have a non-zero determinant, violating the closure property required for a subset to be a subspace .
To determine if a set V is a vector space over a field K, we need to check if it satisfies all vector space axioms. For instance, V should be closed under addition and scalar multiplication, and must satisfy axioms like associativity, commutativity of addition, existence of an additive identity and inverses, distributivity of scalars, etc. If any of these fail, V is not a vector space. For example, considering V = R and K = Q with real number addition and multiplication by rational numbers, the failure of scalar multiplication closure under irrational numbers means that it is not a vector space .