Login
📚 Trigonometry
Chapters ▾

10.4 Polar Form for Complex Numbers

Introduction

In Section 10.3 we represented the sum of two complex numbers graphically as a vector addition. Is there a way to visualize the product or quotient of two complex numbers? One way to explore a new idea is to consider a simple case. What happens to the vector representing a complex number when we multiply the number by i ?

  1. Let z = 1 + i , and calculate i z ,   i 2 z , and i 3 z .
  2. Plot z ,   i z ,   i 2 z , and i 3 z as points on the complex plane.
  1. i z = i 1 ,   i 2 z = 1 i ,   i 3 z = i + 1
  2. rotations of complex number

The previous example suggests that multiplication by a complex number results in a rotation. Polar coordinates are well suited to processes that involve rotation, because they use angles to specify location. Thus, we will next represent complex numbers in an alternate polar form.

Polar Form

The figure below shows the complex number   z = 3 + 3 i , represented as a vector in the complex plane. The distance r from the origin to z is

r = 3 2 + 3 2 = 3 2

and the angle from the real axis to the vector is θ = π 4 .

Using right triangle trigonometry, we see that

a = 3 2 cos ( π 4 ) = 3 2 1 2 = 3 b = 3 2 sin ( π 4 ) = 3 2 1 2 = 3

polar form of complex number

In general, we can write the real and imaginary parts of z in terms of r and θ as

a = r cos ( θ )         and         b = r sin ( θ )

Thus, the complex number z = a + b i can also be written as

z = ( r cos ( θ ) ) + ( r sin ( θ ) ) i         or         z = r ( cos ( θ ) + i sin ( θ ) )

.

Find the polar form for   w = 1 + i 3 .

w = 2 ( cos π 3 + i sin π 3 )

Of course, we can always recover the Cartesian form of a complex number from its polar form by evaluating the trigonometric functions. We'll check the result of the previous example:

z = 2 ( cos ( π 6 ) + i sin ( π 6 ) ) = 2 ( 3 2 + i 1 2 ) = 3 + i

Products and Quotients in Polar Form

The polar form is especially convenient for computing the product or quotient of two complex numbers.

This formula, which you will prove in the Homework Problems, says that the product of two complex numbers in polar form is the complex number with modulus r R and argument α + β . Thus, to find the product of two complex numbers, we multiply their lengths and add their arguments.

  1. Find the polar forms of   z = 3 + 3 i   and   w = 2 2 i   .
  2. Compute the product z w .
  1. z = 3 2 ( cos ( π 4 ) + i sin ( π 4 ) ) ,   w = 2 2 ( cos ( 5 π 4 ) + i sin ( 5 π 4 ) )
  2. 12 i

The quotient of two complex numbers in polar form is computed in a similar fashion. We divide the moduli and subtract the arguments.

Compute the quotient   z w for   z = 3 + 3 i   and   w = 2 2 i .

3 2

Powers and Roots of Complex Numbers

Because raising to a power is just repeated multiplication, we can also use the polar form to simplify powers of a complex number. For example, if z = r ( cos ( α ) + i sin ( α ) ) , then

z 2 = z z = r r ( cos ( α + α ) + i sin ( α + α ) )

We compute z 2 by squaring the modulus, r , and doubling the argument, α , so the polar form is

z 2 = r 2 ( cos ( 2 α ) + i sin ( 2 α ) )

An analogous result holds for all positive integers n , and is known as De Moivre's Theorem.

Compute w 3 , for   w = 2 + 2 i .

4 2 + 4 2 i

DeMoivre's Theorem also works for rational values of n , so we can compute roots of complex numbers. For example, by applying the theorem with n = 1 2 , we see that one of the square roots of z = r ( cos ( α ) + i sin ( α ) ) is

z 1 / 2 = r 1 / 2 ( cos ( α 2 ) + i sin ( α 2 ) )

Now, every number,whether real or complex, has two square roots. To find the other root, remember that we can add a multiple of 2 π to the argument of z , that is, we can also write the polar form of z as

z = r ( cos ( α + 2 π ) + i sin ( α + 2 π ) )

The second square root of z is thus

r 1 / 2 ( cos ( α 2 + π ) + i sin ( α 2 + π ) )

As an example consider   w = 8 + 8 i 3 , whose polar form is

  16 ( cos ( 2 π 3 ) + i sin ( 2 π 3 ) )  

or by adding 2 π to the argument,

16 ( cos ( 8 π 3 ) + i sin ( 8 π 3 ) )

The two square roots of w are

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

You can verify that both of these numbers are square roots of w = 8 + 8 i 3 , for instance,

( 2 + 2 i 3 ) 2 = 4 + 2 ( 2 ) ( 2 i 3 ) + 12 i 2 = 8 + 8 i 3

The graphs of w and its two square roots are shown at right.

square roots of complex number

It is not hard to show that every number has three complex cube roots, four complex fourth roots, and so on.

  1. Write i in polar form.
  2. Find four complex fourth roots of i .
  1. cos ( π 2 ) + i sin ( π 2 )
  2. cos ( π 8 ) + i sin ( π 8 ) ,   cos ( 5 π 8 ) + i sin ( 5 π 8 ) ,   cos ( 9 π 8 ) + i sin ( 9 π 8 ) ,   cos ( 13 π 8 ) + i sin ( 13 π 8 )

Review the following skills you will need for this section.

Section 10.4 Summary

Vocabulary

  • Argument
  • Modulus

Concepts

  1. Multiplying a complex number by i rotates its graph by 90 around the origin.

Study Questions

  1. What happens to the vector representing a complex number when we multiply the number by i ?
  2. If z = p + q i , what do these expressions represent? p 2 + q 2 ,   p q i ,   q p
  3. If z 1 and z 2 lie on the unit circle, explain why z 1 z 2 and z 1 z 2 also lie on the unit circle.
  4. Explain how you could use DeMoivre's theorem to compute z 2 / 3 .

Skills

  1. Convert from polar form to standard form #5–12
  2. Write a complex number in polar form #13-22
  3. Find the product or quotient of two complex numbers in polar form #25–32
  4. Find a power of a complex number #33–42
  5. Find the complex roots of a number #43–48, 51–52, 55–60

Homework 10-4

For Problems 1–4, simplify and plot each complex number as a point on the complex plane.

1 ,   i ,   i 2 ,   i 3 and i 4

1 ,   i ,   1 ,   i ,   1

powers of i

1 ,   i ,   i 2 ,   i 3 and i 4

1 + 2 i and i ( 1 + 2 i )

1 + 2 i , 2 + i

complex numbers

3 4 i and i ( 3 4 i )

For Problems 5–8, write the complex numbers in standard form. Give exact values for your answers.

6 ( cos ( 2 π 3 ) + i sin ( 2 π 3 ) )

3 + 3 i 3

4 ( cos ( 7 π 4 ) + i sin ( 7 π 4 ) )

2 ( cos ( 3 π 4 ) + i sin ( 3 π 4 ) )

1 + i

3 2 ( cos ( 5 π 6 ) + i sin ( 5 π 6 ) )

For Problems 9–12, write the complex numbers in standard form. Round your answers to hundredths.

5 ( cos ( 5.2 ) + i sin ( 5.2 ) )

2.34 4.21 i

3 ( cos ( 3.5 ) + i sin ( 3.5 ) )

12 ( cos ( 115 ) + i sin ( 115 ) )

5.07 + 10.88 i

)

20 ( cos ( 250 ) + i sin ( 250 ) )

For Problems 13–16, write the complex numbers in polar form. Give exact values for your answers.

3 i and 3 i

3 ( cos ( π 2 ) + i sin ( π 2 ) ) , 3 ( cos ( 3 π 2 ) + i sin ( 3 π 2 ) )

2 + 2 i and 2 2 i

3 3 i and 3 3 i

2 3 ( cos ( 7 π 6 ) + i sin ( 7 π 6 ) ) , 2 3 ( cos ( 11 π 6 ) + i sin ( 11 π 6 ) )

2 3 + 2 i and 2 3 + 2 i

For Problems 17–22, write the complex numbers in polar form. Round your answers to hundredths.

4 + 2 i and 4 2 i

4.47 ( cos ( 2.68 ) + i sin ( 2.68 ) ) ,   4.47 ( cos ( 5.82 ) + i sin ( 5.82 ) )

3 8 i and 3 + 8 i

9 5 i and 9 + 5 i

8.60 ( cos ( 5.78 ) + i sin ( 5.78 ) ) ,   8.60 ( cos ( 0.51 ) + i sin ( 0.51 ) )

2 + 6 i and 2 6 i

3 + 4 i ,   3 4 i ,   3 + 4 i , and 3 4 i

5 ( cos ( 0.93 ) + i sin ( 0.93 ) ) ,   5 ( cos ( 5.36 ) + i sin ( 5.36 ) ) ,   5 ( cos ( 2.21 ) + i sin ( 2.21 ) ) ,   5 ( cos ( 4.07 ) + i sin ( 4.07 ) )

1 + 3 i ,   1 3 i ,   1 + 3 i , and 1 3 i

What can you conclude about the polar forms of z and z ¯ ?

If z = r ( cos ( θ ) + i sin ( θ ) ) , then z ¯ = r ( cos ( 2 π θ ) + i sin ( 2 π θ )

What can you conclude about the polar forms of z and z ?

For Problems 25–28, find the product z 1 z 2 and the quotient z 1 z 2 .

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

z 1 z 2 = 2 ( cos ( π 6 ) + i sin ( π 6 ) ) = 3 + i ;     z 1 z 2 = 8 ( cos ( π 2 ) + i sin ( π 2 ) ) = 8 i

z 1 = 6 ( cos ( 5 π 8 ) + i sin ( 5 π 8 ) ) z 2 = 3 2 ( cos ( π 8 ) + i sin ( π 8 ) )

z 1 = 3 ( cos ( 3 π 5 ) + i sin ( 3 π 5 ) ) z 2 = 2 ( cos ( 3 π 10 ) + i sin ( 3 π 10 ) )

z 1 z 2 = 6 ( cos ( 9 π 10 ) + i sin ( 9 π 10 ) ) ;     z 1 z 2 = 3 2 ( cos ( 3 π 10 ) + i sin ( 3 π 10 ) )

z 1 = 4 ( cos ( 5 π 12 ) + i sin ( 5 π 12 ) ) z 2 = 6 ( cos ( 3 π 4 ) + i sin ( 3 π 4 ) )

For Problems 29–32, convert the complex numbers to polar form, then find the product z 1 z 2 and the quotient z 1 z 2 .

z 1 = 2 i ,   z 2 = 4 i

z 1 z 2 = 8 ;   z 1 z 2 = 1 2

z 1 = 2 i ,   z 2 = 3 i

z 1 = 2 3 2 i ,   z 2 = 1 + i

z 1 z 2 = 4 2 ( cos 7 π 12 + i sin 7 π 12 ) ;     z 1 z 2 = 2 2 ( cos 13 π 12 + i sin 13 π 12 )

z 1 = 3 + i ,   z 2 = 1 + i 3

For Problems 33–38, find the power.

( 2 + 2 i ) 5

128 128 i

( 2 2 i ) 6

( 1 + 3 i ) 8

128 128 3 i

( 1 2 + 3 2 i ) 12

( 3 i ) 10

512 + 512 3 i

( 1 i ) 20

For Problems 39–42, use De Moivre's theorem to find the reciprocal.

2 2 i

1 4 + 1 4 i

3 + 3 i

2 + 6 i

2 8 6 8 i

1 i

For Problems 43–48,

  1. Find the roots and plot them in the complex plane.
  2. Write the roots in standard form.

The square roots of 9 i

  1. 3 ( cos π 4 + i sin π 4 ) ,   3 ( cos 3 π 4 + i sin 3 π 4 )
  2. 3 2 + 3 2 i ,   3 2 3 2 i
square roots

The fourth roots of 81

The fifth roots of 32

  1. 2 ,   2 ( cos 2 π 5 + i sin 2 π 5 ) ,   2 ( cos 4 π 5 + i sin 4 π 5 ) ,   2 ( cos 6 π 5 + i sin 6 π 5 ) , 2 ( cos 8 π 5 + i sin 8 π 5 )
  2. 2 ,   0.618 + 1.9 i , 1.618 + 1.176 i , 1.618 1.176 i , 0.618 1.902 i
fifth roots of complex number

The cube roots of i

The cube roots of 4 3 + 4 i

  1. 4 ( cos π 18 + i sin π 18 ) ,   4 ( cos 13 π 18 + i sin 13 π 18 ) ,   4 ( cos 25 π 18 + i sin 25 π 18 )
  2. 1.97 + 0.347 i ,   1.286 + 1.532 i ,   0.684 1.879 i
cube roots of complex number

The square roots of 2 + 2 3 i

Show that any complex number of the form z = cos ( θ ) + i sin ( θ ) lies on the unit circle in the complex plane.

| z | = | cos ( θ ) + i sin ( θ ) | = cos 2 ( θ ) + sin 2 ( θ ) = 1

Show that if | z | = 1 , then 1 z = z ¯ .

  1. Find three distinct cube roots of 1.
  2. Find four distinct fourth roots of 1.
  3. Find five distinct fifth roots of 1.
  4. Find six distinct sixth roots of 1.
  1. 1 ,   ( cos 2 π 3 + i sin 2 π 3 ) ,   ( cos 4 π 3 + i sin 4 π 3 )
  2. 1 ,   i ,   1 ,   i
  3. 1 ,   ( cos 2 π 5 + i sin 2 π 5 ) ,   ( cos 4 π 5 + i sin 4 π 5 ) , ( cos 6 π 5 + i sin 6 π 5 ) ,   ( cos 8 π 5 + i sin 8 π 5 )
  4. 1 ,   ( cos π 3 + i sin π 3 ) ,   ( cos 2 π 3 + i sin 2 π 3 ) ,   1 , ( cos 4 π 3 + i sin 4 π 3 ) ,   ( cos 5 π 3 + i sin 5 π 3 )
  1. Find the sum of the three distinct cube roots of 1. (Hint: Plot the roots.)
  2. Find the sum of the four distinct fourth roots of 1.
  3. Find the sum of the five distinct fifth roots of 1.
  4. Find the sum of the six distinct sixth roots of 1.

If n is a positive integer, define

ω k = cos ( 2 π k n ) + i sin ( 2 π k n )

for k = 0 ,   1 ,   2 ,   ,   n 1. Show that ( ω k ) n = 1 . (We call ω k an n t h root of unity.)

( ω k ) n = 1 n ( cos ( n 2 π k n ) + i sin ( n 2 π k n ) ) = 1 ( cos 2 π k + i sin 2 π k ) = 1

Let ω = cos ( 2 π n ) + i sin ( 2 π n ) , where n is a positive integer. Show that the n distinct n t h roots of unity are ω ,   ω 2 ,   ω 3 ,   ,   ω n 1 .

For Problems 55-60, solve the equation.

z 4 + 4 z 2 + 8 = 0

8 1 / 4 ( cos ( 3 π 8 ) + i sin ( 3 π 8 ) ) ,   8 1 / 4 ( cos ( 5 π 8 ) + i sin ( 5 π 8 ) ) ,   8 1 / 4 ( cos ( 11 π 8 ) + i sin ( 11 π 8 ) ) ,   8 1 / 4 ( cos ( 13 π 8 ) + i sin ( 13 π 8 ) )

z 6 + 4 z 3 + 8 = 0

z 6 8 = 0

2 ,   2 ( cos ( π 3 ) + i sin ( π 3 ) ) ,   2 ( cos ( 2 π 3 ) + i sin ( 2 π 3 ) ) ,   2 ,   2 ( cos ( 4 π 3 ) + i sin ( 4 π 3 ) ) ,   2 ( cos ( 5 π 3 ) + i sin ( 5 π 3 ) )

z 4 9 i = 0

z 4 + 2 z 2 + 4 = 0

2 ( cos ( π 3 ) + i sin ( π 3 ) ) ,   2 ( cos ( 2 π 3 ) + i sin ( 2 π 3 ) ) ,   2 ( cos ( 4 π 3 ) + i sin ( 4 π 3 ) ) ,   2 ( cos ( 5 π 3 ) + i sin ( 5 π 3 ) )

z 4 2 z 2 + 4 = 0

  1. Let z = cos ( θ ) + i sin ( θ ) . Compute z 2 by expanding the product.
  2. Use De Moivre's theorem to compute z 2 .
  3. Compare your answers to (a) and (b) to write identities for sin ( 2 θ ) and cos ( 2 θ ) .
  1. cos 2 ( θ ) sin 2 ( θ ) + ( 2 sin ( θ ) cos ( θ ) ) i
  2. cos ( 2 θ ) + i sin ( 2 θ )
  3. sin ( 2 θ ) = 2 sin ( θ ) cos ( θ ) ;     cos ( 2 θ ) = cos 2 ( θ ) sin 2 ( θ )
  1. Let z = cos ( θ ) + i sin ( θ ) . Compute z 3 by expanding the product.
  2. Use De Moivre's theorem to compute z 3 .
  3. Compare your answers to (a) and (b) to write identities for sin ( 3 θ ) and cos ( 3 θ ) .

Problems 63 and 64 show that multiplication by i results in a rotation of 90 .

Suppose that z = a + b i and that the real numbers a and b are both nonzero.

  1. What is the slope of the segment in the complex plane joining the origin to z ?
  2. What is the slope of the segment in the complex plane joining the origin to z i ?
  3. What is the product of the slopes of the two segments from parts (a) and (b)? What can you conclude about the angle between the two segments?
  1. b a
  2. a b
  3. 1 ,   π 2

Suppose that z = a + b i and that a and b are both real numbers.

  1. If a 0 and b = 0 , then what is the slope of the segment in the complex plane joining the origin to z ? What is the slope of the segment joining the origin to z i ?
  2. If a = 0 and b 0 , then what is the slope of the segment in the complex plane joining the origin to z ? What is the slope of the segment joining the origin to z i ?
  3. What can you conclude about the angle between the two segments from parts (a) and (b)?

Prove the product rule by following the steps.

  1. Suppose z 1 = a + b i and z 2 = c + d i . Compute z 1 z 2 .
  2. Now suppose that z 1 = r ( cos ( α ) + i sin ( α ) ) and z 2 = R ( cos ( β ) + i sin ( β ) ) . Write a ,   b ,   c and d in terms of r ,   R ,   α and β .
  3. Substitute your expressions for a ,   b ,   c and d into your formula for z 1 z 2 .
  4. Use the laws of sines and cosines to simplify your answer to part (c).
  1. z 1 z 2 = ( a c b d ) + ( a d + b c ) i
  2. a = r cos ( α ) ,   b = r sin ( α ) ,   c = R cos ( β ) ,   d = R sin ( β )
  3. ( a c b d ) + ( a d + b c ) i = ( r R cos ( α ) cos ( β ) r R sin ( α ) sin ( β ) ) + ( r R cos ( α ) sin ( β ) + r R sin ( α ) cos ( β ) ) i
  4. r R ( cos ( α + β ) + i sin ( α + β ) )

Let z 1 = r ( cos ( α ) + i sin ( α ) ) and z 2 = R ( cos ( β ) + i sin ( β ) ) . Prove the quotient rule as follows: Set w = r R ( cos ( α β ) + i sin ( α β ) ) , and show that z 1 = w z 2 .

Trigonometry by Katherine Yoshiwara (yoshiwarabooks.org), GNU Free Documentation License 1.2 or later. Adapted for the XYZ HTML edition with the authors' permission (recorded 2026-07-04). License: GFDL-1.2-or-later.