Let P(x) be a polynomial of degree n≥2 with nonnegative coefficients. Let a, b, and c be the side lengths of some triangle. Prove that the numbers nP(a), nP(b), and nP(c) are also the side lengths of some triangle.
Пусть P(x) — многочлен степени n≥2 с неотрицательными коэффициентами. Пусть a, b, c — длины сторон некоторого треугольника. Докажите, что числа nP(a), nP(b), nP(c) также являются длинами сторон некоторого треугольника.
Solution
Assume that a≥b≥c. Set G(x)=P(x)/xn and notice that G(a)≤G(b)≤G(c).
Let, without loss of generality, a≥b≥c; these three positive numbers are the side lengths of a triangle if and only if a<b+c. Since the coefficients of P(x) are nonnegative, we have P(a)≥P(b)≥P(c)>0; thus, we need to check that nP(a)<nP(b)+nP(c).
Let P(x)=pnxn+pn−1xn−1+⋯+p0. Denote G(x)=P(x)/xn. Note that G(a)=pn+apn−1+⋯+anp0≤pn+bpn−1+⋯+bnp0=G(b) and similarly, G(a)≤G(c). Therefore, nP(a)=anG(a)<(b+c)nG(a)≤bnG(b)+cnG(c)=nP(b)+nP(c), which is what was required to prove.
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.