3.5.2Complex Numbers

Complex number a+bi — real part, imaginary part

1,579 words7 min readdifficulty · medium

1. Definition

WHAT counts as what?

zz Re(z)\operatorname{Re}(z) Im(z)\operatorname{Im}(z) Name
3+4i3+4i 33 44 complex
7-7 7-7 00 purely real
5i5i 00 55 purely imaginary
00 00 00 zero

2. Where does ii come from? (Derivation from scratch)

HOW we build the system, step by step:

  1. Start with reals R\mathbb{R}. Problem: x2=1x^2=-1 has no real solution because x20x^2\ge 0 always. Why this step? We locate exactly what's missing.
  2. Postulate a new symbol ii with i2=1i^2=-1. Why? This is the minimal new rule that fixes the gap.
  3. Close the system under +,,×+,-,\times. Any sum/product of reals and ii must stay expressible. Take a+bia+bi. Why this step? We need arithmetic to not throw us out of the set.
  4. Check closure of multiplication: (a+bi)(c+di)=ac+adi+bci+bdi2=(acbd)+(ad+bc)i.(a+bi)(c+di) = ac + adi + bci + bd\,i^2 = (ac-bd) + (ad+bc)i. Why this step? The result is again of the form A+BiA+Bi — the set is closed, so C\mathbb{C} is consistent.

3. Equality and the geometric picture

Every z=a+biz=a+bi is a point (a,b)(a,b) in the plane — the Argand diagram. The horizontal axis is real, the vertical axis is imaginary.

Figure — Complex number a+bi — real part, imaginary part

4. Worked examples


5. Feynman & memory aids

Recall Explain to a 12-year-old (click to reveal)

Normal numbers live on a straight line (a ruler). But some puzzles, like "what number times itself gives 1-1?", have no answer on that ruler. So we invent a brand-new direction — up, off the ruler — and call one step up "ii". Now numbers live on a whole flat sheet: go right/left (aa) and up/down (bb). A complex number a+bia+bi just says "walk aa steps sideways and bb steps up." The rule i2=1i^2=-1 means: turning by ii twice = a half turn = facing backwards (the 1-1 direction).


6. Connections

  • Argand diagram & modulus — plotting a+bia+bi as (a,b)(a,b), length z=a2+b2|z|=\sqrt{a^2+b^2}.
  • Complex conjugatezˉ=abi\bar z = a-bi flips the imaginary part.
  • Addition and multiplication of complex numbers — the arithmetic rules derived above.
  • Polar form and Euler's formulaz=r(cosθ+isinθ)z=r(\cos\theta+i\sin\theta).
  • Quadratic equations with complex roots — where ii first earns its keep.

What is the defining property of the imaginary unit ii?
i2=1i^2 = -1
In z=a+biz=a+bi, what is Re(z)\operatorname{Re}(z)?
aa (the real coefficient)
In z=a+biz=a+bi, what is Im(z)\operatorname{Im}(z)?
bb, a real number (not bibi)
What does a+bi=c+dia+bi=c+di imply?
a=ca=c and b=db=d (real & imaginary parts match separately)
Simplify i3i^3.
i-i
Simplify i2023i^{2023}.
i-i (since 2023mod4=32023\bmod4=3)
What is (a+bi)(c+di)(a+bi)(c+di) in A+BiA+Bi form?
(acbd)+(ad+bc)i(ac-bd)+(ad+bc)i
Why can't ii equal a real number?
A real number's square is 0\ge 0, but i2=1<0i^2=-1<0.
Compute 49\sqrt{-4}\cdot\sqrt{-9} correctly.
2i3i=6i2=62i\cdot3i=6i^2=-6
Name of the set of all complex numbers?
C\mathbb{C}

Concept Map

motivates

imaginary unit

combined with reals

Re z = a

Im z = b

is real coefficient not bi

all such z form

powers cycle period 4

closed under + - times

proves consistency of

a=c and b=d

used in magnitude

used in magnitude

Reals cannot solve x^2 = -1

Postulate i with i^2 = -1

i

Complex number z = a+bi

Real part a

Imaginary part b

Fix common mistake

Set C

i^n = i^ n mod 4

Multiplication stays A+Bi

Equality rule

|z| = sqrt of a^2+b^2

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, complex number ka matlab bilkul simple hai: yeh do numbers ko jodne ka tareeka hai — ek real part (aa) aur ek imaginary part (bb). Poora cheez likhte hain z=a+biz = a+bi, jahan ii ek special symbol hai jiska rule hai i2=1i^2 = -1. Yeh ii isliye banaya kyunki normal (real) numbers se x2=1x^2 = -1 solve nahi hota — koi bhi real number ka square minus nahi ho sakta. Toh maths walon ne kaha, "chalo maan lo ek naya number hai jiska square 1-1 hai," aur usse ii bola.

Yaad rakhna: 3+4i3+4i mein Re=3\operatorname{Re}=3 aur Im=4\operatorname{Im}=4 hota hai — sirf 44, 4i4i nahi. Imaginary part hamesha ek plain real number hota hai (bas bb, wahi coefficient). Yeh point bahut students galti karte hain exam mein.

ii ki powers ka ek pyara cycle hota hai: i,1,i,1i, -1, -i, 1 — phir wahi repeat. Toh i2023i^{2023} nikalne ke liye bas 2023÷42023 \div 4 ka remainder dekho (=3=3), aur answer i3=ii^3=-i. Bada power ho toh ghabrao mat, sirf remainder chahiye.

Geometry mein sochho toh har complex number ek point hai ek flat sheet (Argand plane) pe: right-left jao aa ke liye, upar-neeche jao bb ke liye. Isse aage modulus, conjugate, rotation sab samajh mein aata hai. Yeh chapter ki foundation hai, isliye aa, bb, aur i2=1i^2=-1 ko pakka rat lo!

Go deeper — visual, from zero

Test yourself — Complex Numbers

Connections