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!
Find all Polynomials P(x) with real coefficients
2
$\begingroup$
polynomials
-
1can yo find the constant term? – 2017-01-06
-
0Look at the leading coefficient. – 2017-01-06
2 Answers
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$
-
0just looking at you equation: either you forgot a factor $a$ for $x$ on the right hand side or $a=1$. – 2017-01-06
-
0fixed, thanks. @Max – 2017-01-06
-
0good point, we get $n=0$ or $n=1$. The larger values do not work because the right grows faster. – 2017-01-06
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.