1. Substitution and Simplification:
We start by substituting x=a−b and y=b−c into the given equation:
p(a+b−2c)+p(b+c−2a)+p(c+a−2b)=3p(a−b)+3p(b−c)+3p(c−a)
This transforms the equation into:
p(x−y)+p(−2x−y)+p(x+2y)=3p(x)+3p(y)+3p(−x−y)
2. **Special Case x=y=0:**
Setting x=0 and y=0 in the transformed equation, we get:
p(0)+p(0)+p(0)=3p(0)+3p(0)+3p(0)
Simplifying, we find:
3p(0)=9p(0)⟹p(0)=0
3. **Special Case y=0:**
Setting y=0 in the transformed equation, we get:
p(x)+p(−2x)+p(x)=3p(x)+3p(−x)
Simplifying, we find:
2p(x)+p(−2x)=3p(x)+3p(−x)⟹p(−2x)=p(x)+3p(−x)
4. Assuming Polynomial Form:
Assume p(x) is a polynomial of degree n:
p(x)=anxn+an−1xn−1+⋯+a1x+a0
Since p(0)=0, we have a0=0. Thus:
p(x)=anxn+an−1xn−1+⋯+a1x
5. **Analyzing the Equation p(−2x)=p(x)+3p(−x):**
Substitute p(x)=anxn+an−1xn−1+⋯+a1x into the equation:
an(−2x)n+an−1(−2x)n−1+⋯+a1(−2x)=anxn+an−1xn−1+⋯+a1x+3(an(−x)n+an−1(−x)n−1+⋯+a1(−x))
Simplifying, we get:
an(−2)nxn+an−1(−2)n−1xn−1+⋯+a1(−2)x=anxn+an−1xn−1+⋯+a1x+3(an(−1)nxn+an−1(−1)n−1xn−1+⋯+a1(−1)x)
6. Equating Coefficients:
For each power of x, we equate the coefficients:
ak(−2)k=ak+3ak(−1)k
This simplifies to:
ak[(−2)k−1−3(−1)k]=0
This gives us two cases:
{ak(2k−4)=0ak(2k−2)=0if k is evenif k is odd
7. Solving for Coefficients:
For k≥3, both equations yield ak=0. Therefore, the polynomial p(x) must be of degree at most 2:
p(x)=λx2+μx
where λ and μ are real constants.
8. Verification:
Substituting p(x)=λx2+μx back into the original equation, we find that it satisfies the equation for any λ,μ∈R.
The final answer is p(x)=λx2+μx, where λ,μ∈R.