Maths Olympiad Prep

Library / /19 of 30

, 2023

Algebra Difficulty 8.2 Shortlist Prove it Saudi Arabia

Let a1,a2,a3,,a10a_1, a_2, a_3, \dots, a_{10} and b1,b2,,b10b_1, b_2, \dots, b_{10} be real numbers such that the roots of these 10 polynomials
x2+a1x+b1, x2+a2x+b2, , x2+a10x+b10 x^2 + a_1x + b_1,\ x^2 + a_2x + b_2,\ \dots,\ x^2 + a_{10}x + b_{10}
are all integer numbers ±1,±2,,±10\pm 1, \pm 2, \dots, \pm 10 (in some order).
a) What is the maximum amount of odd values among a1,b1,,a10,b10a_1, b_1, \dots, a_{10}, b_{10}?
b) Find the minimum and maximum values of the sum b1+b2++b10b_1 + b_2 + \dots + b_{10}.

Solution

a) Denote xi,yix_i, y_i as the roots of the ii-th polynomial, then by Vieta's theorem, ai=(xi+yi)a_i = -(x_i + y_i) and bi=xiyib_i = x_i y_i. Thus aibi=xiyi(xi+yi)a_i b_i = -x_i y_i (x_i + y_i) which is always even, implying that at most 1 number among ai,bia_i, b_i is odd. Hence, there are at most 10 odd values among their coefficients.

The equality case occurs when (1,2),(3,4),,(9,10),(1,2),,(9,10)(1, 2), (3, 4), \dots, (9, 10), (-1, -2), \dots, (-9, -10) are roots of the given polynomials.

b) By Vieta's theorem, we need to find the minimum and maximum value of
T=x1y1+x2y2++x10y10. T = x_1 y_1 + x_2 y_2 + \dots + x_{10} y_{10}.
Note that for all x,yRx, y \in \mathbb{R}, xyx2+y22xy \ge -\frac{x^2 + y^2}{2}, thus
T12(x12+y12+x22+y22++x102+y102)=(12+22++102)=385. T \ge -\frac{1}{2}(x_1^2 + y_1^2 + x_2^2 + y_2^2 + \dots + x_{10}^2 + y_{10}^2) = -(1^2 + 2^2 + \dots + 10^2) = -385.
On the other hand, for x,yZx, y \in \mathbb{Z} and xyx \ne y then (xy)21(x-y)^2 \ge 1 so xyx2+y212xy \le \frac{x^2 + y^2 - 1}{2}, thus
T12(x12+y12+x22+y22++x102+y102)5=380. T \le \frac{1}{2}(x_1^2 + y_1^2 + x_2^2 + y_2^2 + \dots + x_{10}^2 + y_{10}^2) - 5 = 380.
Hence, we can conclude that:

* maxT=380\max T = 380, attained when (1,2),(3,4),,(9,10),(1,2),,(9,10)(1, 2), (3, 4), \dots, (9, 10), (-1, -2), \dots, (-9, -10) are roots of 10 polynomials.
* minT=385\min T = -385, attained when (1,1),(2,2),,(10,10)(1, -1), (2, -2), \dots, (10, -10) are roots of 10 polynomials.

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.