Homework 3 Solutions
Contents
Section 1.5
Problem 1
a. If S is a linearly dependent set, then each vector in S is a linear combination of other vectors in S.
False: one possible counterexample is {v,0} with v=0. The vectors {v,0} are dependent, but v is not a linear combination of 0.
b. Any set containing the zero vector is linearly dependent. True.
d. Subsets of linearly dependent sets are linearly dependent. False. Same counterexample as in (a): {v,0} is dependent, but {v} is independent.
e. Subsets of linearly independent sets are linearly independent. True.
f. If a1x1+a2x2+⋯+anxn=0 and x1, x2 , … , xn are linearly independent, then all the scalars ai are zero. True. This is the definition of linear independence.
Problem 2a
If M=(1−2−34),
N=(−246−8) then {M,N} is dependent, because N=−2M, i.e. 2M+N=0.
Problem 3
Suppose
a⎝⎜⎛100100⎠⎟⎞+b⎝⎜⎛010010⎠⎟⎞+c⎝⎜⎛001001⎠⎟⎞+d⎝⎜⎛111000⎠⎟⎞+e⎝⎜⎛000111⎠⎟⎞=⎝⎜⎛000000⎠⎟⎞
Then
⎝⎜⎛a+db+dc+da+eb+ec+e⎠⎟⎞=⎝⎜⎛000000⎠⎟⎞⟹a+db+dc+d=0=0=0a+eb+ec+e=0=0=0
Solving this you find d=e, a=b=c, and a=−d. One solution is a=b=c=1, and d=e=−1, i.e. we have
⎝⎜⎛100100⎠⎟⎞+⎝⎜⎛010010⎠⎟⎞+⎝⎜⎛001001⎠⎟⎞−⎝⎜⎛111000⎠⎟⎞−⎝⎜⎛000111⎠⎟⎞=⎝⎜⎛000000⎠⎟⎞
which implies that the matrices are linearly dependent.
Problem 7
The set of diagonal matrices is
V={(a100a2)∣∣∣∣a1,a2∈F}
A basis for this vector space is given by {M1,M2} where
M1=(1000),M2=(0001)
There are many other bases.
Problem 12: write a detailed proof.
We have to prove:
Theorem 1.6. Let V be a vector space, and let S1⊂S2⊂V. If S1 is
linearly dependent, then S2 is linearly dependent.
Proof. Since S1 is linearly dependent, there are vectors v1,…,vk∈S1 and numbers a1,…,ak∈F, at least one of which is not zero, and for which a1v1+⋯+akvk=0. We are given that S1⊂S2, so each of the vectors vi also belongs to S2. Therefore we have a set of vectors v1,…,vk∈S2 and the same set of numbers a1,…,ak, one of which is not zero, with a1v1+⋯+akvk=0. This implies that S2 is dependent. ////
If u,v,w∈V are given, and if p=u+v, q=u+w, r=v+w, then express u,v,w in terms of p,q,r. Solution:
uu+vv+w+w=p=q=r⟹u+v−vv+w+w=p=−p+q=r⟹u+v−v+w2w=p=−p+q=−p+q+r⟹
u+v−v+ww=p=−p+q=−21p+21q+21r⟹u+v−vw=p=−21p+21q−21r=−21p+21q+21r⟹uvw=21p+21q−21r=21p−21q+21r=−21p+21q+21r
Problem 13b
We are given that {u,v,w} are linearly independent. To see if {u+v,u+w,v+w} is independent, assume that for a,b,c∈F one has
a(u+v)+b(u+w)+c(v+w)=0.
Then
(a+b)u+(a+c)v+(b+c)w=0.
Independence of {u,v,w} implies
a+b=a+c=b+c=0.
Solving these equations leads to a=b=c=0. So the only linear combination of {u+v,u+w,v+w} that adds up to zero is the trivial linear combination. Therefore {u+v,u+w,v+w} is linearly independent.
Section 1.6
Problem 1
b. Every vector space that is generated by a finite set has a basis.
True.
c. Every vector space has a finite basis. False. Example: P(R) does not have a finite basis.
d. A vector space cannot have more than one basis. False.
e. If a vector space has a finite basis, then the number of vectors in
every basis is the same. True. This follows from the dimension theorem. The number of vectors in a basis is called the dimension of the vector space.
f. The dimension of Pn(F) is n. False. {1,x,x2,…,xn} is a basis for Pn(F), so the dimension is n+1.
g. The dimension of Mm×n(F) is m+n.
False. The dimension of Mm×n(F) is mn.
Problem 4
Do the polynomials x3−2x2+1, 4x2−x+3, and 3x−2 generate P3(R)?
Answer: no. This follows from the dimension theorem: If the three vectors x3−2x2+1, 4x2−x+3, and 3x−2 spanned Pn(R), then the four vectors {1,x,x2,x3} would be linear combinations of x3−2x2+1, 4x2−x+3, and 3x−2. By the dimension theorem {1,x,x2,x3} would be linearly dependent. Since {1,x,x2,x3} is independent we have a contradiction.
Problem 5
Is {p=(1,4,−6),q=(1,5,8),r=(2,1,1),s=(0,1,0)} a linearly independent subset of
R3? Answer: no. The four given vectors {p,q,r,s} are linear combinations of the three standard basis vectors
e1=(100),
e2=(010),
e3=(001). By the dimension theorem {p,q,r,s} is linearly dependent.
Problem 7
Given:
u1=(2−31),u2=(14−2),u3=(−812−4),u4=(137−17),u5=(3−58)
We have to choose three vectors from this collection and verify that they are independent.
Note that u3=−4u1, so {u1,u2,u3} won't work. Let's try {u1,u2,u4}.
Suppose au1+bu2+cu4=0. Then a,b,c satisfy
2a−3aa+b+4b−2b+c+37c−17c=0=0=0⟹a5bb−2b+35c+21c−17c=0=0=0⟹ab−2b−14c+21c−17c=0=0=0
which implies a=b=c=0. Hence {u1,u2,u4} is a basis.
Problem 9
For any given a=(a1,a2,a3,a4)∈F4 we are asked to find (c1,c2,c3,c4) such that c1u1+c2u2+c3u3+c4u4=a, i.e.
c1⎝⎜⎜⎜⎛1111⎠⎟⎟⎟⎞+c2⎝⎜⎜⎜⎛0111⎠⎟⎟⎟⎞+c3⎝⎜⎜⎜⎛0011⎠⎟⎟⎟⎞+c4⎝⎜⎜⎜⎛0001⎠⎟⎟⎟⎞=⎝⎜⎜⎜⎛a1a2a3a4⎠⎟⎟⎟⎞.
This leads to the following linear equations:
c1c1c1c1+c2+c2+c2+c3+c3+c4=a1=a2=a3=a4⟹c1c2c3c4=a1=a2−c1=a2−a1=a3−c1−c2=a3−a2=a4−c1−c2−c3=a4−a3⟹c1c2c3c4=a1=a2−a1=a3−a2=a4−a3
Problem 12
Since {u,v,w} is a basis for V, we know that V is three dimensional. To show that {u+v+w,v+w,w} is a basis we have to show that {u+v+w,v+w,w} is independent.
Suppose
a(u+v+w)+b(v+w)+cw=0.
Then
(a+b+c)u+(b+c)v+cw=0.
Since {u,v,w} is independent, it follows that a+b+c=b+c=c=0. This implies
a=b=c=0. Therefore {u+v+w,v+w,w} is indeed linearly independent.
Problem 13
The problem states that the set of all (x1,x2,x3)∈R3 that satisfy
x12x1−2x2−3x2+x3+x3=0=0
is a linear subspace of R3. Solve the equations for x1,x2 by row reduction:
x12x1−2x2−3x2+x3+x3=0=0⟹x1−2x2x2+x3−x3=0=0⟹x1x2−x3−x3=0=0
We see that the solution set consists of all (x1x2x3)∈R3 that satisfy x1=x2=x3. Hence the solution set is
{x3(111)∣∣∣x3∈R}.
Therefore {(111)} is a basis for the solution space.
Problem 14
The vector space W1 consists of all a∈F5 that satisfy a1=a3+a4. W1 is a linear subspace of F5, so dimW1≤5. We also have W1=F5, because e1=(1,0,0,0,0)∈F5, but e1∈W1. Therefore dimW1≤4. The vectors
⎝⎜⎜⎜⎜⎜⎛01000⎠⎟⎟⎟⎟⎟⎞,⎝⎜⎜⎜⎜⎜⎛10100⎠⎟⎟⎟⎟⎟⎞,⎝⎜⎜⎜⎜⎜⎛10010⎠⎟⎟⎟⎟⎟⎞,⎝⎜⎜⎜⎜⎜⎛00001⎠⎟⎟⎟⎟⎟⎞,
all belong to W1 and they are linearly independent. Therefore this is a basis for W1 and dimW1=4.
The space W2 consists of all a∈F5 with a2=a3=a4 and a1=−a5.
It follows that each a∈W2 is given by
a=⎝⎜⎜⎜⎜⎜⎛a1a2a2a2−a1⎠⎟⎟⎟⎟⎟⎞=a1⎝⎜⎜⎜⎜⎜⎛1000−1⎠⎟⎟⎟⎟⎟⎞+a2⎝⎜⎜⎜⎜⎜⎛01110⎠⎟⎟⎟⎟⎟⎞
The vectors (1000−1),(01110) are independent, and therefore they are a basis for
W2. It follows that W2 is two dimensional.