Math 333 - Practice Exam With Some Solutions: 1 Definitions
Math 333 - Practice Exam With Some Solutions: 1 Definitions
1 Definitions
1. (0 points) Let U be a subset of a vector space V . Let S = {v1 , v2 , . . . , vn } be
another subset of V .
(a) Define “U is a subspace of V ”.
3. (0 points) Let S1 and S2 be subspaces of a vector space V . Prove that the union
S1 ∪ S2 is a subspace of V if and only if one is contained in the other (that is, either
S1 ⊆ S2 or S2 ⊆ S1 .)
1
x + y must be in S1 ∪ S2 since x ∈ S2 ⊆ S1 ∪ S2 and y ∈ S1 ⊆ S1 ∪ S2 . Thus we must
have either x + y ∈ S1 or x + y ∈ S2 .
If x + y ∈ S2 , then since x ∈ S2 and S2 is a subspace (i.e. closed under the operations)
we have y = (x + y) − x ∈ S2 , which contradicts the fact that y ∈
/ S2 . Thus x + y ∈ S1 .
However, since y ∈ S1 and S1 is a subspace (i.e. closed under the operations) we have
x = (x + y) − y ∈ S1 . Therefore, S2 ⊆ S1 .
5. (0 points) Consider the 3 vectors in R3 given by v1 = (1, 1, −1), v2 = (1, 1, 1), and
v3 = (3, 5, 7). Decide whether these 3 vectors provide a basis for R3 . Justify your answer.
Solution: This is Corollary 2 (b) at the top of page 48 of the textbook. The proof is
found there.
2
8. (0 points) Consider the subset S = {x3 − 2x2 + 1, 4x2 − x + 3, 3x − 2} of P3 (R).
(a) Explain how you know that S does not generate P3 (R).
Solution: Since S has 3 vectors and the dimension of P3 (R) is 4, S cannot generate
P3 (R).
(b) Can you add a vector v to S so that S ∪ {v} is a basis of P3 (R)? Justify and find
such a vector if possible.
This clearly implies that a = 0 since only one term has an x3 . So now
b(4x2 − x + 3) + c(3x − 2) = 0,
and again we see that b = 0. Clearly c must also be 0. Furthermore, we can add
v = 1 as the last vector using a similar argument to show this new set is linearly
independent. Then since the dimension of P3 (R) is 4, we know this new set is a basis.
9. (0 points) Let V be a vector space over R, and let x, y, z ∈ V . Prove that {x, y, z}
is linearly independent if and only if {x + y, y + z, z + x} is linearly independent.
Solution: (=⇒) Assume that {x, y, z} is linearly independent. Suppose there are a, b, c ∈
R such that
a(x + y) + b(y + z) + c(z + x) = 0.
3
So 0 = ax + by + cz = ( a+b−c
2
)(x + y) + ( b+c−a
2
)(y + z) + ( c+a−b
2
)(z + x), and this means
that a + b − c = b + c − a = c + a − b = 0 since {x + y, y + z, z + x} is linearly independent.
Clearly from those equalities we have a = b = c = 0. Therefore, {x, y, z} is also linearly
independent.
10. (0 points) Let S1 and S2 be subsets of a vector space V over a field F . Prove that