Olympiad Maths Prep

Track / Stage 7 / 41 of 300 #1441 of 2000

Problem 1441

National olympiad second round; IMO P1/P4
Number theory Difficulty 7.1 Prove it

Let (xn),nN(x_n), n\in\mathbb{N} be a sequence such that xn+1=3xn3+xn,nNx_{n+1}=3x_n^3+x_n, \forall n\in\mathbb{N}
and x1=abx_1=\frac{a}{b} where a,ba,b are positive integers such that 3∤b3\not|b. If xmx_m is a square of a rational number for some positive integer mm, prove that x1x_1 is also a square of a rational number.

This one wants a proof. Work it on paper, read the official solution, then mark yourself honestly — the ladder only means something if the record is true.

Official solution

1. Given the sequence (xn)(x_n) defined by xn+1=3xn3+xnx_{n+1} = 3x_n^3 + x_n for all nNn \in \mathbb{N} and x1=abx_1 = \frac{a}{b} where a,ba, b are positive integers such that 3b3 \nmid b. We need to prove that if xmx_m is a square of a rational number for some positive integer mm, then x1x_1 is also a square of a rational number.

2. First, observe that 33 does not divide the numerator of xnx_n for all nZ+n \in \mathbb{Z}^+. This is because the sequence is defined recursively and the denominator bb is not divisible by 33.

3. We need to prove the following proposition:
For any positive integers p,qp, q such that 3q3 \nmid q and 3(pq)3+pq=r2s23\left(\frac{p}{q}\right)^3 + \frac{p}{q} = \frac{r^2}{s^2} for some positive integers r,sr, s, then pq\frac{p}{q} must be a square of a rational number.

4. Assume without loss of generality that gcd(p,q)=gcd(r,s)=1\gcd(p, q) = \gcd(r, s) = 1. From the given equation, we have:
s2(3p3+pq2)=r2q3 s^2(3p^3 + pq^2) = r^2q^3

5. Consider any prime number dd that divides gcd(q3,3p3+pq2)\gcd(q^3, 3p^3 + pq^2). We have:
dq    d3p3    dgcd(q,3p)=1 d \mid q \implies d \mid 3p^3 \implies d \mid \gcd(q, 3p) = 1
Therefore, no such dd exists, implying that gcd(q3,3p3+pq2)=1\gcd(q^3, 3p^3 + pq^2) = 1.

6. Since gcd(q3,3p3+pq2)=1\gcd(q^3, 3p^3 + pq^2) = 1, it follows that q3s2q^3 \mid s^2. Also, since gcd(s2,r2)=1\gcd(s^2, r^2) = 1, we get s2q3s^2 \mid q^3.

7. Hence, q3=s2q^3 = s^2, so there exists Z+\ell \in \mathbb{Z}^+ such that q=k2q = k^2 and s=k3s = k^3. Note that gcd(p,k)=gcd(p,q)=1\gcd(p, k) = \gcd(p, q) = 1.

8. Substituting these into the equation gives:
p(3p2+k4)=r2 p(3p^2 + k^4) = r^2
It is easy to see that gcd(p,3p2+k4)=1\gcd(p, 3p^2 + k^4) = 1, so pp must be a perfect square.

9. Therefore, both pp and qq are squares of positive integers, which means pq\frac{p}{q} is a square of a rational number.

\blacksquare

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