Learning

open
close

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.

  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Β 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.

Plot of 2-3i in the complex plane (2 along the real axis, -3 along the imaginary axis).

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|.|𝑧|.

Plot of 2 + 4i in the complex plane and its magnitude, |z| = rad 2 squared + 4 squared = rad 4 + 16 = rad 20 = 2 rad 5.

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.

Plot of z=(rad5 - i) in the complex plane and its magnitude rad6.

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.

Plot of (3-4i) in the complex plane and its magnitude |z| =5.

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.

Triangle plotted in the complex plane (x axis is real, y axis is imaginary). Base is along the x/real axis, height is some y/imaginary value in Q 1, and hypotenuse r extends from origin to that point (x+yi) in Q 1. The angle at the origin is theta. There is an arc going through (x+yi).

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.

Plot of z=4i in the complex plane, also shows that the in polar coordinate it would be (4,pi/2).

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.

  1. DivideΒ r1r2.π‘Ÿ1π‘Ÿ2.
  2. FindΒ ΞΈ1βˆ’ΞΈ2.πœƒ1βˆ’πœƒ2.
  3. 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.
  4. 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

view all