Skip to main content

Complex Numbers

The study of mathematics builds upon itself by filling voids still left in the subject. For example, negative numbers filled the void left by positive numbers. Just like this, imaginary numbers fill the void left by real numbers.

Imaginary and Complex Numbers

The square root of any negative number is not real as squaring any number makes it positive. If the value in the radicand is negative, the root is said to be an imaginary number. The imaginary number ii is equivalent to 1\sqrt{-1}.

We can simplify the square root of any negative number by converting it into a multiple of ii. This means the simpliest form for a\sqrt{-a} is ai\sqrt{a}i.

Example\underline{Example}

81=81×1=811=9i\sqrt{-81} = \sqrt{81 \times -1} = \sqrt{81}\sqrt{-1} = 9i

A complex number is a number of the form a+bia + bi where aa is a real number and bibi is the imaginary number. If b=0b = 0 then the number is just a real number. Also note if a=0a = 0 and b0b \neq 0 then the number is just a pure imaginary number.

note

The complex number form is the standard form used to express imaginary numbers. So, 4i4i in standard form would be 0+4i0 + 4i.

Complex Plane

We cannot plot complex number on the number line like we would with real numbers due to complex numbers containing imaginary numbers. Instead, we can use the complex plane, which is a coordinate system in which the horizontal axis represents the real component and the vertical axis represents the imaginary component. For example, the complex number 32i3 - 2i would be expressed using the ordered pair (3,2)(3, -2).

Plotting 3 - 2i
Fig. 1 - Plotting 3 - 2i

Addition and Subtraction

To add complex numbers, we add the real numbers together and the imaginary numbers together. After that we add both these terms together. Mathematically we can define this as (a+bi)+(c+di)=(a+c)+(b+d)i(a + bi) + (c + di) = (a + c) + (b + d)i.

To subtract complex numbers, we subtract the real numbers together and the imaginary numbers together. After that we add both these terms together. Mathematically we can define this as (a+bi)(c+di)=(ac)+(bd)i(a + bi) - (c + di) = (a - c) + (b - d)i.

Multiplication

We can multiply complex numbers by treating them like binomials. The only difference is we work with the real and imaginary parts seperately.

We can multiply a complex number with a real number using the foil method where a(b+ci)=ab+acia(b + ci) = ab + aci.

Finally, we can multiply a complex number with another complex number using the FOIL method...

(a+bi)(c+di)(a + bi)(c + di)

=ac+adi+bci+bdi2= ac + adi + bci + bdi^2

=ac+adi+bcibdbecausei2=1= ac + adi + bci - bd\:\:\:\:\: because\:i^2 = -1

=(acbd)+(adbc)i= (ac - bd) + (ad - bc)i

Division

Division is a more complicated than the other operations because we cannot divide by an imaginary number meaning the denominator must be a real number.

In order to eliminate the imaginary portion of the denominator, we need to use the complex conjugate which can be found by changing the sign of the imaginary portion of the complex number. For example, the complex conjugate of a+bia + bi is abia - bi and the complex conjugate of abia - bi is a+bia + bi. Once we have the complex conjugate, we can multiply the numerator and denominator with it to eliminate the imaginary number.

We can now divide complex numbers...

c+dia+biwherea0andb0\frac{c + di}{a + bi} \:where\: a \neq 0 \:and\: b \neq 0

(c+di)(a+bi)×(abi)(abi)=(c+di)(abi)(a+bi)(abi)\frac{(c + di)}{(a + bi)} \times \frac{(a - bi)}{(a - bi)} = \frac{(c + di)(a - bi)}{(a + bi)(a - bi)}

=cacbi+adibdi2a2abi+abib2i2=\frac{ca - cbi + adi - bdi^2}{a^2 - abi + abi - b^2i^2}

=cacbi+adibd(1)a2abi+abib2(1)=\frac{ca - cbi + adi - bd(-1)}{a^2 - abi + abi - b^2(-1)}

=(ca+bd)+(adcb)ia2+b2=\frac{(ca + bd) + (ad - cb)i}{a^2 + b^2}

note

When we add or multiply a complex number by its complex conjugate, the result is always a real number.

Simplication

The powers of ii are cyclic where the cycle is ii, 1-1, i-i, 11, every four powers. We can see this through the first few powers...

i1=ii^1 = \boxed{i}

i2=(1)2=1i^2 = (\sqrt{-1})^2 = \boxed{-1}

i3=i2×i=1×i=ii^3 = i^2 \times i = -1 \times i = \boxed{-i}

i4=i3×i=i×i=i2=(1)=1i^4 = i^3 \times i = -i \times i = -i^2 = -(-1) = \boxed{1}

i5=i4×i=1×i=ii^5 = i^4 \times i = 1 \times i = \boxed{i}

i6=i5×i=i×i=i2=1i^6 = i^5 \times i = i \times i = i^2 = \boxed{-1}

i7=i6×i=1×i=ii^7 = i^6 \times i = -1 \times i = \boxed{-i}

i8=i7×i=i×i=i2=(1)=1i^8 = i^7 \times i = -i \times i = -i^2 = -(-1) = \boxed{1}

i9=i8×i=1×i=ii^9 = i^8 \times i = 1 \times i = \boxed{i}

Knowing that any multiple of 44 in the exponent of ii will cause it to equal 11 can be used to simplify the power of any ii.

Example\underline{Example}

i34=i4×8+2=i4×8×i2=(i4)8×i2=(1)8×i2=1×i2=i2=1i^{34} = i^{4 \times 8 + 2} = i^{4 \times 8} \times i^2 = (i^4)^8 \times i^2 = (1)^8 \times i^2 = 1 \times i^2 = i^2 = \boxed{-1}