2020 AMC 12B Problems/Problem 17: Difference between revisions
Created page with "We notice that <math>\frac{1+i\sqrt{3}}{2} = cis (\frac{2\pi}{3})</math>, so in order for every root <math>r</math> to have <math>rcis(\frac{2/pi}{3})</math> as a solution, 3..." |
m Reword |
||
| (49 intermediate revisions by 15 users not shown) | |||
| Line 1: | Line 1: | ||
==Problem== | |||
How many polynomials of the form <imath>x^5 + ax^4 + bx^3 + cx^2 + dx + 2020</imath>, where <imath>a</imath>, <imath>b</imath>, <imath>c</imath>, and <imath>d</imath> are real numbers, have the property that whenever <imath>r</imath> is a root, so is <imath>\frac{-1+i\sqrt{3}}{2} \cdot r</imath>? (Note that <imath>i=\sqrt{-1}</imath>) | |||
-- Murtagh | <imath>\textbf{(A) } 0 \qquad \textbf{(B) }1 \qquad \textbf{(C) } 2 \qquad \textbf{(D) } 3 \qquad \textbf{(E) } 4</imath> | ||
==Solution 1== | |||
Let <imath>P(x) = x^5+ax^4+bx^3+cx^2+dx+2020</imath>. We first notice that <imath>\frac{-1+i\sqrt{3}}{2} = e^{2\pi i / 3}</imath>. That is because of Euler's Formula : <imath>e^{ix} = \cos(x) + i \cdot \sin(x)</imath>. <imath>\frac{-1+i\sqrt{3}}{2}</imath> = <imath>-\frac{1}{2} + i \cdot \frac {\sqrt{3}}{2}</imath> = <imath>\cos(120^\circ) + i \cdot \sin(120^\circ) = e^{ 2\pi i / 3}</imath>. | |||
In order <imath>r</imath> to be a root of <imath>P</imath>, <imath>re^{2\pi i / 3}</imath> must also be a root of P, meaning that 3 of the roots of <imath>P</imath> must be <imath>r</imath>, <imath>re^{i\frac{2\pi}{3}}</imath>, <imath>re^{i\frac{4\pi}{3}}</imath>. However, since <imath>P</imath> is degree 5, there must be two additional roots. Let one of these roots be <imath>w</imath>, if <imath>w</imath> is a root, then <imath>we^{2\pi i / 3}</imath> and <imath>we^{4\pi i / 3}</imath> must also be roots. However, <imath>P</imath> is a fifth degree polynomial, and can therefore only have <imath>5</imath> roots. This implies that <imath>w</imath> is either <imath>r</imath>, <imath>re^{2\pi i / 3}</imath>, or <imath>re^{4\pi i / 3}</imath>. Thus we know that the polynomial <imath>P</imath> can be written in the form <imath>(x-r)^m(x-re^{2\pi i / 3})^n(x-re^{4\pi i / 3})^p</imath>. Moreover, by Vieta's, we know that there is only one possible value for the magnitude of <imath>r</imath> as <imath>||r||^5 = 2020</imath>, meaning that the amount of possible polynomials <imath>P</imath> is equivalent to the possible sets <imath>(m,n,p)</imath>. In order for the coefficients of the polynomial to all be real, <imath>n = p</imath> due to <imath>re^{2\pi i / 3}</imath> and <imath>re^{4 \pi i / 3}</imath> being conjugates and since <imath>m+n+p = 5</imath>, (as the polynomial is 5th degree) we have two possible solutions for <imath>(m, n, p)</imath> which are <imath>(1,2,2)</imath> and <imath>(3,1,1)</imath> yielding two possible polynomials. The answer is thus <imath>\boxed{\textbf{(C) } 2}</imath>. | |||
~Murtagh | |||
==Solution 2== | |||
Let <imath>x_1=r</imath>, then <cmath>x_2=\frac{-1+i\sqrt{3}}{2} r,</cmath> <cmath>x_3=\left( \frac{-1+i\sqrt{3}}{2} \right) ^2 r =\left( \frac{-1-i\sqrt{3}}{2} \right) r,</cmath> <cmath>x_4=\left( \frac{-1+i\sqrt{3}}{2} \right) ^3 r=r,</cmath> which means <imath>x_4</imath> is the same as <imath>x_1</imath>. | |||
Now we have 3 different roots of the polynomial, <imath>x_1</imath>, <imath>x_2</imath>, and <imath>x_3</imath>. Next, we will prove that all 5 roots of the polynomial must be chosen from those 3 roots. Let us assume that there is one root <imath>x_4=p</imath> which is different from the three roots we already know, then there must be two other roots, <cmath>x_5=\left( \frac{-1+i\sqrt{3}}{2} \right) ^2 p =\left( \frac{-1-i\sqrt{3}}{2} \right) p,</cmath> <cmath>x_6=\left( \frac{-1+i\sqrt{3}}{2} \right) ^3 p=p,</cmath> different from all known roots. We get 6 different roots for the polynomial, which contradicts the limit of 5 roots. Therefore the assumption of a different root is wrong, thus the roots must be chosen from <imath>x_1</imath>, <imath>x_2</imath>, and <imath>x_3</imath>. | |||
The polynomial then can be expressed as <imath>f(x)=(x-x_1)^m (x-x_2)^n (x-x_3)^q</imath>, where <imath>m</imath>, <imath>n</imath>, and <imath>q</imath> are non-negative integers and <imath>m+n+q=5</imath>. Since <imath>a</imath>, <imath>b</imath>, <imath>c</imath> and <imath>d</imath> are real numbers, then <imath>n</imath> must be equal to <imath>q</imath>. By Vieta's we have <imath>mr + n(\frac{-1+i\sqrt{3}}{2}) + q(\frac{-1-i\sqrt{3}}{2}) =</imath> a real number. Therefore <imath>(m,n,q)</imath> can only be <imath>(1,2,2)</imath> or <imath>(3,1,1)</imath>, so the answer is <imath>\boxed{\mathbf{(C)} 2}</imath>. | |||
~Yelong_Li, [[User:grogg007|grogg007]] added the part with vieta's | |||
==Solution 3== | |||
Call <imath>\frac{-1+\sqrt{3}}{2}=q</imath>. We have <imath>r</imath>, <imath>qr</imath>, and <imath>q^2r</imath> having to be roots, and since <imath>q^3=1</imath>, we must choose 2 more roots out of these three such that the condition that <imath>a</imath>, <imath>b</imath>, <imath>c</imath>, and <imath>d</imath> are all real. There are <imath>\fbox{2}</imath> ways to do this because of the fundamental theorem of algebra, these being <imath>\left(qr,qr^2\right)</imath> and <imath>\left(r,r\right)</imath> because to satisfy FTA if <imath>z</imath> is a root then so must its conjugate. | |||
~joeythetoey | |||
==Solution 4 (Similar but using visualization)== | |||
<asy> | |||
import graph; | |||
draw(Circle((0,0),10)); | |||
draw((0,0)--(-5,8.6602540378),red); | |||
draw((0,0)--(10,0),red); | |||
draw((0,0)--(-5,-8.6602540378),red); | |||
</asy> | |||
Due to Euler's Formula, <imath>\frac{-1+i\sqrt3}2</imath> is a 120 degree rotation CCW; therefore, the problem stipulates that a root must be followed by a root rotated 120 degrees CCW, and that the rotated root must also have yet another root 240 degrees CCW. Therefore, all roots must come similar groups of <imath>3</imath>. We cannot have <imath>6</imath> roots from <imath>2</imath> groups, and we cannot have <imath>0</imath> roots, so the <imath>3</imath> distinct roots, when drawn (with <imath>2</imath> with multiplicities not shown), must look like the figure above. | |||
As for the magnitudes of the roots, as all roots pictured above have the same magnitude, there is <imath>1</imath> possible magnitude for each root, which is <imath>\sqrt[5]{2020}</imath>, meaning we don't have to care about the scale of the diagram. | |||
To satisfy the complex conjugate root theorem (that if the coefficients are real, any root of a+bi must have a root of a-bi), the figure depicting all <imath>5</imath> roots must be symmetrical across the horizontal axis. Without consideration for roots with multiplicities, there are <imath>3</imath> axes of symmetry for this shape, and two unique ways to align one of the axes of symmetry such that it's parallel to the horizontal axis, the other such case created by reflecting across the vertical axis. | |||
However, not only must the magnitudes multiply to <imath>2020</imath>, but the product of the roots must be *positive* <imath>2020</imath>. Only one of the above cases can satisfy this condition (If there exists a configuration that multiplies to <imath>-2020</imath>, then reflecting across the vertical axis flips the sign creating the <imath>+2020</imath> case, with the converse also being true. As each case guarantees the existence of the other, and while at least one case is guaranteed to exist in the first place, we know there is exactly <imath>1</imath> of each case that remain, with <imath>1</imath> prevailing <imath>+2020</imath> case to use. | |||
Now, when taking roots with multiplicities back into consideration, the singular case has <imath>2</imath> ways to assign multiplicities while preserving symmetry: either both collating to the horizontal root, or through one being distributed to each of the angled roots (This corresponds to the <imath>(2,2,1)</imath> and <imath>(3,1,1)</imath> cases discussed earlier). | |||
Therefore, the final answer is <imath>\boxed{\mathbf{(C)} 2}</imath>. | |||
==Video Solution by MistyMathMusic== | |||
https://www.youtube.com/watch?v=8V5l5jeQjNg | |||
==See Also== | |||
{{AMC12 box|year=2020|ab=B|num-b=16|num-a=18}} | |||
{{MAA Notice}} | |||
Latest revision as of 00:36, 12 November 2025
Problem
How many polynomials of the form
, where
,
,
, and
are real numbers, have the property that whenever
is a root, so is
? (Note that
)
Solution 1
Let
. We first notice that
. That is because of Euler's Formula :
.
=
=
.
In order
to be a root of
,
must also be a root of P, meaning that 3 of the roots of
must be
,
,
. However, since
is degree 5, there must be two additional roots. Let one of these roots be
, if
is a root, then
and
must also be roots. However,
is a fifth degree polynomial, and can therefore only have
roots. This implies that
is either
,
, or
. Thus we know that the polynomial
can be written in the form
. Moreover, by Vieta's, we know that there is only one possible value for the magnitude of
as
, meaning that the amount of possible polynomials
is equivalent to the possible sets
. In order for the coefficients of the polynomial to all be real,
due to
and
being conjugates and since
, (as the polynomial is 5th degree) we have two possible solutions for
which are
and
yielding two possible polynomials. The answer is thus
.
~Murtagh
Solution 2
Let
, then
which means
is the same as
.
Now we have 3 different roots of the polynomial,
,
, and
. Next, we will prove that all 5 roots of the polynomial must be chosen from those 3 roots. Let us assume that there is one root
which is different from the three roots we already know, then there must be two other roots,
different from all known roots. We get 6 different roots for the polynomial, which contradicts the limit of 5 roots. Therefore the assumption of a different root is wrong, thus the roots must be chosen from
,
, and
.
The polynomial then can be expressed as
, where
,
, and
are non-negative integers and
. Since
,
,
and
are real numbers, then
must be equal to
. By Vieta's we have
a real number. Therefore
can only be
or
, so the answer is
.
~Yelong_Li, grogg007 added the part with vieta's
Solution 3
Call
. We have
,
, and
having to be roots, and since
, we must choose 2 more roots out of these three such that the condition that
,
,
, and
are all real. There are
ways to do this because of the fundamental theorem of algebra, these being
and
because to satisfy FTA if
is a root then so must its conjugate.
~joeythetoey
Solution 4 (Similar but using visualization)
Due to Euler's Formula,
is a 120 degree rotation CCW; therefore, the problem stipulates that a root must be followed by a root rotated 120 degrees CCW, and that the rotated root must also have yet another root 240 degrees CCW. Therefore, all roots must come similar groups of
. We cannot have
roots from
groups, and we cannot have
roots, so the
distinct roots, when drawn (with
with multiplicities not shown), must look like the figure above.
As for the magnitudes of the roots, as all roots pictured above have the same magnitude, there is
possible magnitude for each root, which is
, meaning we don't have to care about the scale of the diagram.
To satisfy the complex conjugate root theorem (that if the coefficients are real, any root of a+bi must have a root of a-bi), the figure depicting all
roots must be symmetrical across the horizontal axis. Without consideration for roots with multiplicities, there are
axes of symmetry for this shape, and two unique ways to align one of the axes of symmetry such that it's parallel to the horizontal axis, the other such case created by reflecting across the vertical axis.
However, not only must the magnitudes multiply to
, but the product of the roots must be *positive*
. Only one of the above cases can satisfy this condition (If there exists a configuration that multiplies to
, then reflecting across the vertical axis flips the sign creating the
case, with the converse also being true. As each case guarantees the existence of the other, and while at least one case is guaranteed to exist in the first place, we know there is exactly
of each case that remain, with
prevailing
case to use.
Now, when taking roots with multiplicities back into consideration, the singular case has
ways to assign multiplicities while preserving symmetry: either both collating to the horizontal root, or through one being distributed to each of the angled roots (This corresponds to the
and
cases discussed earlier).
Therefore, the final answer is
.
Video Solution by MistyMathMusic
https://www.youtube.com/watch?v=8V5l5jeQjNg
See Also
| 2020 AMC 12B (Problems • Answer Key • Resources) | |
| Preceded by Problem 16 |
Followed by Problem 18 |
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
| All AMC 12 Problems and Solutions | |
These problems are copyrighted © by the Mathematical Association of America.