(First revision, still in progress)
 
(More added)
Line 2: Line 2:
 
===Definition of a Complex Number===
 
===Definition of a Complex Number===
 
A '''complex number''' z takes the form of z = a + bi, where a and b are real and <math>i = \sqrt-1</math>.  ('''i''', sometimes written as '''j''', is an '''[http://en.wikipedia.org/wiki/Imaginary_number imaginary number]'''.)  Essentially, what this means is that complex numbers are numbers having both a real and imaginary part.  (It is possible for a = 0 or b = 0 and the number to still be considered complex, since real numbers and imaginary numbers are simply considered special cases of complex numbers.)
 
A '''complex number''' z takes the form of z = a + bi, where a and b are real and <math>i = \sqrt-1</math>.  ('''i''', sometimes written as '''j''', is an '''[http://en.wikipedia.org/wiki/Imaginary_number imaginary number]'''.)  Essentially, what this means is that complex numbers are numbers having both a real and imaginary part.  (It is possible for a = 0 or b = 0 and the number to still be considered complex, since real numbers and imaginary numbers are simply considered special cases of complex numbers.)
 +
====Properties of i====
 +
Since <math>i = \sqrt-1</math>, <math>i^2 = -1</math>.  Furthermore, <math>i^3 = -i</math> and <math>i^4 = 1</math>.  Once <math>i^5</math> is reached, a pattern can be seen: <math>i^5 = i * i^4 = i * 1 = i</math>.  So, in general:
 +
<math>i^4n = 1</math>
 +
<math>i^4n+1 = i</math>
 +
<math>i^4n+2 = -1</math>
 +
<math>i^4n+3 = -i</math>
 +
where n is an integer.
 +
 
===Visualization of a Complex Number===
 
===Visualization of a Complex Number===
 
Complex numbers can be plotted on a 2-dimensional plane, called the '''Argand plane'''.  One axis represents the real part of the complex number, and the other axis represents the imaginary part of the complex number.  Traditionally, the real axis is horizontal, and the imaginary axis is vertical.
 
Complex numbers can be plotted on a 2-dimensional plane, called the '''Argand plane'''.  One axis represents the real part of the complex number, and the other axis represents the imaginary part of the complex number.  Traditionally, the real axis is horizontal, and the imaginary axis is vertical.
 +
====Absolute Value of z====
 +
'''<math>|z| = \sqrt{a^2+b^2}</math>''' can be visualized easily on the complex plane as the distance of the line connecting (0,0) to the (a,b).  From this, one can see that the formula above is essentially an application of the Pythagorean Theorem.
 +
 +
 +
===Basic Functions===
 +
Consider complex numbers <math>z_1 = a + bi</math> and <math>z_2 = c + di</math>.
 +
====Addition====
 +
<math>z_1 + z_2 = (a+c)+(b+d)i</math>
 +
====Subtraction====
 +
<math>z_1 - z_2 = (a-c)+(b-d)i</math>
 +
====Multiplication====
 +
====Division====

Revision as of 08:18, 3 September 2008

Basics of Complex Numbers

Definition of a Complex Number

A complex number z takes the form of z = a + bi, where a and b are real and $ i = \sqrt-1 $. (i, sometimes written as j, is an imaginary number.) Essentially, what this means is that complex numbers are numbers having both a real and imaginary part. (It is possible for a = 0 or b = 0 and the number to still be considered complex, since real numbers and imaginary numbers are simply considered special cases of complex numbers.)

Properties of i

Since $ i = \sqrt-1 $, $ i^2 = -1 $. Furthermore, $ i^3 = -i $ and $ i^4 = 1 $. Once $ i^5 $ is reached, a pattern can be seen: $ i^5 = i * i^4 = i * 1 = i $. So, in general: $ i^4n = 1 $ $ i^4n+1 = i $ $ i^4n+2 = -1 $ $ i^4n+3 = -i $ where n is an integer.

Visualization of a Complex Number

Complex numbers can be plotted on a 2-dimensional plane, called the Argand plane. One axis represents the real part of the complex number, and the other axis represents the imaginary part of the complex number. Traditionally, the real axis is horizontal, and the imaginary axis is vertical.

Absolute Value of z

$ |z| = \sqrt{a^2+b^2} $ can be visualized easily on the complex plane as the distance of the line connecting (0,0) to the (a,b). From this, one can see that the formula above is essentially an application of the Pythagorean Theorem.


Basic Functions

Consider complex numbers $ z_1 = a + bi $ and $ z_2 = c + di $.

Addition

$ z_1 + z_2 = (a+c)+(b+d)i $

Subtraction

$ z_1 - z_2 = (a-c)+(b-d)i $

Multiplication

Division

Alumni Liaison

Ph.D. on Applied Mathematics in Aug 2007. Involved on applications of image super-resolution to electron microscopy

Francisco Blanco-Silva