3.5.1Complex Numbers

Imaginary unit i = √(−1), i² = −1, powers of i cycle

1,749 words8 min readdifficulty · medium

WHY does ii exist?


HOW do the powers of ii behave? (Derive from scratch)

We use only i2=1i^2 = -1 and ordinary multiplication rules. Nothing is memorised yet.

i0=1(any nonzero base to the 0)i^0 = 1 \quad \text{(any nonzero base to the 0)} i1=ii^1 = i i2=1(the definition)i^2 = -1 \quad \text{(the definition)}

Why this step? From here we just keep multiplying by ii and replacing i2i^2 with 1-1.

i3=i2i=(1)i=ii^3 = i^2 \cdot i = (-1)\cdot i = -i

Why this step? Split off one factor of i2i^2 so we can substitute 1-1.

i4=i2i2=(1)(1)=1i^4 = i^2 \cdot i^2 = (-1)(-1) = 1

Why this step? We're back to 11 — this is the key: multiplying by ii four times returns you to the start.

Because i4=1i^4 = 1, any higher power just repeats: i5=i4i=1i=i,i6=i4i2=1, i^5 = i^4 \cdot i = 1\cdot i = i,\qquad i^6 = i^4\cdot i^2 = -1,\ \dots

Figure — Imaginary unit i = √(−1), i² = −1, powers of i cycle

Negative powers


Worked Examples



Recall Feynman: explain to a 12-year-old

Imagine a clock with only 4 numbers: 11, ii, 1-1, i-i. Every time you multiply by ii, the hand jumps to the next spot, going around. After 4 jumps you're back where you started — just like after 12 hours a clock reads the same time. So to find ii to any power, you don't do all the jumps: you just count how many are left over after taking away full loops of 4. That leftover (0, 1, 2, or 3) tells you exactly which of the four spots you land on. And why does i2=1i^2=-1? Because we decided to build a number that does that — the whole point was to answer "what times itself gives a negative?"


Flashcards

What is the defining property of ii?
i2=1i^2=-1 (so i=1i=\sqrt{-1}).
Why can't ii be a real number?
Every real squared is 0\ge 0, but i2=1<0i^2=-1<0.
State the four values of i4k,i4k+1,i4k+2,i4k+3i^{4k},i^{4k+1},i^{4k+2},i^{4k+3}.
1, i, 1, i1,\ i,\ -1,\ -i.
How do you compute ini^n quickly?
Find r=nmod4r=n\bmod 4; answer is iri^r from {1,i,1,i}\{1,i,-1,-i\}.
Compute i27i^{27}.
27mod4=3i27\bmod4=3\Rightarrow -i.
Compute i100i^{100}.
100mod4=01100\bmod4=0\Rightarrow 1.
What is 1/i1/i?
i-i (multiply top & bottom by ii: i/i2=i/(1)i/i^2=i/(-1)).
Sum of any 4 consecutive powers of ii?
00, since {1,i,1,i}\{1,i,-1,-i\} sum to 00.
Why does 49=6\sqrt{-4}\sqrt{-9}=-6, not 66?
The rule ab=ab\sqrt a\sqrt b=\sqrt{ab} fails for two negatives; convert first: (2i)(3i)=6i2=6(2i)(3i)=6i^2=-6.
Geometric meaning of multiplying by ii?
A 9090^\circ anticlockwise rotation in the complex plane.

Connections

  • Complex Numbers — the parent framework a+bia+bi.
  • Argand Diagram — where the 4-cycle shows up as 9090^\circ rotations.
  • Modulus and Argument — multiplying by ii adds 9090^\circ to the argument.
  • Roots of Unity{1,i,1,i}\{1,i,-1,-i\} are exactly the four 4th roots of unity.
  • Euler's Formulai=eiπ/2i = e^{i\pi/2}, so multiplying by ii = adding π/2\pi/2 to the angle.
  • Solving Quadratic Equations — where negative discriminants force us to use ii.

Concept Map

motivates inventing

defined by

builds

multiply and substitute

i cubed

i to 4th returns to 1

formula

only remainder matters

geometric meaning

four turns = 360 degrees

reciprocal

x squared = -1 has no real solution

Imaginary unit i

i = sqrt(-1), i squared = -1

Complex number a + bi

Powers of i

-i

4-cycle period 4

i^n = i^(n mod 4)

r in 0,1,2,3

Multiply by i rotates 90 degrees

i^(-1) = -i

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, simple si baat hai: koi bhi real number ko square karo to answer hamesha 0\ge 0 hota hai, isliye x2=1x^2=-1 ka koi real solution nahi milta. To mathematicians ne ek naya number "invent" kar diya — usko naam diya ii, aur uska bas ek hi kaam hai: i2=1i^2 = -1. Yahi ek rule yaad rakho, baaki sab isi se nikalta hai. ii ko ek variable ki tarah treat karo jisme jab bhi i2i^2 dikhe, use 1-1 se replace kar do.

Ab powers ka magic: i1=ii^1=i, i2=1i^2=-1, i3=i2i=ii^3=i^2\cdot i=-i, aur i4=i2i2=(1)(1)=1i^4=i^2\cdot i^2=(-1)(-1)=1. Dekha? i4i^4 pe wapas 11 aa gaya! Iska matlab har 4 steps ke baad cycle repeat hoti hai. To kisi bhi bade power ke liye, exponent ko 4 se divide karo aur sirf remainder dekho: remainder 0 → 11, 1 → ii, 2 → 1-1, 3 → i-i. Bas. i27i^{27}? 27÷427\div4 ka remainder 33, to answer i-i.

Geometry wala intuition bhi mast hai: ii se multiply karna matlab plane me 9090^\circ anticlockwise ghoomna. 11 (east) se ghoomo to ii (north), phir 1-1 (west), phir i-i (south), phir wapas 11. Chaar 9090^\circ = poora 360360^\circ circle — isiliye period 4 hai. Isse Argand diagram aur rotations wala chapter connect ho jata hai.

Ek common galti se bachna: 49\sqrt{-4}\cdot\sqrt{-9} me seedhe 36=6\sqrt{36}=6 mat karna — dono negative ho to wo rule fail hota hai. Pehle ii me convert karo: 2i×3i=6i2=62i \times 3i = 6i^2 = -6. Yeh chhoti si trick exam me marks bachati hai.

Go deeper — visual, from zero

Test yourself — Complex Numbers

Connections