100k views
5 votes
g 5. (5 points) Next, let’s turn our attention to the vector space P2, which is the set of polynomial with degree at most 2, together with polynomial addition and scalar multiplication. Let p1 = 1−x+2x2 p2 = 3+x p3 =5−x+4x2 p4 =−2−2x+2x2. Is the span{p1,p2,p3,p4}={k1p1 +k2p2 +k3p3 +k4p4 :k1,k2,k3,k4 ∈R}=P2? That is, can every polynomial of degree at most two be written as a linear com- bination of p1, p2, p3 and p4? Explain.

1 Answer

6 votes

Answer:

No, those vectors do not span P₂

Explanation:

At first, notice we have 4 vectors from a vector space of dimension 3 ({1,x,x²} is the standard base of P₂) so we are sure they are linearly dependent (because there are more than 3 vectors) i.e. it´s possible to write one of them in terms of other in the same set:

p4=p1-p2


(2x^(2) -x+1) - (x+3) = 2x^(2)-2x-2

Now, we conclude the span {p1,p2,p3,p4} = {p1,p2,p3}

If we want to know the subspace that this span gets, we work with the matrix of the vectors made as follows:


A=\left[\begin{array}{ccc}1&3&5\\-1&1&-1\\2&0&4\end{array}\right]

The row-reduction of this matrix show us the basis of the same row-subspace even in the case that some of them are linearly dependent:


A\ is\ row--equivalent\ to:\left[\begin{array}{ccc}1&0&(1)/(2)\\0&1&-(3)/(2)}\\0&0&0\end{array}\right]

This shows that the span {p1,p2,p3}={(1+0.5x²),(x-1.5x²)}

Looking in the previous equality, the span {p1,p2,p3} is generated by two linearly independent vectors, but P₂ needs 3 linearly independent vectors to be generated.

The answer is that {p1,p2,p3,p4}⊂P₂.

User Gil Kahan
by
4.9k points