Skip to main content
OlympiadHQ

Browse · MathNet

Print

USA IMO

United States number theory

Problem

Find all pairs of nonnegative integers such that
Solution
First Solution. The equation is symmetric in and . The solutions are the unordered pairs where is a nonnegative integer and , are the Fibonacci and Lucas sequences, respectively — that is, the sequences defined by , , , and the recursive relations and for . Note that we amended the Lucas sequence by considering and . Let and write and . Because is a perfect square, and are perfect squares. Let and . The given condition becomes Taking the square root on both sides yields or If , then , implying that and . Otherwise, and or . Fix equal to one of these values, so that Let denote an unordered pair of numbers. We call a g-pair if satisfies (1) and a and b are positive integers. Also, we call smaller (respectively, larger) than if is smaller (respectively, larger) than . Suppose that is a g-pair. View (1) as a monic quadratic in with constant. The coefficient of in a monic quadratic function equals , implying that should also satisfy (1). Indeed, Also, if , note that It follows that and so . Thus, if is a -pair with , then is a -pair as well. Also note that for and , . Furthermore, if , note that because otherwise , which is impossible. Thus, and which implies that and hence and also . Thus, is a smaller -pair than with . Given any -pair with , if then must equal , where if . Otherwise, according to the above observation we can repeatedly reduce it to a smaller -pair until — that is, to the -pair . Beginning with , we reverse the reducing process so that is replaced by the larger -pair . Moreover, this must generate all -pairs since all -pairs can be reduced to . We may express these possible pairs in terms of the Fibonacci and Lucas numbers; for , observe that , , and that for . For , the Fibonacci numbers satisfy an analogous recursive relation, and , . Therefore, and for .

---

Alternative solution.

Second Solution. As we have seen in the first solutions, it suffices to solve the equations and The first equation is equivalent to , which is a Pell's equation of the form All the solutions , , of equation (4) are given by where is the solution to (4) with least positive value. From (5) it is not difficult to see that and for all . In our case, . Hence where is the Fibonacci sequence, and implying It follows that and , for .

Equation (3) is equivalent to . Setting and , the equation reduces to . This is a Pell's equation of the form whose solutions , , are given by where is the solution to (6) with least positive value. It follows that and for . In our case, . Hence where is the Lucas sequence, and for . Hence , , and Therefore , , . Here we extended the definition of Lucas number to and .
Final answer
All solutions are given (up to order) by {5 F_{2k}^2, 5 F_{2k+2}^2} and {L_{2k-1}^2, L_{2k+1}^2} for nonnegative integers k, where F denotes the Fibonacci numbers and L denotes the Lucas numbers (extended with L_{-1} = −1 and L_0 = 2).

Techniques

Pell's equationsInfinite descent / root flippingTechniques: modulo, size analysis, order analysis, inequalitiesGreatest common divisors (gcd)Recurrence relations