Complex Plane

Illustration of a commercial airplane with 'complex' parts labeled. No, not that complex plane ...
... this complex plane:

The complex plane showing the horizontal Real axis and vertical Imaginary axis.

a plane for complex numbers!
Also called an "Argand Diagram"

Real and Imaginary make Complex

A Complex Number is a combination of a Real Number and an Imaginary Number:

A Real Number is the type of number we use every day.

Examples: 12.38, ½, 0, −2000

When we square a Real Number we get a positive (or zero) result:

22 = 2 × 2 = 4
12 = 1 × 1 = 1
02 = 0 × 0 = 0

What can we square to get −1?

?2 = −1

Squaring −1 doesn't work because multiplying negatives gives a positive: (−1) × (−1) = +1, and no other Real Number works either.

So it seems mathematics is incomplete ...

... but we can fill the gap by imagining there's a number that, when multiplied by itself, gives −1
(call it i for imaginary):

i2 = −1

An Imaginary Number, when squared gives a negative result

imaginary squared is negative.

Examples: 5i, -3.6i, i/2, 500i

And together:

A Complex Number is a combination of a Real Number and an Imaginary Number

Examples: 3.6 + 4i, −0.02 + 1.2i, 25 − 0.3i, 0 + 2i

Putting a Complex Number on a Plane

You may be familiar with the number line:

number line -10 to +10

But where do we put a complex number like 3+4i ?

Let's have the real number line go left-right as usual, and have the imaginary number line go up-and-down:

We can then plot a complex number like 3 + 4i :

  • 3 units along (the real axis),
  • and 4 units up (the imaginary axis)
  Point at 3 on the real axis and 4 on the imaginary axis.
     

And here's 4 − 2i :

  • 4 units along (the real axis),
  • and 2 units down (the imaginary axis)
  complex plane 4-2i

And that's the complex plane:

  • complex because it is a combination of real and imaginary,
  • plane because it is like a geometric plane (2 dimensional)

Whole New World

Now let's bring the idea of a plane (as seen in Cartesian coordinates, Polar coordinates, Vectors and so on) to complex numbers.

It will open up a whole new world of numbers that are more complete and elegant, as we'll see.

Complex Number as a Vector

We can think of a complex number as a vector.

vector
This is a vector.
It has magnitude (length) and direction.

And here's the complex number 3 + 4i
as a vector:
  complex plane 3+4i vector

Adding

We can add complex numbers as vectors, too:

To add the complex numbers 3 + 5i and 4 − 3i :

  • add the real numbers, and
  • add the imaginary numbers

separately, like this:

(3 + 5i) + (4 − 3i) =(3 + 4) + (5 − 3)i 7 + 2i
  complex plane vector addition

Polar Form

Let's use 3 + 4i again:   Point at 3 on the real axis and 4 on the imaginary axis.
     

Here it is in polar form:

  complex plane 3-4i is polar 5 at 0.927

So the complex number 3 + 4i can also be shown as distance (5) and angle (0.927 radians).

Those two values (distance and angle) have special names:

Modulus is often shown using vertical bars, like this:
|3 + 4i| = 5

Let's see how to convert from one form to the other using Cartesian to Polar conversion:

Example: the number 3 + 4i

From 3 + 4i :

  • Modulus (r) = √(x2 + y2) = √(32 + 42) = √25 = 5
  • Argument (θ) = tan-1 (y/x) = tan-1 (4/3) = 0.927 (to 3 decimals)

And we get distance (5) and angle (0.927 radians)

Back again:

  • x = r × cos( θ ) = 5 × cos( 0.927 ) = 5 × 0.6002... = 3 (close enough)
  • y = r × sin( θ ) = 5 × sin( 0.927 ) = 5 × 0.7998... = 4 (close enough)

And distance 5 and angle 0.927 radians becomes 3 and 4 again.

In fact a common way to write a complex number in Polar form is

x + iy= r cos θ + i r sin θ = r(cos θ + i sin θ)

And "cos θ + i sin θ" is often shortened to "cis θ", so:

x + iy = r cis θ

cis is just shorthand for cos θ + i sin θ

So we can write:

3 + 4i = 5 cis 0.927

In some subjects, like electronics, "cis" is used a lot!

Distance

The distance between two complex numbers, z1 and z2, is the straight-line distance between their points on the complex plane.

To find the distance, we simply calculate the modulus of their difference:

Distance = |z1 − z2|

Why it works: when we subtract z2 from z1, we get a new complex number that is the horizontal and vertical gaps between them. Taking the modulus gives us the straight-line distance.

Find the distance between z1 = 2 + 3i and z2 = 5 − i:

Find the difference:

z1 − z2 =
(2 − 5) + (3 − (−1))i
=
−3 + 4i

Calculate the modulus:

|−3 + 4i| =
√((−3)2 + 42)
=
√(9 + 16)
=
√(25)
=
5

Midpoint

The midpoint between two complex numbers is the exact center point between them. To find it, we simply calculate the average of the two numbers:

Midpoint = z1 + z22

Why it works: Adding the two complex numbers and dividing by 2 automatically averages their Real parts (horizontal axis) and Imaginary parts (vertical axis) at the same time.

Find the midpoint between z1 = 2 + 3i and z2 = 5 − i:

Add the numbers together:

z1 + z2 =
(2 + 5) + (3 + (−1))i
=
7 + 2i

Divide by 2:

7 + 2i2 = 3.5 + i

Summary

Next ... learn about Complex Number Multiplication.

7994, 7995, 7996, 7997, 7998, 7999, 8000, 8001, 8002, 8003