Maths Olympiad Prep

Library / /5 of 9

Algebra Difficulty 6.3 National olympiad Prove it United States

Find all nonconstant polynomials P(z)P(z) with complex coefficients for which all complex roots of the polynomials P(z)P(z) and P(z)1P(z) - 1 have absolute value 11.

Solution

First approach (Evan Chen) We introduce the following notations:
P(x)=cnxn+cn1xn1++c1x+c0=cn(x+α1)(x+αn)P(x)1=cn(x+β1)(x+βn) \begin{aligned} P(x) &= c_n x^n + c_{n-1} x^{n-1} + \dots + c_1 x + c_0 \\ &= c_n(x + \alpha_1) \dots (x + \alpha_n) \\ P(x) - 1 &= c_n(x + \beta_1) \dots (x + \beta_n) \end{aligned}
By taking conjugates,
    (x+1α1)(x+1αn)=(x+1β1)(x+1βn)+(cn)1() \implies \left(x + \frac{1}{\alpha_1}\right) \cdots \left(x + \frac{1}{\alpha_n}\right) = \left(x + \frac{1}{\beta_1}\right) \cdots \left(x + \frac{1}{\beta_n}\right) + \left(\overline{c_n}\right)^{-1} \quad (\spadesuit)
The equation (♠) is the main player:
Claim — We have ck=0c_k = 0 for all k=1,,n1k = 1, \dots, n-1.
*Proof.* By comparing coefficients of xkx^k in (♠) we obtain
cnkiαi=cnkiβi \frac{c_{n-k}}{\prod_i \alpha_i} = \frac{c_{n-k}}{\prod_i \beta_i}
but iαiiβi=1cn0\prod_i \alpha_i - \prod_i \beta_i = \frac{1}{c_n} \neq 0. Hence ck=0c_k = 0. \square
It follows that P(x)P(x) must be of the form P(x)=λxnμP(x) = \lambda x^n - \mu, so that P(x)=λxn(μ+1)P(x) = \lambda x^n - (\mu+1). This requires μ=μ+1=λ|\mu| = |\mu+1| = |\lambda| which is equivalent to the stated part.

Second approach (from the author) We let A=PA = P and B=P1B = P - 1 to make the notation more symmetric. We will as before show that AA and BB have all coefficients equal to zero other than the leading and constant coefficient; the finish is the same.
First, we rule out double roots.
Claim — Neither AA nor BB have double roots.
*Proof.* Suppose that bb is a double root of BB. By differentiating, we obtain A=BA' = B', so A(b)=0A'(b) = 0. However, by Gauss-Lucas, this forces A(b)=0A(b) = 0, contradiction. \square

Claim (Main claim) — For any ii and jj, aiaj\frac{a_i}{a_j} is a power of ω\omega.
*Proof.* Note that
aib1ajb1aibnajbn=B(ai)B(aj)=A(ai)1A(aj)1=0101=1. \frac{a_i - b_1}{a_j - b_1} \cdots \frac{a_i - b_n}{a_j - b_n} = \frac{B(a_i)}{B(a_j)} = \frac{A(a_i) - 1}{A(a_j) - 1} = \frac{0 - 1}{0 - 1} = 1.
Since the points AiA_i, AjA_j, BkB_k all lie on the unit circle, interpreting the left-hand side geometrically gives
AiB1Aj++AiBnAj=0    nAiAj^=0, \angle A_i B_1 A_j + \cdots + \angle A_i B_n A_j = 0 \implies n \widehat{A_i A_j} = 0,
where angles are directed modulo 180180^\circ and arcs are directed modulo 360360^\circ. This implies that aiaj\frac{a_i}{a_j} is a power of ω\omega. \square
Now the finish is easy: since a1,,ana_1, \dots, a_n are all different, they must be a1ω0,,a1ωn1a_1\omega^0, \dots, a_1\omega^{n-1} in some order; this shows that AA is a multiple of xna1nx^n - a_1^n, as needed.

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.