Complex numbers are far more than an abstract extension of the real number system. They are the natural language for describing oscillations, rotations, and wave phenomena. Every alternating current in an electrical circuit, every quantum mechanical wavefunction, every signal transmitted through fiber optics relies on complex arithmetic. The fundamental theorem of algebra β that every polynomial of degree n has exactly n roots in the complex plane β guarantees that complex numbers are algebraically complete. Without them, Fourier analysis, control theory, fluid dynamics, and much of modern physics would be impossible. Complex numbers unify exponential and trigonometric functions through Euler's formula, transforming difficult calculus problems into elegant algebra. Mastering complex numbers is the essential first step toward contour integration, residue calculus, and the powerful applications that follow.
Core Definitions
DfComplex Number
A complex number is an ordered pair (a,b) of real numbers, written z=a+bi, where i is the imaginary unit satisfying i2=β1. The real part is Re(z)=a and the imaginary part is Im(z)=b. The set of all complex numbers is denoted C.
DfConjugate
The complex conjugate of z=a+bi is z=aβbi. The conjugate reflects z across the real axis in the complex plane.
DfModulus (Absolute Value)
The modulus of z=a+bi is β£zβ£=a2+b2β, representing the distance from the origin to z in the complex plane.
DfArgument
The argument of z=a+bi is the angle ΞΈ such that z=β£zβ£(cosΞΈ+isinΞΈ). The principal argument Arg(z)β(βΟ,Ο] is the unique value in this range. The general argument is arg(z)=Arg(z)+2kΟ for any integer k.
DfPolar Form
Any nonzero complex number can be written as z=r(cosΞΈ+isinΞΈ)=reiΞΈ, where r=β£zβ£ and ΞΈ=arg(z). This representation is called the polar form or exponential form.
DfRoots of Unity
The n-th roots of unity are the solutions to zn=1. They are given by zkβ=e2Οik/n for k=0,1,2,β¦,nβ1. These are equally spaced on the unit circle at angles 2Οk/n.
Proof Sketch: Start with the Taylor series for ex, cosx, and sinx. Substitute x=iΞΈ into the exponential series. Since i2=β1, i3=βi, i4=1, the series splits into real (cosine) and imaginary (sine) parts, yielding the result. β‘
Key Consequence:eiΟ+1=0 (Euler's identity), connecting the five most important constants in mathematics.
ThFundamental Theorem of Algebra
Every non-constant polynomial p(z)=anβzn+anβ1βznβ1+β―+a0β with complex coefficients has at least one root in C. Equivalently, p(z) factors completely as p(z)=anβ(zβz1β)(zβz2β)β―(zβznβ) where z1β,β¦,znβ are the roots (counted with multiplicity).
Implication:C is algebraically closed β no polynomial equation lacks solutions. This is the essential reason complex numbers are so powerful in analysis.
ThDe Moivre's Theorem
For any real number r>0, any angle ΞΈ, and any integer n:
(reiΞΈ)n=rneinΞΈ
Proof Sketch: Use induction on n. For n=1, trivial. Assume true for n. Then (reiΞΈ)n+1=(reiΞΈ)nβ reiΞΈ=rneinΞΈβ reiΞΈ=rn+1ei(n+1)ΞΈ. β‘
The n-th roots of unity {1,Ο,Ο2,β¦,Οnβ1} where Ο=e2Οi/n form a cyclic group under multiplication. They are vertices of a regular n-gon inscribed in the unit circle. Any polynomial znβ1 factors as znβ1=βk=0nβ1β(zβΟk).
Step 1: Apply the quadratic formula: z=2β2Β±4β20ββ=2β2Β±β16ββ=2β2Β±4iβ
Step 2:z1β=β1+2i and z2β=β1β2i
Verification:(z+1)2=z2+2z+1, so z2+2z+5=(z+1)2+4=0 implies (z+1)2=β4, so z+1=Β±2i, giving z=β1Β±2i. β
Geometric interpretation: These roots are reflections of each other across the real axis (they are complex conjugates). They lie at distance 1+4β=5β from the origin.
Common Mistakes
Mistake
Correction
Example
Forgetting that arg(z) is multi-valued
The principal argument Arg(z)β(βΟ,Ο], but arg(z)=Arg(z)+2kΟ
arg(β1)=Ο+2kΟ
Multiplying conjugates incorrectly
z1βz2ββ=z1βββ z2ββ, NOT z1ββ+z2ββ
(2+3i)(1+i)β=(2β3i)(1βi)
Confusing β£zβ£2 with z2
β£zβ£2=zz=a2+b2 (real), while z2=a2βb2+2abi (complex)
β£3+4iβ£2=25ξ =(3+4i)2=β7+24i
Wrong quadrant for argument
Use atan2(y,x), not just arctan(y/x)
arg(β1βi)=β3Ο/4, not Ο/4
Assuming eiΞΈ=cosΞΈ+sinΞΈ
It's eiΞΈ=cosΞΈ+isinΞΈ β don't forget the i
eiΟ/2=i, not 1
Applying De Moivre to negative r
De Moivre requires r>0; rewrite negative modulus first
(β2eiΞΈ)n=2nein(ΞΈ+Ο)
Forgetting that roots come in conjugate pairs
If z0β is a root of a real polynomial, so is z0ββ
If 2+i is a root, so is 2βi
Interview / Exam Questions
Q1: What is Euler's formula, and why is it significant?
A1: Euler's formula states eiΞΈ=cosΞΈ+isinΞΈ. Its significance is threefold: (1) it unifies exponential and trigonometric functions, (2) it provides a compact representation of rotations in the complex plane (eiΞΈ rotates a point by angle ΞΈ), and (3) it yields Euler's identity eiΟ+1=0, connecting five fundamental constants. It is the foundation of Fourier analysis, phasor representation in electrical engineering, and much of complex analysis.
Q2: Why can't β£zβ£2 equal z2 for a nonzero complex number?
A2:β£zβ£2=a2+b2 is always a non-negative real number, while z2=a2βb2+2abi is real only if ab=0. For z=1+i: β£zβ£2=2 but z2=2i. The modulus squared is a geometric quantity (distance squared from origin), while z2 is an algebraic operation (squaring the complex number).
Q3: What are the n-th roots of unity, and what geometric figure do they form?
A3: The n-th roots of unity are the solutions zn=1, given by zkβ=e2Οik/n for k=0,1,β¦,nβ1. They are equally spaced on the unit circle at angles 0,2Ο/n,4Ο/n,β¦,2Ο(nβ1)/n. Geometrically, they are the vertices of a regular n-gon inscribed in the unit circle. For n=3 they form an equilateral triangle; for n=4, a square; for n=6, a regular hexagon.
Q4: If z1βz2β=0, must z1β=0 or z2β=0? Prove or disprove.
A4: Yes. If z1βz2β=0, then β£z1βz2ββ£=β£z1ββ£β β£z2ββ£=0. Since β£z1ββ£ and β£z2ββ£ are non-negative reals, one of them must be zero. If β£z1ββ£=0 then z1β=0 (since β£zβ£=0 iff z=0). Similarly for z2β. This is the zero-product property, which holds in C just as in R.
Q5: How do you compute arg(z1β/z2β) and what subtleties arise?
A5:arg(z1β/z2β)=arg(z1β)βarg(z2β)(mod2Ο). The subtlety is that if you use principal arguments, the result may not be a principal argument. For example, Arg(β1)=Ο and Arg(i)=Ο/2, but Arg(β1/i)=Arg(i)=Ο/2ξ =ΟβΟ/2=Ο/2 (happens to work here). But Arg((β1)/(1+i)) needs adjustment. Always reduce modulo 2Ο to the interval (βΟ,Ο].
Q6: Prove that if β£zβ£=1, then z=1/z.
A6: If β£zβ£=1, then zz=β£zβ£2=1. Dividing both sides by z (which is nonzero since β£zβ£=1): z=1/z. Geometrically, this means the conjugate of a point on the unit circle is its reciprocal, which is also on the unit circle.
Quick Reference
Formula Summary
Formula
Expression
Notes
Modulus
β₯zβ₯=a2+b2β
Distance from origin
Conjugate
a+biβ=aβbi
Reflection across real axis
Polar Form
z=reiΞΈ
r=β₯zβ₯, ΞΈ=arg(z)
Euler's Formula
eiΞΈ=cosΞΈ+isinΞΈ
Fundamental identity
De Moivre
(reiΞΈ)n=rneinΞΈ
Powers in polar form
N-th Root
z1/n=r1/nei(ΞΈ+2kΟ)/n
n distinct roots
Product
z1βz2β=r1βr2βei(ΞΈ1β+ΞΈ2β)
Multiply moduli, add arguments
Quotient
z1β/z2β=(r1β/r2β)ei(ΞΈ1ββΞΈ2β)
Divide moduli, subtract arguments
Triangle Inequality
β₯z1β+z2ββ₯β€β₯z1ββ₯+β₯z2ββ₯
Equality iff z1β,z2β are collinear
Modulus Squared
zz=β₯zβ₯2
Always real, non-negative
Cosine Formula
cosΞΈ=(eiΞΈ+eβiΞΈ)/2
From Euler's formula
Sine Formula
sinΞΈ=(eiΞΈβeβiΞΈ)/(2i)
From Euler's formula
Cross-References
092 - Complex Functions β Analyticity, Cauchy-Riemann equations, and conformal mappings build on the algebraic foundations of complex numbers.
093 - Contour Integration β Contour integrals use polar form and De Moivre's theorem to parameterize paths in the complex plane.
094 - Residue Theory β Finding poles and computing residues requires fluency with complex arithmetic and roots of unity.
095 - Applications β Signal processing (Fourier transforms) and control theory (Z-transforms) use complex numbers as their fundamental language.
Linear Algebra (Topic 14) β Eigenvalues of real matrices may be complex; the characteristic polynomial roots live in C.
Differential Equations β Complex exponentials e(a+bi)t arise in solutions to linear ODEs with complex characteristic roots.
β
Premium Content
Complex Numbers
Unlock this lesson and 900+ advanced tutorials with a Premium plan.