Having trouble understanding how to approach these types of problems. Here's what I have so far:
Using the definition of span, I'm looking for some scalars $s_1, s_2, s_3$ such that $s_1(x^2+x) + s_2(1-x^2) + s_3(x^2-x) = 1-3x$.
Now, as to how to actually solve this in a meaningful way - I'm stuck. Were this presented as simple matrices with simple numbers, it'd be easier for me to compute. Any tips or advice would be appreciated.
You are on the right track \begin{align*} s_1(x^2+x) + s_2(1-x^2) + s_3(x^2-x) & = 1-3x\\ x^2(s_1-s_2+s_3) + x(s_1-s_3) + s_2 = 1-3x. \end{align*} Now compare the coefficients of both sides to get \begin{align*} s_1-s_2+s_3 & =0\\ s_1-s_3 & =-3\\ s_2 &=1 \end{align*} See if you can solve this.