返回题库

AIME 2001 I · 第 3 题

AIME 2001 I — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the sum of the roots, real and non-real, of the equation x2001+(12x)2001=0x^{2001}+\left(\frac 12-x\right)^{2001}=0, given that there are no multiple roots.

解析

Solution 1

By Vieta's formulae, for a polynomial equation of the form anxn+an1xn1++a0=0a_nx^n + a_{n-1}x^{n-1} + \dotsb + a_0 = 0, the sum of the roots, counted with multiplicity, is an1an-\frac{a_{n-1}}{a_n}.

Now, by the Binomial Theorem, the highest-degree term of the expansion of (12x)2001\left(\frac 12-x\right)^{2001} is x2001-x^{2001}, but x2001+(x2001)=0x^{2001}+\left(-x^{2001}\right) = 0, so the highest-degree term is in fact the x2000x^{2000} term. Since there are no multiple roots, counting them with multiplicity includes each root exactly once, so the required sum will be given by precisely the formula above.

We accordingly need to compute the coefficients of the x2000x^{2000} and x1999x^{1999} terms, which is straightforward using the Binomial Theorem again:

(20011)(x)2000(12)1=20012x2000,and(20012)(x)1999(12)2=200120008x1999=2001250x1999.\begin{aligned}&\binom{2001}{1} \cdot (-x)^{2000} \cdot \left(\frac{1}{2}\right)^1 =\frac{2001}{2}x^{2000}, \quad\text{and} \\ &\binom{2001}{2} \cdot (-x)^{1999} \cdot \left(\frac{1}{2}\right)^2 =-\frac{2001 \cdot 2000}{8}x^{1999} = -2001 \cdot 250x^{1999}. \end{aligned} Hence the sum of all the distinct roots is 2001250(20012)=2502=500-\frac{-2001 \cdot 250}{\left(\frac{2001}{2}\right)} = 250 \cdot 2 = \boxed{500}.

Solution 2

As in Solution 1, we find that the x2001x^{2001} terms cancel, so the left-hand side of the given equation is a 2000th2000^{\text{th}}-degree polynomial. This means there are 20002000 roots, counted with multiplicity, but as there are no multiple roots, all of these 20002000 roots are actually distinct. Moreover, noting the symmetry of the equation in the form given, we observe that if xx is a root, then (12x)\left(\frac{1}{2}-x\right) is also a root. In each case, we must have x12xx \neq \frac{1}{2}-x, since otherwise the solution of x=12xx = \frac{1}{2}-x, i.e. x=14x = \frac{1}{4}, would be a multiple root. Thus we can pair up the 20002000 distinct roots to obtain 20002=1000\frac{2000}{2} = 1000 distinct pairs, each of which contains 22 distinct roots that sum to 12\frac{1}{2}. Summing these pairs will therefore count each root exactly once, as desired, so the answer is 100012=5001000 \cdot \frac{1}{2} = \boxed{500}.

Solution 3

As in Solution 2, observe that if rr is a root, then (12r)\left(\frac{1}{2}-r\right) is also a root, yielding a pair of roots that sum to 12\frac{1}{2}. This motivates us to substitute y=x(12)2y = x-\frac{\left(\frac{1}{2}\right)}{2}, i.e. y=x14y = x-\frac{1}{4}, so that the left-hand side of the equation becomes even more symmetric:

(14+y)2001+(14y)2001=0.\left(\frac{1}{4}+y\right)^{2001}+\left(\frac{1}{4}-y\right)^{2001} = 0. Using the Binomial Theorem, this expands as

214(20011)y20000y1999+=0,2\cdot\frac{1}{4}\cdot\binom{2001}{1}y^{2000}-0y^{1999}+\dotsb = 0, so by Vieta's formulae, the sum of the roots for yy is 0. Since the original equation in xx has degree 20002000, there are also 20002000 roots for xx, all of which are distinct since there are no multiple roots. Therefore, letting these roots be xn=yn+14x_n = y_n+\frac{1}{4} for 1n20001 \leq n \leq 2000, their sum is

n=12000(yn+14)=n=12000yn+200014=0+500=500.\sum_{n=1}^{2000}\left(y_n+\frac{1}{4}\right) = \sum_{n=1}^{2000}y_n + 2000 \cdot \frac{1}{4} = 0 + 500 =\boxed{500}.