Maths Olympiad Prep

Library / /5 of 10

, 2015

Algebra Difficulty 5.6 AIME, harder Prove it Taiwan

Define the size relation f(x)g(x)f(x) \geq g(x) between two polynomials by comparing coefficients starting from the highest-degree term downward, i.e., the following statement:

If f(x)=i=0naixif(x) = \sum_{i=0}^{n} a_i x^i, g(x)=i=0nbixig(x) = \sum_{i=0}^{n} b_i x^i (an,bna_n, b_n may be 0) and there exists rr such that i>r,ai=bi,ar>br\forall i > r, a_i = b_i, a_r > b_r, or f(x)=g(x)f(x) = g(x), then we say f(x)g(x)f(x) \geq g(x).

Prove: if the leading coefficients of f,gf, g are positive, then f(f(x))+g(g(x))f(g(x))+g(f(x))f(f(x)) + g(g(x)) \geq f(g(x)) + g(f(x)).

Solution

It is easy to verify that the \ge defined above satisfies the property that adding or subtracting the same polynomial on both sides preserves the relation.

(1). Suppose the conclusion does not hold, then we derive a contradiction below.

We now use induction on height to prove ai=bi,i=1,2,...,na_i = b_i, \forall i = 1, 2, ..., n.

First prove an=bna_n = b_n: consider comparing the coefficient of xn2x^{n^2}, the left side is ann+1+bnn+1a_n^{n+1} + b_n^{n+1}, the right side is annbn+anbnna_n^n b_n + a_n b_n^n, left side \ge right side with equality holding at an=bna_n = b_n, but by assumption equality must hold.

Assume ai=bi,i=k,k+1,...,na_i = b_i, \forall i = k, k + 1, ..., n holds, then the original expression can be written as
anf(x)n+an1f(x)n1++akf(x)k++a0+bng(x)n+bn1g(x)n1++bkg(x)k++b0ang(x)n+an1g(x)n1++akg(x)k++a0+bnf(x)n+bn1f(x)n1++bkf(x)k++b0 \begin{aligned} & a_n f(x)^n + a_{n-1} f(x)^{n-1} + \cdots + a_k f(x)^k \\ & \qquad + \cdots + a_0 + b_n g(x)^n + b_{n-1} g(x)^{n-1} + \cdots + b_k g(x)^k + \cdots + b_0 \\ \ge & a_n g(x)^n + a_{n-1} g(x)^{n-1} + \cdots + a_k g(x)^k \\ & + \cdots + a_0 + b_n f(x)^n + b_{n-1} f(x)^{n-1} + \cdots + b_k f(x)^k + \cdots + b_0 \end{aligned}
which is equivalent to
ak1f(x)k1++a0+bk1g(x)k1++b0ak1g(x)k1++a0+bk1f(x)k1++b0 \begin{aligned} & a_{k-1} f(x)^{k-1} + \cdots + a_0 + b_{k-1} g(x)^{k-1} + \cdots + b_0 \\ \ge & a_{k-1} g(x)^{k-1} + \cdots + a_0 + b_{k-1} f(x)^{k-1} + \cdots + b_0 \end{aligned}
It is not hard to see that in the left and right expressions the coefficients of xqx^q will be the same q>n(k2)+k1\forall q > n(k-2)+k-1 (because the coefficients are all chosen from ana_n to aka_k), comparing the coefficient of the xn(k2)+k1x^{n(k-2)+k-1} term, the left side is (k1)ank2(ak12+bk12)(k-1)a_n^{k-2}(a_{k-1}^2 + b_{k-1}^2), the right side is (k1)ank2×2ak1bk1(k-1)a_n^{k-2} \times 2a_{k-1}b_{k-1}, by the AM-GM inequality the left side \ge the right side with equality holding at ak1=bk1a_{k-1} = b_{k-1}, but by assumption equality must hold.

By mathematical induction we obtain f(x)=g(x)f(x) = g(x), a contradiction!

(2). f(x)g(x)f(x) \ge g(x) is equivalent to the existence of a sufficiently large MM such that m>M,f(m)g(m)\forall m > M, f(m) \ge g(m). Without loss of generality, f(x)g(x)f(x) \ge g(x); also, the original expression is equivalent to (fg)(f(x))(fg)(g(x))(f-g)(f(x)) \ge (f-g)(g(x)), and the leading coefficient of fgf-g is positive, so there exists a sufficiently large MM such that m>M\forall m > M: (i) (fg)(m)(f-g)(m) is increasing, (ii) f(m)g(m)f(m) \ge g(m), then (fg)(f(m))(fg)(g(m))(f-g)(f(m)) \ge (f-g)(g(m)), hence the result is proved.

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 translated into English from zh; metadata (topic, difficulty) added by this project.