1.2 Arithmetic

Home | Assessment | Notes | Worksheets | Blackboard

  1. Addition and Subtraction
  2. Multiplication
  3. Inverses
  4. Conjugation
  5. Modulus Properties

In this section we will learn how to add, subtract, multiply and divide complex numbers, and comprehend addition and multiplication geometrically. We will represent complex numbers in polar form to develop a geometric picture of multiplication.

Addition and Subtraction

Definition (Addition and Subtraction)

We define addition and subtraction of complex numbers as follows. (x+iy)+(u+iv)=(x+u)+i(y+v)(x+iy)(u+iv)=(xu)+i(yv)

Note that the sums x+u, y+v and the differences xu, yv are sums and differences of real numbers, which we already know how to add and subtract.

Example

Simplify the following.

  1. (2+i3)+(1+i1)
  2. (1+i0)(2+i1)
Solution:

We use the rules of addition and subtraction to write each expression in the form x+iy.

  1. (2+i3)+(1+i1)=(2+1)+i(3+1)=3+i4
  2. (1+i0)(2+i1)=(12)+i(01)=(1)+i(1)

Writing complex numbers such as (1)+0i and 0+(2)i will become cumbersone. We therefore adopt varions conventions to make writing easier. We will take for granted things like xiy=x+i(y) x+iy=(x)+iy yi=0+iy when writing complex numbers from now on.

Example

Simplify the following.

  1. (2+3i)+(1+i)
  2. 1(2+i)
Solution:

We use the rules of addition and subtraction to write each expression in the form x+iy.

  1. (2+3i)+(1+i)=(2+1)+(3+1)i=3+4i
  2. 1(2+i)=(12)+(01)i=1i

Addition of complex numbers can be thought of as addition of the corresponding vectors in R2.

Figure 1: The complex numbers z and w can be thought of vectors in R2. Adding them as complex numbers is the same as adding the corresponding vectors.

Multiplication

Definition (Multiplication)

We define multiplication of complex numbers as follows. (x+iy)(u+iv)=(xuyv)+i(xv+yu)

All the usual rules of arithmetic, like distribution, associativity and commutativity, apply to the arithmetic of complex numbers.

Example

Simplify the following.

  1. (1+4i)(2i)
  2. (2+3i)2
Solution:

We use the definition of multiplication to write each expression in the form x+iy.

  1. (1+4i)(2i)=(2+4)+(81)i=6+7i
  2. (2+3i)2=(2+3i)(2+3i)=(49)+(6+6)i=5+12i

The polar representation give us a geometric picture of complex multiplication. Fix z,w non-zero complex numbers with polar representations z=r(cos(θ)+isin(θ)) w=s(cos(ψ)+isin(ψ)) respectively. Multiplying zw we get zw=rs((cos(ϕ)cos(ψ)sin(ψ)sin(ϕ))+i(cos(ϕ)sin(ψ)+cos(ψ)sin(ϕ)))=rs(cos(ϕ+ψ)+isin(ϕ+ψ)) from the sine and cosine angle addition formulae. This reveals the geometric picture for multiplication: we multiply lengths and add arguments.

Figure 2: To multiply complex numbers we can simply multiply the lengths together and add the arguments.

Inverses

We next look at reciprocals and division for complex numbers.

Definition (Inverses)

If zC is non-zero its inverse is 1z=xx2+y2iyx2+y2 which is also a complex number.

Example

Calculate the inverse of 2+i.

Solution:

We have 12+i=25i15 from the definition.

The inverse of a non-zero complex number z is its inverse in the multiplicative sense. The calculation z1z=(x+iy)(xx2+y2iyx2+y2)=x2+y2x2+y2+ixy+xyx2+y2=1 verifies that: every non-zero complex number has a multiplicative inverse.

Conjugation

For a geometric picture of the inverse we introduce conjugation.

Definition (Conjugate)

The conjugate of a complex number z=x+iy is the number z=xiy.

Figure 3: The conjugate of a complex number z is the reflection of z in the real axis.

We have zz=(x+iy)(xiy)=x2+y2+i(xy+yx)=|z|2 so that 1z=z|z|2 relating the conjugate to the absolute value.

Figure 4: The inverse of a non-zero complex number z is a scaling of its conjugate.

With the rules of arithmetic - addition, subtraction, multiplication, and inverses - defined above C forms a number system or field.

Note that C contains within it the number system R of real numbers. Indeed, we can think of x+0i as the real number x.

Note also, from the definition of multiplication, that ii=(0+i1)(0+i1)=(01)+i(0)=1 so i2=1. Thus C is a field that contains both the field R of real numbers and a solution to the equation x2+1=0.

Modulus Properties

The following relationships between arithmetic and the modulus will be used all the time.

Proposition

Let z,wC.

  1. |z|=0 if and only if z=0
  2. |zw|=|z||w|
  3. |1/z|=1/|z| if z0
  4. |z+w||z|+|w| (The triangle inequality)
  5. ||z||w|||zw|
Proof:

For 1. note that |z|=0 if and only if x2+y2=0. This is equivalent to x=0 and y=0 i.e. z=0.

For 2. we fix z=x+iy and w=u+iv and calculate |z|2|w|2=(x2+y2)(u2+v2)=(xu)2+(xv)2+(yu)2+(yv)2 and |zw|2=(xuyv)2+(xv+yu)2=(xu)2+(yv)2+(xv)2+(yu)2 to prove they are the same.

For 3. note that |1z|2=(xx2+y2)2+(yx2+y2)2=x2+y2(x2+y2)2=1|z|2 or simply apply 2. with w=1/z.

For 4. we calculate (|z|+|w|)2=|z|2+|w|2+2|z||w||z+w|2=(z+w)(z+w)=|z|2+|w|2+zw+zw so it suffices to prove that zw+zw2|z||w|. Now zw+zw=(x+iy)(uiv)+(xiy)(u+iv)=2Re(zw) and finally zw+zw=2Re(zw)2|zw|=2|z||w| using |w|=|w| and 2.

For 5. apply the triangle inequality with z=ZW and w=W to get |Z||ZW|+|W| and therefore |Z||W||ZW|. Repeating this argument with Z and W swapped gives also |W||Z||ZW|. Therefore ||Z||W||=max{|Z||W|,|W||Z|}|Z|+|W| as desired.