2018 OIM Problems/Problem 1

Problem

For each natural number $n \ge 2$, find the integer solutions to the following system of equations:

\[x_1 = (x_2 + x_3 + x_4 + \cdots + x_n)^{2018}\] \[x_2 = (x_1 + x_3 + x_4 + \cdots + x_n)^{2018}\] \[\cdots\] \[x_n = (x_1 + x_2 + x_3 + \cdots + x_{n-1})^{2018}\]

~translated into English by Tomas Diaz. ~orders@tomasdiaz.com

Solution

Since the right-hand side (RHS) of each equation is nonnegative, then the left-hand side (LHS) is too; this implies that each $x_i$ is nonnegative. As a result, we can take the $2018^\text{th}$ root of both sides of the first and second equations, resulting in: \[\sqrt[2018]{x_1} = x_2 + x_3 + x_4 + \cdots + x_n\] \[\sqrt[2018]{x_2} = x_1 + x_3 + x_4 + \cdots + x_n\] Subtracting yields: \[\sqrt[2018]{x_1}-\sqrt[2018]{x_2}=x_2-x_1\] If $x_1>x_2$, then the LHS is positive but the RHS is negative, which is not possible, and the same goes for $x_1<x_2$. Thus $x_1=x_2$, and if we repeat this process for each consecutive pair of equations we eventually find that all $x_i$ are equal. Using this property on the first equation results in: \[x_1 = ((n-1)x_1)^{2018}\] \[\Rightarrow x_1=(n-1)^{2018}x_1^{2018}\] \[\Rightarrow (n-1)^{2018}x_1^{2018}-x_1=0\] \[\Rightarrow x_1((n-1)^{2018}x_1^{2017}-1)=0\] \[\Rightarrow x_1=0\text{ or }x_1=(n-1)^{-\frac{2018}{2017}}\] Both solutions work. Thus the solution sets are either $x_i=0$ for all $i$ or $x_i=(n-1)^{-\frac{2018}{2017}}$ for all $i$.

~ eevee9406

See also

OIM Problems and Solutions