Mathematical Food for Thought

 
 
google
yahoo
bing
 
  • About

    Serves a Daily Special and an All-You-Can-Eat Course in Problem Solving. Courtesy of me, Jeffrey Wang.
 
Da Roots. Topic: Algebra/Complex Numbers Level: AIME. March 11th, 2007

Problem: (2007 Mock AIME 6 – #7) Let  P_n(x) = 1+x+x^2+\cdots+x^n and  Q_n(x) = P_1 \cdot P_2 \cdots P_n for all integers  n \ge 1 . How many more distinct complex roots does  Q_{1004} have than  Q_{1003} ?

Solution: Well,  P_n(x) is familiar. Rewrite as

 P_n(x) = \frac{x^{n+1}-1}{x-1} ,

i.e. the  (n+1)-th roots of unity except  1 . Since  Q_{1004} just contains a  P_{1004} term that  Q_{1003} 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  1004+1 = 1005 th roots of unity are not  k -th roots of unity for any  k < 1005 . Well, recalling that any  k -th root of unity can be written as

 e^{2 \pi i \frac{p}{k}} = \cos{\left(2 \pi \frac{p}{k}\right)}+i \sin{\left(2 \pi \frac{p}{k}\right)}

for  p = 0, 1, \ldots, k-1 , it remains to find the number of  p such that  \frac{p}{1005} does not reduce. But this, of course, is simply  \phi(1005) = 1005\left(1-\frac{1}{3}\right)\left(1-\frac{1}{5}\right)\left(1-\frac{1}{67}\right) = 2 \cdot 4 \cdot 66 = 528 . 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  \phi function made it a good problem. Furthermore, it offers the nice generalization that

 Q_n has  \phi(n+1) more distinct roots than  Q_{n-1} .

——————–

Practice Problem: (2007 Mock AIME 6 – #8) A sequence of positive reals is defined by  a_0 = x ,  a_1 = y , and  a_n \cdot a_{n+2} = a_{n+1} for all integers  n \ge 0 . Given that  a_{2007}+a_{2008} = 3 and  a_{2007} \cdot a_{2008} = \frac{1}{3} , find  x^3+y^3 .

Spinning Away… Topic: Complex Numbers. Level: AIME/Olympiad. January 4th, 2007

Problem: (2004 Putnam – B4) Let  n be a positive integer,  n \ge 2 , and put  \theta = 2 \pi /n . Define points  P_k = (k,0) in the  xy - plane, for  k = 1, 2, \ldots, n . Let  R_k be the map that rotates the plane counterclockwise by the angle  \theta about the point  P_k . Let  R denote the map obtained by applying, in order,  R_1 , then  R_2 ,  \ldots , then  R_n . For any arbitrary point  (x,y) , find, and simplify, the coordinates of  R(x,y) .

Solution: Hmm, rotations, and lots of them. That’s a big hint to use complex numbers! Recall that the rotation of a point  z_1 around a point  z_2 counterclockwise by an angle of  \alpha is  z_2+(z_1-z_2)e^{i \alpha} . Let’s use this formula over and over again.

Start with the point  x+yi , but write it as  r e^{i \phi} , which is much more convenient notation for rotating. Then, if we rotate around  P_1 = 1 , we get

 re^{i \phi} \rightarrow 1+(re^{i \phi}-1)e^{i \theta} = 1-e^{i \theta}+re^{i(\phi+\theta)} .

Continuing this, rotating around  P_2 = 2, P_3 = 3, \ldots, P_n = n , we find that the points are

 2-(e^{i \theta}+e^{i 2\theta})+re^{i(\phi+2\theta)} ,  3-(e^{i \theta}+e^{i 2\theta}+e^{i 3\theta})+re^{i(\phi+3\theta)} ,  \ldots .

An easy induction gives us the final position as

 \displaystyle n &#8211; \sum_{k=1}^n e^{i k \theta} + re^{i(\phi+n\theta)} .

However, we know that  e^{i k \theta} for  k = 1, 2, \ldots, n are the roots of the polynomial  x^n-1 = 0 , so their sum is zero. Also,  n\theta = 2 \pi so  re^{i(\phi+n\theta)} = re^{i\phi} . Thus the result is

 n+r^{i \phi} = (n,0)+(x,y) = (x+n, y) .

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  n -gon of side length  1 and top edge with vertices  (0, 0) and  (1, 0) . The map  R corresponds to a “rolling” of the  n -gon along the  x -axis. Since that translates the  n -gon  n units in the positive  x direction, it can be argued that it does the same for all points in the plane.

——————–

Practice Problem: Given three points  A, B, C , let  \theta_1, \theta_2, \theta_3 be the smallest angles that  A must be rotated to lie on line  BC ,  B must be rotated to lie on line  AC , and  C must be rotated to lie on  AB , respectively. Find the maximum value of  \theta_1+\theta_2+\theta_3 .

Complexity. Topic: Complex Numbers/Polynomials. Level: AIME/Olympiad. December 12th, 2006

Problem: Let  f(x) = x^{2004}+2x^{2003}+\cdots+2004x+2005 . If  z = \cos{\frac{\pi}{1003}}+i \sin{\frac{\pi}{1003}} and

 N = f(z)f(z^2) \cdots f(z^{2005}) ,

find the remainder when  N is divided  1000 . [Reworded]

Solution: Well  f is pretty ugly looking at the moment, let’s fix that. We can write it as the sum of the following series:

 1+x+x^2+\cdots+x^{2004} = \frac{x^{2005}-1}{x-1}

 1+x+x^2+\cdots+x^{2003} = \frac{x^{2004}-1}{x-1}

 \cdots

 1+x = \frac{x^2-1}{x-1}

 1 = \frac{x-1}{x-1} ,

since all of them are geometric series with common ratio  x . Summing these up, we have

 f(x) = \frac{x^{2005}+x^{2004}+\cdots+x+1-2006}{x-1} .

The top is again a geometric series with common ratio  x (without that  2006 part) so we can write it ias

 f(x) = \frac{\frac{x^{2006}-1}{x-1}-2006}{x-1} .

But wait, if  x = z^k then  x^{2006} = (z^k)^{2006} = (z^{2006})^k = 1 , so in fact we have

 f(z^k) = \frac{2006}{1-z^k} .

Then  N = \frac{2006^{2005}}{(1-z)(1-z^2) \cdots (1-z^{2005}) so it remains the evaluate the denominator of that. Considering

 g(x) = (x-z)(x-z^2) \cdots (x-z^{2005})

we are like whoa,  g has the  2006 th roots of unity for its roots except  x = 1 and it has leading coefficient  1 so it must be

 g(x) = x^{2005}+x^{2004}+\cdots+1 \Rightarrow g(1) = (1-z)(1-z^2) \cdots (1-z^{2005}) = 2006 .

Hence

 N = \frac{2006^{2005}}{g(1)} = 2006^{2004} .

By Euler’s Totient Theorem,  N \equiv 6^4 \equiv 296 \pmod{1000} . QED.

——————–

Comment: It didn’t take too much “insight” to reduce  f 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  \phi(1000) = 400 .

——————–

Practice Problem: Do there exist polynomials  P(x) and  Q(x) such that

 (x^8-1)P(x)+(x^5-1)Q(x) = x-1 ?

If so, find them.

So Complex, Yet So Plain. Topic: Complex Numbers/Polynomials. Level: AMC/AIME. October 4th, 2006

Problem: (2006-2007 Warm-Up 3 – #13) What is the area of the shape formed by connecting the solutions to  x^3-5x+12x-7 = 0 in the complex plane?

Solution: Well, let’s start off by finding those solutions. It’s not hard to guess that  x= 1 is a solution, so we have

 (x-1)(x^2-4x+7) = 0 .

Using the quadratic formula, we get the other two solutions to be

 x = 2 \pm i \sqrt{3} .

So our points are  1, 2+i\sqrt{3}, 2-i\sqrt{3} . This makes an isosceles triangle with base  2 \sqrt{3} and height  1 in the complex plane, which has area  \sqrt{3} . QED.

——————–

Comment: Pretty easy after we guessed that  x = 1 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  x^3 = 1 in the complex plane?

Now That’s Efficient. Topic: Algebra/Complex Numbers/Polynomials. Level: Olympiad. March 22nd, 2006

Problem: (360 Problems For Mathematical Contests – 1.1.53) Let

 P(x) = a_0x^n+a_1x^{n-1}+\cdots+a_n ,  a_n \neq 0 ,

be a polynomial with complex coefficients such that there is an integer  m with

 \left| \frac{a_m}{a_n} \right| > nCm .

Prove that the polynomial  P has at least a zero with absolute value less than  1 .

Solution: We will prove the result by contradiction. Assume all the zeros have absolute value (modulus) at least  1 . Let the zeros be  z_1, z_2, \ldots, z_n . Our assumption says that  |z_i| \ge 1 for all  z_i .

By Vieta’s Formulas, we have

 (-1)^n z_1z_2 \cdots z_n = \frac{a_n}{a_0} so  |z_1z_2 \cdots z_n| = \left| \frac{a_n}{a_0} \right| .

Also,

 \displaystyle (-1)^m\sum z_1z_2 \cdots z_m = \frac{a_m}{a_0} ,

where the summation is taken over all sets of  m roots.

Then, by the Triangle Inequality for complex numbers,

 \displaystyle \left|\frac{a_m}{a_0}\right| = \left| \sum z_1z_2 \cdots z_m \right| \le \sum |z_1z_2 \cdots z_m| .

But since  |z_i| \ge 1 for all  z_i by our assumption, we know

 |z_1z_2 \cdots z_n| = |z_1||z_2|\cdots|z_n| \ge |z_1||z_2|\cdots|z_m| = |z_1z_2 \cdots z_m|

and similarly for all other sets of  m roots. Since there are precisely  nCm sets of  m roots, we have

 \displaystyle \sum |z_1z_2 \cdots z_m| \le nCm|z_1z_2 \cdots z_n| = nCm\left| \frac{a_n}{a_0} \right| .

Connecting the inequalities, we find that

 \left| \frac{a_m}{a_0} \right| \le nCm\left| \frac{a_n}{a_0} \right| ,

which means

 \left| \frac{a_m}{a_n} \right| \le nCm ,

giving us a contradiction. Hence our original assumption is false and their exists a root  z_i such that  |z_i| < 1 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

 a_0x^n+a_1x^{n-1}+\cdots+a_n = 0

with real coefficients  a_i . Prove that if the equation has all of its roots real, then  (n-1)a_1^2 \ge 2na_0a_2 . Is the reciprocal true?

Google

 

 
 
free web counters
Etronics