Complex fractions

If z=a+ib then we define the conjugate z*=a-ib

This has the very useful property that zz*=a2+b2=|z|2

This follows from our old friend a2-b2=(a+b)(a-b), substituting ib instead of b and remembering that (ib)2=-b2.

Other facts about the conjugate: if w and z are complex numbers, then

(wz)*=w*z*

(w+z)*=w*+z*

This is very useful for fractions: if you want to get rid of a complex number in the denominator, just multiply top and bottom by the conjugate of the denominator.

For example, 2/(3+i) = 2(3-i)/(3+i)(3-i) = 2(3-i)/(32+12) = (3-i)/5