Complex numbers are numbers that consist of a real part and an imaginary part often in the form of a+bi where a is the real part, b is the coefficient of the imaginary part, and i is the imaginary unit which is defined as i=−1.
We can combine our knowledge of trigonometry and complex numbers together to express complex numbers in polar form and perform operations such as finding products, quotients, powers, and roots of complex numbers. This gives us a new perspective on complex numbers and allows us to solve problems that would be difficult or impossible to solve using only rectangular form.
Plotting complex numbers of the form a+bi on a coordinate plane is similar to plotting points in a Cartesian coordinate system with the exception that the horizontal axis represents the real part a and the vertical axis represents the imaginary part bi.
Example
Plot the complex number 1+5i on the complex plane.
From the origin, we move 1 unit to the right because a=1 and then move 5 units up because b=5. The point (1,5) represents the complex number 1+5i on the complex plane.
The absolute value of a complex number a+bi is the same as the magnitude or ∣z∣. This means that the absolute value of a complex number is the measure of the distance from the origin to the point (a,b) on the complex plane. So, Given z=a+bi, a complex number, the absolute value of z is defined as ∣z∣=aa2a2+b2.
Example
Find the absolute value of the complex number z=12−5i.
To find the absolute value of z, we use the formula ∣z∣=aa2a2+b2 where a=12 and b=−5.
∣z∣=aa2122+(−5)2=a2144+25=a2169=13
So, the absolute value of the complex number z=12−5i is 13.
note
We often use the term modulus to represent the absolute value of a complex number, or the distance from the origin to the point (a,b) on the complex plane.
The polar form of a complex number is another way to express complex numbers using trigonometric functions. A complex number in polar form expresses a number in terms of an angle θ and its distance from the origin r.
Fig. 2 - Complex Numbers in Polar Form
Considering the complex number z=x+yi is expressed in rectangular form, we can use the same trigonometric relationships to convert it to polar form. Thse identities are...
x=rcos(θ)
y=rsin(θ)
r=aa2x2+y2
We can substitute these identities into the rectangular form of a complex number, z=x+yi, to get the following conversion...
z===x+yircosθ+rsinθ(i)r(cosθ+isinθ)
The polar form is written as z=r(cosθ+isinθ) where r is the modulus (or absolute value) of the complex number and θ is the argument (or angle) of the complex number.
Example
Express z=3+i in polar form.
We can find the modulus r first using the formula r=aa2x2+y2 where x=3 and y=1.
r=aa2(3)2+12=a23+1=a24=2
Next, we can find the argument θ using either cosθ=rx or sinθ=ry. We will use cosθ=rx...
cosθ=rx=23→θ=6π
Now that we have both r and θ, we can substitute them into the polar form equation z=r(cosθ+isinθ).
So, z=3+i in polar form is z=2(cos(6π)+isin(6π)).
note
We often use the abbreviation rcisθ to represent r(cosθ+isinθ) due to its frequent use in polar form.
Now that we can convert between rectangular and polar forms of complex numbers, we can use the polar form to apply various operations on complex numbers. The first operation we will look at is finding the product of two complex numbers in polar form.
If z1=r1(cosθ1+isinθ1) and z2=r2(cosθ2+isinθ2), then the product of z1 and z2 is given by z1z2=r1r2(cos(θ1+θ2)+isin(θ1+θ2)). This means to multiply two complex numbers in polar form, we multiply their moduli and add their arguments.
Example
Find the product of z1z2 where z1=4(cos(80∘)+isin(80∘)) and z2=2(cos(145∘)+isin(145∘)).
To find the product of z1 and z2, we can use the formula for multiplying complex numbers in polar form...
Similar to finding the product of two complex numbers in polar form, we can find the quotient of complex numbers in polar form by dividing their moduli and subtracting their arguments. This is because if z1=r1(cosθ1+isinθ1) and z2=r2(cosθ2+isinθ2), then the quotient of z1 and z2 is given by z2z1=r2r1(cos(θ1−θ2)+isin(θ1−θ2)).
Example
Find the quotient of z2z1 where z1=23(cos(150∘)+isin(150∘)) and z2=2(cos(30∘)+isin(30∘)).
To find the quotient of z1 and z2, we can use the formula for dividing complex numbers in polar form...
Finding the power of a complex number is also made easier using polar form. If z=r(cosθ+isinθ), then the power of z is given by zn=rn(cos(nθ)+isin(nθ)) where n is a positive integer. This means to raise a complex number in polar form to a power, we raise its modulus to that power and multiply its argument by that power.
Example
Evaluate the expression (1+i)5.
To evaluate (1+i)5, we can first convert 1+i to polar form. We can find the modulus r using the formula r=aa2x2+y2 where x=1 and y=1.
r=aa212+12=a21+1=a22
Next, we can find the argument θ using either cosθ=rx or sinθ=ry. We will use cosθ=rx...
cosθ=rx=21=22→θ=4π
Now that we have both r and θ, we can substitute them into the polar form equation z=r(cosθ+isinθ). So, 1+i in polar form is z=2(cos(4π)+isin(4π)).
We can now use the formula for finding the power of a complex number in polar form to evaluate (1+i)5...
Finally, to find the nth root of a complex number in polar form, we can use the formula z1/n=r1/n(cos(nθ+n2kπ)+isin(nθ+n2kπ)) where k=0,1,2,…,n−1. We add n2kπ to nθ to account for and obtain all the periodic roots of the complex number. This means to find the nth root of a complex number in polar form, we take the nth root of its modulus and divide its argument by n while adding n2kπ for each integer value of k from 0 to n−1.
Example
Find the four fourth roots of 16(cos(120∘)+isin(120∘)).
Let's begin by substituting the known values into the formula to obtain a general expression for the roots...
We know that there will be four roots since n=4. These roots can be found by substituting k=0,1,2,3 into the general expression we just found. For k=0...