Maths Olympiad Prep

Library / /167 of 377

Algebra Difficulty 5.0 AIME, harder Prove it United States

Problem:
Show that, for every positive integer nn, there exists a monic polynomial of degree nn with integer coefficients such that the coefficients are decreasing and the roots of the polynomial are all integers.

Solution

Solution:
We claim we can find values aa and bb such that p(x)=(xa)(x+b)np(x) = (x - a)(x + b)^n is a polynomial of degree n+1n+1 that satisfies these constraints. We show that its coefficients are decreasing by finding a general formula for the coefficient of xkx^k.

The coefficient of xkx^k is bk(nk)abk1(nk1)b^k \binom{n}{k} - a b^{k-1} \binom{n}{k-1}, which can be seen by expanding out (x+b)n(x + b)^n and then multiplying by (xa)(x - a). Then we must prove that
bk+1(nk+1)abk(nk)<bk(nk)abk1(nk1) b^{k+1} \binom{n}{k+1} - a b^k \binom{n}{k} < b^k \binom{n}{k} - a b^{k-1} \binom{n}{k-1}
or
abk1(b(nk)(nk1))>bk(b(nk+1)(nk)). a b^{k-1} \left(b \binom{n}{k} - \binom{n}{k-1}\right) > b^k \left(b \binom{n}{k+1} - \binom{n}{k}\right) .
Choose b>max((nk)(nk1))b > \max \left(\frac{\binom{n}{k}}{\binom{n}{k-1}}\right) in order to make sure the right-hand term in each product on each side of the inequality sign is positive (we'll be dividing by it, so this makes things much easier), and choose a>max(b(b(nk+1)(nk))b(nk)(nk1))a > \max \left(\frac{b\left(b \binom{n}{k+1} - \binom{n}{k}\right)}{b \binom{n}{k} - \binom{n}{k-1}}\right) to make sure the inequality always holds. Since there are only finite values that kk can take on given a fixed nn (namely, integers between 0 and nn inclusive), we can always find values of aa and bb that satisfy these constraints.

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 reproduced verbatim; metadata (topic, difficulty) added by this project.