I have the vector space $V$ above that belongs to $\mathbb{F}$, and $V$ is the group of all polynomials that are of degree $3$.
$W= \{ p \in V | p(1)=p(-1)=0\}$
1.) Prove that W is a subspace of $V$.
A.) Ok let's prove that the space isn't empty.
Let's take $p(x)= 0$, and this satisfies the condition of $p(1)=p(-1)=0$
B.) Now that the sum of two vectors in $W$ belong in $V$
Let's take two polynomials that satisfy $W$ and show that their sum belongs in $W$. This is pretty trivial since you can't go increase your degree from addition.
Let's take $p_1(x)=x_1^3-x_1^2-x_1+1$ and $p_2(x)=x_2^3-x_2^2-x_2+1$.
Their sum belongs in $V$.
Let's check multiplication by a scalar $\lambda \in \mathbb{R} $(also pretty trivial):
$p(\lambda x)=\lambda x^3-\lambda x^2-\lambda x+1 = \lambda p(x)$
Now onto the basis:
My thought process is that I might need to find a basis that contains at least 4 components (since $\mathbb{R}_3[x]$ contains 4 components), which I don't think is correct.
So far I have two components:
B= $\{ (x^2-1),(x(x^2-1))\} $
This is where I'm stuck and can't find anymore polynomials that satisfy the requirement.
TL;DR
1.) Is my thought process for proving that $W$ is a subspace of $V$ correct?
2.) How can I find a basis for $W$? Is there a simpler way using a system of equations rather than brute force trial and error?
$P(x)=ax^3+bx^2+cx+d$ $$\begin{aligned} p(1)&=a+b+c+d \\ p(-1)&=-a+b-c+d \end{aligned} $$ so $p(1)-p(-1)=0 $ $$ p(1)-p(-1)=a+b+c+d -(a+b-c+d)=2a+2c$$ 2-d plane like x-y axis
your basis does work $\{x^2-1,x^3-x\}$ feel that grader would not like how you show it is a subspace. Do not use lambda it means to grader e-value. I seen a peer get docked a whole letter grade for not using proper notation. Also, when closed under addition you used a particlar case this how I would do it
Closed add $p,g\in W$ consider $h(x)=p(x)+g(x)$ $$ \begin{aligned} h(1)&=(p+g)(1)=p(1)+g(1)=0+0=0 \\ h(-1)&=(p+g)(-1)=p(-1)+g(-1)=0+0=0 \end{aligned}$$ so $$ h(1)=h(-1)=0$$
closed under scalar mult $ap(1)=a(0)=0$and $ap(-1)=a*0=0$ so $ap(1)=ap(-1)=0$
lastly show $0\in W$ treating 0 like a poly $0(1)=0=0(-1)$