返回题库

AIME 2004 I · 第 13 题

AIME 2004 I — Problem 13

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The polynomial P(x)=(1+x+x2++x17)2x17P(x)=(1+x+x^2+\cdots+x^{17})^2-x^{17} has 3434 complex roots of the form zk=rk[cos(2πak)+isin(2πak)],k=1,2,3,,34,z_k = r_k[\cos(2\pi a_k)+i\sin(2\pi a_k)], k=1, 2, 3,\ldots, 34, with 0<a1a2a3a34<10 < a_1 \le a_2 \le a_3 \le \cdots \le a_{34} < 1 and rk>0.r_k>0. Given that a1+a2+a3+a4+a5=m/n,a_1 + a_2 + a_3 + a_4 + a_5 = m/n, where mm and nn are relatively prime positive integers, find m+n.m+n.

解析

Solution

We see that the expression for the polynomial PP is very difficult to work with directly, but there is one obvious transformation to make: sum the geometric series:

P(x)=(x181x1)2x17=x362x18+1x22x+1x17=x36x19x17+1(x1)2=(x191)(x171)(x1)2\begin{aligned} P(x) &= \left(\frac{x^{18} - 1}{x - 1}\right)^2 - x^{17} = \frac{x^{36} - 2x^{18} + 1}{x^2 - 2x + 1} - x^{17}\\ &= \frac{x^{36} - x^{19} - x^{17} + 1}{(x - 1)^2} = \frac{(x^{19} - 1)(x^{17} - 1)}{(x - 1)^2} \end{aligned} This expression has roots at every 1717th root and 1919th roots of unity, other than 11. Since 1717 and 1919 are relatively prime, this means there are no duplicate roots. Thus, a1,a2,a3,a4a_1, a_2, a_3, a_4 and a5a_5 are the five smallest fractions of the form m19\frac m{19} or n17\frac n {17} for m,n>0m, n > 0.

317\frac 3 {17} and 419\frac 4{19} can both be seen to be larger than any of 119,219,319,117,217\frac1{19}, \frac2{19}, \frac3{19}, \frac 1{17}, \frac2{17}, so these latter five are the numbers we want to add.

119+219+319+117+217=619+317=617+3191719=159323\frac1{19}+ \frac2{19}+ \frac3{19}+ \frac 1{17}+ \frac2{17}= \frac6{19} + \frac 3{17} = \frac{6\cdot17 + 3\cdot19}{17\cdot19} = \frac{159}{323} and so the answer is 159+323=482159 + 323 = \boxed{482}.