2 De Moivre’s theorem and root finding

In this subsection we ask if we can obtain fractional powers of complex numbers; for example what are the values of 8 1 3 or ( 24 ) 1 4 or even ( 1 + i ) 1 2 ?

More precisely, for these three examples, we are asking for those values of z which satisfy

z 3 8 = 0 or z 4 + 24 = 0 or z 2 ( 1 + i ) = 0

Each of these problems involve finding roots of a complex number.

To solve problems such as these we shall need to be more careful with our interpretation of arg ( z ) for a given complex number z .

2.1 Arg( z ) revisited

By definition arg ( z ) is the angle made by the line representing z with the positive x -axis. See Figure 9(a). However, as the Figure 9(b) shows you can increase θ by 2 π (or 36 0 0 ) and still obtain the same line in the x y plane. In general, as indicated in Figure 9(c) any integer multiple of 2 π can be added to or subtracted from arg ( z ) without affecting the Cartesian form of the complex number.

Figure 9

No alt text was set. Please request alt text from the person who provided you with this resource.

Key Point 13

arg ( z ) is unique only up to an integer multiple of 2 π radians

For example:

z = 1 + i = 2 ( cos π 4 + i sin π 4 ) in polar form

However, we could also write, equivalently:

z = 1 + i = 2 ( cos ( π 4 + 2 π ) + i sin ( π 4 + 2 π ) )

or, in full generality:

z = 1 + i = 2 ( cos ( π 4 + 2 k π ) + i sin ( π 4 + 2 k π ) ) k = 0 , ± 1 , ± 2 ,

This last expression shows that in the polar form of a complex number the argument of z , arg ( z ) , can assume infinitely many different values, each one differing by an integer multiple of 2 π . This is nothing more than a consequence of the well-known properties of the trigonometric functions:

cos ( θ + 2 k π ) cos θ , sin ( θ + 2 k π ) sin θ for any integer k

We shall now show how we can use this more general interpretation of arg ( z ) in the process of finding roots.

Example 8

Find all the values of 8 1 3 .

Solution

Solving z = 8 1 3 for z is equivalent to solving the cubic equation z 3 8 = 0 . We expect that there are three possible values of z satisfying this cubic equation. Thus, rearranging: z 3 = 8 . Now write the right-hand side as a complex number in polar form:

z 3 = 8 ( cos 0 + i sin 0 )

(i.e.  r = 8 = 8 and arg ( 8 ) = 0 ). However, if we now generalise our expression for the argument, by adding an arbitrary integer multiple of 2 π , we obtain the modified expression:

z 3 = 8 ( cos ( 2 k π ) + i sin ( 2 k π ) ) k = 0 , ± 1 , ± 2 ,

Now take the cube root of both sides:

z = 8 3 ( cos ( 2 k π ) + i sin ( 2 k π ) ) 1 3 = 8 3 ( cos 2 k π 3 + i sin 2 k π 3 )  using De Moivre’s  theorem.

Now in this expression k can take any integer value or zero. The normal procedure is to take three consecutive values of k (say k = 0 , 1 , 2 ). Any other value of k chosen will lead to a root (a value of z ) which repeats one of the three already determined.

So if k = 0 z 0 = 2 ( cos 0 + i sin 0 ) = 2 k = 1 z 1 = 2 ( cos 2 π 3 + i sin 2 π 3 ) = 1 + i 3 k = 2 z 2 = 2 ( cos 4 π 3 + i sin 4 π 3 ) = 1 i 3

These are the three (complex) values of 8 1 3 . The reader should verify, by direct multiplication, that ( 1 + i 3 ) 3 = 8 and that ( 1 i 3 ) 3 = 8 .

The reader may have noticed within this Example a subtle change in notation. When, for example, we write 8 1 3 then we are expecting three possible values, as calculated above. However, when we write 8 3 then we are only expecting one value: that delivered by your calculator.

Note the two complex roots are complex conjugates (since z 3 8 = 0 is a polynomial equation with real coefficients). In Example 8 we have worked with the polar form. Precisely the same calculation can be carried through using the exponential form of a complex number. We take this opportunity to repeat this calculation but working exclusively in exponential form.

Thus

z 3 = 8

= 8 e i ( 0 ) ( i.e.  r = 8 = 8 and arg ( 8 ) = 0 )

= 8 e i ( 2 k π ) k = 0 , ± 1 , ± 2 ,

therefore taking cube roots

z = 8 3 e i ( 2 k π ) 1 3

= 8 3 e i 2 k π 3 using De Moivre’s  theorem.

Again k can take any integer value or zero. Any three consecutive values will give the roots.

So if k = 0 z 0 = 2 e i 0 = 2 k = 1 z 1 = 2 e i 2 π 3 = 1 + i 3 k = 2 z 2 = 2 e i 4 π 3 = 1 i 3

These are the three (complex) values of 8 1 3 obtained using the exponential form. Of course at the end of the calculation we have converted back to standard Cartesian form.

Task!

Following the procedure outlined in Example 8 obtain the two complex values of ( 1 + i ) 1 2 .

Begin by obtaining the polar form (using the general form of the argument) of ( 1 + i ) :

You should obtain 1 + i = 2 ( cos ( π 4 + 2 k π ) + i sin ( π 4 + 2 k π ) ) k = 0 , ± 1 , ± 2 , .

Now take the square root and use De Moivre’s theorem to complete the solution:

You should obtain

z 1 = 2 4 ( cos π 8 + i sin π 8 ) = 1.099 + 0.455 i z 2 = 2 4 ( cos ( π 8 + π ) + i sin ( π 8 + π ) ) = 1.099 0.455 i

A good exercise would be to repeat the calculation using the exponential form.

Exercise

Find all those values of z which satisfy z 4 + 1 = 0 . Write your values in standard Cartesian form.

z 0 = 1 2 + i 2 z 1 = 1 2 + i 2 z 2 = 1 2 i 2 z 3 = 1 2 i 2