Find all polynomials p of odd degree with real coefficients which satisfy p(p(x))≤(p(x))3 for all x∈R and have the coefficient at x2 equal 0.
Solution
Let p(x)=anxn+an−1xn−1+⋯+a0, where an=0. The leading term of the polynomial p(p(x)) equals an(anxn)n=ann+1xn2, and the leading term of the polynomial p(x)3 equals (anxn)3=an3x3n, they are both of odd degree. Since the polynomial p(x)3−p(p(x)) has only non-negative values it must be of even degree, hence the leading terms must cancel each other out. Therefore ann+1xn2=an3x3n, i.e. n2=3n and ann+1=an3. It follows n=3 and an=1 since an=0, i.e. the polynomial p is of degree 3 with a leading coefficient 1. Since the coefficient of the polynomial p at x2 is equal to the polynomial p(x)=x3+ax+b. We use this in the given inequality and simplifying it to get ax3+a2x+ab+b≤0 for all x∈R. This is possible only if a=0, since the polynomial of odd degree always has positive values at some points. The inequality thus simplifies to b≤0. The polynomials that satisfy the conditions of the problem are exactly those of the form p(x)=x3+b, where b≤0.
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.