Skip to main content
OlympiadHQ

Browse · MathNet

Print

Belarus2022

Belarus 2022 algebra

Problem

The polynomial of two variables with integer coefficients satisfies the following two conditions: 1) for every integer there exists exactly one integer such that ; and 2) for every integer there exists exactly one integer such that . a) Prove that if the degree of is two then this polynomial is divisible by or where is integer. b) Does there exist such polynomial which is not divisible by any polynomial of the form and where is integer? (Mikhail Karpuk)
Solution
a) Let us prove the following Lemma. If for each integer the value of the polynomial with integer coefficients is a square of an integer, then there exist integers and such that , , and, in particular, .

Proof of the lemma. If , then for each integer the difference is constant. Whereas the differences between neighboring squares of integers infinitely grow, so if then the non-constant polynomial takes the same values infinitely many times, which is impossible. If then is a perfect square and the numbers and fit in.

Let , then, obviously, , since otherwise will be negative for sufficiently large . If the discriminant is zero, then . Since is a perfect square for every integer , is a perfect square. Let , then is a perfect square for every integer value of , which implies that is a multiple of and satisfies the lemma statement.

If the discriminant is not equal to zero, then among the prime divisors of the values in integer points choose a prime divisor , greater than . Let be a multiple of . Consider : Note that is not a multiple of , so is not a multiple of and from (1) we obtain which is impossible because and are perfect squares. Therefore, this case is impossible and the lemma is proved.

Let's move on to solving the problem itself. Denote the polynomial given in the condition by . We will show that it can be decomposed into a product of two polynomials of the first degree with rational coefficients. Let Suppose . Consider as a square trinomial of the variable : Since this square trinomial has an integer root for any integer value , its discriminant is a perfect square for all integer values of . The degree of this polynomial is at most two, so we can apply the lemma to it. Hence for some integers and . Then the polynomial can be expanded into a product of two linear factors with rational coefficients , which can be written as A similar expansion can be written in the case .

Suppose now that . Since this polynomial has degree 2, and By the problem statement, for any integer value the number is an integer, because can be true only for it. Hence, for any integer value the number is a multiple of the denominator , which is possible only if . The number satisfies the equality (if then , and the case is obviously impossible). Then for all integers , which contradicts the problem statement for . Therefore this case is impossible.

Thus, the polynomial decomposes into a product of two polynomials of the first degree with rational coefficients, we write this equality in the form where all coefficients are integers. Note that the equations and are linear Diophantine equations and there are three alternatives for each of them: 1) the equation has no entire solutions; 2) the equation has the constant solution on some variable; 3) the general solution of the equation has the form . Moreover, the second alternative is impossible according to the problem condition, and in the third possibility we can always assume that the coefficients in the pairs and are coprime.

If , then all solutions of belongs to the corresponding bracket, so the first possibility holds for the other bracket and, consequently, is also equal to one, which gives the required multiplier in the problem condition. The case is considered similarly.

Consider the remaining case: all coefficients and are at least two in absolute value. Note that in the series of positive integers, each -th number from the first bracket is a solution to the equation , as well as each -th from the second bracket. Hence and similarly . Under our assumptions this is only possible for , which contradicts the fact that the coefficients must be coprime.

b) Consider the polynomial . Each of its factors is a linear function, and the zeros of these factors are the pairs , and , . It is easy to see that this polynomial satisfies the condition.
Final answer
Yes. For example, P(x, y) = (3x − 2y)(3x − 4y + 1)(3x − 4y − 1).

Techniques

Polynomial operationsTechniques: modulo, size analysis, order analysis, inequalities