Difference between revisions of "2001 AIME I Problems/Problem 3"

(Solution 2)
(Improved grammar, formatting, and LaTeX, and fixed a mistake in Solution 3)
 
(4 intermediate revisions by 3 users not shown)
Line 3: Line 3:
  
 
== Solution 1 ==
 
== Solution 1 ==
From [[Vieta's formulas]], in a [[polynomial]] of the form <math>a_nx^n + a_{n-1}x^{n-1} + \cdots + a_0 = 0</math>, then the sum of the roots is <math>\frac{-a_{n-1}}{a_n}</math>.  
+
By [[Vieta's formulas|Vieta's formulae]], for a [[polynomial]] equation of the form <math>a_nx^n + a_{n-1}x^{n-1} + \dotsb + a_0 = 0</math>, the sum of the roots, ''counted with multiplicity'', is <math>-\frac{a_{n-1}}{a_n}</math>.  
  
From the [[Binomial Theorem]], the first term of <math>\left(\frac 12-x\right)^{2001}</math> is <math>-x^{2001}</math>, but <math>x^{2001}+-x^{2001}=0</math>, so the term with the largest degree is <math>x^{2000}</math>. So we need the coefficient of that term, as well as the coefficient of <math>x^{1999}</math>.
+
Now, by the [[Binomial Theorem]], the highest-degree term of the expansion of <math>\left(\frac 12-x\right)^{2001}</math> is <math>-x^{2001}</math>, but <math>x^{2001}+\left(-x^{2001}\right) = 0</math>, so the highest-degree term is in fact the <math>x^{2000}</math> 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.
  
<cmath>\begin{align*}\binom{2001}{1} \cdot (-x)^{2000} \cdot \left(\frac{1}{2}\right)^1&=\frac{2001x^{2000}}{2}\\
+
We accordingly need to compute the coefficients of the <math>x^{2000}</math> and <math>x^{1999}</math> terms, which is straightforward using the [[Binomial Theorem]] again:
\binom{2001}{2} \cdot (-x)^{1999} \cdot \left(\frac{1}{2}\right)^2 &=\frac{-x^{1999}*2001*2000}{8}=-2001 \cdot 250x^{1999}
+
 
 +
<cmath>\begin{align*}&\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{align*}</cmath>
 
\end{align*}</cmath>
  
Applying Vieta's formulas, we find that the sum of the roots is <math>-\frac{-2001 \cdot 250}{\frac{2001}{2}}=250 \cdot 2=\boxed{500}</math>.
+
Hence the sum of all the distinct roots is <math>-\frac{-2001 \cdot 250}{\left(\frac{2001}{2}\right)} = 250 \cdot 2 = \boxed{500}</math>.
  
 
== Solution 2 ==
 
== Solution 2 ==
  
We find that the given equation has a <math>2000th</math> degree polynomial. Note that there are no multiple roots. Thus, if <math>\frac{1}{2} - x</math> is a root, <math>x</math> is also a root. Thus, we pair up <math>1000</math> pairs of roots that sum to <math>\frac{1}{2}</math> to get a sum of <math>\boxed{500}</math>.
+
As in Solution 1, we find that the <math>x^{2001}</math> terms cancel, so the left-hand side of the given equation is a <math>2000^{\text{th}}</math>-degree polynomial. This means there are <math>2000</math> roots, ''counted with multiplicity'', but as there are no multiple roots, all of these <math>2000</math> roots are actually distinct. Moreover, noting the symmetry of the equation in the form given, we observe that if <math>x</math> is a root, then <math>\left(\frac{1}{2}-x\right)</math> is also a root. In each case, we must have <math>x \neq \frac{1}{2}-x</math>, since otherwise the solution of <math>x = \frac{1}{2}-x</math>, i.e. <math>x = \frac{1}{4}</math>, would be a multiple root. Thus we can pair up the <math>2000</math> distinct roots to obtain <math>\frac{2000}{2} = 1000</math> distinct pairs, each of which contains <math>2</math> distinct roots that sum to <math>\frac{1}{2}</math>. Summing these pairs will therefore count each root exactly once, as desired, so the answer is <math>1000 \cdot \frac{1}{2} = \boxed{500}</math>.
 +
 
 +
==Solution 3==
 +
As in Solution 2, observe that if <math>r</math> is a root, then <math>\left(\frac{1}{2}-r\right)</math> is also a root, yielding a pair of roots that sum to <math>\frac{1}{2}</math>. This motivates us to substitute <math>y = x-\frac{\left(\frac{1}{2}\right)}{2}</math>, i.e. <math>y = x-\frac{1}{4}</math>, so that the left-hand side of the equation becomes even more symmetric: <cmath>\left(\frac{1}{4}+y\right)^{2001}+\left(\frac{1}{4}-y\right)^{2001} = 0.</cmath> Using the [[Binomial Theorem]], this expands as <cmath>2\cdot\frac{1}{4}\cdot\binom{2001}{1}y^{2000}-0y^{1999}+\dotsb = 0,</cmath> so by [[Vieta's formulas|Vieta's formulae]], the sum of the roots for <math>y</math> is 0. Since the original equation in <math>x</math> has degree <math>2000</math>, there are also <math>2000</math> roots for <math>x</math>, all of which are distinct since there are no multiple roots. Therefore, letting these roots be <math>x_n = y_n+\frac{1}{4}</math> for <math>1 \leq n \leq 2000</math>, their sum is <cmath>\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}.</cmath>
  
 
== See also ==
 
== See also ==

Latest revision as of 22:37, 1 June 2025

Problem

Find the sum of the roots, real and non-real, of the equation $x^{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 $a_nx^n + a_{n-1}x^{n-1} + \dotsb + a_0 = 0$, the sum of the roots, counted with multiplicity, is $-\frac{a_{n-1}}{a_n}$.

Now, by the Binomial Theorem, the highest-degree term of the expansion of $\left(\frac 12-x\right)^{2001}$ is $-x^{2001}$, but $x^{2001}+\left(-x^{2001}\right) = 0$, so the highest-degree term is in fact the $x^{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 $x^{2000}$ and $x^{1999}$ terms, which is straightforward using the Binomial Theorem again:

\begin{align*}&\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{align*}

Hence the sum of all the distinct roots is $-\frac{-2001 \cdot 250}{\left(\frac{2001}{2}\right)} = 250 \cdot 2 = \boxed{500}$.

Solution 2

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

Solution 3

As in Solution 2, observe that if $r$ is a root, then $\left(\frac{1}{2}-r\right)$ is also a root, yielding a pair of roots that sum to $\frac{1}{2}$. This motivates us to substitute $y = x-\frac{\left(\frac{1}{2}\right)}{2}$, i.e. $y = x-\frac{1}{4}$, so that the left-hand side of the equation becomes even more symmetric: \[\left(\frac{1}{4}+y\right)^{2001}+\left(\frac{1}{4}-y\right)^{2001} = 0.\] Using the Binomial Theorem, this expands as \[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 $y$ is 0. Since the original equation in $x$ has degree $2000$, there are also $2000$ roots for $x$, all of which are distinct since there are no multiple roots. Therefore, letting these roots be $x_n = y_n+\frac{1}{4}$ for $1 \leq n \leq 2000$, their sum is \[\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}.\]

See also

2001 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 2
Followed by
Problem 4
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions. AMC Logo.png