Section 5.5 – The Polar Form of Complex Numbers

Learning Objectives

Welcome to Section 5.5! In this section, you will:

  • Plot complex numbers in the complex plane.
  • Find the absolute value of a complex number.
  • Write complex numbers in polar form.
  • Convert a complex number from polar to rectangular form.
  • Find products of complex numbers in polar form.
  • Find quotients of complex numbers in polar form.
  • Find powers of complex numbers in polar form.
  • Find roots of complex numbers in polar form.

“God made the integers; all else is the work of man.” This rather famous quote by nineteenth-century German mathematician Leopold Kronecker sets the stage for this section on the polar form of a complex number. Complex numbers were invented by people and represent over a thousand years of continuous investigation and struggle by mathematicians such as Pythagoras, Descartes, De Moivre, Euler, Gauss, and others. Complex numbers answered questions that for centuries had puzzled the greatest minds in science.

We first encountered complex numbers in Complex Numbers. In this section, we will focus on the mechanics of working with complex numbers: translation of complex numbers from polar form to rectangular form and vice versa, interpretation of complex numbers in the scheme of applications, and application of De Moivre’s Theorem.

Plotting Complex Numbers in the Complex Plane

Plotting a complex number [latex]a+bi[/latex] is similar to plotting a real number, except that the horizontal axis represents the real part of the number, [latex]a[/latex], and the vertical axis represents the imaginary part of the number, [latex]bi[/latex].

How To

Given a complex number [latex]a+bi[/latex], plot it in the complex plane.

  1. Label the horizontal axis as the real axis and the vertical axis as the imaginary axis.
  2. Plot the point in the complex plane by moving [latex]a[/latex] units in the horizontal direction and [latex]b[/latex] units in the vertical direction.

Example 1

Plotting a Complex Number in the Complex Plane

Plot the complex number [latex]2−3i[/latex] in the complex plane.

 

Show/Hide Solution

From the origin, move two units in the positive horizontal direction and three units in the negative vertical direction. See Figure 1.

image
Figure 1

Try It #1

Plot the point [latex]1+5i[/latex] in the complex plane.

Finding the Absolute Value of a Complex Number

The first step toward working with a complex number in polar form is to find the absolute value. The absolute value of a complex number is the same as its magnitude, or [latex]\lvert z \rvert[/latex]. It measures the distance from the origin to a point in the plane. For example, the graph of [latex]z=2+4i[/latex], in Figure 2, shows [latex]\lvert z \rvert[/latex].

image
Figure 2

Absolute Value of a Complex Number

Given [latex]z=x+yi[/latex], a complex number, the absolute value of [latex]z[/latex] is defined as

[latex]\lvert z \rvert=\sqrt{x^2+y^2}[/latex]

It is the distance from the origin to the point [latex](x,y)[/latex].

Notice that the absolute value of a real number gives the distance of the number from 0, while the absolute value of a complex number gives the distance of the number from the origin, [latex](0, 0)[/latex].

Example 2

Finding the Absolute Value of a Complex Number with a Radical

Find the absolute value of [latex]z=\sqrt{5}−i[/latex].

 

Show/Hide Solution

Using the formula, we have

image

See Figure 3.

image
Figure 3

Try It #2

Find the absolute value of the complex number [latex]z=12−5i[/latex].

Example 3

Finding the Absolute Value of a Complex Number

Given [latex]z=3−4i[/latex], find [latex]\lvert z \rvert[/latex].

 

Show/Hide Solution

Using the formula, we have

image

The absolute value [latex]z[/latex] is 5. See Figure 4.

image
Figure 4

Try It #3

Given [latex]z=1−7i[/latex], find [latex]z[/latex].

Writing Complex Numbers in Polar Form

The polar form of a complex number expresses a number in terms of an angle [latex]θ[/latex] and its distance from the origin [latex]r[/latex]. Given a complex number in rectangular form expressed as [latex]z=x+yi[/latex], we use the same conversion formulas as we do to write the number in trigonometric form:

image

We review these relationships in Figure 5.

image
Figure 5

We use the term modulus to represent the absolute value of a complex number, or the distance from the origin to the point [latex](x,y)[/latex]. The modulus, then, is the same as [latex]r[/latex], the radius in polar form. We use [latex]θ[/latex] to indicate the angle of direction (just as with polar coordinates). Substituting, we have

image

Polar Form of a Complex Number

Writing a complex number in polar form involves the following conversion formulas:

image

Making a direct substitution, we have

image

where [latex]r[/latex] is the modulus and [latex]θ[/latex] is the argument. We often use the abbreviation [latex]rcis θ[/latex] to represent [latex]r(cos θ+isin θ)[/latex].

How To

How to express Complex Numbers in Polar Coordinates.

  1. Find the modulus using equation [latex]r=\sqrt{x^2+y^2}[/latex].
  2. Determine which quadrant the complex number lies in.
  3. If it is a quadrantal (it lies along one of the axes), use the unit circle to determine the angle.
  4. Use [latex]cos(\theta)=\frac{x}{r}[/latex] to find [latex]\theta[/latex] if in quadrant I or II.
  5. Use [latex]tan(\alpha)=\frac{y}{x}[/latex] and add [latex]\pi[/latex] to [latex]\alpha[/latex] to find [latex]\theta[/latex] if in quadrant III.
  6. Use [latex]tan(\theta)=\frac{y}{x}[/latex] to find [latex]\theta[/latex] if in quadrant IV.

Example 4

Expressing a Complex Number Using Polar Coordinates

Express the complex number [latex]4i[/latex] using polar coordinates.

 

Show/Hide Solution

On the complex plane, the number [latex]z=4i[/latex] is the same as [latex]z=0+4i[/latex]. Writing it in polar form, we have to calculate [latex]r[/latex] first.

image

Next, we look at [latex]x[/latex]. If [latex]x=rcos θ[/latex], and [latex]x=0[/latex], then [latex]θ=\frac{π}{2}[/latex]. In polar coordinates, the complex number [latex]z=0+4i[/latex] can be written as [latex]z=4(cos(\frac{π}{2})+isin(\frac{π}{2}))[/latex] or [latex]4cis(\frac{π}{2})[/latex]. See Figure 6.

image
Figure 6

Try It #4

Express [latex]z=3i[/latex] as [latex]r cis θ[/latex] in polar form.

Example 5

Finding the Polar Form of a Complex Number

Find the polar form of [latex]3-3\sqrt{3}i[/latex].

 

Show/Hide Solution

First, find the value of [latex]r[/latex].

We can see that the angle is in the fourth quadrant.  We can find the angle [latex]θ[/latex] using the formula [latex]tan(\theta)=\frac{y}{x} :

Thus, the solution is [latex]z=6(cos(-\frac{\pi}{3})+isin(-\frac{\pi}{3}))[/latex] or [latex]6cis(\frac{π}{3})[/latex].

Example 6

Finding the Polar Form of a Complex Number

Find the polar form of [latex]-4+4i[/latex].

 

Show/Hide Solution

First, find the value of [latex]r[/latex].

image

We can see that the angle is in the second quadrant.  We can find the angle [latex]θ[/latex] using the formula [latex]cos(\theta)=\frac{x}{r} :

image

Thus, the solution is [latex]z=4\sqrt{2}(cos(\frac{3\pi}{4})+isin(\frac{3\pi}{4}))[/latex] or [latex]4\sqrt{2}cis(\frac{3π}{4})[/latex].

Example 7

Finding the Polar Form of a Complex Number

Find the polar form of [latex]-2\sqrt{3}-2i[/latex].

 

Show/Hide Solution

First, find the value of [latex]r[/latex].

We can see that the angle is in the second quadrant.  We can find the angle [latex]θ[/latex] using the formula [latex]tan(\alpha)=\frac{y}{x} :

Then we add [latex]\pi[/latex] to [latex]\alpha[/latex] to get [latex]\theta[/latex]:

[latex]\theta=\frac{\pi}{6}+\pi=\frac{7pi}{6}[/latex]

Thus, the solution is [latex]z=4(cos(\frac{7pi}{6})+isin(\frac{7pi}{6}))[/latex] or [latex]4cis(\frac{7pi}{6})[/latex].

Try It #5

Write [latex]z=\sqrt{3}+i[/latex] in polar form.

Converting a Complex Number from Polar to Rectangular Form

Converting a complex number from polar form to rectangular form is a matter of evaluating what is given and using the distributive property. In other words, given [latex]z=r(cos θ+isin θ)[/latex], first evaluate the trigonometric functions [latex]cos θ[/latex] and [latex]sin θ[/latex]. Then, multiply through by [latex]r[/latex].

Example 8

Converting from Polar to Rectangular Form

Convert the polar form of the given complex number to rectangular form:

[latex]z=12(cos(\frac{π}{6})+isin(\frac{π}{6}))[/latex]

 

Show/Hide Solution

We begin by evaluating the trigonometric expressions.

[latex]cos(\frac{π}{6})=\frac{\sqrt{3}}{2}[/latex] and [latex]sin(\frac{π}{6})=\frac{1}{2}[/latex]

After substitution, the complex number is

[latex]z=12(\frac{\sqrt{3}}{2}+\frac{1}{2}i)[/latex]

We apply the distributive property:

image

The rectangular form of the given point in complex form is [latex]6\sqrt{3}+6i[/latex].

Example 9

Finding the Rectangular Form of a Complex Number

Find the rectangular form of the complex number given [latex]r=13[/latex] and [latex]tan θ=\frac{5}{12}[/latex].

 

Show/Hide Solution

If [latex]tan θ=\frac{5}{12}[/latex], and [latex]tan θ=\frac{y}{x}[/latex], we first determine [latex]r=\sqrt{x^2+y^2}=\sqrt{12^2+5^2}=13[/latex]. We then find [latex]cos θ=\frac{x}{r}[/latex] and [latex]sin θ=\frac{y}{r}[/latex].

image

The rectangular form of the given number in complex form is [latex]12+5i[/latex].

Try It #6

Convert the complex number to rectangular form:

[latex]z=4(cos\frac{11π}{6}+isin\frac{11π}{6})[/latex]

Finding Products of Complex Numbers in Polar Form

Now that we can convert complex numbers to polar form we will learn how to perform operations on complex numbers in polar form. For the rest of this section, we will work with formulas developed by French mathematician Abraham De Moivre (1667-1754). These formulas have made working with products, quotients, powers, and roots of complex numbers much simpler than they appear. The rules are based on multiplying the moduli and adding the arguments.

Products of Complex Numbers in Polar Form

If [latex]z1=r1(cos θ_1+isin θ_1)[/latex] and [latex]z2=r2(cos θ_2+isin θ_2)[/latex], then the product of these numbers is given as:

image

Notice that the product calls for multiplying the moduli and adding the angles.

Example 10

Finding the Product of Two Complex Numbers in Polar Form

Find the product of [latex]z_1z_2[/latex], given [latex]z_1=4(cos(80^{\circ})+isin(80^{\circ}))[/latex] and [latex]z_2=2(cos(145^{\circ})+isin(145^{\circ}))[/latex].

 

Show/Hide Solution

Follow the formula

image

Finding Quotients of Complex Numbers in Polar Form

The quotient of two complex numbers in polar form is the quotient of the two moduli and the difference of the two arguments.

Quotients of Complex Numbers in Polar Form

If [latex]z_1=r_1(cos θ_1+isin θ_1)[/latex] and [latex]z_2=r_2(cos θ_2+isin θ_2)[/latex], then the quotient of these numbers is

image

Notice that the moduli are divided, and the angles are subtracted.

How To

Given two complex numbers in polar form, find the quotient.

  1. Divide [latex]\frac{r_1}{r_2}[/latex].
  2. Find [latex]θ_1−θ_2[/latex].
  3. Substitute the results into the formula: [latex]z=r(cos θ+isin θ)[/latex]. Replace [latex]r[/latex] with [latex]\frac{r_1}{r_2}[/latex], and replace [latex]θ[/latex] with [latex]θ_1−θ_2[/latex].
  4. Calculate the new trigonometric expressions and multiply through by [latex]r[/latex].

Example 11

Finding the Quotient of Two Complex Numbers

Find the quotient of [latex]z_1=2(cos(213^{\circ})+isin(213^{\circ}))[/latex] and [latex]z_2=4(cos(33^{\circ})+isin(33^{\circ}))[/latex].

 

Show/Hide Solution

Using the formula, we have

image

Try It #7

Find the product and the quotient of

[latex]z_1=2\sqrt{3}(cos(150^{\circ})+isin(150^{\circ}))[/latex] and

[latex]z_2=2(cos(30^{\circ})+isin(30^{\circ}))[/latex].

Finding Powers of Complex Numbers in Polar Form

Finding powers of complex numbers is greatly simplified using De Moivre’s Theorem. It states that, for a positive integer [latex]n,z^n[/latex] is found by raising the modulus to the [latex]nth[/latex] power and multiplying the argument by [latex]n[/latex]. It is the standard method used in modern mathematics.

De Moivre’s Theorem

If [latex]z=r(cos θ+isin θ)[/latex] is a complex number, then

image

where [latex]n[/latex] is a positive integer.

Example 12

Evaluating an Expression Using De Moivre’s Theorem

Evaluate the expression [latex](1+i)^5[/latex] using De Moivre’s Theorem.

 

Show/Hide Solution

Since De Moivre’s Theorem applies to complex numbers written in polar form, we must first write [latex](1+i)[/latex] in polar form. Let us find [latex]r[/latex].

image

Then we find [latex]θ[/latex]. Using the formula [latex]tan θ=\frac{y}{x}[/latex] gives

image

Use De Moivre’s Theorem to evaluate the expression.

image

Finding Roots of Complex Numbers in Polar Form

To find the nth root of a complex number in polar form, we use the [latex]nth[/latex] Root Theorem or De Moivre’s Theorem and raise the complex number to a power with a rational exponent. There are several ways to represent a formula for finding [latex] nth[/latex] roots of complex numbers in polar form.

The nth Root Theorem

To find the [latex]nth[/latex] root of a complex number in polar form, use the formula given as

[latex]z^{\frac{1}{n}}=r^{\frac{1}{n}}[cos(\frac{θ}{n}+\frac{2kπ}{n})+isin(\frac{θ}{n}+\frac{2kπ}{n})][/latex]

where [latex]k=0, 1, 2, 3, . . . , n−1[/latex]. We add [latex]\frac{2kπ}{n} [/latex] to [latex]\frac{θ}{n}[/latex] in order to obtain the periodic roots.

Example 13

Finding the nth Root of a Complex Number

Evaluate the cube roots of [latex]z=8(cos(\frac{2π}{3})+isin(\frac{2π}{3}))[/latex].

 

Show/Hide Solution

We have

image

There will be three roots: [latex]k=0, 1, 2[/latex]. When [latex]k=0[/latex], we have

[latex]z^{\frac{1}{3}}=2(cos(\frac{2π}{9}+isin(\frac{2π}{9})[/latex]

When [latex]k=1[/latex], we have

image

When [latex]k=2[/latex], we have

image

Remember to find the common denominator to simplify fractions in situations like this one. For [latex]k=1[/latex], the angle simplification is

image

Try It #8

Find the four fourth roots of [latex]16(cos(120^{\circ})+isin(120^{\circ}))[/latex].

Media

Access these online resources for additional instruction and practice with polar forms of complex numbers.

The Product and Quotient of Complex Numbers in Trigonometric Form

De Moivre’s Theorem

 

5.5 Section Exercises

Verbal

1. A complex number is [latex]a+bi[/latex]. Explain each part.

2. What does the absolute value of a complex number represent?

3. How is a complex number converted to polar form?

4. How do we find the product of two complex numbers?

5. What is De Moivre’s Theorem and what is it used for?

 

Algebraic

For the following exercises, find the absolute value of the given complex number.

6. [latex]5+3i[/latex]

7. [latex]−7+i[/latex]

8. [latex]−3−3i[/latex]

9. [latex]\sqrt{2}−6i[/latex]

10. [latex]2i[/latex]

11. [latex]2.2−3.1i[/latex]

 

For the following exercises, write the complex number in polar form.

12. [latex]2+2i[/latex]

13. [latex]8−4i[/latex]

14. [latex]−\frac{1}{2}−\frac{1}{2}i[/latex]

15. [latex]\sqrt{3}+i[/latex]

16. [latex]3i[/latex]

 

For the following exercises, convert the complex number from polar to rectangular form.

17. [latex]z=7cis(\frac{π}{6})[/latex]

18. [latex]z=2cis(\frac{π}{3})[/latex]

19. [latex]z=4cis(\frac{7π}{6})[/latex]

20. [latex]z=7cis(25^{\circ})[/latex]

21. [latex]z=3cis(240^{\circ})[/latex]

22. [latex]z=\sqrt{2}cis(100^{\circ})[/latex]

 

For the following exercises, find [latex]z_1z_2[/latex] in polar form.

23. [latex]z_1=2\sqrt{3}cis(116^{\circ}); z_2=2cis(82^{\circ})[/latex]

24. [latex]z_1=2cis(205^{\circ}); z_2=2\sqrt{2}cis(118^{\circ})[/latex]

25. [latex]z_1=3cis(120^{\circ}); z_2=14cis(60^{\circ})[/latex]

26. [latex]z_1=3cis(\frac{π}{4}); z_2=5cis(\frac{π}{6})[/latex]

27. [latex]z_1=5cis(\frac{5π}{8}); z_2=\sqrt{15}cis(\frac{π}{12})[/latex]

28. [latex]z_1=4cis(\frac{π}{2}); z_2=2cis(\frac{π}{4})[/latex]

 

For the following exercises, find [latex]\frac{z_1}{z_2}[/latex] in polar form.

29. [latex]z_1=21cis(135^{\circ}); z_2=3cis(65^{\circ})[/latex]

30. [latex]z-1=\sqrt{2}cis(90^{\circ}); z_2=2cis(60^{\circ})[/latex]

31. [latex]z_1=15cis(120^{\circ}); z_2=3(cis40^{\circ})[/latex]

32. [latex]z_1=6cis(\frac{π}{3}); z_2=2cis(\frac{π}{4})[/latex]

33. [latex]z_1=5\sqrt{2}cis(π); z_2=2cis(\frac{2π}{3})[/latex]

34. [latex]z_1=2cis(\frac{3π}{5}); z_2=3cis(\frac{π}{4})[/latex]

 

For the following exercises, find the powers of each complex number in polar form.

35. Find [latex]z^3[/latex] when [latex]z=5cis(45^{\circ})[/latex].

36. Find [latex]z^4[/latex] when [latex]z=2cis(70^{\circ})[/latex].

37. Find [latex]z^2[/latex] when [latex]z=3cis(120^{\circ})[/latex].

38. Find [latex]z^2[/latex] when [latex]z=4cis(\frac{π}{4})[/latex].

39. Find [latex]z^4[/latex] when [latex]z=cis(\frac{3π}{16})[/latex].

40. Find [latex]z^3[/latex] when [latex]z=3cis(\frac{5π}{3})[/latex].

 

For the following exercises, evaluate each root.

41. Evaluate the cube root of [latex]z[/latex] when [latex]z=27cis(240^{\circ})[/latex].

42. Evaluate the square root of [latex]z[/latex] when [latex]z=16cis(100^{\circ})[/latex].

43. Evaluate the cube root of [latex]z[/latex] when [latex]z=32cis(\frac{2π}{3})[/latex].

44. Evaluate the square root of [latex]z[/latex] when [latex]z=32cis(π)[/latex].

45. Evaluate the square root of [latex]z[/latex] when [latex]z=8cis(\frac{7π}{4})[/latex].

 

Graphical

For the following exercises, plot the complex number in the complex plane.

46. [latex]2+4i[/latex]

47. [latex]−3−3i[/latex]

48. [latex]5−4i[/latex]

49. [latex]−1−5i[/latex]

50. [latex]3+2i[/latex]

51. [latex]2i[/latex]

52. [latex]−4[/latex]

53. [latex]6−2i[/latex]

54. [latex]−2+i[/latex]

55. [latex]1−4i[/latex]

 

Technology

For the following exercises, find all answers rounded to the nearest hundredth.

56. Use the rectangular to polar feature on the graphing calculator to change [latex]5+5i[/latex] to polar form.

57. Use the rectangular to polar feature on the graphing calculator to change [latex]3−2i[/latex] to polar form.

58. Use the rectangular to polar feature on the graphing calculator to change [latex]−3−8i[/latex] to polar form.

59. Use the polar to rectangular feature on the graphing calculator to change [latex]4cis(120^{\circ})[/latex] to rectangular form.

60. Use the polar to rectangular feature on the graphing calculator to change [latex]2cis(45^{\circ})[/latex] to rectangular form.

61. Use the polar to rectangular feature on the graphing calculator to change [latex]5cis(210^{\circ})[/latex] to rectangular form.

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Topics in Precalculus Copyright © by Sage Bentley; An Do; Carolyn Luna; Stephen Pena; and Phillip Saldivar is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book