Write your solution on separate sheets of paper and attach t
Write your solution on separate sheets of paper and attach them to this page before handing in. Show your work clearly. Is x(x - 1), (2x - 1)^2, 1 a spanning set for P_2? Are the matrices (1 1 1 1), (0 -1 1 0), (2 0 0 2), (0 1 -1 -1) linearly independent? It can be shown that the solutions to the differential equation y\" = y are exactly all functions of the form y = ae^x + be^-x, for constants a and b. (And it is not all that hard, either, but you do not need to do it.) These solutions form a vector space S = Span(e^x,e^-x). Show that cos h(x) = e^x + e^-x/2 and sin h (x) = e^x - e^-x/2 form a basis for S.
Solution
a)
x(x-1) (2x-1)2 1
the general polynomial in P2 is
p(x)=a0 p1(x)+a1p2(x)+a3p3(x)
where p1(x)=x(x-1)
p2(x)=(2x-1)2
p3(x)=1
p(x)=c1(x)v(x-1)+c2(2x-1)2++c3
p(x)=x2(c1+4c2)-x(c1+4c2)+(c2+c3)
take p(x)=1+x+x2
comparing we get
1=(c1+4c2) also c1+4c2=-1
which is impossible
so x(x-1),(2x-1)2 and 1 are not spanning set for p2
