0% found this document useful (0 votes)
15 views2 pages

Linear Algebra Exercise: Vector Spaces

The document is an exercise sheet for a Linear Algebra course, focusing on vector spaces and subspaces. It contains various problems requiring the determination of whether given sets are vector spaces or subspaces under specified operations. Additionally, it includes tasks related to specific subsets of vector spaces, such as polynomials and functions, and a request for an example illustrating that the union of two subspaces may not be a subspace itself.

Uploaded by

fattima.afzal456
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

Linear Algebra Exercise: Vector Spaces

The document is an exercise sheet for a Linear Algebra course, focusing on vector spaces and subspaces. It contains various problems requiring the determination of whether given sets are vector spaces or subspaces under specified operations. Additionally, it includes tasks related to specific subsets of vector spaces, such as polynomials and functions, and a request for an example illustrating that the union of two subspaces may not be a subspace itself.

Uploaded by

fattima.afzal456
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

MATH10202 Linear Algebra A

Exercise Sheet 7 - Vector spaces and subspaces


Attempt all questions and hand in the starred exercises to your supervisor
before the week 8 supervision class.

1. For the following sets V and given fields K, determine whether or not
V is a vector space over K with the specified operations of addition
and scalar multiplication. If your answer is NO, give at least one vector
space axiom that fails to hold.

(i) Let V = R and K = Q with ordinary addition of real numbers


and multiplication by rational numbers.
(ii) Let V = M2 (R) and K = R with ordinary addition of matrices
and scalar multiplication defined by
   
a b ka b
k = .
c d c d

(iii) V is the set of sequences (an ) = a1 , a2 , a3 , ... with an ∈ R for all n


and K = R, with addition and scalar multiplication defined by

(an ) + (bn ) = (an + bn ), k(an ) = (kan ).

2. Let V = R2 and K = R. Which of the following are subspaces of V ?


Give reasons for your answers.
  
x 2
(*)(i) W = ∈ R | y = 2x
y
  
x 2
(ii) W = ∈ R | x, y ≥ 0
y
  
x 2
(iii) W = ∈ R |x = 0
y

3. Let V = M2 (R), K = R with the usual matrix addition and scalar mul-
tiplication. Determine which of the following subsets W are subspaces
of V . Give reasons for your answers.

(i) W = {A ∈ M2 (R) | detA = 0}.


(*)(ii) W = {A ∈ M2 (R) | A + AT is a diagonal matrix}.

1
  
a b
(iii) W = | a, b ∈ R .
−b a
4. Let V = P, the vector space of all polynomials with real coefficients
and K = R. Determine which of the following subsets W are subspaces
of V . Give reasons for your answers.

(i) W is the set of polynomials with zero constant term.


(ii) W is the set of polynomials of even degree.

5. Let V = F, the vector space of all functions f : R → R and K = R.


Determine which of the following subsets W are subspaces of V . Give
reasons for your answers.

(i) W = {f ∈ F | f (−x) = f (x), ∀x ∈ R}, the set of even functions.


(*)(ii) W = {f ∈ F | f (−x) = −f (x), ∀x ∈ R}, the set of odd functions.
(iii) W = {f ∈ F | f (0) = 0}.

6. Let S be the set of all functions f ∈ F that satisfy the differential


equation
f 00 + f = 0.
Show that S is a subspace of F.

(*)7. Let V be a K-space with subspaces W1 , W2 . Give an example to show


that W1 ∪ W2 may not be a subspace of V .

Common questions

Powered by AI

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 .

You might also like