Given that $n\in\mathbb{N}$. How many pairs of $P(x),\;Q(x)$ (all coefficients of $P$ and $Q$ are real numbers) with $deg\; P > deg\; Q$ satisfying: $[P(x)]^2+[Q(x)]^2=x^{2n}+1$?
From the condition $deg\; P > deg\; Q$ we can say $\text{deg}(P)=n$. Also, $x^{2n}+1$ has $2n$ roots (complex and real) hence $[P(x)]^2+[Q(x)]^2$ too has $2n$ roots. Let $z, \bar{z}$ be a pair of complex roots of $x^{2n}+1$, then $$\begin{array}{l} (P(z))^2+(Q(z))^2=0 \\ (P(\bar{z}))^2+(Q(\bar{z}))^2=0 \end{array}$$ Also, we can rewrite the given expression as $$[P(x)+iQ(x)][P(x)-iQ(x)]=(x^n-i)(x^n+i)$$ So, $$P(z)=\pm iQ(z), P(\bar{z})=\pm iQ(\bar{z})$$ Now $$\deg(P(z))=n=\deg(\pm iQ(z))$$ Similarly $$\deg(P(\bar{z}))=n=\deg(\pm iQ(\bar{z}))$$ Where do I proceed from here? Please only provide hints and not solutions until I ask (if after I have tried everything and still not able to solve the problem). Thanks.
Then, consider the full factorization of $P^2(x) + Q^2(x)$ into linear monomials.
– Oleksandr Kulkov Apr 09 '23 at 18:12