Olympiad Maths Prep

Track / Stage 7 / 9 of 300 #1409 of 2000

Problem 1409

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

One member of an infinite arithmetic sequence in the set of natural numbers is a perfect square. Show that there are infinitely many members of this sequence having this property.

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

To show that if an arithmetic sequence contains one perfect square, then it contains infinitely many perfect squares, we can use the properties of arithmetic sequences and modular arithmetic.

1. Define the Arithmetic Sequence:
Let the arithmetic sequence be given by an=a+nd a_n = a + nd , where a a is the first term and d d is the common difference.

2. Assume the Existence of a Perfect Square:
Suppose there exists an integer n0 n_0 such that an0 a_{n_0} is a perfect square. That is, a+n0d=k2 a + n_0 d = k^2 for some integer k k .

3. Consider the General Form of Perfect Squares in the Sequence:
We need to show that there are infinitely many integers n n such that a+nd a + nd is a perfect square. Consider the term a+(n0+td)d a + (n_0 + td)d for some integer t t . This term can be written as:
a+(n0+td)d=a+n0d+tdd=k2+tdd a + (n_0 + td)d = a + n_0 d + tdd = k^2 + tdd

4. Express the Term as a Perfect Square:
We need to find t t such that k2+tdd k^2 + tdd is a perfect square. Let kt k_t be an integer such that:
kt2=k2+tdd k_t^2 = k^2 + tdd
This implies:
kt2k2=tdd k_t^2 - k^2 = tdd
(ktk)(kt+k)=tdd (k_t - k)(k_t + k) = tdd

5. **Solve for t t :**
Since d d is fixed, we need to find t t such that tdd tdd can be expressed as the product of two integers (ktk) (k_t - k) and (kt+k) (k_t + k) . Notice that if we choose t t to be a multiple of d d , say t=md t = md for some integer m m , then:
tdd=mdd2 tdd = mdd^2
(ktk)(kt+k)=mdd2 (k_t - k)(k_t + k) = mdd^2

6. Conclusion:
By choosing t t appropriately, we can always find kt k_t such that kt2=k2+tdd k_t^2 = k^2 + tdd is a perfect square. Since there are infinitely many choices for t t , there are infinitely many perfect squares in the sequence.

\blacksquare

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