Write down a finite set X of elements of V which spans W.
W = $\{p \in \Bbb R_3[x] |$ the sum of the coefficients of p is zero$\}$, $V =\Bbb R_3[x]$
I don't even know where to begin on this one. I've looked around the forum and every similar question references a bunch of stuff I don't know. For reference, this is my first time taking Linear Algebra and doing any sort of work with sets and spaces. I've done the following work:
$p_1 = a_0 + a_1x + a_2x^2 + a_3x^3, a_0 + a_1 + a_2 +a_3 = 0$
That's just one element of the set. Any help would be appreciated, thanks!
The condition given for $p=ax^3+bx^2+cx+d\in W$ is
$$a+b+c+d=0\implies d=-a-b-c$$
then
$$p=ax^3+bx^2+cx-a-b-c=a(x^3-1)+b(x^2-1)+c(x-1)$$
thus a basis for W is given by $$X=\{x-1,x^2-1,x^3-1\}$$