返回题库

AIME 2019 I · 第 10 题

AIME 2019 I — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

For distinct complex numbers z1,z2,,z673z_1,z_2,\dots,z_{673}, the polynomial

(xz1)3(xz2)3(xz673)3(x-z_1)^3(x-z_2)^3 \cdots (x-z_{673})^3 can be expressed as x2019+20x2018+19x2017+g(x)x^{2019} + 20x^{2018} + 19x^{2017}+g(x), where g(x)g(x) is a polynomial with complex coefficients and with degree at most 20162016. The sum

1j<k673zjzk\left| \sum_{1 \le j <k \le 673} z_jz_k \right| can be expressed in the form mn\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+nm+n.

解析

Solution 1

In order to begin this problem, we must first understand what it is asking for. The notation

1j<k673zjzk\left| \sum_{1 \le j <k \le 673} z_jz_k \right| simply asks for the absolute value of the sum of the product of the distinct unique roots of the polynomial taken two at a time or

(z1z2+z1z3++z1z672+z1z673)+(z2z3+z2z4++z2z673)+(z3z4+z3z5++z3z673)++z672z673.(z_1z_2+z_1z_3+ \dots + z_1z_{672}+z_1z_{673})+(z_2z_3+z_2z_4+ \dots +z_2z_{673}) + (z_3z_4+z_3z_5+ \dots +z_3z_{673}) + \dots +z_{672}z_{673}. Call this sum SS.

Now we can begin the problem. Rewrite the polynomial as P=(xz1)(xz1)(xz1)(xz2)(xz2)(xz2)(xz673)(xz673)(xz673)P=(x-z_1)(x-z_1)(x-z_1)(x-z_2)(x-z_2)(x-z_2) \dots (x-z_{673})(x-z_{673})(x-z_{673}). Then we have that the roots of PP are z1,z1,z1,z2,z2,z2,,z673,z673,z673z_1,z_1,z_1,z_2,z_2,z_2, \dots , z_{673},z_{673},z_{673}.

By Vieta's formulas, we have that the sum of the roots of PP is (1)1201=20=z1+z1+z1+z2+z2+z2++z673+z673+z673=3(z1+z2+z3++z673)(-1)^1 \cdot \dfrac{20}{1}=-20=z_1+z_1+z_1+z_2+z_2+z_2+ \dots + z_{673}+z_{673}+z_{673}=3(z_1+z_2+z_3+ \dots +z_{673}). Thus, z1+z2+z3++z673=203.z_1+z_2+z_3+ \dots +z_{673}=- \dfrac{20}{3}.

Similarly, we also have that the the sum of the roots of PP taken two at a time is (1)2191=19.(-1)^2 \cdot \dfrac{19}{1} = 19. This is equal to z12+z12+z12+z1z2+z1z2+z1z2+=3(z12+z22++z6732)+9(z1z2+z1z3+z1z4++z672z673)=3(z12+z22++z6732)+9S.z_1^2+z_1^2+z_1^2+z_1z_2+z_1z_2+z_1z_2+ \dots = \\ 3(z_1^2+z_2^2+ \dots + z_{673}^2) + 9(z_1z_2+z_1z_3+z_1z_4+ \dots + z_{672}z_{673}) = 3(z_1^2+z_2^2+ \dots + z_{673}^2) + 9S.

Now we need to find and expression for z12+z22++z6732z_1^2+z_2^2+ \dots + z_{673}^2 in terms of SS. We note that (z1+z2+z3++z673)2=(20/3)2=4009=(z12+z22++z6732)+2(z1z2+z1z3+z1z4++z672z673)=(z12+z22++z6732)+2S.(z_1+z_2+z_3+ \dots +z_{673})^2= (-20/3)^2=\dfrac{400}{9} \\ =(z_1^2+z_2^2+ \dots + z_{673}^2)+2(z_1z_2+z_1z_3+z_1z_4+ \dots + z_{672}z_{673})=(z_1^2+z_2^2+ \dots + z_{673}^2)+2S. Thus, z12+z22++z6732=40092Sz_1^2+z_2^2+ \dots + z_{673}^2= \dfrac{400}{9} -2S.

Plugging this into our other Vieta equation, we have 3(40092S)+9S=193 \left( \dfrac{400}{9} -2S \right) +9S = 19. This gives S=3439S=3439S = - \dfrac{343}{9} \Rightarrow \left| S \right| = \dfrac{343}{9}. Since 343 is relatively prime to 9, m+n=343+9=352m+n = 343+9 = \fbox{352}.

Solution 2 (Fake Solve)

This is a quick fake solve using zi=0z_i = 0 where 3i6733 \le i \le 673 and only z1,z20z_1,z_2 \neq 0 .

By Vieta's,

3z1+3z2=203z_1+3z_2=-20 and

3z12+3z22+9z1z2=19.3z_1^2+3z_2^2+9z_1z_2 = 19. Rearranging gives z1+z2=203z_1 + z_2 = \dfrac{-20}{3} and 3(z12+2z1z2+z22)+3z1z2=193(z_1^2 + 2z_1z_2 + z_2^2) + 3z_1z_2 = 19 giving 3(z1+z2)2+3z1z2=193(z_1 + z_2)^2 + 3z_1z_2 = 19.

Substituting gives 3(4009)+3z1z2=193\left(\dfrac{400}{9}\right) + 3z_1z_2 = 19 which simplifies to 4003+3z1z2=573\dfrac{400}{3} + 3z_1z_2 = \dfrac{57}{3}.

So, 3z1z2=34333z_1z_2 = \dfrac{-343}{3}, z1z2=3439z_1z_2 = \dfrac{-343}{9}, 3439=3439|\dfrac{-343}{9}|=\dfrac{343}{9},

m+n=343+9=352.m+n = 343+9 = \boxed{352}.

Solution 3

Let $x=\sum_{1\le j. By Vieta's,

3i=1673zi=20    i=1673zi=203.3\sum_{i=1}^{673}z_i=-20\implies \sum_{i=1}^{673}z_i=-\frac{20}3. Then, consider the 19x201719x^{2017} term. To produce the product of two roots, the two roots can either be either (zi,zi)(z_i,z_i) for some ii, or (zj,zk)(z_j,z_k) for some j.Intheformercase,thiscanhappeninj. In the former case, this can happen in\tbinom 32=3ways,andinthelattercase,thiscanhappeninways, and in the latter case, this can happen in3^2=9$ ways. Hence,

19=3i=1673zi2+91j<k673zjzk=3((203)22x)+9x=4003+3x    x=3439,\begin{aligned} 19=3\sum_{i=1}^{673} z_i^2+9\sum_{1\le j<k\le 673} z_jz_k=3\left(\left(-\frac{20}3\right)^2-2x\right)+9x&=\frac{400}3+3x\\ \implies x&=-\frac{343}9, \end{aligned} and the requested sum is 343+9=352343+9=\boxed{352}.

Solution 4

Let

(f(x))3=x2019+20x2018+19x2017+g(x).(f(x))^3=x^{2019}+20x^{2018}+19x^{2017}+g(x). Therefore, f(x)=(xz1)(xz1)(xz673)f(x)=(x-z_{1})(x-z_{1})\cdots (x-z_{673}). This is also equivalent to

f(x)=x673+ax672+bx671+h(x)f(x)=x^{673}+ax^{672}+bx^{671}+h(x) for some real coefficients aa and bb and some polynomial h(x)h(x) with degree 670670. We can see that the big summation expression is simply summing the product of the roots of f(x)f(x) taken two at a time. By Vieta's, this is just the coefficient bb. The first three terms of (f(x))3(f(x))^3 can be bashed in terms of aa and bb to get

20=3a20 = 3a 19=3a2+3b19 = 3a^2+3b Thus, a=203a=\frac{20}{3} and b=13(193(203)2)b=\frac{1}{3}\left(19-3\left(\frac{20}{3} \right)^2 \right). That is b=3439=mn|b|=\frac{343}{9}=\frac{m}{n}. m+n=343+9=352m+n=343+9=\boxed{352}

Solution 5 (Newton's Sums)

The polynomial has 673 unique roots of multiplicity 3 each, for a total of 2019 roots.

To start, let SS be `\left| \sum_{1 \le j . Next, let the sum of the roots of the polynomial be`P_1,whichisequivalenttotheexpression, which is equivalent to the expression3(z_1+z_2+\cdots+z_{673}),andthesumofsquaresoftheserootsbe, and the sum of squares of these roots beP_2,equivalentto, equivalent to3(z_1^2+z_2^2+z_3^2+\dots+z_{673}^2)$.

By Vieta's,

3(z1+z2+z3+z4+z673)=203( z_1 + z_2 + z_3 + z_4 \dots + z_{673}) = -20 3(z12+z22+z32++z6732)+9S=193( z_1^2 + z_2^2 + z_3^2 + \dots + z_{673}^2) + 9S = 19 Therefore, P1=20P_1 = -20. Using the definition of P2P_2 provided above, Newton Sums tells us that P2+20P1+192P_2 + -20 \cdot P_1 \cdot + 19 \cdot 2

This means that P2=362P_2 = 362. Plugging back into the second Vieta's equation yields

362+9S=19    S=3439362 + 9S = 19 \implies S = -\frac{343}{9} Taking the absolute value, our answer is therefore 343+9=352343 + 9 = \boxed{352}

Note: The tripled roots might seem confusing, but it's easily verified that our Vieta's system of equations is correct using combinatorics to find out how many terms we should have. The right hand side of the first equation has 3673=20193\cdot673 = 2019 terms (exactly what we expect). Unsimplified, P2P_2 also has 20192019 terms and SS has (6732)\binom{673}{2} terms. We want a total of (20192)\binom{2019}{2} terms, which happens to be equal to 2019+9(6732)2019 + 9\cdot\binom{673}{2} so this is correct.

~YBSuburbanTea

~edits by BakedPotato66, faliure167

Solution 6 (Official MAA 1)

Because each root of the polynomial appears with multiplicity 3,3, Viète's Formulas show that

z1+z2++z673=203z_1+z_2+\cdots+z_{673}=-\frac{20}3 and

z12+z22++z6732=13((20)2219)=3623.z_1^2+z_2^2+\cdots+z_{673}^2 =\frac13\left((-20)^2-2\cdot19\right)=\frac{362}3. Then the identity

(i=1673zi)2=i=1673zi2+2(1j<k673zjzk)\left(\sum_{i=1}^{673}z_i\right)^2=\sum_{i=1}^{673}z_i^2+2\left(\sum_{1\le j<k\le 673}z_jz_k\right) shows that

1j<k673zjzk=(203)236232=3439.\sum_{1\le j<k\le 673}z_jz_k=\frac{\left(-\frac{20}3\right)^2-\frac{362}3}{2}=-\frac{343}9. The requested sum is 343+9=352.343+9=352.

Note that such a polynomial does exist. For example, let z673=203,z_{673}=-\tfrac{20}3, and for i=1,2,3,,336,i=1,2,3,\dots,336, let

zi=343i9j=1336jandzi+336=zi.z_i=\sqrt{\frac{343i}{9\sum_{j=1}^{336}j}}\qquad \text{and}\qquad z_{i+336}=-z_i. Then

i=1673zi=203andi=1673zi2=2i=1336343i9i=1336j+(203)2=3623,\sum_{i=1}^{673}z_i=-\frac{20}3\qquad\text{and}\qquad\sum_{i=1}^{673}z_i^2=2\sum_{i=1}^{336}\frac{343i}{9\sum_{i=1}^{336}j}+\left(\frac{20}3\right)^2=\frac{362}3, as required.

Solution 7 (Official MAA 2)

There are constants aa and bb such that

(xz1)(xz2)(xz3)(xz673)=x673+ax672+bx671+.(x-z_1)(x-z_2)(x-z_3)\cdots(x-z_{673})=x^{673}+ax^{672}+bx^{671}+\cdots. Then

(x673+ax672+bx671+)3=x2019+20x2018+19x2017+.(x^{673}+ax^{672}+bx^{671}+\cdots)^3=x^{2019}+20x^{2018}+19x^{2017}+\cdots. Comparing the x2018x^{2018} and x2017x^{2017} coefficients shows that 3a=203a=20 and 3a2+3b=19.3a^2+3b=19. Solving this system yields a=203a=\tfrac{20}3 and b=3439.b=-\tfrac{343}9. Viète's Formulas then give $\left|\sum_{1\le j as above.

Video Solution by OmegaLearn

https://youtu.be/Dp-pw6NNKRo?t=776

~ pi_is_3.14

Video Solution by The Power of Logic

https://www.youtube.com/watch?v=7SFKuEdgwMA

~The Power of Logic

Video Solution & More by MegaMath

Video #2 (Vieta's Formulas): https://www.youtube.com/watch?v=6-kcdBsmCmc