Suppose $f:[-1,1] \to \mathbb{R}$ is a continuous function such that $f(0) = f'(0) = 0$. I wish to show that for every $\epsilon > 0$ there exists a polynomial such that $$\sup_{x\in[-1,1]} |f(x) - x^2p(x)| < \epsilon $$
Letting $\epsilon > 0$, I've immediately used Stone-Weierstrass to show that there is a polynomial $p(x)$ such that $$\sup_{x\in[-1,1]} |f(x) - p(x)| < \epsilon$$ and since $p(x) = \sum_{j=0}^d a_jx^j$, we see that $f(0) = 0$ implies that $a_0 = 0$, so our polynomial is at least linear and non-constant. My idea from here is that $f'(0) = 0$ should imply that the next coefficient $a_1 = 0$ so that our polynomial is at least quadratic, and hence we could factor out an $x^2$, arriving at our claim. How do I prove this last claim?