Introduction to Complex Math

Fourier Transform Mathematics
Fourier Transforms (Home)
Next: The Impulse


Fourier Transforms are performed using complex numbers. Since Fourier Transforms are used to analyze real-world signals, why is it useful to have complex (or imaginary) numbers involved at all?

It turns out the complex form of the equations makes things a lot simpler and more elegant. As such, everyone uses complex numbers, from physicists, to engineers, and mathematicians. So get used to it, it is actually a very beautiful thing.

On this page we'll start by introducing complex numbers and some simple properties, useful in the study of the Fourier Transform.

A complex number z can be written in standard form as:

complex number       [1]

The complex number z has a real part given by x and an imaginary part given by y. The real part of z is written as:

real part of complex number       [2]

The imaginary part of z is written as:

imaginary part of complex number       [3]

In equations [1,2,3], i is given as:

imaginary number       [4]

Example. Z = 4 + i5 ==> Then Re[Z]=4, Im[Z]=5.

Addition and Multiplication

Addition and subtraction are straightforward. The addition of two complex numbers (z1 and z2) are the sums of their real and imaginary parts:

addition and multiplication for complex numbers       [5]

Subtraction can be performed in a similar manner to equation [5]. Multiplication of complex numbers follows algebra-style rules:

multiplication of complex numbers       [6]

Division will be discussed after the polar representation for complex numbers.

Complex Conjugate and Magnitude

The complex conjugate of a complex number can be found by replacing the i in equation [1] with -i. The complex conjugate operator is written as a *, as shown in equation [7]:

complex conjugate       [7]

The magnitude of a complex number z is given by:

magnitude of complex number       [8]

Polar Form

The above notation for complex numbers, using real and imaginary parts, is often called standard or rectangular form. Another common way to express complex numbers is polar form. Before, this is presented, please recall Euler's identity (which is one of the greatest equations of all time and should be memorized):

Euler's complex formula       [9]

Equation [9] can be derived by expanding the left side in a Taylor series (with variable theta). Then expand the right side using the Taylor series expansions for cosine and sine and the results are identical.

The polar form of a complex number is written with a magnitude and angle:

polar representation of complex number       [10]

Using equation [9], the polar form can be converted back into it's real and imaginary parts:

conversion from polar to rectangular       [11]

The angle theta of the complex number can be determined from the real and imaginary part:

finding theta       [12]

The angle theta is zero when the real part of a complex number is positive and the imaginary part is zero. The angle theta is 90 degrees when the imaginary part is positive and the real part is zero.

Hence, we can convert between the rectangular form (real and imaginary part) and the polar form (magnitude and angle).

As an example, consider the complex number z=3+i4. This number can be plotted along the x- and y- axis, as shown in Figure 1. Note that x represents the real part of z, and y represents the imaginary part of z.

illustration of complex number in complex plane

Figure 1. Illustration of a Complex Number in the Complex Plane.

In Figure 1, |z|=5 (from equation [8]), and theta=53.13 degrees (from equation [12]).

Division

Division can be performed easily using the polar form for complex numbers (multiplication is easier too). For complex numbers z1 and z2:

division of complex numbers       [13]

The polar form makes division very simple.

Example Suppose z1=1+i3, and z2 = -1 - i1. What is (z1 * z2) and z1/z2?

Solution The numbers z1 and z2 are converted to polar form:

|z1|=3.16, theta1 = 71.56 degrees.

|z2|=1.41, theta2 = 225.0 degrees.

Then:

example of complex number division


Next: The Impulse

Back: Fourier Transform Mathematical Topics

The Fourier Transform (Home)