|
Solution 6(repeated)
by Ant
let f(x) be a
polynomial of degree n
f(x) = axn + g(x)
where g(x) is a polynomial of degree n-1
we are told
(f(x))2 = f(x2)
so
[axn+g(x)]2=a2x2n + 2axn . g(x) +(g(x))2 =ax2n+ g(x2)
looking at the x2 term, we can see that a must be 1
by our definition
g(x) is a lower order polynomial that xn
so there is no g(x) for which
2axn . g(x) +(g(x))2 = g(x2)
hence g(x) must necessarily be zero
and our polynomials will be:
xn, x^n-1...x0
that is n+1 of them, but if you consider x0 a zero polynomial, then
there are n of them
View other answers
by: bugzpodder|slayerchange|PiDeltaPhi(author)
|