Spanning sets and polynomial functions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 9K views
ak123456
Messages
50
Reaction score
0

Homework Statement



Which o the following are spanning sets for the vector space P2 of polynomial functions of degree 2? (give reasons or your answers)
a.) 2, t^2, t, 2t^2 +3

b.)t+2, t^2 -1

c.) 1,t^2,t^2 -2

Homework Equations





The Attempt at a Solution


I'm not entirely sure how to do this but i think i need to show that any vector in P2 can be written as a linear combination of the elements in the set.

P2=a+bt+ct^2 ??
do i need to show a,b,c can form P2 respectively ?
 
Physics news on Phys.org
If you want to show that, for instance, {2, t^2, t, 2t^2 +3} is a spanning set, then you have to find d,e,f,g (in terms of a,b,c) so that

a+bt+ct^2 = d*(2) + e*(t^2) + f*(t) + g*(2t^2 +3)

because every degree 2 polynomial can be written as a+bt+ct^2 and the RHS is a linear combination of the vectors in the given set.
 
yyat said:
If you want to show that, for instance, {2, t^2, t, 2t^2 +3} is a spanning set, then you have to find d,e,f,g (in terms of a,b,c) so that

a+bt+ct^2 = d*(2) + e*(t^2) + f*(t) + g*(2t^2 +3)

because every degree 2 polynomial can be written as a+bt+ct^2 and the RHS is a linear combination of the vectors in the given set.

oh i see ,thanks for your help