- If $P(x)$ is an even polynomial such that $P(x) \in \mathbb{R}[x]$, then prove that there exists a real valued polynomial $R(x)$ such that $P(x)=R(x^2)$
- Would the result still be true if $P(x),R(x)$ are complex valued polynomial.
Attempt: For 1, as $P(x)$ is an even polynomial, it's degree must be even. Let $P(x)= a(x-x_1)(x-x_2) \cdots (x-x_n)$ As $P(x)=P(-x)$ we get $$(x-x_1)(x-x_2) \cdots (x-x_n)= (x+x_1)(x+x_2) \cdots (x+x_n)$$ How do I proceed?