Master complex numbers, algebra, polar form, Euler's formula, roots of unity, and their applications.
đ Foundationsđ Lesson 91 of 100đ Free Course
Advertisement
Why It Matters
âšī¸ Why It Matters
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.