2

let polynomial $f(x),g(x),h(x)\in C[x]$, and such $$f^2(x)=xg^2(x)+xh^2(x),$$

prove or disprove $$f(x)=g(x)=h(x)=0$$

I know solve this follow problem let polynomial $f(x),g(x),h(x)\in R[x]$, and such $$f^2(x)=xg^2(x)+xh^2(x),$$

prove or disprove $$f(x)=g(x)=h(x)=0$$

then I guess when $f,g,h\in C[x]$ is true? Thank you

math110
  • 93,304

2 Answers2

2

Actually, this won't be true at all in $\Bbb C$. It might even be the case that each one of $f,g,h$ is non zero. There follows an example: $$ f(x) = 2e^{i\pi/4}x,\qquad g(x) = ix+1, \qquad h(x) = x+i. $$

Siméon
  • 10,664
  • 1
  • 21
  • 54
0

We can, without loss of generality, assume one of $g$ and $h$ is nonzero.

Let $g(x)=x^a g_1(x)$, $h(x)=x^a h_1(x)$ in such a way that either $x$ doesn't divide $g_1$ or doesn't divide $h_1$.

Then $x$ doesn't divide $g_1(x)^2+h_1(x)^2$ (unless …). But $$ f(x)^2=x^{2a+1}(g_1(x)^2+h_1(x)^2) $$ so …

egreg
  • 238,574