Theory 1

Multiplication of complex numbers is much easier to understand when the numbers are written using polar form.

There is a shorthand ‘cis’ notation. Convert to polar coordinates, so a=rcosθ and b=rsinθ:

a+bircosθ+rsinθir(cosθ+isinθ)rcisθ

The “cis” stands for cosθ+isinθ. For example:

22i2(1212i)2cos(π4)+2sin(π4)i2cis(π4)

Euler Formula

General Euler Formula:

reiθ=rcosθ+irsinθ

On the unit circle r=1:

eiθ=cosθ+isinθ

The form reiθ expresses the same data as the cis form. The principal advantage of the form reiθ is that it reveals the rule for multiplication, which comes from exponent laws:

Complex multiplication - Exponential form

r1eiθ1r2eiθ2=(r1r2)ei(θ1+θ2)

In words:

  • Multiply radii
  • Add angles

Notice:

multiply by eiπ2rotate by +90

Notice:

eiπ2=+i

Therefore i ‘acts upon’ other numbers by rotating them 90 counterclockwise!


De Moivre’s Theorem - Complex powers

In exponential notation:

(reiθ)n=rneinθ

In cis notation:

(rcisθ)n=rncis(nθ)

Expanded cis notation:

(rcosθ+irsinθ)n=rncos(nθ)+irnsin(nθ)

So the power of n acts like this:

  • Stretch: r to rn
  • Rotate: by n increments of θ

Extra - Derivation of Euler Formula

Recall the power series for ex:

ex=1+11!x+12!x2+13!x3+=i=01i!xi

Plug in x=iθ:

eiθ1+(iθ)+12!(iθ)2+13!(iθ)3++

Simplify terms:

1+iθ12!θ213!iθ3+14!θ4+15!iθ516!θ617!iθ7+18!θ8+

Separate by i-factor. Select out the terms with i:

1+iθ12!θ213!iθ3+14!θ4+15!iθ516!θ617!iθ7+18!θ8+

Separate into a series without i and a series with i:

(112!θ2+14!θ4)+(θ13!θ3+15!θ5)i

Identify cosθ and sinθi. Write trig series:

cosθ=112!θ2+14!θ4sinθ=θ13!θ3+15!θ5

Therefore eiθ=cosθ+isinθ.