Learning Outcomes
- 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 and 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 Precalculus I. 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 a+bia+bi is similar to plotting a real number, except that the horizontal axis represents the real part of the number, aa, and the vertical axis represents the imaginary part of the number, bibi.
How To: Given a complex number a+bia+bi, plot it in the complex plane.
- Label the horizontal axis as the real axis and the vertical axis as the imaginary axis.
- Plot the point in the complex plane by moving aa units in the horizontal direction and bb units in the vertical direction.
Example 1: Plotting a Complex Number in the Complex Plane
Plot the complex number 2−3i2−3i in the complex plane.
Try It
Plot the point 1+5i1+5i 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 |z||z|. It measures the distance from the origin to a point in the plane. For example, the graph of z=2+4iz=2+4i, in Figure 2, shows |z||z|.

Figure 2
A General Note: Absolute Value of a Complex Number
Given z=x+yiz=x+yi, a complex number, the absolute value of zz is defined as
|z|=√x2+y2|z|=√x2+y2
It is the distance from the origin to the point (x,y)(x,y).
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, (0, 0)(0, 0).
Example 2: Finding the Absolute Value of a Complex Number with a Radical
Find the absolute value of z=√5−iz=√5−i.
Try It
Find the absolute value of the complex number z=12−5iz=12−5i.
Example 3: Finding the Absolute Value of a Complex Number
Given z=3−4iz=3−4i, find |z||z|.
Try It
Given z=1−7iz=1−7i, find |z||z|.
Try It
Writing Complex Numbers in Polar Form
The polar form of a complex number expresses a number in terms of an angle θθ and its distance from the origin rr. Given a complex number in rectangular form expressed as z=x+yiz=x+yi, we use the same conversion formulas as we do to write the number in trigonometric form:
We review these relationships in Figure 5.

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 (x,y)(x,y). The modulus, then, is the same as rr, the radius in polar form. We use θθ to indicate the angle of direction (just as with polar coordinates). Substituting, we have
A General Note: Polar Form of a Complex Number
Writing a complex number in polar form involves the following conversion formulas:
x=rcosθy=rsinθr=√x2+y2x=rcosθy=rsinθr=√x2+y2
Making a direct substitution, we have
z=x+yiz=(rcosθ)+i(rsinθ)z=r(cosθ+isinθ)z=x+yiz=(rcosθ)+i(rsinθ)z=r(cosθ+isinθ)
where rr is the modulus and θθ is the argument. We often use the abbreviation rcisθrcisθ to represent r(cosθ+isinθ)r(cosθ+isinθ).
Example 4: Expressing a Complex Number Using Polar Coordinates
Express the complex number 4i4i using polar coordinates.
Try It
Express z=3iz=3i as rcisθrcisθ in polar form.
Example 5: Finding the Polar Form of a Complex Number
Find the polar form of −4+4i−4+4i.
Try It
Write z=√3+iz=√3+i in polar form.
Try It
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 z=r(cosθ+isinθ)z=r(cosθ+isinθ), first evaluate the trigonometric functions cosθcosθ and sinθsinθ. Then, multiply through by rr.
Example 6: Converting from Polar to Rectangular Form
Convert the polar form of the given complex number to rectangular form:
z=12(cos(π6)+isin(π6))z=12(cos(π6)+isin(π6))
Example 7: Finding the Rectangular Form of a Complex Number
Find the rectangular form of the complex number given r=13r=13 and tanθ=512tanθ=512.
Try It
Convert the complex number to rectangular form:
z=4(cos11π6+isin11π6)z=4(cos11π6+isin11π6)
Try It
Finding Products and Quotients 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.
A General Note: Products of Complex Numbers in Polar Form
If z1=r1(cosθ1+isinθ1)z1=r1(cosθ1+isinθ1) and z2=r2(cosθ2+isinθ2)z2=r2(cosθ2+isinθ2), then the product of these numbers is given as:
z1z2=r1r2[cos(θ1+θ2)+isin(θ1+θ2)]z1z2=r1r2cis(θ1+θ2)z1z2=r1r2[cos(θ1+θ2)+isin(θ1+θ2)]z1z2=r1r2cis(θ1+θ2)
Notice that the product calls for multiplying the moduli and adding the angles.
Example 8: Finding the Product of Two Complex Numbers in Polar Form
Find the product of z1z2z1z2, given z1=4(cos(80∘)+isin(80∘))z1=4(cos(80∘)+isin(80∘)) and z2=2(cos(145∘)+isin(145∘))z2=2(cos(145∘)+isin(145∘)).
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.
A General Note: Quotients of Complex Numbers in Polar Form
If z1=r1(cosθ1+isinθ1)z1=r1(cosθ1+isinθ1) and z2=r2(cosθ2+isinθ2)z2=r2(cosθ2+isinθ2), then the quotient of these numbers is
z1z2=r1r2[cos(θ1−θ2)+isin(θ1−θ2)],z2≠0z1z2=r1r2cis(θ1−θ2),z2≠0z1z2=r1r2[cos(θ1−θ2)+isin(θ1−θ2)],z2≠0z1z2=r1r2cis(θ1−θ2),z2≠0
Notice that the moduli are divided, and the angles are subtracted.
How To: Given two complex numbers in polar form, find the quotient.
- Divide r1r2r1r2.
- Find θ1−θ2θ1−θ2.
- Substitute the results into the formula: z=r(cosθ+isinθ)z=r(cosθ+isinθ). Replace rr with r1r2r1r2, and replace θθ with θ1−θ2θ1−θ2.
- Calculate the new trigonometric expressions and multiply through by rr.
Example 9: Finding the Quotient of Two Complex Numbers
Find the quotient of z1=2(cos(213∘)+isin(213∘))z1=2(cos(213∘)+isin(213∘)) and z2=4(cos(33∘)+isin(33∘))z2=4(cos(33∘)+isin(33∘)).
Try It
Find the product and the quotient of z1=2√3(cos(150∘)+isin(150∘))z1=2√3(cos(150∘)+isin(150∘)) and z2=2(cos(30∘)+isin(30∘))z2=2(cos(30∘)+isin(30∘)).
Try It
Finding Powers and Roots 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 n,znn,zn is found by raising the modulus to the nthnth power and multiplying the argument by nn. It is the standard method used in modern mathematics.
A General Note: De Moivre’s Theorem
If z=r(cosθ+isinθ)z=r(cosθ+isinθ) is a complex number, then
zn=rn[cos(nθ)+isin(nθ)]zn=rncis(nθ)zn=rn[cos(nθ)+isin(nθ)]zn=rncis(nθ)
where nn is a positive integer.
Example 10: Evaluating an Expression Using De Moivre’s Theorem
Evaluate the expression (1+i)5(1+i)5 using De Moivre’s Theorem.
Finding Roots of Complex Numbers in Polar Form
To find the nth root of a complex number in polar form, we use the nthnth 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 nthnth roots of complex numbers in polar form.
A General Note: The nth Root Theorem
To find the nthnth root of a complex number in polar form, use the formula given as
z1n=r1n[cos(θn+2kπn)+isin(θn+2kπn)]z1n=r1n[cos(θn+2kπn)+isin(θn+2kπn)]
where k=0,1,2,3,...,n−1k=0,1,2,3,...,n−1. We add 2kπn2kπn to θnθn in order to obtain the periodic roots.
Example 11: Finding the nth Root of a Complex Number
Evaluate the cube roots of z=8(cos(2π3)+isin(2π3))z=8(cos(2π3)+isin(2π3)).
Try It
Find the four fourth roots of 16(cos(120∘)+isin(120∘))16(cos(120∘)+isin(120∘)).
Key Concepts
- Complex numbers in the form a+bia+bi are plotted in the complex plane similar to the way rectangular coordinates are plotted in the rectangular plane. Label the x-axis as the real axis and the y-axis as the imaginary axis.
- The absolute value of a complex number is the same as its magnitude. It is the distance from the origin to the point: |z|=√a2+b2|z|=√a2+b2.
- To write complex numbers in polar form, we use the formulas x=rcosθ,y=rsinθx=rcosθ,y=rsinθ, and r=√x2+y2r=√x2+y2. Then, z=r(cosθ+isinθ)z=r(cosθ+isinθ).
- To convert from polar form to rectangular form, first evaluate the trigonometric functions. Then, multiply through by rr.
- To find the product of two complex numbers, multiply the two moduli and add the two angles. Evaluate the trigonometric functions, and multiply using the distributive property.
- To find the quotient of two complex numbers in polar form, find the quotient of the two moduli and the difference of the two angles.
- To find the power of a complex number znzn, raise rr to the power nn, and multiply θθ by nn.
- Finding the roots of a complex number is the same as raising a complex number to a power, but using a rational exponent.
Glossary
- argument
- the angle associated with a complex number; the angle between the line from the origin to the point and the positive real axis
- De Moivre’s Theorem
- formula used to find the nthnth power or nth roots of a complex number; states that, for a positive integer n,znn,zn is found by raising the modulus to the nthnth power and multiplying the angles by nn
- modulus
- the absolute value of a complex number, or the distance from the origin to the point (x,y)(x,y); also called the amplitude
- polar form of a complex number
- a complex number expressed in terms of an angle θθ and its distance from the origin rr; can be found by using conversion formulas x=rcosθ,y=rsinθx=rcosθ,y=rsinθ, and r=√x2+y2r=√x2+y2
Section 6.5 Homework Exercises
1. What is a system of parametric equations?
2. Some examples of a third parameter are time, length, speed, and scale. Explain when time is used as a parameter.
3. Explain how to eliminate a parameter given a set of parametric equations.
4. What is a benefit of writing a system of parametric equations as a Cartesian equation?
5. What is a benefit of using parametric equations?
6. Why are there many sets of parametric equations to represent on Cartesian function?
For the following exercises, eliminate the parameter tt to rewrite the parametric equation as a Cartesian equation.
7. {x(t)=5−ty(t)=8−2t{x(t)=5−ty(t)=8−2t
8. {x(t)=6−3ty(t)=10−t{x(t)=6−3ty(t)=10−t
9. {x(t)=2t+1y(t)=3√t{x(t)=2t+1y(t)=3√t
10. {x(t)=3t−1y(t)=2t2{x(t)=3t−1y(t)=2t2
11. {x(t)=2ety(t)=1−5t{x(t)=2ety(t)=1−5t
12. {x(t)=e−2ty(t)=2e−t{x(t)=e−2ty(t)=2e−t
13. {x(t)=4log(t)y(t)=3+2t{x(t)=4log(t)y(t)=3+2t
14. {x(t)=log(2t)y(t)=√t−1{x(t)=log(2t)y(t)=√t−1
15. {x(t)=t3−ty(t)=2t{x(t)=t3−ty(t)=2t
16. {x(t)=t−t4y(t)=t+2{x(t)=t−t4y(t)=t+2
17. {x(t)=e2ty(t)=e6t{x(t)=e2ty(t)=e6t
18. {x(t)=t5y(t)=t10{x(t)=t5y(t)=t10
19. {x(t)=4costy(t)=5sint{x(t)=4costy(t)=5sint
20. {x(t)=3sinty(t)=6cost{x(t)=3sinty(t)=6cost
21. {x(t)=2cos2ty(t)=−sint{x(t)=2cos2ty(t)=−sint
22. {x(t)=cost+4y(t)=2sin2t
23. {x(t)=t−1y(t)=t2
24. {x(t)=−ty(t)=t3+1
25. {x(t)=2t−1y(t)=t3−2
For the following exercises, rewrite the parametric equation as a Cartesian equation by building an x-y table.
26. {x(t)=2t−1y(t)=t+4
27. {x(t)=4−ty(t)=3t+2
28. {x(t)=2t−1y(t)=5t
29. {x(t)=4t−1y(t)=4t+2
For the following exercises, parameterize (write parametric equations for) each Cartesian equation by setting x(t)=t or by setting y(t)=t.
30. y(x)=3x2+3
31. y(x)=2sinx+1
32. x(y)=3log(y)+y
33. x(y)=√y+2y
For the following exercises, parameterize (write parametric equations for) each Cartesian equation by using x(t)=acost and y(t)=bsint. Identify the curve.
34. x24+y29=1
35. x216+y236=1
36. x2+y2=16
37. x2+y2=10
38. Parameterize the line from (3,0) to (−2,−5) so that the line is at (3,0) at t=0, and at (−2,−5) at t=1.
39. Parameterize the line from (−1,0) to (3,−2) so that the line is at (−1,0) at t=0, and at (3,−2) at t=1.
40. Parameterize the line from (−1,5) to (2,3) so that the line is at (−1,5) at t=0, and at (2,3) at t=1.
41. Parameterize the line from (4,1) to (6,−2) so that the line is at (4,1) at t=0, and at (6,−2) at t=1.
For the following exercises, use the table feature in the graphing calculator to determine whether the graphs intersect.
42. {x1(t)=3ty1(t)=2t−1 and {x2(t)=t+3y2(t)=4t−4
43. {x1(t)=t2y1(t)=2t−1 and {x2(t)=−t+6y2(t)=t+1
For the following exercises, use a graphing calculator to complete the table of values for each set of parametric equations.
44. {x1(t)=3t2−3t+7y1(t)=2t+3
t | x | y |
---|---|---|
–1 | ||
0 | ||
1 |
45. {x1(t)=t2−4y1(t)=2t2−1
t | x | y |
---|---|---|
1 | ||
2 | ||
3 |
46. {x1(t)=t4y1(t)=t3+4
t | x | y |
---|---|---|
-1 | ||
0 | ||
1 | ||
2 |
47. Find two different sets of parametric equations for y=(x+1)2.
48. Find two different sets of parametric equations for y=3x−2.
49. Find two different sets of parametric equations for y=x2−4x+4.
Candela Citations
- Precalculus. Authored by: OpenStax College. Provided by: OpenStax. Located at: http://cnx.org/contents/fd53eae1-fa23-47c7-bb1b-972349835c3c@5.175:1/Preface. License: CC BY: Attribution