Maths Olympiad Prep

Library / /12 of 13

, 2011

Algebra Difficulty 7.0 National olympiad, round 2 Prove it Vietnam

Let nn be a positive integer. Show that the polynomial
P(x,y)=xn+xy+yn P(x, y) = x^n + x y + y^n
can not be written in the form
P(x,y)=G(x,y)H(x,y), P(x, y) = G(x, y) \cdot H(x, y),
where G(x,y)G(x, y) and H(x,y)H(x, y) are non-constant polynomials with real coefficients.

Solution

We will show the claim by assuming the contrary.
Assume that there exist non-constant polynomials G(x,y)G(x, y) and H(x,y)H(x, y), with real coefficients, such that
P(x,y)=G(x,y)H(x,y),(1) P(x, y) = G(x, y) \cdot H(x, y), \qquad (1)
where P(x,y)=xn+xy+ynP(x, y) = x^n + x y + y^n, nNn \in \mathbb{N}^*.
Present G(x,y)G(x, y) and H(x,y)H(x, y) in the form of polynomials in xx:
G(x,y)=gm(y)xm+gm1(y)xm1++g1(y)x+g0(y),mN;H(x,y)=hk(y)xk+hk1(y)xk1++h1(y)x+h0(y),kN; \begin{aligned} G(x, y) &= g_m(y) \cdot x^m + g_{m-1}(y) \cdot x^{m-1} + \dots + g_1(y) \cdot x + g_0(y), \quad m \in \mathbb{N}; \\ H(x, y) &= h_k(y) \cdot x^k + h_{k-1}(y) \cdot x^{k-1} + \dots + h_1(y) \cdot x + h_0(y), \quad k \in \mathbb{N}; \end{aligned}
where gi(y)g_i(y), i=0,,mi=0,\ldots,m, and hj(y)h_j(y), j=0,,kj=0,\ldots,k, are real polynomials in yy.
It follows from (1):
m+k=n,(2) m + k = n, \qquad (2)
For n2, gm(y),hk(y) are constant polynomials and hence are not divisible by y.(3) \text{For } n \ge 2, \ g_m(y), h_k(y) \text{ are constant polynomials and hence are not divisible by } y. \quad (3)
Since G(x,y) and H(x,y) are non-constant, by means of (3), if n2, then m,k1.(4) \text{Since } G(x, y) \text{ and } H(x, y) \text{ are non-constant, by means of (3), if } n \ge 2, \text{ then } m, k \ge 1. \quad (4)
* If n=1n = 1. Then, according to (2), we have m+k=1m + k = 1. Consequently, m=0m = 0 and k=1k = 1, or m=1m = 1 and k=0k = 0.

Assume that m=0m = 0 and k=1k = 1. (The case m=1m = 1 and k=0k = 0 is treated similarly). Then we have
(y+1)x+y=g0(y)h1(y)x+g0(y)h0(y). (y+1)x + y = g_0(y) h_1(y)x + g_0(y) h_0(y).
Consequently g0(y)(h1(y)h0(y))=1g_0(y)(h_1(y) - h_0(y)) = 1. Thus, g0(y)g_0(y) is a constant polynomial, contradicting the assumption that G(x,y)G(x, y) is non-constant.

* If n2n \ge 2.
Let i0i_0 and j0j_0 be the least indices such that gi0(y)g_{i_0}(y) and hj0(y)h_{j_0}(y) are polynomials not divisible by yy.
Clearly, the coefficients of xi0+j0x^{i_0+j_0} in the expansion of G(x,y)H(x,y)G(x, y) H(x, y) are
g0(y)hi0+j0(y)+g1(y)hi0+j01(y)++gi0(y)hj0(y)+gi0+1(y)hj01(y)++gi0+j0(y)h0(y) g_0(y) h_{i_0+j_0}(y) + g_1(y) h_{i_0+j_0-1}(y) + \dots + g_{i_0}(y) h_{j_0}(y) + g_{i_0+1}(y) h_{j_0-1}(y) + \dots + g_{i_0+j_0}(y) h_0(y)
It follows from the definition of i0i_0 and j0j_0 that the above coefficients are not divisible by yy. Thus, by (1), with the remark that the coefficient of xnx^n in PP is the unique one not divisible by yy, we conclude i0+j0=ni_0 + j_0 = n. Hence i0=mi_0 = m and j0=kj_0 = k. Together with (4) we have either m=1m = 1 or k=1k = 1, as if otherwise, m,k>1m, k > 1, by comparing the coefficients of xx on both sides of (1) we would have y=g0(y)h1(y)+g1(y)h0(y)y2y = g_0(y) h_1(y) + g_1(y) h_0(y) \neq y^2, a contradiction.

Assume m=1m = 1. (The case k=1k = 1 is treated similarly). Then we have
xn+xy+yn=(ax+g0(y))(bxn1+hn2(y)xn2++h1(y)x+h0(y)),(5) x^n + x y + y^n = (a x + g_0(y))(b x^{n-1} + h_{n-2}(y) x^{n-2} + \dots + h_1(y) x + h_0(y)), \quad (5)
where a,ba, b are real constants with b=1b = 1.
By (5) we have yn=g0(y)h0(y)y^n = g_0(y) h_0(y). Consequently g0(y)=aysg_0(y) = a' y^s, where sN,sns \in \mathbb{N}^*, s \le n and aa' is a real constant, different from 00.
Put c=aac = -\frac{a'}{a}, we have c0c \ne 0. Plug x=cysx = c y^s in (5), we obtain
cnysn+cys+1+yn=0.(6) c^n y^{s n} + c y^{s+1} + y^n = 0. \quad (6)
+ If s=1s = 1 and n=2n = 2, we obtain from (6): (c2+c+1)y2=0(c^2 + c + 1)y^2 = 0. Consequently c2+c+1=0c^2 + c + 1 = 0, a contradiction.
+ If s=1s = 1 and n>2n > 2, we obtain from (6): (cn+1)yn+cy2=0(c^n + 1)y^n + c y^2 = 0, a contradiction (since c0c \ne 0).
+ If s2s \ge 2 and n2n \ge 2 then sn>ns n > n and sn>s+1s n > s + 1. Hence (6) is contradictory, since c0c \ne 0.

* Thus, in conclusion, the assumption at the very beginning is wrong and we thereby verify the claim of the problem.

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.