Part of ALG-02 — Complex Numbers

Conjugate Properties and Applications

by Notetube Official137 words6 views
PropertyFormula
Double conjugate(z-bar)-bar = z
Sum(z1 + z2)-bar = z1-bar + z2-bar
Product(z1 * z2)-bar = z1-bar * z2-bar
Quotientz1z2\frac{z1}{z2}-bar = z1-bar / z2-bar
Power(znz^n)-bar = (z-bar)^n
Modulus relationz * z-bar = |z|^2
Real/Imaginaryz + z-bar = 2Re(z), z - z-bar = 2i*Im(z)
z is real iffz = z-bar
z is purely imaginary iffz + z-bar = 0 (and z != 0)

Division technique: To compute z1/z2, multiply numerator and denominator by z2-bar: z1/z2 = (z1 * z2-bar) / (z2 * z2-bar) = (z1 * z2-bar) / |z2|^2

This converts the denominator to a real number.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes