Olympiad Maths Prep

Track / Stage 6 / 278 of 400 #1278 of 2000

Problem 1278

National olympiad, first round
Algebra Difficulty 6.5 Find the answer

Find all polynomials PP with real coefficients such that
P(x)yz+P(y)zx+P(z)xy=P(xy)+P(yz)+P(zx) \frac{P(x)}{y z}+\frac{P(y)}{z x}+\frac{P(z)}{x y}=P(x-y)+P(y-z)+P(z-x)
for all nonzero real numbers x,y,zx, y, z obeying 2xyz=x+y+z2 x y z=x+y+z.

Official solution

The given can be rewritten as saying that
Q(x,y,z):=xP(x)+yP(y)+zP(z)xyz(P(xy)+P(yz)+P(zx)) \begin{aligned} Q(x, y, z) & :=x P(x)+y P(y)+z P(z) \\ & -x y z(P(x-y)+P(y-z)+P(z-x)) \end{aligned}
is a polynomial vanishing whenever xyz0x y z \neq 0 and 2xyz=x+y+z2 x y z=x+y+z, for real numbers x,yx, y, zz.
Claim - This means Q(x,y,z)Q(x, y, z) vanishes also for any complex numbers x,y,zx, y, z obeying 2xyz=x+y+z2 x y z=x+y+z.

Proof. Indeed, this means that the rational function
R(x,y):=Q(x,y,x+y2xy1) R(x, y):=Q\left(x, y, \frac{x+y}{2 x y-1}\right)
vanishes for any real numbers xx and yy such that xy12,x0,y0,x+y0x y \neq \frac{1}{2}, x \neq 0, y \neq 0, x+y \neq 0. This can only occur if RR is identically zero as a rational function with real coefficients. If we then regard RR as having complex coefficients, the conclusion then follows.
Remark (Algebraic geometry digression on real dimension). Note here we use in an essential way that zz can be solved for in terms of xx and yy. If s(x,y,z)=2xyz(x+y+z)s(x, y, z)=2 x y z-(x+y+z) is replaced with some general condition, the result may become false; e.g. we would certainly not expect the result to hold when s(x,y,z)=x2+y2+z2(xy+yz+zx)s(x, y, z)=x^{2}+y^{2}+z^{2}-(x y+y z+z x) since for real numbers s=0s=0 only when x=y=zx=y=z !
The general condition we need here is that s(x,y,z)=0s(x, y, z)=0 should have "real dimension two". Here is a proof using this language, in our situation.
Let MR3M \subset \mathbb{R}^{3} be the surface s=0s=0. We first contend MM is two-dimensional manifold. Indeed, the gradient s=2yz1,2zx1,2xy1\nabla s=\langle 2 y z-1,2 z x-1,2 x y-1\rangle vanishes only at the points (±1/2,±1/2,±1/2)( \pm 1 / \sqrt{2}, \pm 1 / \sqrt{2}, \pm 1 / \sqrt{2}) where the ±\pm signs are all taken to be the same. These points do not lie on MM, so the result follows by the regular value theorem. In particular the topological closure of points on MM with xyz0x y z \neq 0 is all of MM itself; so QQ vanishes on all of MM.
If we now identify MM with the semi-algebraic set consisting of maximal ideals (xa,y(x-a, y- b,zc)b, z-c) in Spec R[x,y,z]\mathbb{R}[x, y, z] satisfying 2abc=a+b+c2 a b c=a+b+c, then we have real dimension two, and thus the Zariski closure of MM is a two-dimensional closed subset of Spec R[x,y,z]\mathbb{R}[x, y, z]. Thus it must be Z=V(2xyz(x+y+z))Z=\mathcal{V}(2 x y z-(x+y+z)), since this ZZ is an irreducible two-dimensional closed subset (say, by Krull's principal ideal theorem) containing MM. Now QQ is a global section vanishing on all of ZZ, therefore QQ is contained in the (radical, principal) ideal (2xyz(x+y+z))(2 x y z-(x+y+z)) as needed. So it is actually divisible by 2xyz(x+y+z)2 x y z-(x+y+z) as desired.
Now we regard PP and QQ as complex polynomials instead. First, note that substituting (x,y,z)=(t,t,0)(x, y, z)=(t,-t, 0) implies PP is even. We then substitute
(x,y,z)=(x,i2,i2) (x, y, z)=\left(x, \frac{i}{\sqrt{2}}, \frac{-i}{\sqrt{2}}\right)
to get
xP(x)+i2(P(i2)P(i2))=12x(P(xi/2)+P(x+i/2)+P(2i)) \begin{aligned} & x P(x)+\frac{i}{\sqrt{2}}\left(P\left(\frac{i}{\sqrt{2}}\right)-P\left(\frac{-i}{\sqrt{2}}\right)\right) \\ = & \frac{1}{2} x(P(x-i / \sqrt{2})+P(x+i / \sqrt{2})+P(\sqrt{2} i)) \end{aligned}
which in particular implies that
P(x+i2)+P(xi2)2P(x)P(2i) P\left(x+\frac{i}{\sqrt{2}}\right)+P\left(x-\frac{i}{\sqrt{2}}\right)-2 P(x) \equiv P(\sqrt{2} i)
identically in xx. The left-hand side is a second-order finite difference in xx (up to scaling the argument), and the right-hand side is constant, so this implies degP2\operatorname{deg} P \leq 2.

Since PP is even and degP2\operatorname{deg} P \leq 2, we must have P(x)=cx2+dP(x)=c x^{2}+d for some real numbers cc and dd. A quick check now gives the answer P(x)=c(x2+3)P(x)=c\left(x^{2}+3\right) which all work.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.