| |
About
Serves a Daily Special and an All-You-Can-Eat Course in Problem Solving. Courtesy of me, Jeffrey Wang.
Math Books
Math Stuff
My Tests
Practice Tests
Tutorials
|
|
Problem: (2007 Mock AIME 6 – #7) Let and for all integers . How many more distinct complex roots does have than ?
Solution: Well, is familiar. Rewrite as
,
i.e. the th roots of unity except . Since just contains a term that doesn’t have, we only need to think about that term in relation to the previous ones. So we want to find out how many of the th roots of unity are not -th roots of unity for any . Well, recalling that any -th root of unity can be written as

for , it remains to find the number of such that does not reduce. But this, of course, is simply . QED.
——————–
Comment: Definitely one of my favorite problems on the test because it has a really nice and clean solution once you see it. And it wasn’t too difficult to see either; combining a little knowledge of roots of unity with a little knowledge of the function made it a good problem. Furthermore, it offers the nice generalization that
has more distinct roots than .
——————–
Practice Problem: (2007 Mock AIME 6 – #8) A sequence of positive reals is defined by , , and for all integers . Given that and , find .
|
Problem: (2004 Putnam – B4) Let be a positive integer, , and put . Define points in the - plane, for . Let be the map that rotates the plane counterclockwise by the angle about the point . Let denote the map obtained by applying, in order, , then , , then . For any arbitrary point , find, and simplify, the coordinates of .
Solution: Hmm, rotations, and lots of them. That’s a big hint to use complex numbers! Recall that the rotation of a point around a point counterclockwise by an angle of is . Let’s use this formula over and over again.
Start with the point , but write it as , which is much more convenient notation for rotating. Then, if we rotate around , we get
.
Continuing this, rotating around , we find that the points are
, , .
An easy induction gives us the final position as
.
However, we know that for are the roots of the polynomial , so their sum is zero. Also, so . Thus the result is
.
QED.
——————–
Comment: This is a really neat application of the power of complex numbers in rotation problems. Basically, rotating in the plane means use complex numbers to reduce everything to algebra (which is infinitely better than geometry…). Not bad at all for a B4. Note another solution that I found to be quite interesting. Take a regular -gon of side length and top edge with vertices and . The map corresponds to a “rolling” of the -gon along the -axis. Since that translates the -gon units in the positive direction, it can be argued that it does the same for all points in the plane.
——————–
Practice Problem: Given three points , let be the smallest angles that must be rotated to lie on line , must be rotated to lie on line , and must be rotated to lie on , respectively. Find the maximum value of .
|
Problem: Let . If and
,
find the remainder when is divided . [Reworded]
Solution: Well is pretty ugly looking at the moment, let’s fix that. We can write it as the sum of the following series:




,
since all of them are geometric series with common ratio . Summing these up, we have
.
The top is again a geometric series with common ratio (without that part) so we can write it ias
.
But wait, if then , so in fact we have
.
Then so it remains the evaluate the denominator of that. Considering

we are like whoa, has the th roots of unity for its roots except and it has leading coefficient so it must be
.
Hence
.
By Euler’s Totient Theorem, . QED.
——————–
Comment: It didn’t take too much “insight” to reduce to the nicer expression, more like just tedious evaluation of geometric series galore. Seeing the product in the denominator should have been pretty familiar (though I admit I forgot what it came out to at first) and a standard argument allowed you to evaluate it. Possibly the hardest part was Euler’s Totient Theorem, which is invaluable to carry around for the AIME. Also knowing that .
——————–
Practice Problem: Do there exist polynomials and such that
?
If so, find them.
|
Problem: (2006-2007 Warm-Up 3 – #13) What is the area of the shape formed by connecting the solutions to in the complex plane?
Solution: Well, let’s start off by finding those solutions. It’s not hard to guess that is a solution, so we have
.
Using the quadratic formula, we get the other two solutions to be
.
So our points are . This makes an isosceles triangle with base and height in the complex plane, which has area . QED.
——————–
Comment: Pretty easy after we guessed that was a solution; a general formula for the area probably gets ugly when the polynomial is irreducible. But in this case, we can draw the triangle and figure out the area without too many tricks.
——————–
Practice Problem: What is the area of the shape formed by connecting the solutions to in the complex plane?
|
Problem: (360 Problems For Mathematical Contests – 1.1.53) Let
, ,
be a polynomial with complex coefficients such that there is an integer with
.
Prove that the polynomial has at least a zero with absolute value less than .
Solution: We will prove the result by contradiction. Assume all the zeros have absolute value (modulus) at least . Let the zeros be . Our assumption says that for all .
By Vieta’s Formulas, we have
so .
Also,
,
where the summation is taken over all sets of roots.
Then, by the Triangle Inequality for complex numbers,
.
But since for all by our assumption, we know

and similarly for all other sets of roots. Since there are precisely sets of roots, we have
.
Connecting the inequalities, we find that
,
which means
,
giving us a contradiction. Hence our original assumption is false and their exists a root such that as desired. QED.
——————–
Comment: Once again, Vieta’s Formulas are extremely important to know. Also, being able to manipulate the norms of complex numbers and knowing the general properties of them is essential to solving this problem.
———————
Practice Problem: (360 Problems For Mathematical Contests – 1.1.58) Consider the equation

with real coefficients . Prove that if the equation has all of its roots real, then . Is the reciprocal true?
|
|
|