Maths Olympiad Prep

Library / /11 of 16

, 2024

Algebra Difficulty 6.4 National olympiad Prove it Saudi Arabia

Find all non-constant polynomials P(x)P(x) with real coefficients that satisfy
P(x37x)=P(x7)P(x8)P(x3) P(x^3 - 7x) = P(x - 7)P(x - 8)P(x - 3)
for all xRx \in \mathbb{R}.

Solution

Let n=degP(x)1n = \deg P(x) \ge 1 and a0a \ne 0 be the leading coefficient of PP, then comparing the leading coefficients of both sides to get a=±1a = \pm 1. Note that if P(x)P(x) satisfies then so does P(x)-P(x); without loss of generality, we assume that a=1a = 1.

First, let solve the problem when n=1n = 1, consider P(x)=x+bP(x) = x + b. Substituting into the given condition,
x37x+b=(x7+b)(x8+b)(x3+b). x^3 - 7x + b = (x - 7 + b)(x - 8 + b)(x - 3 + b).
Comparing the coefficient of degree 2, we have 0=b7+b8+b30 = b - 7 + b - 8 + b - 3 so b=6b = 6. Therefore, P(x)=x+6P(x) = x + 6, which is a solution.

Now, for any n1n \ge 1, let P(x)=(x+6)n+Q(x)P(x) = (x + 6)^n + Q(x) with degQ<n\deg Q < n. If Q(x)0Q(x) \equiv 0 then we have P(x)=(x+6)nP(x) = (x + 6)^n, which satisfies since
(x37x+6)n=(x1)n(x2)n(x+3)n. (x^3 - 7x + 6)^n = (x - 1)^n (x - 2)^n (x + 3)^n.
Now assume that Q(x)0Q(x) \ne 0 and put degQ=m<n\deg Q = m < n. Substituting in the given condition then we get
(x37x+6)n+Q(x37x)=[(x1)n+Q(x7)][(x2)n+Q(x8)][(x+3)n+Q(x3)] (x^3 - 7x + 6)^n + Q(x^3 - 7x) = [(x - 1)^n + Q(x - 7)] [(x - 2)^n + Q(x - 8)] [(x + 3)^n + Q(x - 3)]
Then expanding and simplifying, we get
Q(x37x)=Q(x7)Q(x8)Q(x3)+(x1)nQ(x8)Q(x3)+(x2)nQ(x7)Q(x3)+(x+3)nQ(x7)Q(x8)+(x1)n(x2)nQ(x3)+(x2)n(x+3)nQ(x7)+(x+3)n(x1)nQ(x8). \begin{align*} Q(x^3 - 7x) &= Q(x - 7)Q(x - 8)Q(x - 3) \\ &\quad + (x - 1)^n Q(x - 8)Q(x - 3) + (x - 2)^n Q(x - 7)Q(x - 3) \\ &\quad + (x + 3)^n Q(x - 7)Q(x - 8) + (x - 1)^n (x - 2)^n Q(x - 3) \\ &\quad + (x - 2)^n (x + 3)^n Q(x - 7) + (x + 3)^n (x - 1)^n Q(x - 8). \end{align*}
Comparing the degree of both sides, 3m=2n+m3m = 2n + m or m=nm = n, a contradiction.

From these arguments, one can conclude that all solutions of the given condition are P(x)=±(x+6)nP(x) = \pm (x + 6)^n for all positive integers nn. \square

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.