AoPS ComplexNumbers
AoPS ComplexNumbers
AoPS ComplexNumbers
C0111plex NU111bers
.. I I I I I I ~ ~ I I I I I I I •
-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6
Each real number is associated with a point on the line, and each point with a real number.
<l 88 t>
e ART of PROBLEM SOLVING <II 89
.~. Once we understand the complex plane, we can use it to expand our understanding of complex
,timbers. For example, we have used rectangular coordinates to locate points in the complex plane.
'But these are not the only coordinates we could use. Let's apply polar coordinates instead. In our
,;diseussion of polar coordinates (page 47) we saw that the polar coordinates (r, e) of a point (x, y) are
"'such that
X = r cos e and {r = y'x2 + y2
{ Y = rsine e =arctan(y/x)
For a complex number z, we have chosen the rectangular coodinates to be (Re(z),Im(z»). Thus the
; associated polar coordinates (r, e) of z will be such that
Re(z) = rcos e
This is called the trigonometric representation of a complex number, and is sometimes written
simply z = cis e. Of course, just giving the polar coordinates (r, e) is enough to determine z
Solution: We use equations (9.1) to get rcose = 0 and rsine :::: 1. Clearlye must be n/2
As with regular polar coordinates, the numbers rand e are the distance from the origin to z
and the angle between z and the positive real axis, respectively. It is important to remember the
ambiguity in the value of e as well; for a given e we could just as well use e + 2n, e + 4n, etc. See
the distance to the origin of coordinates. We therefore call r the absolute value, or sometimes
magnitude, of a complex number z and denote it by 14 For a generic complex number x iy, we
*
have Ix + iyl =r = y'x2 + y2.
The complex absolute value has some interesting properties. Perhaps the most important is that ~ fI>
. -_._.-- .. ~._------------......;....;......----------- ..
90 ~ CHAPTER 9. COMPLEX NUMBERS
EXERCISE 9-6 Find the absolute value of the complex number (12 + 5i)(7 - 24i).
EXERCISE 9-7 Find a counterexample to the false claim Iw + zl = Iwl + Izl'.
Let's examine the relationship between Iw + zl and.lwl + Izi. Above you should have found that
these two quantities are not always equal, but you should also have seen, or at least suspected, that
Iw + zl is never larger than the sum Iwl + Izl. To prove our suspicion, we write Iwl + Izi ~ Iw + zl in
terms of w = WI + W2i and z =ZI + Z2i:
or
zi~ - 2zIZ2WIW2 + ~wi ~ O.
Recognizing the left as a perfect square, we write
(ZIW2 - Z2WI)2 ~ 0,
which is clearly always true. Furthermore, we can find when Iwl + Izi = Iw + zl by noting that these
can only be equal when (ZIW2 -Z2WI)2 = O. (Why?) This occurs when:ZIw2 = Z2WI, or ZI/WI = Z2/W2.
If we let this common ratio be c, we find that our equality condition is ZI = CWI and Z2 = CW2, so
Z =cw and one number is just a real multiple of the other!
The inequality Iwl + Izi ~ Iw + zl is called the Triangle Inequality for complex numbers. Given
the name, you might think the inequality has something to do with geometry. You're right; using
a geometric representation of complex numbers and complex addition, we can prove the Triangle
Inequality quite easily. (This is done on page 103.)
the ART of PROBLEM SOLVING <I 91
EXERCISE 9-8 What is the equality condition of the Triangle Inequality when wand z are written
in polar form?
----------------------------------
EXERCISE 9-9 Prove that Izi + Iwl 2: Iz - wi·
f
EXAMPLE 9-2 Take the complex number! + i = (cos} + i sin}). When it is multiplied by any
complex number r(cos 8 + isin 8), the product is l' (cos(8 + 1) + isin(8 +~)). Thus multiplication by
~ + i 'f' is a rotation by the angle }.
-------_._---
EXERCISE 9-10 To what geometrical motion does multiplication by i correspond, in the sense of
Example 9-2?
EXERCISE 9-11 On a complex plane, draw the points 2 + 3i, 1 + 2i, and (2 + 3i)(1 + 2i) to convince
yourself that the magnitudes multiply and the angles add to form the product.
While the polar method is a more satisfying way to look at complex multiplication, for routine
calculation it is usually easier to fall back on the distributive law as used in Volume 1. HO\'vcver,
for more complicated calculations and clever applications, the polar approach is often much more
fruitful.
EXERCISE 9-14 Duplicate Example 9-3 and Example 9-5 for the numbers .if + i.if and ! + q.
using equation (9.3). So we have one qth root immediately. How do we find others? Remember that
the complex number (rP, p8) is equal to (rP, p8 + 2nk) for any integer k; adding a full circle to the angle
doesn't change our location. From these equivalent numbers we can easily write down the qth roots
(9.4)
In fact, the numbers generated by equation (9.4), as k ranges over the integers, are all the p/q powers
of (r,8). This assertion, the simple proof of which is below, is called DeMoivre's Theorem (de
MAUVE's theorem).
Solution: We can readily convert this number into the trigonometric form 8(cos60° + sin 60°),
which gives the polar form (8,60°). Then by DeMoivre, the cube roots (1/3 powers) are given
by (8 1/3 ,20° + 360 k/3) = (2,20° + 120 k). For k = 0, we have (2,20°). For k = 1, we have
0 0
(2,20° + 120°) = (2,140°). For k = 2, we have (2,260°). For k = 3, we have (2,380°), which is
equal to (2,20°) again. Similarly, as k takes on other integral values, we will just get our three basic
values over and over again. Thus our roots are (2,20°), (2,140°), and (2,260°).
Let's now prove DeMoivre's Theorem. Clearly every number of the form (9.4) with k an integer
is a p/q power of (r, 8). We verify this by taking the expression to the qth power and observing that
the result is a pth power of (r, 8) in agreement with equation (9.3). Since the expression (9.4) is a qth
root of a pth power of (r, 8), it is a p/q power.
We now need only to prove that every p/qpower of (r, 8) can be written in the form (9.4). Consider
some general complex number (s, cjJ) such that (r, 8)plq = (s, cjJ). We can write (r, 8)P = (s, cjJ)q, so (9.3)
gives (rl', p8) = (s'1, qcjJ). The only way these two sets of polar coordinates can be equal is if
EXAMPLE 9-7 In Example 9-6 above, we found that there are three cube roots of 4 + 4 ~ i. This
is no accident. In fact, DeMoivre guarantees that there will be exactly q qth roots of any nonzero
complex number. Why? Because the allowed angles of (r, 8)1 /'1 are
8 2nk e 8 2n 8 4n
- +- = -, - + - , - + - , ...
q q qq qq q
All of these values will be different until we get to k = q, when we will have 8/q + 2nq/q = e/q + 2n.
Ihis is the :,dme as just 8/q, so we are back where we started: adding 2n/q just gives e/q + 2n/q
ugain, and so on. Similarly, negatiYe values of k give the same roots as well.