3.5.9Complex Numbers

Complex conjugate — properties, applications in division

1,527 words7 min readdifficulty · medium4 backlinks

WHAT is the conjugate?

Figure — Complex conjugate — properties, applications in division

WHY flip only the imaginary part? Because the real axis is our mirror. Reflecting across it keeps horizontal position (aa) fixed and flips vertical position (bbb \to -b).


The master identity (derive it!)


Properties (each WITH a WHY)

Derive property 5 (so it's never a bare formula): Let z=a+biz=a+bi. Then z+zˉ=(a+bi)+(abi)=2a=2Re(z)z + \bar z = (a+bi)+(a-bi) = 2a = 2\,\mathrm{Re}(z). And zzˉ=(a+bi)(abi)=2bi=2ib=2iIm(z)z-\bar z = (a+bi)-(a-bi)=2bi = 2i\cdot b = 2i\,\mathrm{Im}(z). Why useful? These let you extract the real and imaginary parts using conjugation alone.

Derive property 2 (sum): Let z1=a+bi, z2=c+diz_1=a+bi,\ z_2=c+di. Then z1+z2=(a+c)+(b+d)iz_1+z_2=(a+c)+(b+d)i, so z1+z2=(a+c)(b+d)i=(abi)+(cdi)=zˉ1+zˉ2\overline{z_1+z_2}=(a+c)-(b+d)i = (a-bi)+(c-di)=\bar z_1+\bar z_2. Why: conjugation distributes because flipping the sign of the total imaginary part = flipping each part's sign.


HOW to divide complex numbers


Worked examples


Common mistakes (steel-manned)


Recall Feynman: explain to a 12-year-old

Imagine a number standing in front of a flat mirror lying on the floor (the real axis). Its reflection is the conjugate — same left/right, flipped up/down. Here's the magic: if you multiply a number by its own reflection, all the "sideways imaginary" bits cancel and you get a plain ordinary number. So when you're stuck dividing by a messy complex number, you multiply the top and bottom by its mirror image, and the bottom suddenly becomes a normal number you can divide by. That's the whole trick!


Active recall

What is the conjugate of z=a+biz=a+bi?
zˉ=abi\bar z = a - bi (flip sign of the imaginary part).
Geometrically, what does conjugation do?
Reflects zz across the real axis.
What is zzˉz\bar z equal to?
z2=a2+b2|z|^2 = a^2+b^2, a non-negative real number.
Derive zzˉz\bar z.
(a+bi)(abi)=a2(bi)2=a2+b2(a+bi)(a-bi)=a^2-(bi)^2=a^2+b^2.
How do you compute z1/z2z_1/z_2?
Multiply top and bottom by zˉ2\bar z_2: z1zˉ2z22\frac{z_1\bar z_2}{|z_2|^2}.
Reciprocal 1/z1/z in terms of conjugate?
1/z=zˉ/z2=(abi)/(a2+b2)1/z=\bar z/|z|^2=(a-bi)/(a^2+b^2).
When is z=zˉz=\bar z?
When zz is real (imaginary part =0=0).
When is z=zˉz=-\bar z?
When zz is purely imaginary (real part =0=0).
z+zˉ=?z+\bar z=? and zzˉ=?z-\bar z=?
2Re(z)2\,\mathrm{Re}(z) and 2iIm(z)2i\,\mathrm{Im}(z).
Is z1z2=zˉ1zˉ2\overline{z_1z_2}=\bar z_1\bar z_2?
Yes; conjugation distributes over products.
Common trap: does zzˉ=z2z\bar z = z^2?
No. zzˉ=a2+b2z\bar z=a^2+b^2 (real); z2=a2b2+2abiz^2=a^2-b^2+2abi.
Compute 1/(2i)1/(2-i).
(2+i)/5=2/5+i/5(2+i)/5 = 2/5 + i/5.

Connections

Concept Map

reflect across real axis

multiply z times z-bar

equals

always non-negative real

reflect twice

z + z-bar

z = z-bar or z = -z-bar

enables

multiply top and bottom by z2-bar

analogous to

same distance from origin

z = a + bi

conjugate z-bar = a - bi

z z-bar = a squared + b squared

z z-bar = mod z squared

real denominator

double conjugate = z

extracts Re and Im parts

tests for real or imaginary

division trick

z1 z2-bar over mod z2 squared

rationalising denominator

mod z-bar = mod z

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, complex number z=a+biz = a + bi ek plane par point hai. Uska conjugate zˉ=abi\bar z = a - bi matlab bas usko real axis ke around mirror mein reflect kar do — imaginary part ka sign ulta ho jaata hai, real part same rehta hai. Simple si baat, par iska ek jabardast fayda hai.

Jab tum zz ko uske zˉ\bar z se multiply karte ho, to (a+bi)(abi)=a2+b2(a+bi)(a-bi) = a^2 + b^2 milta hai — pura real, koi ii nahi bachta! Yeh zzˉ=z2z\bar z = |z|^2 wali identity hi asli hero hai. Isi wajah se hum complex number se divide kar paate hain.

Division ka trick: z1z2\frac{z_1}{z_2} karna hai? Numerator aur denominator dono ko zˉ2\bar z_2 se multiply kar do (yaani zˉ2zˉ2=1\frac{\bar z_2}{\bar z_2}=1 se). Neeche z22|z_2|^2 ban jaata hai jo normal real number hai, upar complex, bas divide kar do. Yeh bilkul "rationalise the denominator" jaisa hai jo real numbers mein karte the.

Common galti: sirf denominator ko conjugate se multiply karna — nahi! Dono, upar aur neeche, warna value badal jaayegi. Aur yaad rakho zzˉz2z\bar z \ne z^2: zzˉz\bar z hamesha real hota hai, jabki z2z^2 complex reh sakta hai. Bas itna dhyaan rakho, division ekdum easy ho jaayega.

Go deeper — visual, from zero

Test yourself — Complex Numbers

Connections