Polar Form of Complex Numbers
June 15, 2024 | by Bloom Code Studio
Learning Objectives
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 a+biπ+ππ is similar to plotting a real number, except that the horizontal axis represents the real part of the number, a,π, and the vertical axis represents the imaginary part of the number, bi.ππ.
HOW TO
Given a complex number a+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Β aπΒ units in the horizontal direction andΒ bπΒ units in the vertical direction.
EXAMPLE 1
Plotting a Complex Number in the Complex Plane
Plot the complex number 2β3i2β3π in the complex plane.
Solution
From the origin, move two units in the positive horizontal direction and three units in the negative vertical direction. SeeΒ Figure 1.
Figure 1
TRY IT #1
Plot the point 1+5i1+5π 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|.|π§|.Β It measures the distance from the origin to a point in the plane. For example, the graph ofΒ z=2+4i,π§=2+4π,Β inΒ Figure 2, showsΒ |z|.|π§|.
Figure 2
ABSOLUTE VALUE OF A COMPLEX NUMBER
Given z=x+yi,π§=π₯+π¦π, a complex number, the absolute value of zπ§ is defined as
|z|=x2+y2βββββββ|π§|=π₯2+π¦2
It is the distance from the origin to the point (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βββi.π§=5βπ.
Solution
Using the formula, we have
|z|=x2+y2βββββββ|z|=(5ββ)2+(β1)2βββββββββββββ|z|=5+1βββββ|z|=6ββ|π§|=π₯2+π¦2|π§|=(5)2+(β1)2|π§|=5+1|π§|=6
SeeΒ Figure 3.
Figure 3
TRY IT #2
Find the absolute value of the complex number z=12β5i.π§=12β5π.
EXAMPLE 3
Finding the Absolute Value of a Complex Number
Given z=3β4i,π§=3β4π, find |z|.|π§|.
Solution
Using the formula, we have
|z|=x2+y2βββββββ|z|=(3)2+(β4)2βββββββββββ|z|=9+16ββββββ|z|=25βββ|z|=5|π§|=π₯2+π¦2|π§|=(3)2+(β4)2|π§|=9+16|π§|=25|π§|=5
The absolute valueΒ zπ§Β is 5. SeeΒ Figure 4.
Figure 4
TRY IT #3
Given z=1β7i,π§=1β7π, find |z|.|π§|.
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 r.π. Given a complex number in rectangular form expressed as z=x+yi,π§=π₯+π¦π, we use the same conversion formulas as we do to write the number in trigonometric form:
x=rcosΞΈy=rsinΞΈr=x2+y2βββββββπ₯=πcosππ¦=πsinππ=π₯2+π¦2
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).(π₯,π¦). The modulus, then, is the same as r,π, the radius in polar form. We use ΞΈπ to indicate the angle of direction (just as with polar coordinates). Substituting, we have
z=x+yiz=rcosΞΈ+(rsinΞΈ)iz=r(cosΞΈ+isinΞΈ)π§=π₯+π¦ππ§=πcosπ+(πsinπ)ππ§=π(cosπ+πsinπ)
POLAR FORM OF A COMPLEX NUMBER
Writing a complex number in polar form involves the following conversion formulas:
x=rcosΞΈy=rsinΞΈr=x2+y2βββββββπ₯=πcosππ¦=πsinππ=π₯2+π¦2
Making a direct substitution, we have
z=x+yiz=(rcosΞΈ)+i(rsinΞΈ)z=r(cosΞΈ+isinΞΈ)π§=π₯+π¦ππ§=(πcosπ)+π(πsinπ)π§=π(cosπ+πsinπ)
where rπ is the modulus and ΞΈπ is the argument. We often use the abbreviation rcisΞΈπcisπ to represent r(cosΞΈ+isinΞΈ).π(cosπ+πsinπ).
EXAMPLE 4
Expressing a Complex Number Using Polar Coordinates
Express the complex number 4i4π using polar coordinates.
Solution
On the complex plane, the number z=4iπ§=4π is the same as z=0+4i.π§=0+4π. Writing it in polar form, we have to calculate rπ first.
r=x2+y2βββββββr=02+42βββββββr=16βββr=4π=π₯2+π¦2π=02+42π=16π=4
Next, we look atΒ x.π₯.Β IfΒ x=rcosΞΈ,π₯=πcosπ,Β andΒ x=0,π₯=0,Β thenΒ ΞΈ=Ο2.π=π2.Β In polar coordinates, the complex numberΒ z=0+4iπ§=0+4πΒ can be written asΒ z=4(cos(Ο2)+isin(Ο2))π§=4(cos(π2)+πsin(π2))Β orΒ 4cis(Ο2).4cis(π2).Β SeeΒ Figure 6.
Figure 6
TRY IT #4
Express z=3iπ§=3π as rcisΞΈπcisπ in polar form.
EXAMPLE 5
Finding the Polar Form of a Complex Number
Find the polar form of β4+4i.β4+4π.
Solution
First, find the value of r.π.
r=x2+y2βββββββr=(β4)2+(42)βββββββββββr=32βββr=42ββπ=π₯2+π¦2π=(β4)2+(42)π=32π=42
Find the angle ΞΈπ using the formula:
cosΞΈ=xrcosΞΈ=β442βcosΞΈ=β12βΞΈ=cosβ1(β12β)=3Ο4cosπ=π₯πcosπ=β442cosπ=β12π=cosβ1(β12)=3π4
Thus, the solution is 42ββcis(3Ο4).42cis(3π4).
TRY IT #5
Write z=3ββ+iπ§=3+π 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 z=r(cosΞΈ+isinΞΈ),π§=π(cosπ+πsinπ), first evaluate the trigonometric functions cosΞΈcosπ and sinΞΈ.sinπ. Then, multiply through by r.π.
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))π§=12(cos(π6)+πsin(π6))
Solution
We begin by evaluating the trigonometric expressions.
cos(Ο6)=3ββ2andsin(Ο6)=12cos(π6)=32andsin(π6)=12
After substitution, the complex number is
z=12(3ββ2+12i)π§=12(32+12π)
We apply the distributive property:
z=12(3β2+12i) =(12)3β2+(12)12i =63ββ+6iπ§=12(32+12π) =(12)32+(12)12π =63+6π
The rectangular form of the given point in complex form is 63ββ+6i.63+6π.
EXAMPLE 7
Finding the Rectangular Form of a Complex Number
Find the rectangular form of the complex number given r=13π=13 and tanΞΈ=512.tanπ=512.
Solution
If tanΞΈ=512,tanπ=512, and tanΞΈ=yx,tanπ=π¦π₯, we first determine r=x2+y2βββββββ=122+52ββββββββ=13.π=π₯2+π¦2=122+52=13. We then find cosΞΈ=xrcosπ=π₯π and sinΞΈ=yr.sinπ=π¦π.
z=13(cosΞΈ+isinΞΈ)=13(1213+513i)=12+5iπ§=13(cosπ+πsinπ)=13(1213+513π)=12+5π
The rectangular form of the given number in complex form is 12+5i.12+5π.
TRY IT #6
Convert the complex number to rectangular form:
z=4(cos11Ο6+isin11Ο6)π§=4(cos11π6+πsin11π6)
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 z1=r1(cosΞΈ1+isinΞΈ1)π§1=π1(cosπ1+πsinπ1) and z2=r2(cosΞΈ2+isinΞΈ2),π§2=π2(cosπ2+πsinπ2), then the product of these numbers is given as:
z1z2=r1r2[cos(ΞΈ1+ΞΈ2)+isin(ΞΈ1+ΞΈ2)]z1z2=r1r2cis(ΞΈ1+ΞΈ2)π§1π§2=π1π2[cos(π1+π2)+πsin(π1+π2)]π§1π§2=π1π2cis(π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 z1z2,π§1π§2, given z1=4(cos(80Β°)+isin(80Β°))π§1=4(cos(80Β°)+πsin(80Β°)) and z2=2(cos(145Β°)+isin(145Β°)).π§2=2(cos(145Β°)+πsin(145Β°)).
Solution
Follow the formula
z1z2=4β 2[cos(80Β°+145Β°)+isin(80Β°+145Β°)]z1z2=8[cos(225Β°)+isin(225Β°)]z1z2=8[cos(5Ο4)+isin(5Ο4)]z1z2=8[β2β2+i(β2β2)]z1z2=β42βββ4i2ββπ§1π§2=4β 2[cos(80Β°+145Β°)+πsin(80Β°+145Β°)]π§1π§2=8[cos(225Β°)+πsin(225Β°)]π§1π§2=8[cos(5π4)+πsin(5π4)]π§1π§2=8[β22+π(β22)]π§1π§2=β42β4π2
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 z1=r1(cosΞΈ1+isinΞΈ1)π§1=π1(cosπ1+πsinπ1) and z2=r2(cosΞΈ2+isinΞΈ2),π§2=π2(cosπ2+πsinπ2), then the quotient of these numbers is
z1z2=r1r2[cos(ΞΈ1βΞΈ2)+isin(ΞΈ1βΞΈ2)],z2β 0z1z2=r1r2cis(ΞΈ1βΞΈ2),z2β 0π§1π§2=π1π2[cos(π1βπ2)+πsin(π1βπ2)],π§2β 0π§1π§2=π1π2cis(π1βπ2),π§2β 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Β r1r2.π1π2.
- FindΒ ΞΈ1βΞΈ2.π1βπ2.
- Substitute the results into the formula:Β z=r(cosΞΈ+isinΞΈ).π§=π(cosπ+πsinπ).Β ReplaceΒ rπΒ withΒ r1r2,π1π2,Β and replaceΒ ΞΈπΒ withΒ ΞΈ1βΞΈ2.π1βπ2.
- Calculate the new trigonometric expressions and multiply through byΒ r.π.
EXAMPLE 9
Finding the Quotient of Two Complex Numbers
Find the quotient of z1=2(cos(213Β°)+isin(213Β°))π§1=2(cos(213Β°)+πsin(213Β°)) and z2=4(cos(33Β°)+isin(33Β°)).π§2=4(cos(33Β°)+πsin(33Β°)).
Solution
Using the formula, we have
z1z2=24[cos(213Β°β33Β°)+isin(213Β°β33Β°)]z1z2=12[cos(180Β°)+isin(180Β°)]z1z2=12[β1+0i]z1z2=β12+0iz1z2=β12π§1π§2=24[cos(213Β°β33Β°)+πsin(213Β°β33Β°)]π§1π§2=12[cos(180Β°)+πsin(180Β°)]π§1π§2=12[β1+0π]π§1π§2=β12+0ππ§1π§2=β12
TRY IT #7
Find the product and the quotient of z1=23ββ(cos(150Β°)+isin(150Β°))π§1=23(cos(150Β°)+πsin(150Β°)) and z2=2(cos(30Β°)+isin(30Β°)).π§2=2(cos(30Β°)+πsin(30Β°)).
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 n,znπ,π§π is found by raising the modulus to the nthπth power and multiplying the argument by n.π. It is the standard method used in modern mathematics.
DE MOIVREβS THEOREM
If z=r(cosΞΈ+isinΞΈ)π§=π(cosπ+πsinπ) is a complex number, then
zn=rn[cos(nΞΈ)+isin(nΞΈ)]zn=rncis(nΞΈ)π§π=ππ[cos(ππ)+πsin(ππ)]π§π=ππcis(ππ)
where nπ is a positive integer.
EXAMPLE 10
Evaluating an Expression Using De Moivreβs Theorem
Evaluate the expression (1+i)5(1+π)5 using De Moivreβs Theorem.
Solution
Since De Moivreβs Theorem applies to complex numbers written in polar form, we must first write (1+i)(1+π) in polar form. Let us find r.π.
r=x2+y2βββββββr=(1)2+(1)2ββββββββββr=2ββπ=π₯2+π¦2π=(1)2+(1)2π=2
Then we find ΞΈ.π. Using the formula tanΞΈ=yxtanπ=π¦π₯ gives
tanΞΈ=11tanΞΈ=1ΞΈ=Ο4tanπ=11tanπ=1π=π4
Use De Moivreβs Theorem to evaluate the expression.
(a+bi)n=rn[cos(nΞΈ)+isin(nΞΈ)](1+i)5=(2ββ)5[cos(5β Ο4)+isin(5β Ο4)](1+i)5=42ββ[cos(5Ο4)+isin(5Ο4)](1+i)5=42ββ[β2β2+i(β2β2)](1+i)5=β4β4i(π+ππ)π=ππ[cos(ππ)+πsin(ππ)](1+π)5=(2)5[cos(5β π4)+πsin(5β π4)](1+π)5=42[cos(5π4)+πsin(5π4)](1+π)5=42[β22+π(β22)](1+π)5=β4β4π
Finding Roots of Complex Numbers in Polar Form
To find the nth root of a complex number in polar form, we use the nthπth 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 nthπth roots of complex numbers in polar form.
THE NTH ROOT THEOREM
To find the nthπth root of a complex number in polar form, use the formula given as
z1n=r1n[cos(ΞΈn+2kΟn)+isin(ΞΈn+2kΟn)]π§1π=π1π[cos(ππ+2πππ)+πsin(ππ+2πππ)]
where k=0,1,2,3,…,nβ1.π=0,1,2,3,…,πβ1. We add 2kΟn2πππ to ΞΈ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)).π§=8(cos(2π3)+πsin(2π3)).
Solution
We have
z13=813[cos(2Ο33+2kΟ3)+isin(2Ο33+2kΟ3)]z13=2[cos(2Ο9+2kΟ3)+isin(2Ο9+2kΟ3)]π§13=813[cos(2π33+2ππ3)+πsin(2π33+2ππ3)]π§13=2[cos(2π9+2ππ3)+πsin(2π9+2ππ3)]
There will be three roots: k=0,1,2.π=0,1,2. When k=0,π=0, we have
z13=2(cos(2Ο9)+isin(2Ο9))π§13=2(cos(2π9)+πsin(2π9))
When k=1,π=1, we have
z13=2[cos(2Ο9+6Ο9)+isin(2Ο9+6Ο9)] Add 2(1)Ο3 to each angle.z13=2(cos(8Ο9)+isin(8Ο9))π§13=2[cos(2π9+6π9)+πsin(2π9+6π9)] Add 2(1)π3 to each angle.π§13=2(cos(8π9)+πsin(8π9))
When k=2,π=2, we have
z13=2[cos(2Ο9+12Ο9)+isin(2Ο9+12Ο9)]z13=2(cos(14Ο9)+isin(14Ο9))Add 2(2)Ο3 to each angle.π§13=2[cos(2π9+12π9)+πsin(2π9+12π9)]Add 2(2)π3 to each angle.π§13=2(cos(14π9)+πsin(14π9))
Remember to find the common denominator to simplify fractions in situations like this one. For k=1,π=1, the angle simplification is
2Ο33+2(1)Ο3=2Ο3(13)+2(1)Ο3(33)=2Ο9+6Ο9=8Ο92π33+2(1)π3=2π3(13)+2(1)π3(33)=2π9+6π9=8π9
TRY IT #8
Find the four fourth roots of 16(cos(120Β°)+isin(120Β°)).
RELATED POSTS
View all