Difference between revisions of "2018 OIM Problems/Problem 1"
m (solution) |
|||
Line 22: | Line 22: | ||
<cmath>\Rightarrow x_1((n-1)^{2018}x_1^{2017}-1)=0</cmath> | <cmath>\Rightarrow x_1((n-1)^{2018}x_1^{2017}-1)=0</cmath> | ||
<cmath>\Rightarrow x_1=0\text{ or }x_1=(n-1)^{-\frac{2018}{2017}}</cmath> | <cmath>\Rightarrow x_1=0\text{ or }x_1=(n-1)^{-\frac{2018}{2017}}</cmath> | ||
− | Both solutions work. Thus the | + | Both solutions work. Thus the solutions are either <math>x_i=0</math> for all <math>i</math> or <math>x_i=(n-1)^{-\frac{2018}{2017}}</math> for all <math>i</math>. However, the second solution is not an integer unless <math>n=2</math>, so for <math>n>2</math>, the only solution is <math>x_i=0</math>. For <math>n=2</math>, the two solutions are <math>x_1=x_2=0</math> or <math>x_1=x_2=1</math>. |
~ [https://artofproblemsolving.com/wiki/index.php/User:Eevee9406 eevee9406] | ~ [https://artofproblemsolving.com/wiki/index.php/User:Eevee9406 eevee9406] |
Latest revision as of 18:15, 2 June 2025
Problem
For each natural number , find the integer solutions to the following system of equations:
~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 is nonnegative. As a result, we can take the
root of both sides of the first and second equations, resulting in:
Subtracting yields:
If
, then the LHS is positive but the RHS is negative, which is not possible, and the same goes for
. Thus
, and if we repeat this process for each consecutive pair of equations we eventually find that all
are equal.
Using this property on the first equation results in:
Both solutions work. Thus the solutions are either
for all
or
for all
. However, the second solution is not an integer unless
, so for
, the only solution is
. For
, the two solutions are
or
.