Problem 1. Two different integers u and v are written on a board. We perform a sequence of steps.At each step we do one of the following two operations:
(i) If a and b are different integers on the board, then we can write a + b on the board, if it is not already there. (ii) If a, b and c are three different integers on the board, and if an integer x satisfies ax2 + bx + c = 0, then we can write x on the board, if it is not already there. Determine all pairs of starting numbers ( u, v ) from which any integer can eventually be written on the board after a fi nite sequence of steps. Solution
Let a pair which allows us to write the entire set of integers on the blackboard good. We claim that all pairs such that , atleast one of is positive and are good. First we eliminate the bad pairs.
Clearly, if or , then no other new numbers can be created using move (i) and thus, we cannot create any other new numbers. Further, if the starting pair is , the only new number we can create using move (i) is 0. Thus, the only polynomials of the form we can form are (which has roots ), (which has the same roots), (which has the roots and ), (which has the same roots), (which has the root ) and (which has the same root). Thus, no new numbers can be created as claimed. Further, if both are negative, any new numbers formed by rule (i) will also be negative. Further, any polynomial of the given form will have negative coefficients and thus, for positive . Thus, if this factors as we see that and must both be negative for to all be positive. Thus, the roots of this equation are negative which implies that rule (ii) also creates only negative numbers. Now, we show that all other numbers are good. We first prove the following claim. Claim : All pairs of the form for some integer are good. Proof : Note that using rule (i), we can write all integers greater than . In particular, we can create arbitrarily large positive integers. Now, this means for all sufficiently large positive , we can write the numbers and on the board. Thus, which allows us to write on the board as well for sufficiently large positive . Then, using rule (i), we can create all integers greater than as well which implies that we can write all integers on the board using a finite number of steps. Now, consider a initial pair where . Then, we can write on the board. Further, we can also clearly write for all positive integers , so consider sufficiently large such that . Now, we can also write as it is a linear combination of and with positive integral coefficients. Then, since we can write , and , considering the polynomial, which allows us to write on the board. But now, applying rule (i) on and we obtain , continuing this likewise, we can obtain . Once is written on the board, by the previous claim, we know that we can write all integers on the board which finishes the proof. |