Intuition The core idea in one breath
We invented a new number i i i whose whole job is to satisfy i 2 = − 1 i^2 = -1 i 2 = − 1 . Real numbers can never do this (any real squared is ≥ 0 \ge 0 ≥ 0 ), so i i i lives "off the number line." Once we accept that one rule, ==every power of i i i cycles through just four values== forever.
Intuition Why we need a new number
The equation x 2 = − 1 x^2 = -1 x 2 = − 1 has no real solution , because squaring any real number gives something ≥ 0 \ge 0 ≥ 0 . Mathematicians had two choices: say "no solution, stop," or invent a symbol that solves it. Inventing new numbers to solve unsolvable equations is exactly how we got negatives (to solve x + 1 = 0 x+1=0 x + 1 = 0 ) and fractions (to solve 2 x = 1 2x=1 2 x = 1 ). So we define a new object.
Definition The imaginary unit
The imaginary unit i i i is defined by the single rule
i = − 1 , i 2 = − 1. i = \sqrt{-1}, \qquad i^2 = -1. i = − 1 , i 2 = − 1.
A complex number is anything of the form a + b i a + bi a + bi where a , b a,b a , b are real; a a a is the real part , b b b is the imaginary part .
Common mistake Steel-man: "
− 1 \sqrt{-1} − 1 just means... nothing, right?"
Why it feels right: in school x \sqrt{x} x was only defined for x ≥ 0 x\ge 0 x ≥ 0 , so a negative inside seems illegal.
The fix: we extend the meaning. i i i is not a "real length"; it's a new number defined purely by i 2 = − 1 i^2=-1 i 2 = − 1 . Everything else follows from that one equation — treat i i i like a variable that you're allowed to replace i 2 i^2 i 2 with − 1 -1 − 1 .
We use only i 2 = − 1 i^2 = -1 i 2 = − 1 and ordinary multiplication rules. Nothing is memorised yet.
i 0 = 1 (any nonzero base to the 0) i^0 = 1 \quad \text{(any nonzero base to the 0)} i 0 = 1 (any nonzero base to the 0)
i 1 = i i^1 = i i 1 = i
i 2 = − 1 (the definition) i^2 = -1 \quad \text{(the definition)} i 2 = − 1 (the definition)
Why this step? From here we just keep multiplying by i i i and replacing i 2 i^2 i 2 with − 1 -1 − 1 .
i 3 = i 2 ⋅ i = ( − 1 ) ⋅ i = − i i^3 = i^2 \cdot i = (-1)\cdot i = -i i 3 = i 2 ⋅ i = ( − 1 ) ⋅ i = − i
Why this step? Split off one factor of i 2 i^2 i 2 so we can substitute − 1 -1 − 1 .
i 4 = i 2 ⋅ i 2 = ( − 1 ) ( − 1 ) = 1 i^4 = i^2 \cdot i^2 = (-1)(-1) = 1 i 4 = i 2 ⋅ i 2 = ( − 1 ) ( − 1 ) = 1
Why this step? We're back to 1 1 1 — this is the key: multiplying by i i i four times returns you to the start.
Because i 4 = 1 i^4 = 1 i 4 = 1 , any higher power just repeats:
i 5 = i 4 ⋅ i = 1 ⋅ i = i , i 6 = i 4 ⋅ i 2 = − 1 , … i^5 = i^4 \cdot i = 1\cdot i = i,\qquad i^6 = i^4\cdot i^2 = -1,\ \dots i 5 = i 4 ⋅ i = 1 ⋅ i = i , i 6 = i 4 ⋅ i 2 = − 1 , …
Intuition Dual coding — see it as rotation
Multiplying by i i i rotates a point 90 ∘ 90^\circ 9 0 ∘ anticlockwise in the plane. Start at 1 1 1 (east). Turn 90 ∘ 90^\circ 9 0 ∘ → i i i (north). Again → − 1 -1 − 1 (west). Again → − i -i − i (south). Again → back to 1 1 1 . Four turns of 90 ∘ = 360 ∘ 90^\circ = 360^\circ 9 0 ∘ = 36 0 ∘ = full circle. That is why the period is 4.
Worked example Example 1 — Compute
i 27 i^{27} i 27
Step 1: Divide the exponent by 4: 27 = 4 × 6 + 3 27 = 4\times 6 + 3 27 = 4 × 6 + 3 , remainder r = 3 r=3 r = 3 .
Why? Only the remainder decides the answer (from i n = i n m o d 4 i^n=i^{n\bmod 4} i n = i n mod 4 ).
Step 2: i 27 = i 3 = − i . i^{27} = i^{3} = -i. i 27 = i 3 = − i .
Answer: i 27 = − i i^{27} = -i i 27 = − i .
Worked example Example 2 — Compute
i 100 i^{100} i 100
Step 1: 100 = 4 × 25 100 = 4\times 25 100 = 4 × 25 , remainder 0 0 0 .
Why? 100 100 100 is divisible by 4.
Step 2: i 100 = i 0 = 1. i^{100} = i^0 = 1. i 100 = i 0 = 1.
Answer: 1 1 1 .
Worked example Example 3 — Simplify
i 15 + i 16 + i 17 + i 18 i^{15} + i^{16} + i^{17} + i^{18} i 15 + i 16 + i 17 + i 18
Step 1: Reduce each: 15 → r = 3 ⇒ − i 15\to r{=}3\Rightarrow -i 15 → r = 3 ⇒ − i , 16 → r = 0 ⇒ 1 16\to r{=}0\Rightarrow 1 16 → r = 0 ⇒ 1 , 17 → r = 1 ⇒ i 17\to r{=}1\Rightarrow i 17 → r = 1 ⇒ i , 18 → r = 2 ⇒ − 1 18\to r{=}2\Rightarrow -1 18 → r = 2 ⇒ − 1 .
Why? Apply the remainder rule term by term.
Step 2: Add: ( − i ) + 1 + i + ( − 1 ) = 0. (-i) + 1 + i + (-1) = 0. ( − i ) + 1 + i + ( − 1 ) = 0.
Answer: 0 0 0 .
Insight: any four consecutive powers of i i i sum to 0 0 0 , because they are { 1 , i , − 1 , − i } \{1,i,-1,-i\} { 1 , i , − 1 , − i } in some order and 1 + i − 1 − i = 0 1+i-1-i=0 1 + i − 1 − i = 0 .
Worked example Example 4 — A trap with
− a − b \sqrt{-a}\,\sqrt{-b} − a − b
Compute − 4 ⋅ − 9 \sqrt{-4}\cdot\sqrt{-9} − 4 ⋅ − 9 .
Wrong route: ( − 4 ) ( − 9 ) = 36 = 6 \sqrt{(-4)(-9)}=\sqrt{36}=6 ( − 4 ) ( − 9 ) = 36 = 6 . ❌
Right route: − 4 = 2 i , − 9 = 3 i \sqrt{-4}=2i,\ \sqrt{-9}=3i − 4 = 2 i , − 9 = 3 i , so product = 6 i 2 = − 6 =6i^2=-6 = 6 i 2 = − 6 . ✓
Why the difference? See the mistake box below.
Common mistake Steel-man: "
a b = a b \sqrt{a}\sqrt{b}=\sqrt{ab} a b = ab always"
Why it feels right: it's a true rule — for non-negative reals.
The fix: the identity a b = a b \sqrt{a}\sqrt{b}=\sqrt{ab} a b = ab fails when both a , b < 0 a,b<0 a , b < 0 . Always convert to i i i first: write − x = i x \sqrt{-x} = i\sqrt{x} − x = i x (for x > 0 x>0 x > 0 ) before multiplying. Then − 4 − 9 = ( 2 i ) ( 3 i ) = − 6 \sqrt{-4}\sqrt{-9}=(2i)(3i)=-6 − 4 − 9 = ( 2 i ) ( 3 i ) = − 6 .
Common mistake Steel-man: "
i 3 = i ⋅ i ⋅ i = i i^3 = i \cdot i \cdot i = i i 3 = i ⋅ i ⋅ i = i "
Why it feels right: people multiply i ⋅ i ⋅ i i\cdot i\cdot i i ⋅ i ⋅ i and forget to collapse i ⋅ i = − 1 i\cdot i=-1 i ⋅ i = − 1 .
The fix: i ⋅ i = i 2 = − 1 i\cdot i = i^2 = -1 i ⋅ i = i 2 = − 1 , so i 3 = ( − 1 ) ⋅ i = − i i^3=(-1)\cdot i=-i i 3 = ( − 1 ) ⋅ i = − i , not i i i .
Mnemonic Remember the cycle
"1, i, minus-1, minus-i" — like the four compass turns of 90 ∘ 90^\circ 9 0 ∘ :
E → N → W → S (East=1 1 1 , North=i i i , West=− 1 -1 − 1 , South=− i -i − i ).
Or the phrase: "I N eed W hole S leep" for the order 1 , i , − 1 , − i 1,\,i,\,{-}1,\,{-}i 1 , i , − 1 , − i .
Recall Feynman: explain to a 12-year-old
Imagine a clock with only 4 numbers : 1 1 1 , i i i , − 1 -1 − 1 , − i -i − i . Every time you multiply by i i i , 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 i i i 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 i 2 = − 1 i^2=-1 i 2 = − 1 ? Because we decided to build a number that does that — the whole point was to answer "what times itself gives a negative?"
Recall Active recall — cover the answers
What single equation defines i i i ? ::: i 2 = − 1 i^2 = -1 i 2 = − 1 (equivalently i = − 1 i=\sqrt{-1} i = − 1 ).
Why is the period of the powers 4? ::: Because i 4 = 1 i^4=1 i 4 = 1 , so multiplying by i i i four times returns to the start; i n = i n m o d 4 i^n=i^{n\bmod 4} i n = i n mod 4 .
What is i 3 i^3 i 3 and why not i i i ? ::: − i -i − i ; because i 2 = − 1 i^2=-1 i 2 = − 1 so i 3 = ( − 1 ) i = − i i^3=(-1)i=-i i 3 = ( − 1 ) i = − i .
What is the defining property of i i i ? i 2 = − 1 i^2=-1 i 2 = − 1 (so
i = − 1 i=\sqrt{-1} i = − 1 ).
Why can't i i i be a real number? Every real squared is
≥ 0 \ge 0 ≥ 0 , but
i 2 = − 1 < 0 i^2=-1<0 i 2 = − 1 < 0 .
State the four values of i 4 k , i 4 k + 1 , i 4 k + 2 , i 4 k + 3 i^{4k},i^{4k+1},i^{4k+2},i^{4k+3} i 4 k , i 4 k + 1 , i 4 k + 2 , i 4 k + 3 . 1 , i , − 1 , − i 1,\ i,\ -1,\ -i 1 , i , − 1 , − i .
How do you compute i n i^n i n quickly? Find
r = n m o d 4 r=n\bmod 4 r = n mod 4 ; answer is
i r i^r i r from
{ 1 , i , − 1 , − i } \{1,i,-1,-i\} { 1 , i , − 1 , − i } .
Compute i 27 i^{27} i 27 . 27 m o d 4 = 3 ⇒ − i 27\bmod4=3\Rightarrow -i 27 mod 4 = 3 ⇒ − i .
Compute i 100 i^{100} i 100 . 100 m o d 4 = 0 ⇒ 1 100\bmod4=0\Rightarrow 1 100 mod 4 = 0 ⇒ 1 .
What is 1 / i 1/i 1/ i ? − i -i − i (multiply top & bottom by
i i i :
i / i 2 = i / ( − 1 ) i/i^2=i/(-1) i / i 2 = i / ( − 1 ) ).
Sum of any 4 consecutive powers of i i i ? 0 0 0 , since
{ 1 , i , − 1 , − i } \{1,i,-1,-i\} { 1 , i , − 1 , − i } sum to
0 0 0 .
Why does − 4 − 9 = − 6 \sqrt{-4}\sqrt{-9}=-6 − 4 − 9 = − 6 , not 6 6 6 ? The rule
a b = a b \sqrt a\sqrt b=\sqrt{ab} a b = ab fails for two negatives; convert first:
( 2 i ) ( 3 i ) = 6 i 2 = − 6 (2i)(3i)=6i^2=-6 ( 2 i ) ( 3 i ) = 6 i 2 = − 6 .
Geometric meaning of multiplying by i i i ? A
90 ∘ 90^\circ 9 0 ∘ anticlockwise rotation in the complex plane.
Complex Numbers — the parent framework a + b i a+bi a + bi .
Argand Diagram — where the 4-cycle shows up as 90 ∘ 90^\circ 9 0 ∘ rotations.
Modulus and Argument — multiplying by i i i adds 90 ∘ 90^\circ 9 0 ∘ to the argument.
Roots of Unity — { 1 , i , − 1 , − i } \{1,i,-1,-i\} { 1 , i , − 1 , − i } are exactly the four 4th roots of unity.
Euler's Formula — i = e i π / 2 i = e^{i\pi/2} i = e iπ /2 , so multiplying by i i i = adding π / 2 \pi/2 π /2 to the angle.
Solving Quadratic Equations — where negative discriminants force us to use i i i .
x squared = -1 has no real solution
i = sqrt(-1), i squared = -1
Multiply by i rotates 90 degrees
Intuition Hinglish mein samjho
Dekho, simple si baat hai: koi bhi real number ko square karo to answer hamesha ≥ 0 \ge 0 ≥ 0 hota hai, isliye x 2 = − 1 x^2=-1 x 2 = − 1 ka koi real solution nahi milta. To mathematicians ne ek naya number "invent" kar diya — usko naam diya i i i , aur uska bas ek hi kaam hai: i 2 = − 1 i^2 = -1 i 2 = − 1 . Yahi ek rule yaad rakho, baaki sab isi se nikalta hai. i i i ko ek variable ki tarah treat karo jisme jab bhi i 2 i^2 i 2 dikhe, use − 1 -1 − 1 se replace kar do.
Ab powers ka magic: i 1 = i i^1=i i 1 = i , i 2 = − 1 i^2=-1 i 2 = − 1 , i 3 = i 2 ⋅ i = − i i^3=i^2\cdot i=-i i 3 = i 2 ⋅ i = − i , aur i 4 = i 2 ⋅ i 2 = ( − 1 ) ( − 1 ) = 1 i^4=i^2\cdot i^2=(-1)(-1)=1 i 4 = i 2 ⋅ i 2 = ( − 1 ) ( − 1 ) = 1 . Dekha? i 4 i^4 i 4 pe wapas 1 1 1 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 → 1 1 1 , 1 → i i i , 2 → − 1 -1 − 1 , 3 → − i -i − i . Bas. i 27 i^{27} i 27 ? 27 ÷ 4 27\div4 27 ÷ 4 ka remainder 3 3 3 , to answer − i -i − i .
Geometry wala intuition bhi mast hai: i i i se multiply karna matlab plane me 90 ∘ 90^\circ 9 0 ∘ anticlockwise ghoomna. 1 1 1 (east) se ghoomo to i i i (north), phir − 1 -1 − 1 (west), phir − i -i − i (south), phir wapas 1 1 1 . Chaar 90 ∘ 90^\circ 9 0 ∘ = poora 360 ∘ 360^\circ 36 0 ∘ circle — isiliye period 4 hai. Isse Argand diagram aur rotations wala chapter connect ho jata hai.
Ek common galti se bachna: − 4 ⋅ − 9 \sqrt{-4}\cdot\sqrt{-9} − 4 ⋅ − 9 me seedhe 36 = 6 \sqrt{36}=6 36 = 6 mat karna — dono negative ho to wo rule fail hota hai. Pehle i i i me convert karo: 2 i × 3 i = 6 i 2 = − 6 2i \times 3i = 6i^2 = -6 2 i × 3 i = 6 i 2 = − 6 . Yeh chhoti si trick exam me marks bachati hai.