Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

6.3: Complex Numbers

( \newcommand{\kernel}{\mathrm{null}\,}\)

There is no real number x such that x2=1. However, it turns out to be useful to invent such a number, called the imaginary unit and denoted by the letter i. Thus, i2=1, and hence i=1. If a and b are real numbers, then a number of the form a+bi is called a complex number, and if b0 then it is called an imaginary number (and pure imaginary if a=0 and b0). The real number a is called the real part of the complex number a+bi, and bi is called its imaginary part.

What does it mean to add a to bi in the definition a+bi of a complex number, i.e. adding a real number and an imaginary number? You can think of it as a way of extending the set of real numbers. If b=0 then a+bi=a+0i=a (since 0i is defined as 0), so that every real number is a complex number. The imaginary part bi in a+bi can be thought of as a way of taking the one-dimensional set of all real numbers and extending it to a two-dimensional set: there is a natural correspondence between a complex number a+bi and a point (a,b) in the (two-dimensional) xy-coordinate plane.

Before exploring that correspondence further, we will first state some fundamental properties of and operations on complex numbers:

fundamental properties of and operations on complex numbers

Let a+bi and c+di be complex numbers. Then:

  1. a+bi = c+di if and only if a=c and b=d  (i.e. the real parts are equal and the imaginary parts are equal)
  2. (a+bi)+(c+di) = (a+c)+(b+d)i  (i.e. add the real parts together and add the imaginary parts together)
  3. (a+bi)(c+di) = (ac)+(bd)i
  4. (a+bi)(c+di) = (acbd)+(ad+bc)i
  5. (a+bi)(abi) = a2+b2
  6. a+bic+di = (ac+bd)+(bcad)ic2+d2

The first three items above are just definitions of equality, addition, and subtraction of complex numbers. The last three items can be derived by treating the multiplication and division of complex numbers as you would normally treat factors of real numbers:

(a+bi)(c+di) = a(c+di)+bi(c+di)= ac+adi+bci+bdi2 = ac+adi+bci+bd(1)= (acbd)+(ad+bc)i

The fifth item is a special case of the multiplication formula:

(a+bi)(abi) = ((a)(a)(b)(b))+((a)(b)+(b)(a))i= (a2+b2)+(ab+ba)i = (a2+b2)+0i= a2+b2

The sixth item comes from using the previous items:

a+bic+di = a+bic+dicdicdi= (acb(d))+(a(d)+bc)ic2+d2= (ac+bd)+(bcad)ic2+d2

The conjugate ¯a+bi of a complex number a+bi is defined as ¯a+bi=abi. Notice that (a+bi)+¯(a+bi) = 2a is a real number, (a+bi)¯(a+bi) = 2bi is an imaginary number if b0, and (a+bi)¯(a+bi) = a2+b2 is a real number. So for a complex number z=a+bi, z¯z=a2+b2 and thus we can define the modulus of z to be z¯z=a2+b2, which we denote by |z|.

Example 6.9

Let z1=2+3i and z2=3+4i. Find z1+z2, z1z2, z1z2, z1/z2, |z1|, and |z2|.

Solution

Using our rules and definitions, we have:

z1+z2 = (2+3i)+(3+4i)= 1+7iz1z2 = (2+3i)(3+4i)= 5iz1z2 = (2+3i)(3+4i)= ((2)(3)(3)(4))+((2)(4)+(3)(3))i= 18+iz1z2 = 2+3i3+4i= (2)(3)+(3)(4)+((3)(3)(2)(4))i32+42= 625+1725i|z1| = (2)2+32= 13|z2| = 32+42= 5

We know that any point (x,y) in the xy-coordinate plane that is a distance r>0 from the origin has coordinates x=rcosθ and y=rsinθ, where θ is the angle in standard position as in Figure 6.3.1(a).

alt
Figure 6.3.1

Let z=x+yi be a complex number. We can represent z as a point in the complex plane, where the horizontal x-axis represents the real part of z, and the vertical y-axis represents the pure imaginary part of z, as in Figure 6.3.1(b). The distance r from z to the origin is, by the Pythagorean Theorem, r=x2+y2, which is just the modulus of z. And we see from Figure 6.3.1(b) that x=rcosθ and y=rsinθ, where θ is the angle formed by the positive x-axis and the line segment from the origin to z. We call this angle θ the argument of z. Thus, we get the trigonometric form (sometimes called the polar form) of the complex number z:

For any complex number z=x+yi, we can write

z = r(cosθ+isinθ)  , wherer = |z| = x2+y2  andθ = the argument of z .

The representation z=r(cosθ+isinθ) is often abbreviated as:

z = rcisθ

In the special case z=0=0+0i, the argument θ is undefined since r=|z|=0. Also, note that the argument θ can be replaced by θ+360k or θ+πk, depending on whether you are using degrees or radians, respectively, for k=0, ±1, ±2, .... Note also that for z=x+yi with r=|z|, θ must satisfy

tanθ = yx  , cosθ = xr  , sinθ = yr .

Example 6.10

Represent the complex number 2i in trigonometric form.

alt
Figure 6.3.2

Solution:

Let z=2i=x+yi, so that x=2 and y=1. Then θ is in QIII, as we see in Figure 6.3.2. So since tanθ=yx=12=12, we have θ=206.6. Also,

r = x2+y2 = (2)2+(1)2 = 5 .

Thus, 2i=5(cos206.6+isin206.6), or 5cis206.6.

For complex numbers in trigonometric form, we have the following Equations for multiplication and division:

Let z1=r1(cosθ1+isinθ1) and z2=r2(cosθ2+isinθ2) be complex numbers. Then

z1z2 = r1r2(cos(θ1+θ2)+isin(θ1+θ2)) , andz1z2 = r1r2(cos(θ1θ2)+isin(θ1θ2))if z20.

The proofs of these Equations are straightforward:

z1z2 = r1(cosθ1+isinθ1)r2(cosθ2+isinθ2)= r1r2[(cosθ1 cosθ2sinθ1 sinθ2)+i(sinθ1 cosθ2+cosθ1 sinθ2)]= r1r2(cos(θ1+θ2)+isin(θ1+θ2))

by the addition Equations for sine and cosine. And

z1z2 = r1(cosθ1+isinθ1)r2(cosθ2+isinθ2)= r1r2cosθ1+isinθ1cosθ2+isinθ2cosθ2isinθ2cosθ2isinθ2= r1r2(cosθ1 cosθ2+sinθ1 sinθ2)+i(sinθ1 cosθ2cosθ1 sinθ2)cos2θ2+sin2θ2= r1r2(cos(θ1θ2)+isin(θ1θ2))

by the subtraction Equations for sine and cosine, and since cos2θ2+sin2θ2=1. QED

Note that Equations 6.3.10 and 6.3.11 say that when multiplying complex numbers the moduli are multiplied and the arguments are added, while when dividing complex numbers the moduli are divided and the arguments are subtracted. This makes working with complex numbers in trigonometric form fairly simple.

Example 6.11

Let z1=6(cos70+isin70) and z1=2(cos31+isin31). Find z1z2 and z1z2.

Solution

By Equations 6.3.10 and 6.3.11 we have

z1z2 = (6)(2)(cos(70+31)+isin(70+31))z1z2 = 12(cos101+isin101) , andz1z2 = 62(cos(7031)+isin(7031))z1z2 = 3(cos39+isin39) .

For the special case when z1=z2=z=r(cosθ+isinθ) in Equation 6.3.10, we have

[r(cosθ+isinθ)]2 = rr(cos(θ+θ)+isin(θ+θ))= r2(cos2θ+isin2θ) ,

and so

[r(cosθ+isinθ)]3 = [r(cosθ+isinθ)]2r(cosθ+isinθ)= r2(cos2θ+isin2θ)r(cosθ+isinθ)= r3(cos(2θ+θ)+isin(2θ+θ))= r3(cos3θ+isin3θ) ,

and continuing like this (i.e. by mathematical induction), we get:

Theorem 6.1 De Moivre's Theorem

For any integer n1,

[r(cosθ+isinθ)]n = rn(cosnθ+isinnθ) .

We define z0=1 and zn=1/zn for all integers n1. So by De Moivre's Theorem and Equation 6.3.10, for any z=r(cosθ+isinθ) and integer n1 we get

zn = 1zn= 1(cos0+isin0)rn(cosnθ+isinnθ)= 1rn(cos(0nθ)+isin(0nθ))= rn(cos(nθ)+isin(nθ)) ,

and so De Moivre's Theorem in fact holds for all integers.

Example 6.12

Find (1+i)10.

Solution

Since 1+i=2(cos45+isin45) (why?), by De Moivre's Theorem we have

(1+i)10 = (2)10(cos450+isin450) = 210/2(0+i(1)) = 25i = 32i .

We can use De Moivre's Theorem to find the nth roots of a complex number. That is, given any complex number z and positive integer n, find all complex numbers w such that wn=z. Let z=r(cosθ+isinθ). Since the cosine and sine functions repeat every 360, we know that z=r(cos(θ+360k)+isin(θ+360k)) for k=0, ±1, ±2, .... Now let w=r0(cosθ0+isinθ0) be an nth root of z. Then

wn = z[r0(cosθ0+isinθ0)]n = r(cos(θ+360k)+isin(θ+360k))rn0(cosnθ0+isinnθ0) = r(cos(θ+360k)+isin(θ+360k))rn0 = randnθ0 = θ+360kr0 = r1/nandθ0 = θ+360kn .

Since the cosine and sine of θ+360kn will repeat for kn, we get the following Equation for the nth roots of z:

For any nonzero complex number z=r(cosθ+isinθ) and positive integer n, the n distinct nth roots of z are

r1/n[cos(θ+360kn)+isin(θ+360kn)]

for k=0, 1, 2, ..., n1.

Note: An nth root of z is usually written as z1/n or nz. The number r1/n in the above Equation is the usual real nth root of the real number r=|z|.

Example 6.13

Find the three cube roots of i.

Solution:

Since i=1(cos90+isin90), the three cube roots of i are:

31[cos(90+360(0)3)+isin(90+360(0)3)] = cos30+isin30 = 32+12i ,31[cos(90+360(1)3)+isin(90+360(1)3)] = cos150+isin150 = 32+12i ,31[cos(90+360(2)3)+isin(90+360(2)3)] = cos270+isin270 = i

Notice from Example 6.13 that the three cube roots of i are equally spaced points along the unit circle |z|=1 in the complex plane, as shown in Figure 6.3.3. We see that consecutive cube roots are 120 apart. In general, the n nth roots of a complex number z will be equally spaced points along the circle of radius |z|1/n in the complex plane, with consecutive roots separated by 360n.

alt
Figure 6.3.3

In higher mathematics the Fundamental Theorem of Algebra states that every polynomial of degree n with complex coefficients has n complex roots (some of which may repeat). In particular, every real number a has n nth roots (being the roots of zna). For example, the square roots of 1 are ±1, and the square roots of 1 are ±i.


This page titled 6.3: Complex Numbers is shared under a GNU Free Documentation License 1.3 license and was authored, remixed, and/or curated by Michael Corral via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?