2

Find all Polynomials P(x) with real coefficients so that $2P(2x) = P(3x) + P(x)$. I tried to substitute first degree, second and third, bit couldn't get an equality. Thank you for your responses!

Asinomás
  • 105,651

2 Answers2

2

Let the polynomial be $a_nx^n+\dots+ a_0$

then the leading term of the polynomial on the left is $2^{n+1}a_n$ and the leading term of the polynomial on the right is $(3^n+1)a_n$

So clearly we must have $n=1$ or $0$.

So the polynomial is of the form $ax+b$. and any of these work as we have:

$4ax+2b=3ax+b+ax+b$

Asinomás
  • 105,651
0

For a term of degree $d$,

$$2a_d(2x)^d=a_d(3x)^d+a_dx^d$$ requires

$$a_d(2^{d+1}-3^d-1)=0.$$

The only non-trivial solutions are with $d=0,d=1$, so that the polynomial is of the first degree.