Difference between revisions of "2012 AMC 12B Problems/Problem 23"
Epicmonster (talk | contribs) m (→Solution 2) |
(Added another solution that uses a straightforward casework argument) |
||
Line 50: | Line 50: | ||
Therefore the desired sum is <math>60+12+20=92 ...\framebox{B}</math>. | Therefore the desired sum is <math>60+12+20=92 ...\framebox{B}</math>. | ||
+ | |||
+ | == Solution 3 == | ||
+ | First, notice that <math>z=1</math> cannot be a root of the polynomial because <math>a,b,c,d \geq 0</math>. Multiplying the polynomial by <math>(z-1)</math> yields <math>P(z)(z-1) = 4z^5-(4-a)z^4-(a-b)z^3-(b-c)z^2-(c-d)z-d</math>, so for <math>z \neq 1</math> to be a root of <math>P(z)</math>, <math>4z^5 = (4-a)z^4+(a-b)z^3+(b-c)z^2+(c-d)z+d</math>. Now we consider the root <math>z_0</math> with <math>|z_0|=1</math>. <math>|4z_0^5| = 4</math>, so the right hand side must have absolute value 4. By the triangle inequality, <math>|(4-a)z_0^4+(a-b)z_0^3+(b-c)z_0^2+(c-d)z_0+d|</math> <math>\geq |(4-a)z_0^4|+|(a-b)z_0^3| + |(b-c)z_0^2| + |(c-d)z_0|+d </math> <math>= (4-a)+(a-b)+(b-c)+(c-d)+d=4</math>, with equality if and only if each of <math>4z_0^5</math>, <math>(4-a)z_0^4</math>, <math>(a-b)z_0^3</math>, <math>(b-c)z_0^2</math>, <math>(c-d)z_0</math>, and <math>d</math> is either zero or in the same direction as all the others when looked at as vectors in the complex plane. | ||
+ | |||
+ | We can now divide into two cases: <math>d \neq 0</math> and <math>d=0</math>. If <math>d \neq 0</math>, then <math>4z_0^5</math> must be real by the previous argument, so <math>z_0</math> is a fifth root of unity. Also, <math>(4-a)z_0^4</math>, <math>(a-b)z_0^3</math>, <math>(b-c)z_0^2</math>, and <math>(c-d)z_0</math> must all be zero because if <math>z_0</math> is a fifth root of unity, none of these can be real numbers with positive absolute value. Therefore, <math>a=4</math>, <math>b=a</math>, <math>c=b</math>, and <math>d=c</math>, leading to the solution <math>(a,b,c,d)=(4,4,4,4)</math>. Just to be sure, we can easily verify that this solution leads to the six complex numbers under question being in the same direction. | ||
+ | |||
+ | If <math>d=0</math>, then each of <math>4z_0^5</math>, <math>(4-a)z_0^4</math>, <math>(a-b)z_0^3</math>, <math>(b-c)z_0^2</math>, and <math>cz_0</math> must either be zero or in the same direction as all the others, so each of <math>4z_0^4</math>, <math>(4-a)z_0^3</math>, <math>(a-b)z_0^2</math>, <math>(b-c)z_0</math>, and <math>c</math> must either be zero or in the same direction as all the others. We can divide this into two cases: <math>c \neq 0</math> and <math>c=0</math>. If <math>c \neq 0</math>, then <math>4z_0^4</math> must be real. Then, <math>z_0</math> is a fourth root of unity. If <math>z_0</math> is not a second root of unity, <math>(4-a)z_0^3</math>, <math>(a-b)z_0^2</math>, and <math>(b-c)z_0</math> must be zero, implying that <math>a=4, b=a=4, and c=b=4</math>, leading to the solution <math>(a,b,c,d)=(4,4,4,0)</math>. If <math>z_0</math> is also a second root of unity, <math>(4-a)z_0^3</math> and <math>(b-c)z_0</math> must be zero but <math>(a-b)z_0^2</math> can be anything. This implies <math>a=4</math> and <math>b=c</math> with no other restrictions, leading to the new solutions <math>(a,b,c,d) = (4,3,3,0), (4,2,2,0), (4,1,1,0), (4,0,0,0)</math>. | ||
+ | |||
+ | If <math>c=0</math>, then we can similarly show that each of <math>4z_0^3</math>, <math>(4-a)z_0^2</math>, <math>(a-b)z_0</math>, and <math>b</math> must be zero or in the same direction as all the others. If <math>b \neq 0</math>, then <math>z_0</math> must be a third root of unity, so <math>(4-a)z_0^2</math> and <math>(a-b)z_0</math> must be zero, implying <math>a=b=4</math>, leading to the new solution <math>(a,b,c,d)=(4,4,0,0)</math>. | ||
+ | |||
+ | If <math>b=0</math>, then we can similarly show that each of <math>4z_0^2</math>, <math>(4-a)z_0</math>, and <math>a</math> must be zero or in the same direction as the others. For <math>|z_0|=1</math>, <math>a = 4</math>, but we have already counted the solution <math>(a,b,c,d)=(4,0,0,0)</math>. | ||
+ | |||
+ | Then, the complete list of solutions is <math>(a,b,c,d)=(4,4,4,4),(4,4,4,0),(4,3,3,0),(4,2,2,0),(4,1,1,0),(4,0,0,0),(4,4,0,0)</math>, leading to a sum of \framebox{(B)=92}. | ||
== See Also == | == See Also == |
Revision as of 21:05, 28 December 2019
Problem 23
Consider all polynomials of a complex variable, , where
and
are integers,
, and the polynomial has a zero
with
What is the sum of all values
over all the polynomials with these properties?
Solution (dubious)
Since is a root of
, and
has integer coefficients,
must be algebraic. Since
is algebraic and lies on the unit circle,
must be a root of unity (Comment: this is not true. See this link: [1]). Since
has degree 4, it seems reasonable (and we will assume this only temporarily) that
must be a 2nd, 3rd, or 4th root of unity. These are among the set
. Since complex roots of polynomials come in conjugate pairs, we have that
has one (or more) of the following factors:
,
,
, or
. If
then
; a contradiction since
are non-negative. On the other hand, suppose
. Then
. This implies
while
correspondingly. After listing cases, the only such valid
are
,
,
,
, and
.
Now suppose . Then
whereupon
and
. But then
and
. This gives only the cases
equals
, which we have already counted in a previous case.
Suppose . Then
so that
and
. This only gives rise to
equal
which we have previously counted.
Finally suppose divides
. Using polynomial division ((or that
to make the same deductions) we ultimately obtain that
. This can only happen if
is
.
Hence we've the polynomials
However, by inspection
has roots on the unit circle, because
which brings the sum to 92 (choice B). Note that this polynomial has a 5th root of unity as a root. We will show that we were \textit{almost} correct in our initial assumption; that is that
is at most a 5th root of unity, and that the last polynomial we obtained is the last polynomial with the given properties. Suppose that
in an
th root of unity where
, and
is not a 3rd or 4th root of unity. (Note that 1st and 2nd roots of unity are themselves 4th roots of unity). If
is prime, then \textit{every}
th root of unity except 1 must satisfy our polynomial, but since
and the degree of our polynomial is 4, this is impossible. Suppose
is composite. If it has a prime factor
greater than 5 then again every
th root of unity must satisfy our polynomial and we arrive at the same contradiction. Therefore suppose
is divisible only by 2,3,or 5. Since by hypothesis
is not a 2nd or 3rd root of unity,
must be a 5th root of unity. Since 5 is prime, every 5th root of unity except 1 must satisfy our polynomial. That is, the other 4 complex 5th roots of unity must satisfy
. But
has exactly all 5th roots of unity excluding 1, and
. Thus this must divide
which implies
. This completes the proof.
Solution 2
First, assume that , so
or
.
does not work because
. Assume that
. Then
, we have
, so
. Also,
has to be true since
. Now
gives
, therefore the only possible choices for
are
. In these cases,
. The sum of
over these cases is
.
Second, assume that , so
for some real
,
. By conjugate roots theorem we have that
, therefore
is a factor of
, and we may assume that
for some real . Expanding this polynomial and comparing the coefficients, we have the following equations:
From the first and the third we may deduce that and that
, if
(we will consider
by the end). Let
. From the second equation, we know that
is non-negative.
Consider the following cases:
Case 1: . Then
,
, so
,
. However, this has already been found (i.e. the form of
).
Case 2: . Then since
, we have
. However,
, therefore
. This is true only when
. Also, we get
again. In this case,
, so
,
,
.
has a root
.
.
Last case: . We have
and that
has a root
.
.
Therefore the desired sum is .
Solution 3
First, notice that cannot be a root of the polynomial because
. Multiplying the polynomial by
yields
, so for
to be a root of
,
. Now we consider the root
with
.
, so the right hand side must have absolute value 4. By the triangle inequality,
, with equality if and only if each of
,
,
,
,
, and
is either zero or in the same direction as all the others when looked at as vectors in the complex plane.
We can now divide into two cases: and
. If
, then
must be real by the previous argument, so
is a fifth root of unity. Also,
,
,
, and
must all be zero because if
is a fifth root of unity, none of these can be real numbers with positive absolute value. Therefore,
,
,
, and
, leading to the solution
. Just to be sure, we can easily verify that this solution leads to the six complex numbers under question being in the same direction.
If , then each of
,
,
,
, and
must either be zero or in the same direction as all the others, so each of
,
,
,
, and
must either be zero or in the same direction as all the others. We can divide this into two cases:
and
. If
, then
must be real. Then,
is a fourth root of unity. If
is not a second root of unity,
,
, and
must be zero, implying that
, leading to the solution
. If
is also a second root of unity,
and
must be zero but
can be anything. This implies
and
with no other restrictions, leading to the new solutions
.
If , then we can similarly show that each of
,
,
, and
must be zero or in the same direction as all the others. If
, then
must be a third root of unity, so
and
must be zero, implying
, leading to the new solution
.
If , then we can similarly show that each of
,
, and
must be zero or in the same direction as the others. For
,
, but we have already counted the solution
.
Then, the complete list of solutions is , leading to a sum of \framebox{(B)=92}.
See Also
2012 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 22 |
Followed by Problem 24 |
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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.