You can use the HTML editor to write this page or write your own HTML in text mode.

The HTML is not stripped of Javascript or other tags (that are normally not allowed for security reasons in Moodle) so you can do anything you like on a page like this.

Here is an example taken from an OER Physics course created at the University of Manchester.

Complex Numbers

1.1 Basic Properties

1.1.1 Introduction

Up to now you have seen 4 major sets of numbers:

  • The set of natural, 0, 1, 2,...(non-negative integers). The sum and product of two natural numbers are natural numbers.
  • The set of all integers, 0,± 1,± 2.... This closes under addition, subtraction and multiplication.
  • The set of all rational numbers (fractions) p q like 3 5, closes under division as well.
  • To this we add the irrational numbers, like 2, 3 1 3
  • And obtain the set of real numbers includes 1, 2. 3 4,π, 4 5, e= e 1 etc

There is a lot of subtle mathematics associated with them. Are there more rational numbers than integers? More reals than rationals? We can also try to solve equations. In physics we usually mean “find a real number that solves the equation”.

Example 1.1:

Find the zero of the function (polynomial) p( x)= x 2 1.

Solution:

p( x)= x 2 1= 0 x=± 1=± 1.(1.1)

There are equations we can’t solve in this way, e.g. the roots or zeroes of the polynomial q( x)= x 2+ 1, are not real, i.e.

q( x)= x 2+ 1= 0 x=± 1=????.(1.2)

The square root of 1 is not defined within the real numbers. There is no real zero of q( x)(look at the curve q( x)= x 2+ 1). We define new numbers (complex numbers) so that we can solve any equation of the kind of ( 1.2 ).

Complex numbers are defined as z= x+ i y with real x and real y and i:=+ 1.

The symbol i is called ‘complex unit’ with the property

i 2= 1.(1.3)

Question: What is ( i) 2?
Using i, we can solve

q( x)= x 2+ 1= 0 x=± i.(1.4)

In z= x+ i y, x= Re( z) is called real part and y= Im( z) is called imaginary part of the complex number z. Complex numbers are elements of a set called .

So far this may seem a bit artificial. However, we now can solve arbitrary quadratic equations, i.e., find solutions in :

Example 1.2:

Solve z 2 2 z+ 5= 0.

Solution:

z 2 2 z+ 5= 0 z 1 2= 1±( 2) 2 4 5= 1± 4= 1± 4 1= 1± 2 i.

In fact, within the complex numbers one can always find the root of a quadratic equation (and in fact all the roots of an arbitrary polynomial, i.e. solve equations like z 1 2+ 4 z 4+ 1 7= 0 etc., although for this last example there is no general formula as in the quadratic case.)

Actually, complex numbers first arose in the 15th century in the solution of cubic equations of the form z 3+ b z+ c= 0. The general solution of such equations are

z= 2 1 3 b 2 7 c+ 1 0 8 b 3+ 7 2 9 c 2 1 3+ 2 7 c+ 1 0 8 b 3+ 7 2 9 c 2 1 3 3 2 1 3, z= 1+ i 3 b 2 2 3 2 7 c+ 1 0 8 b 3+ 7 2 9 c 2 1 3 1 i 3 2 7 c+ 1 0 8 b 3+ 7 2 9 c 2 1 3 6 2 1 3, z= 1 i 3 b 2 2 3 2 7 c+ 1 0 8 b 3+ 7 2 9 c 2 1 3 1+ i 3 2 7 c+ 1 0 8 b 3+ 7 2 9 c 2 1 3 6 2 1 3,(1.5)

and therefore inolve the complex unit i, even when the resulting solutions are real!

1.1.2 Basic Definitions

If we look at a pair of two complex numbers

z 1= x 1+ i y 1, z 2= x 2+ i y 2,(1.6)

we can define all the standard algebraic manipulations.

Equality:

z 1= z 2 x 1= x 2 and y 1= y 2.(1.7)

Addition:

z 1± z 2=( x 1± x 2)+ i( y 1± y 2).(1.8)

Multiplication:

z 1 z 2=( x 1+ i y 1)( x 2+ i y 2)= x 1 x 2+ i( x 1 y 2+ x 2 y 1)+ i 2 y 1 y 2=( x 1 x 2 y 1 y 2)+ i( x 1 y 2+ x 2 y 1).(1.9)

Zero:

z= x+ i y= 0 x= 0 and y= 0.(1.10)

Other:

z= x+ i y i z= i( x+ i y)= i x y= y+ i x( i) i=( i 2)=( 1)= 1 i 3= i( i 2)= i i 4=( i 2)( i 2)= 1 1 i= i i 2= i 1= i.(1.11)

The complex conjugate z̄ of a complex number z= x+ i y is defined as z= x+ i y z̄= x i y.

(Sometimes one writes z instead of z̄.) We have Re( z)= Re( z̄), Im( z)= Im( z̄).(1.12)

From this definition, we find

Re( z)= x= z+ z̄ 2, Im( z)= y= z z̄ 2 i.(1.13)

(see next workshop for some exercises).

Division: we use a trick by calculating z z̄:

z z̄=( x+ i y)( x i y)= x 2+ y 2.(1.14)

(Check this !). For z 0,

1 z= z̄ z z̄= x i y x 2+ y 2= x x 2+ y 2 i y x 2+ y 2.(1.15)

Other more complicated examples were dealt with in class and the workshop.

Last modified: Tuesday, 4 December 2012, 9:42 PM