Let $P(n)$ be a quadratic trinomial with integer coefficients. For each positive integer $n$, the number $P(n)$ has a proper divisor $d_n$, i.e., $1<d_n<P(n)$, such that the sequence $d_1,d_2,d_3,\ldots$ is increasing. Prove that either $P(n)$ is the product of two linear polynomials with integer coefficients or all the values of $P(n)$, for positive integers $n$, are divisible by the same integer $m>1$.
Problem
Source: XVIII Tuymaada Mathematical Olympiad (2011), Senior Level
Tags: quadratics, algebra, polynomial, Analytic Number Theory, Integer sequence, Integer Polynomial
18.05.2016 18:22
Suppose $P(n)$ is irreducible, then up to a linear transformation $P(n) = n^2 - b$ with $b$ not a perfect square. Let $Q$ be the set of primes $q$ that do not divide any $P(n)$. It follows by quadratic reciprocity and Dirichlet's theorem that $Q$ has relative density $\frac{1}{2}$ among all primes (a very special case of Chebotarev density theorem). Consider a positive integer $d$ that divides some $P(n)$, then $d$ cannot contain any prime factor in $Q$. This means the number of such $d \leq x$ is $O\left(\frac{x}{\sqrt{\log{x}}}\right)$. Therefore, $d_n > cn\sqrt{\log{n}}$ for some positive constant $c$ and all large $n$. Now let $e_n = \frac{P(n)}{d_n}$, then each $e_n$ is a positive integer greater than $1$. Moreover, for large $n$ we have $$(e_n+1) d_{n+1} > (e_n+1)d_n = P(n) + d_n > P(n) + cn\sqrt{\log{n}} > P(n+1).$$It follows that $e_{n+1} \leq e_{n}$. But then the sequence $e_n$ must be a constant $k$ for all large $n$. That implies $k | P(n)$ for all large $n$ and thus for all $n$.
24.05.2016 13:07
Here's a more elementary solution but far longer... First let $P(n) = c_nd_n$. Then we can show there exists a constant $m$ such that if $d_n > mn$ then we must have $c_n \geq c_{n+1}$. This is easy as else we must have $\frac{P(n+1)}{d_n} \geq \frac{P(n)}{d_n} + 1$ which is not possible if $m$ is large enough depending on the coefficients of $P$. Furthermore, this implies that $\frac{P(n+1)}{d_{n+1}} \leq \frac{P(n)}{d_n} $ which gives us $d_{n+1} \geq \frac{P(n+1)}{P(n)} d_n$ which tells us that $d_{n+1} > m(n+1)$ if $n$ is large enough. Hence if $n$ is large enough and we have $d_n > mn$, then by induction we can get $d_{n+k} > m(n+k)$ and that $c_{n+k} \leq c_{n+k-1}$. Hence $c_n$ will become a non-increasing sequence of positive integers and hence eventually constant, giving us the condition that $P(n)$ will be divisible by the same integer $m$ for all $n$. Hence we can assume that for large enough $n$, there is a constant $m$ such that $d_n < mn$. Now let $j_n = d_{n+1} - d_n, k_n = c_{n+1} - c_n$. Now since $j_n$ is always positive, at most $\frac{1}{2}$ of them can be larger than $2m$ else we will end up with $d_n > mn$. Hence by pigeonhole, we can have a positive density of them to be equal to some value, say $j$. Now since $k_n$ is clearly bounded above as $d_n$ is increasing, we can repeat the same argument to have a positive density of them among those with $j_n = j$ to be equal to the same value. Let this be value be $k$. Now we have that $P(n+1) = (d_n + j)(c_n + k)$ for a positive density of $n$. Consider the polynomial $(x - k d_n)(x - jc_n)$ which expands into $x^2 - (kd_n - jc_n)x + kj d_n c_n = x^2 - (P(n+1) - P(n) - kj)x + kjP(n) = x^2 + r(n)x + s(n)$ where $r$ is a linear polynomial in $n$ and $s$ a quadratic polynomial. This polynomial has integer roots for a positive density of $n$ and hence its discriminant must have be a perfect square for those $n$. This discriminant is $r(n)^2 - 4s(n) = an^2 + bn + c$ for some integers $a,b,c$. If $a$ is not a perfect square, then the equation $an^2 + bn + c = y^2$ can be rewritten into $a(n + \frac{b}{2a})^2 + c - \frac{b^2}{4a} = y^2$ which is equivalent to $a(2an + b)^2 + 4a^2c - ab^2 = (2ay)^2$. Now, this equation is a generalized Pell's equation and it is known that the solutions of it will grow in size exponentially as they are generated by a finite numbers of units. Hence it is impossible for it to have solutions for a positive density of naturals as it grows too fast. hence the leading coefficient must be a square and by completing the square, it is easy to see that the discriminant must be a perfect square for all $n$. Now, the integer roots of $x^2 + r(n)x + s(n)$ can be seen to grow linearly since the square root of the discriminant will be a linear function and hence it is of the form $(x - (an + b))(x - (cn+d))$ for some integers $a,b,c,d$. Hence we get $kjP(n) = r(n) = (an+b)(cn+d)$. It is then easy to conclude that $P(n)$ is the product of two linear polynomials with integer coefficients.
22.09.2016 13:18
22.09.2016 18:10
@anantmudgal09 The assumption $P(n) = n^2 - a$ might at first seem innocuous, but it actually helped your proof significantly, in deriving the key estimate $P(n) + d_n \geq P(n) + 2n+1 = P(n+1)$. If instead $P$ has leading coefficient $k$, then you would need $d_n > 2kn$ to carry out the same argument. In your proof that means finding a prime factor $p > 2kn$ of $P(n)$, which boils down to a strengthening of IMO 08 P3. As we know the result is true (due to Nagell), but it relies on analytic number theory. I think the essence is the same as my argument above for $d_n > cn \sqrt{\log(n)}$.