5th APMO 1993

------
 
 
Problem 3

p(x) = (x + a) q(x) is a real polynomial of degree n. The largest absolute value of the coefficients of p(x) is h and the largest absolute value of the coefficients of q(x) is k. Prove that k ≤ hn.

 

Solution

Let p(x) = p0 + p1x + ... + pnxn, q(x) = q0 + q1x + ... + qn-1xn-1, so h = max |pi|, k = max |qi|.

If a = 0, then the result is trivial. So assume a is non-zero. We have pn = qn-1, pn-1 = qn-2 + aqn-1, pn-2 = qn-3 + aqn-2, ... , p1 = q0 + aq1, p0 = aq0.

We consider two cases. Suppose first that |a| ≥ 1. Then we show by induction that |qi| ≤ (i+1) h. We have q0 = p0/a, so |q0| ≤ h, which establishes the result for i = 0. Suppose it is true for i. We have qi+1 = (pi+1 - qi)/a, so |qi+1| ≤ |pi+1| + |qi| ≤ h + (i+1)h = (i+2)h, so it is true for i+1. Hence it is true for all i < n. So k ≤ max(h, 2h, ... , nh) = nh.

The remaining possibility is 0 < |a| < 1. In this case we show by induction that |qn-i| ≤ ih. We have qn-1 = pn, so |qn-1| ≤ |pn| ≤ h, which establishes the result for i = 1. Suppose it is true for i. We have qn-i-1 = pn-i - aqn-i, so |qn-i-1n-i| + |qn-i| ≤ h + ih = (i+1)h, so it is true for i+1. Hence it is true for all 1 ≤ i ≤ n. Hence k ≤ max(h, 2h, ... , nh) = nh.

 


 

5th APMO 1993

© John Scholes
jscholes@kalva.demon.co.uk
11 Apr 2002