Maths Olympiad Prep

Library / /19 of 96

, 2021

Algebra Difficulty 7.9 National Olympiad, round 2 Prove it Baltic Way

Let pp be a polynomial with real coefficients and n1n \ge 1 be an integer. Prove that there exists a non-zero polynomial qq such that the coefficients of pqp \cdot q vanish for each power that is not a multiple of nn.

Solution

Let xx be the variable. We want to find a real non-zero polynomial qq such that p(x)q(x)=s(xn)p(x) \cdot q(x) = s(x^n) for some real polynomial ss. If pp is the zero polynomial then pq=0p \cdot q = 0 for every polynomial qq. It can therefore be assumed that p0p \neq 0.

Let y=xny = x^n. Then ymy^m is a real polynomial for each mNm \in \mathbb{N}. For each mNm \in \mathbb{N} let rm(x)r_m(x) be the remainder of the polynomial division of ym=(xn)my^m = (x^n)^m by p(x)p(x). Then each rmr_m is of degree less than the deg(p)\deg(p), the degree of pp. Consider the polynomials r0,r1,,rdeg(p)r_0, r_1, \dots, r_{\deg(p)}. We want to find coefficients s0,s1,,sdeg(p)s_0, s_1, \dots, s_{\deg(p)} such that s0r0(x)+s1r1(x)++sdeg(p)rdeg(p)(x)=0s_0 \cdot r_0(x) + s_1 \cdot r_1(x) + \dots + s_{\deg(p)} \cdot r_{\deg(p)}(x) = 0. By considering the coefficients this is equivalent to a system with deg(p)\deg(p) linear equations and deg(p)+1\deg(p) + 1 unknowns, (s0,s1,,sn(s_0, s_1, \dots, s_n are the unknowns). As there are more unknowns than equations it follows that there exists a solution (s0,s1,,sn)(0,0,,0)(s_0, s_1, \dots, s_n) \neq (0, 0, \dots, 0).

Take a solution (s0,s1,,sn)(s_0, s_1, \dots, s_n) to the system of linear equations and let s(x)=s0+s1x++sdeg(p)xps(x) = s_0 + s_1 \cdot x + \dots + s_{\deg(p)} x^p. This is non-zero polynomial. As rm(x)r_m(x) is the remainder of the polynomial division of ymy^m by p(x)p(x) it follows that p(x)p(x) divides ymrm(x)y^m - r_m(x) for all mNm \in \mathbb{N}. Hence p(x)p(x) divides
s0(y0r0(x))+s1(y1r1(x))++sdeg(p)(ydeg(p)rdeg(p)(x))=s(y)(s0r0(x)+s1r1(x)++sdeg(p)rdeg(p)(x))=s(y) \begin{aligned} & s_0 \cdot (y^0 - r_0(x)) + s_1 \cdot (y^1 - r_1(x)) + \dots + s_{\deg(p)} \cdot (y^{\deg(p)} - r_{\deg(p)}(x)) \\ &= s(y) - (s_0 \cdot r_0(x) + s_1 \cdot r_1(x) + \dots + s_{\deg(p)} \cdot r_{\deg(p)}(x)) \\ &= s(y) \end{aligned}
It follows that q(x)=s(y)/p(x)q(x) = s(y)/p(x) is a polynomial. As ss is non-zero it follows that qq is non-zero as well. We have therefore found a non-zero polynomial qq such that p(x)q(x)=s(xn)p(x) \cdot q(x) = s(x^n) as desired. \square

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.