Prove that $ S:=\{1 + x, x − x^2,2 + 3x^2\}$ forms a basis for $P_2 =\{a+bx+cx^2:a,b,c\inℝ\}$.
Showing that the $P_2=\text{span(S)}$ is trivial. While showing that the elements of S are linearly independent is a bit tricky technically $\exists,c_1,c_2,c_3$ s.t $$c_1*(1+x)+c_2(x-x^2)+c_3(2+3x^2)\neq0$$ One possible solution I think of is bringing it to quadratic equation form and showing that the discriminant<0 i.e. above statement is true. However, it also does not give the desired result. Is there better solution? Also, I don't notice that any of those elements are linear combinations of the other two. Need some hints
$$c_1(1+x)+c_2(x-x^2)+c_3(2+3x^2)=0\iff (3c_3-c_2)x^2+(c_2+c_1)x+(2c_3+c_1)=0$$
But we know that a polynomial is the zero polynomial iff all its coefficients are zero, so we get:
$$\begin{cases}3c_3-c_2=0\\c_2+c_1=0\\2c_3+c_1=0\end{cases}$$
Prove now that the above three equalities force $\;c_1=c_2=c_3=0\;$ and thus the given set of vectors is linearly independent and thus a basis of $\;\Bbb P_2\;$