Find all positive integers $n$ for which there exist positive integers $x_1, x_2, \dots, x_n$ such that $$ \frac{1}{x_1^2}+\frac{2}{x_2^2}+\frac{2^2}{x_3^2}+\cdots +\frac{2^{n-1}}{x_n^2}=1.$$
Problem
Source: 2020 MEMO I-4
Tags: algebra, memo, MEMO 2020, equation, induction
30.08.2020 19:58
30.08.2020 20:16
31.08.2020 16:03
21.09.2020 20:31
The answer is all natural number $n\ge 3$ and $n=1$.There is nothing to prove when $n=1$. Claim:There does not exists $x,y\in \mathbb N$ such that $\frac{1}{x^2}+\frac{2}{y^2}=1$ proof.The equation is same as $(y^2-1)(x^2-2)=2$ which does not give any solution in $\mathbb N^2$. $\blacksquare$ Claim:For all odd positive integer $n$ there exists $n$ integers $x_1, x_2, \dots, x_n$ satisfying the problems property. proof.We will proceed by induction on $n$.For $n=1$ there is nothing to prove.For $n=3$ observe that $\frac{1}{4}+\frac{2}{4}+\frac{2^2}{16}=1$. Suppose for some odd $n$ we have $\frac{1}{x_1^2}+\frac{2}{x_2^2}+\frac{2^2}{x_3^2}+\cdots +\frac{2^{n-1}}{x_n^2}=1$.Then observe that $\frac{1}{4}[\frac{1}{x_1^2}+\frac{2}{x_2^2}+\cdots +\frac{2^{n-1}}{x_n^2}]+\frac{2^n}{2^{n+1}}+\frac{2^{n+1}}{2^{n+3}}=1$.And $2^{n+1},2^{n+2}$ are both perfect squares.Hence all odd $n$ works. $\blacksquare$ Claim:For all even integer $n\ge 4$ there are $x_1, x_2, \dots, x_n$ satisfying the problems condition. proof.For $n=4$ we have $\frac{1}{9}+\frac{2}{9}+\frac{2^2}{9}+\frac{2^3}{9\times 2^2}=1$. Suppose for some even $n$ we have $\frac{1}{x_1^2}+\frac{2}{x_2^2}+\frac{2^2}{x_3^2}+\cdots +\frac{2^{n-1}}{x_n^2}=1$.Then observe that $\frac{1}{4}[\frac{1}{x_1^2}+\frac{2}{x_2^2}+\cdots +\frac{2^{n-1}}{x_n^2}]+\frac{2^n}{2^{n+2}}+\frac{2^{n+1}}{2^{n+2}}=1$.And $2^{n+2}$ is perfect square.Hence all even $n$ works.$\blacksquare$
12.03.2021 11:11
XbenX wrote: Find all positive integers $n$ for which there exist positive integers $x_1, x_2, \dots, x_n$ such that $$ \frac{1}{x_1^2}+\frac{2}{x_2^2}+\frac{2^2}{x_3^2}+\cdots +\frac{2^{n-1}}{x_n^2}=1.$$ We claim that all positive integers $n$ except $n = 2$ work. If $n = 2$, then we get that $\dfrac{1}{x_1^2} + \dfrac{2}{x_2^2} = 1 \implies 2x_1^2 + x_2^2 = x_1^2x_2^2 \implies 2x_1^2 = x_2^2(x_1^2-1)$, but $\text{gcd}(x_1^2, x_1^2-1) = 1$ implies that $2 = x_1^2-1$, a contradiction so no solution for $n = 2$. For $n = 1$, $x_1 = 1$ works, for $n = 3$ $x_1 = 2, x_2 = 2, x_3 = 4$ works and for $n = 4$, we have $x_1 = x_2 = x_3 = 3$ and $x_4 = 6$ which works. Now, let us say for some $n \neq 3$, we have a solution for $x_1, x_2, x_3 \dots x_n$. For $n_1 = n + 2$, choose the solution $y_i = x_i$ for all $i \leq n-1$, $y_n = 2x_n, y_{n+1} = 2x_n$ and $y_{n+2} = 4x_n$ and we see that $$\sum\limits_{j=1}^{n+2} \dfrac{j}{y_j^2} = \left ( 1 - \dfrac{3\cdot 2^{n-1}}{4x_n^2}\right ) + \dfrac{2^n}{4x_n^2} + \dfrac{2^{n+1}}{16x_n^2} = 1 - \dfrac{3 \cdot 2^{n+1} + 2^{n+2} + 2^{n+1}}{16x_n^2} = 1$$as desired.
09.01.2022 18:37
Induction: for $n$ $$x_1,x_2,...,x_n$$for $n+2$ $$2,2,4x_1,...,4x_n$$Very nice problem