Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 2017 / Problems / Day 2, P7

IMC 2017 · Day 2 · P7

very hard

Let p(x)p(x) be a nonconstant polynomial with real coefficients. For every positive integer nn, let qn(x)=(x+1)np(x)+xnp(x+1).q_n(x) = (x+1)^n p(x) + x^n p(x+1). Prove that there are only finitely many numbers nn such that all roots of qn(x)q_n(x) are real.

(Proposed by Alexandr Bolbot, Novosibirsk State University)

Solution (official)

Lemma. If f(x)=amxm++a1x+a0f(x) = a_m x^m + \dots + a_1 x + a_0 is a polynomial with am0a_m \ne 0, and all roots of ff are real, then am122amam20.a_{m-1}^2 - 2 a_m a_{m-2} \ge 0. Proof. Let the roots of ff be w1,,wnw_1, \dots, w_n. By the Viète-formulas, i=1mwi=am1am,i<jwiwj=am2am,\sum_{i=1}^{m} w_i = -\frac{a_{m-1}}{a_m}, \qquad \sum_{i<j} w_i w_j = \frac{a_{m-2}}{a_m}, 0i=1mwi2=(i=1mwi)22i<jwiwj=(am1am)22am2am=am122amam2am2.0 \le \sum_{i=1}^{m} w_i^2 = \left( \sum_{i=1}^{m} w_i \right)^2 - 2 \sum_{i<j} w_i w_j = \left( \frac{a_{m-1}}{a_m} \right)^2 - 2 \frac{a_{m-2}}{a_m} = \frac{a_{m-1}^2 - 2 a_m a_{m-2}}{a_m^2}.

In view of the Lemma we focus on the asymptotic behavior of the three terms in qn(x)q_n(x) with the highest degrees. Let p(x)=axk+bxk1+cxk2+p(x) = a x^k + b x^{k-1} + c x^{k-2} + \dots and qn(x)=Anxn+k+Bnxn+k1+Cnxn+k2+q_n(x) = A_n x^{n+k} + B_n x^{n+k-1} + C_n x^{n+k-2} + \dots; then qn(x)=(x+1)np(x)+xnp(x+1)==(xn+nxn1+n(n1)2xn2+)(axk+bxk1+cxk2+)+xn(a(xk+kxk1+k(k1)2xk2+)+b(xk1+(k1)xk2+)+c(xk2)+)=2axn+k+((n+k)a+2b)xn+k1+(n(n1)+k(k1)2a+(n+k1)b+2c)xn+k2+,\begin{align*} q_n(x) &= (x+1)^n p(x) + x^n p(x+1) = \\ &= \left( x^n + n x^{n-1} + \frac{n(n-1)}{2} x^{n-2} + \dots \right) (a x^k + b x^{k-1} + c x^{k-2} + \dots) \\ &\quad + x^n \biggl( a \left( x^k + k x^{k-1} + \frac{k(k-1)}{2} x^{k-2} + \dots \right) \\ &\qquad + b \bigl( x^{k-1} + (k-1) x^{k-2} + \dots \bigr) + c \bigl( x^{k-2} \dots \bigr) + \dots \biggr) \\ &= 2a \cdot x^{n+k} + \bigl( (n+k) a + 2b \bigr) x^{n+k-1} \\ &\quad + \left( \frac{n(n-1) + k(k-1)}{2} a + (n+k-1) b + 2c \right) x^{n+k-2} + \dots, \end{align*} so An=2a,Bn=(n+k)a+2b=Cn=n(n1)+k(k1)2a+(n+k1)b+2c.A_n = 2a, \quad B_n = (n+k) a + 2b =

C_n = \frac{n(n-1) + k(k-1)}{2} a + (n+k-1) b + 2c. If nn \to \infty then Bn22AnCn=(na+O(1))222a(n2a2+O(n))=an2+O(n),B_n^2 - 2 A_n C_n = \bigl( na + O(1) \bigr)^2 - 2 \cdot 2a \left( \frac{n^2 a}{2} + O(n) \right) = -a n^2 + O(n) \to -\infty, so Bn22AnCnB_n^2 - 2 A_n C_n is eventually negative, indicating that qnq_n cannot have only real roots.

How the field did

contestants scored
315
average (of 10)
1.63
solved (≥ 80%)
14.3%
near-0 (≤ 10%)
82.5%
discrimination
0.44

Score distribution (field cohort)

Computed on contestants with a meaningful total (field cohort); discrimination is the corrected item–total correlation.

Similar problems

IMC 2006 · Day 1 · P6killeravg 0.3/10 · solved 1% · near-0 95% · disc 0.18
IMC 2007 · Day 2 · P12killeravg 0.1/10 · solved 0% · near-0 99% · disc 0.36
IMC 2014 · Day 1 · P3mediumavg 4.2/10 · solved 40% · near-0 54% · disc 0.53
IMC 2005 · Day 2 · P8easyavg 6.2/10 · solved 53% · near-0 29% · disc 0.52