Processing math: 100%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

1.1: Complex Numbers

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

The complex numbers were originally invented to solve problems in algebra. It was later recognized that the algebra of complex numbers provides an elegant set of tools for geometry in the plane. This section presents the basics of the algebra and geometry of the complex numbers.

Elements in the set of complex numbers C are in one-to-one correspondence with points in the 2-dimensional real plane R2 (where R denotes the set of real numbers). We will write z(x,y) to denote that the complex number z corresponds to the ordered pair (x,y) of real numbers.

Real and imaginary parts

Given a complex number z corresponding to the point (x,y) in R2, we say that x is the real part of z and that y is the imaginary part of z, denoted Re(z)=x and Im(z)=y. The set C contains the set R as a subset. The real number x, which is also the complex number x, corresponds to the ordered pair (x,0). A complex number that corresponds to an ordered pair (0,y) is called (pure) imaginary. The complex number i corresponds to the ordered pair (0,1). Here is a summary so far.

z(Re(z),Im(z))xR(x,0)i(0,1)

Modulus and argument

Figure 1.1.1. Norm and argument of a complex number are polar coordinates.

Given a complex number z(x,y), let (r,θ) be polar coordinates for the point (x,y) such that r0 and θ is measured in radians. The modulus or norm of z, denoted |z|, is defined to be the polar coordinate r=x2+y2 and the argument of z, denoted arg(z), is the polar coordinate θ, that is, the oriented angle made by the real vector (x,y) with the positive real axis. In other words, (|z|,argz) are polar coordinates for the point (x,y). See Figure 1.1.1. Here is a summary.

Norm and argument.

z(x,y)=(|z|cos(argz),|z|sin(argz))

Addition and multiplication of complex numbers

Given complex numbers z(x,y) and z(x,y), the sum z+z is defined by the following.

Complex addition.

z+z(x+x,y+y)

In other words, complex addition corresponds to real vector addition. See Figure 1.1.2.

Figure 1.1.2. Complex addition is vector addition

The product zz is defined as follows.

Complex multiplication.

|zz|=|z||z|arg(zz)=argz+argz

The interaction between complex addition and multiplication is expressed by the following relationship, which holds for any complex z,u,v. See Figure 1.1.3.
Distributive law.

z(u+v)=zu+zv

Figure 1.1.3. The distributive law: multiplication by z rotates the vectors u,v, and u+v by angle argz and scales by the factor |z|.

Below are a number of relationships arising from the definitions of complex addition and multiplication. Let a,b,c,d be real numbers and let z,u,v be complex numbers. The following relationships hold.  1 

a+ib(a,b)a+b(complex sum)=a+b(real sum)ab(complex product)=ab(real product)|a|(complex norm)=|a|(real absolute value)1z=z1=zi2=1(a+ib)+(c+id)=(a+c)+i(b+d)(a+ib)(c+id)=(acbd)+i(ad+bc)

The complex exponential function

The Taylor series for the real function y=ex is

ex=1+x+x22+x33!+.

Convergence for sequences and series of complex numbers can be defined in a way that naturally extends the definitions for real numbers. It turns out that the complex power series

1+z+z22+z33!+

converges for every complex number z, so we define the complex exponential function by

ez=1+z+z22+z33!+.

The complex exponential obeys familiar laws of the real exponential. For z,w in C, we have

ezew=ez+we0=1

A key property of the complex exponential is the following, called Euler's formula.

Euler's formula.

eit=cost+isint(for t real)

For z with r=|z| and t=arg(z), the expression z=reit is called the polar form for z. By contrast, we call z=x+iy the rectangular form (or the Cartesian form ) for z. Figure 1.1.4 shows a summary of the geometric content of the rectangular and polar forms for a complex number z.

Here is how complex multiplication looks in polar form. For z=reiθ,w=seiϕ, we have

zw=(reiθ)(seiϕ)=rsei(θ+ϕ).

From this it is easy to see that for r0, we have

(reiθ)(1reiθ)=1.

For z=reiθ with r0, we call 1reiθ the multiplicative inverse of z, denoted 1/zor z1.

Figure 1.1.4. Rectangular and polar forms for a complex number z

Conjugation

The conjugate of the complex number z=x+iy=reiθ, denoted ¯z or z, is defined to be z=xiy=reiθ. Geometrically, z is the reflection of z across the real axis (the x-axis) in R2. Here are some relations involving conjugates.

Re(z)=z+z2Im(z)=zz2i|z|2=zz2argz=zz(for z0)1z=zzz=z|z|2(for z0)(zw)=zw

Circles and lines

Let C be the circle of radius r>0 and with center aC. A point z lies on C if and only if the distance from z to a equals r. In mathematical symbols, C is the set of solutions z for the following equation.

|za|=r

The real line R is the set of solutions z of the equation Im(z)=0. More generally, let L be a line that contains the point pC and makes an angle θ with the real axis (set θ=0if L is parallel to the real axis). If zL, then eiθ(zp) is real, so Im(eiθ(zp))=0. See Figure 1.1.5. Conversely, if eiθ(zp) is real, then z lies on L. Multiplying by a positive constant k, and setting a=keiθ and ,b=keiθp, we conclude that the line L is the set of solutions to the following equation.

Im(az+b)=0

Figure 1.1.5. A line in the complex plane.

Exercises

Exercise 1

What is the difference between polar coordinates and polar form? What is the difference between rectangular coordinates and rectangular form? Write formulas for converting from polar to rectangular coordinates and vice-versa.

Solution

Let z be a complex number, let x=Re(z), y=Im(z), r=|z| and θ=arg(z). The pair (r,θ) is called the polar coordinates for z, while the expression reiθ is called the polar form for z. The pair (x,y) is called the rectangular coordinates for z, while the expression x+iy is called the rectangular form for z.

To convert from polar to rectangular, use the equations x=rcosθ,y=rsinθ (show sketches to explain these formulas). To convert from rectangular to polar, use r=x2+y2 and tanθ=y/x. For the last equation, you must use judgment when x=0 to decide whether θ should be π/2 or π/2. You must also use judgment when calculating θ=arctan(y/x). The standard codomain for arctan is the interval (π/2,π/2), so you need to use θ=arctan(y/x)+π for x<0.

Exercise 2

Express each of the following in rectangular and polar form.

a. 3(2i)+6(1+i)

b. (2eiπ/6)(3eiπ/3)

c. (2+3i)(4i)

d. (1+i)3

Answer

a. 12+3i=153eiarctan(1/4)

b. 6eiπ/6=333i

c. 11+10i=221eiarctan(10/11)

d. 2+2i=22ei3π/4

Exercise 3

Prove the following property of norm.

The triangle inequality.

For any two complex numbers z,w, we have

\[|z+w||z|+|w|.\]

Solution

The simplest approach is geometric: Sketch the parallelogram for vector addition and use the fact that the length of any side of a triangle is less than the sum of the lengths of the other two sides.

Here is one route to an algebraic proof: Let z=a+bi, w=c+di. Manipulate the triangle inequality (start by squaring both sides) to obtain

\[2abcdb2c2+a2d2.\]

This is the same as the clearly true statement

0b2c2+a2d22abcd=(bcad)2.

Conclude by observing that all steps of the derivation are reversible.

Exercise 4

Prove (1.1.18).

Solution

Let z=reiθ. Then ¯z=reiθ, and we have

z¯z=reiθreiθ=r2e0=r2=|z|2.

Exercise 5

Let p and q be complex numbers. Prove that the distance (ordinary distance between points in the plane) between p and q is |pq|.

Hint

Use rectangular form.

Solution

Let p=a+ib and q=c+id. We have

|pq|=|(a+ib)(c+id)|=|(ac)+i(bd)|=(ac)2+(bd)2.

The latter expression is the distance from p to q, so we are done.

Exercise 6

Express each of the following in rectangular and polar form.

a. 2+i3i

b. 1+2i12i

c. 2eiπ/43eiπ/2

Answer

a. 12+12i=22eiπ/4

b. 35+45i=ei(arctan(4/3)+π)

c. 23ei3π/4=23+23i

Exercise 7

Verify the formulas (1.1.16) and (1.1.17).

Solution

Let z=x+iy. Then we have

  • z+¯z2=2x2=x=Re(z), and
  • z¯z2i=2iy2i=y=Im(z).
Exercise 8

Given a nonzero complex number z, explain why z has exactly two square roots, and explain how to find them.

Solution

Since squaring a number squares the norm and doubles the argument, a square root can be found by taking the square root of the norm and dividing the argument by two. That is, for z=reiθ, a square root of z is reiθ/2. Another square root of z is the negative of that expression. Any other square root of z would have to have norm |z| and argument θ/2 plus or minus an integer multiple of π, so these must be all the square roots of z.

Exercise 9

Find all complex solutions of the following equations.

a. z2+3z+5=0

b. (zi)(z+i)=1

c. 2z+iz+3i=z

Answer

a. 32±i112

b. 0

c. (1/2)[(2±2811/4cosφ)+i(3±2811/4sinφ)], where

φ=(arctan(16/5)+π)/2

Exercise 10

Use the fact that eiaeib=ei(a+b) together with Euler's formula eiθ=cosθ+isinθ to derive the trigonometric angle sum formulas below.

cos(a+b)=cosacosbsinasinbsin(a+b)=cosasinb+sinacosb

Solution

Using Euler's formula for the first equality below, and then using complex multiplication for the second equality, we have

eiaeib=(cosa+isina)(cosb+isinb)=(cosacosbsinasinb)+i(cosasinb+sinacosb).

On the other hand, Euler's formula also gives

ei(a+b)=cos(a+b)+isin(a+b).

Equating real and and imaginary parts of (⋆) and (⋆⋆) gives the desired trigonometric identities.

Exercise 11

Circles and lines.

a. For a real variable x and a real constant a, completing the square refers to rewriting the expression x22ax as follows.

x22ax=x22ax+a2a2=(xa)2a2.

A complex version of completing the square for a complex variable z and a complex constant a is the following.

|z|22Re(za)=|za|2|a|2

Write a derivation to justify this. Then use completing the square to find the center and radius of the circle given by the equation |z|2iz+iz5=0.

b. Write an alternative proof for the general form for the equation of a line (1.1.23), as follows. Let a=u+iv, b=r+is, z=x+iy. Find the equation of the line Im(az+b)=0 in terms of the real variables x,y and real constants u,v,r,s. Explain why it is necessary that a0.

Exercise 12

Complex numbers as 2×2 real matrices.

Let MC denote the set of 2×2 matrices of the form [abba] with a,bR. Given a complex number z with Cartesian form z=a+bi, let M(z) denote the matrix in [abba] in MC. Conversely, given a matrix MMC with top left entry a and top right entry b, let C(M) denote the complex number a+bi. It is clear that the mappings zM(z) and MC(M) are inverses to one another, and establish a one-to-one correspondence CMC.

a. Show that MC is closed under addition and multiplication. That is, suppose that M,N are elements of MC. Show that M+N and MN are also elements of MC.

b. Show that complex addition and multiplication are "mirrored" in MC. That is, show that C(M(z)+M(w))=z+w and C(M(z)M(w))=zw for all z,wC.


This page titled 1.1: Complex Numbers is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by David W. Lyons via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?