Maths Olympiad Prep

Library / /88 of 101

Algebra Difficulty 7.3 National olympiad, round 2 Prove it Estonia

The coefficients of the polynomial
P(x)=anxn+an1xn1++a1x+a0 P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0
are real numbers such that ai=ania_i = a_{n-i} for every i=0,1,,ni = 0, 1, \dots, n, and an0a_n \neq 0. Let x1,x2,,xkx_1, x_2, \dots, x_k be all the real roots of the polynomial P(x)P(x) without repetitions.

a. Prove that
x1+x2++xkk. |x_1| + |x_2| + \dots + |x_k| \ge k.

b. Is the inequality definitely strict in the case k>1k > 1?

Solution

a. Let cc be any root of P(x)P(x). As P(0)=a0=an0P(0) = a_0 = a_n \neq 0, we must have c0c \neq 0. Notice that
P(1c)=an(1c)n+an1(1c)n1++a1(1c)+a0=(1c)n(a0cn+a1cn1++an1c+an)=(1c)n(ancn+an1cn1++a1c+a0)=(1c)nP(c)=0, \begin{aligned} P\left(\frac{1}{c}\right) &= a_n \left(\frac{1}{c}\right)^n + a_{n-1} \left(\frac{1}{c}\right)^{n-1} + \dots + a_1 \left(\frac{1}{c}\right) + a_0 \\ &= \left(\frac{1}{c}\right)^n (a_0 c^n + a_1 c^{n-1} + \dots + a_{n-1} c + a_n) \\ &= \left(\frac{1}{c}\right)^n (a_n c^n + a_{n-1} c^{n-1} + \dots + a_1 c + a_0) \\ &= \left(\frac{1}{c}\right)^n P(c) = 0, \end{aligned}
which shows that 1c\frac{1}{c} is also a root of P(x)P(x). Thus the roots can be divided into inverse pairs.
For each root cc we have c+1c2|c| + \left|\frac{1}{c}\right| \ge 2. The only roots paired with itself are 1 and -1, both of which have an absolute value of 1. If there are ll such roots, then
x1+x2++xkkl22+l1=kl+l=k. |x_1| + |x_2| + \dots + |x_k| \ge \frac{k-l}{2} \cdot 2 + l \cdot 1 = k - l + l = k.

b. The polynomial P(x)=x3x2x+1=(x1)2(x+1)P(x) = x^3 - x^2 - x + 1 = (x-1)^2(x+1) satisfies the conditions of the problem and its real roots are x1=1x_1 = 1 and x2=1x_2 = -1. Thus k=2>1k = 2 > 1, but x1+x2=2=k|x_1| + |x_2| = 2 = k, so the inequality is non-strict.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.