Processing math: 100%
AMPS | THARC | KE8QZC | SFW | TSW | WW
ORCID iD icon

Back to the class
Problems #3,33 pg.213-215

#3, pg.213: Determine whether the following set is a basis for R3×1: {[103],[314],[211]}.
Solution: We will test for independent of these vectors by the definition of linear independence: consider the vector equation x1[103]+x2[314]+x3[211]=0 We can solve this vector equation by considering its augmented matrix and reducing it to reduced echelon form: [132001103410][101001100000]. We can easily see there are nontrivial solutions to this vector equation by rewriting this matrix as a system of equations: {x1+x3=0x2x3=0 and hence we see that there are infinitely many solutions that can be found by choosing values for the free variable x3: x=[x1x2x3]=[x3x3x3]=x3[111]. This means that the set is a dependent set of vectors (hence not a basis). We can still check to see if it spans R3×1, though. Let b=[b1b2b3]R3×1. We must determine if there are weights α1,α2,α3 such that α1[103]+α2[314]+α3[211]=[b1b2b3]. We can set this up as an augmented matrix and row reduce to reduced echelon form: [132b1011b2341b3][101b13b2011b20003b15b2+b3]. This solution is equivalent to the system of equations {α1+α3=b13b2α2α3=b20=3b15b2+b3 Hence this system only have a solution whenever 0=3b15b2+b3 (not all things in R3×1 have this property!). Thus these vectors do not span R3.

#33, pg.215: Consider the polynomials p1(t)=1+t2 and p2(t)=1t2. Is {p1,p2} a linearly independent set in P3? Why or why not?
Solution: Yes it is independent. Try to solve the vector equation x1p1+x2p2=0 or equivalently x1(1+t2)+x2(1t2)=0 yielding (x1+x2)+(x1x2)t2=0. Equating coefficients yields the following system of equations: {x1+x2=0x1x2=0 which is equivalent to {x1=x2x1=x2 So x1=x2=x2. Thus the only solution here is x2=0 and hence x1=0, a trivial solution. Hence the vectors p1 and p2 are linearly independent.