3.5.7Complex Numbers

Exponential form z = re^(iθ)

1,558 words7 min readdifficulty · medium

WHAT is it?

The heart of it is Euler's formula: eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta


HOW do we get eiθ=cosθ+isinθe^{i\theta}=\cos\theta+i\sin\theta? (Derivation from scratch)


WHY multiplication = adding angles

Figure — Exponential form z = re^(iθ)

Worked examples


Common mistakes (Steel-manned)


Active recall

Recall Test yourself (hide the answers)
  • What does rr represent? Answer: modulus z=x2+y2|z|=\sqrt{x^2+y^2}.
  • What does θ\theta represent? Answer: argument, the angle from +real axis.
  • Euler's formula? eiθ=cosθ+isinθe^{i\theta}=\cos\theta+i\sin\theta.
  • eiθ=|e^{i\theta}|=? 11.
  • Why do angles add on multiplication? Because eaeb=ea+be^a e^b=e^{a+b}.
Recall Feynman: explain to a 12-year-old

Imagine a clock hand of length rr starting on the "3 o'clock" mark. The number θ\theta says how far to spin the hand anticlockwise. The tip of the hand lands on your complex number. When you multiply two such numbers, you stretch the hands (multiply their lengths) and add their spins. That's it — a complex number is just "a stretched, rotated arrow," and multiplying arrows means stretch-and-turn.


Connections


What is the exponential form of a complex number?
z=reiθz=re^{i\theta} where r=zr=|z| and θ=argz\theta=\arg z.
State Euler's formula.
eiθ=cosθ+isinθe^{i\theta}=\cos\theta+i\sin\theta.
What is eiθ|e^{i\theta}| and why?
11, because cos2θ+sin2θ=1\sqrt{\cos^2\theta+\sin^2\theta}=1; it lies on the unit circle.
When multiplying r1eiθ1r2eiθ2r_1e^{i\theta_1}\cdot r_2e^{i\theta_2}, what happens?
Moduli multiply, arguments add: r1r2ei(θ1+θ2)r_1r_2e^{i(\theta_1+\theta_2)}.
Write znz^n in exponential form (De Moivre).
zn=rneinθz^n=r^n e^{in\theta}.
Convert 1+i1+i to exponential form.
2eiπ/4\sqrt2\,e^{i\pi/4}.
Convert 1+i3-1+i\sqrt3 to exponential form.
2ei2π/32\,e^{i2\pi/3} (second quadrant!).
Why can't you use arctan(y/x)\arctan(y/x) blindly for the argument?
It only outputs (π/2,π/2)(-\pi/2,\pi/2); you must fix the quadrant using signs of x,yx,y.
How is eiθ=cosθ+isinθe^{i\theta}=\cos\theta+i\sin\theta derived from series?
Put u=iθu=i\theta into eue^u's Taylor series; real terms form cosθ\cos\theta, imaginary terms form sinθ\sin\theta.
What is (1+i)8(1+i)^8 via exponential form?
(2)8ei2π=16(\sqrt2)^8 e^{i2\pi}=16.

Concept Map

size

direction

x=rcosθ y=rsinθ

x=rcosθ y=rsinθ

feed u=iθ

alternative proof

gives

exponents add

moduli multiply args add

repeated product

z = re^iθ

modulus r = |z|

argument θ = arg z

rectangular x+iy

Euler e^iθ = cosθ + i sinθ

Taylor series of e^u

f' = i·f shortcut

multiply z1 z2

divide z1/z2

De Moivre z^n

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, ek complex number ko samajhne ka sabse smart tareeka hai use ek arrow ki tarah sochna jo origin se nikalta hai. Us arrow ki do hi baatein important hain: uski length (jise hum rr ya modulus kehte hain) aur uska angle (jise θ\theta ya argument kehte hain). Bas inhi do cheezon ko ek saath likhne ka naam hai exponential form: z=reiθz = re^{i\theta}. Yahan rr batata hai number kitna "bada" hai, aur θ\theta batata hai wo kis "direction" mein point kar raha hai.

Iska dil hai Euler's formula: eiθ=cosθ+isinθe^{i\theta}=\cos\theta+i\sin\theta. Yeh koi jादू nahi — agar tum exe^x ki Taylor series mein iθi\theta daal do, to real terms milke cosθ\cos\theta ban jaate hain aur imaginary terms milke sinθ\sin\theta. Isiliye eiθ|e^{i\theta}| hamesha 11 hota hai — yeh sirf unit circle par ghoomta hai, badhta nahi. Yeh galat mat samajhna ki ee bada number hai to yeh bhi bada hoga; imaginary power sirf rotation deta hai.

Sabse mazedaar baat: jab do complex numbers ko multiply karte ho, to unke rr multiply hote hain aur θ\theta add ho jaate hain, kyunki eaeb=ea+be^a e^b = e^{a+b}. Matlab multiply karna = stretch + rotate. Isi wajah se (1+i)8(1+i)^8 jaise sawaal seconds mein ho jaate hain: 2eiπ/4\sqrt2\,e^{i\pi/4} ko 8th power do, aur 1616 mil jaata hai — koi lamba binomial expansion nahi.

Ek dhyan dene wali cheez: argument nikalte waqt sirf arctan(y/x)\arctan(y/x) par bharosa mat karo. Point ka quadrant zaroor dekho (signs of x,yx,y), warna angle galat aa jaayega — jaise 1+i3-1+i\sqrt3 ka answer 2π/32\pi/3 hai, na ki π/3-\pi/3. Point ko plot karo, phir angle fix karo. Yeh chhoti si aadat exam mein bade marks bachaati hai.

Go deeper — visual, from zero

Test yourself — Complex Numbers

Connections