← Math|91 of 100
Complex Analysis

Complex Numbers

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)(a, b) of real numbers, written z=a+biz = a + bi, where ii is the imaginary unit satisfying i2=−1i^2 = -1. The real part is Re⁡(z)=a\operatorname{Re}(z) = a and the imaginary part is Im⁡(z)=b\operatorname{Im}(z) = b. The set of all complex numbers is denoted C\mathbb{C}.

DfConjugate

The complex conjugate of z=a+biz = a + bi is z‾=a−bi\overline{z} = a - bi. The conjugate reflects zz across the real axis in the complex plane.

DfModulus (Absolute Value)

The modulus of z=a+biz = a + bi is âˆŖzâˆŖ=a2+b2|z| = \sqrt{a^2 + b^2}, representing the distance from the origin to zz in the complex plane.

DfArgument

The argument of z=a+biz = a + bi is the angle θ\theta such that z=âˆŖzâˆŖ(cos⁥θ+isin⁥θ)z = |z|(\cos\theta + i\sin\theta). The principal argument Arg⁥(z)∈(âˆ’Ī€,Ī€]\operatorname{Arg}(z) \in (-\pi, \pi] is the unique value in this range. The general argument is arg⁥(z)=Arg⁥(z)+2kĪ€\arg(z) = \operatorname{Arg}(z) + 2k\pi for any integer kk.

DfPolar Form

Any nonzero complex number can be written as z=r(cos⁥θ+isin⁥θ)=reiθz = r(\cos\theta + i\sin\theta) = re^{i\theta}, where r=âˆŖzâˆŖr = |z| and θ=arg⁥(z)\theta = \arg(z). This representation is called the polar form or exponential form.

DfRoots of Unity

The nn-th roots of unity are the solutions to zn=1z^n = 1. They are given by zk=e2Ī€ik/nz_k = e^{2\pi ik/n} for k=0,1,2,â€Ļ,n−1k = 0, 1, 2, \ldots, n-1. These are equally spaced on the unit circle at angles 2Ī€k/n2\pi k/n.


Key Formulas

Complex Number Arithmetic

z1+z2=(a+c)+(b+d)i,z1⋅z2=(ac−bd)+(ad+bc)iz_1 + z_2 = (a+c) + (b+d)i, \quad z_1 \cdot z_2 = (ac - bd) + (ad + bc)i

Here,

  • z1=a+biz_1 = a + bi=First complex number
  • z2=c+diz_2 = c + di=Second complex number

Modulus

âˆŖzâˆŖ=a2+b2,âˆŖzâˆŖ2=z⋅z‾|z| = \sqrt{a^2 + b^2}, \quad |z|^2 = z \cdot \overline{z}

Here,

  • z=a+biz = a + bi=Complex number
  • âˆŖzâˆŖ|z|=Distance from origin

Division of Complex Numbers

z1z2=(a+bi)(c−di)c2+d2=ac+bdc2+d2+bc−adc2+d2i\frac{z_1}{z_2} = \frac{(a+bi)(c-di)}{c^2 + d^2} = \frac{ac+bd}{c^2+d^2} + \frac{bc-ad}{c^2+d^2}i

Here,

  • z1=a+biz_1 = a+bi=Numerator
  • z2=c+diz_2 = c+di=Denominator (nonzero)

Polar Form

z=reiθ,r=âˆŖzâˆŖ,θ=arg⁥(z)z = re^{i\theta}, \quad r = |z|, \quad \theta = \arg(z)

Here,

  • rr=Modulus (magnitude) of z
  • θ\theta=Argument (angle) of z in radians

Euler's Formula

eiθ=cos⁥θ+isin⁥θe^{i\theta} = \cos\theta + i\sin\theta

Here,

  • θ\theta=Angle in radians
  • eiθe^{i\theta}=Point on unit circle at angle \theta

De Moivre's Theorem

(reiθ)n=rneinθ=rn(cos⁥nθ+isin⁥nθ)(re^{i\theta})^n = r^n e^{in\theta} = r^n(\cos n\theta + i\sin n\theta)

Here,

  • rr=Modulus of original complex number
  • θ\theta=Argument of original complex number
  • nn=Integer exponent

N-th Roots

z1/n=r1/nei(θ+2kĪ€)/n,k=0,1,â€Ļ,n−1z^{1/n} = r^{1/n} e^{i(\theta + 2k\pi)/n}, \quad k = 0, 1, \ldots, n-1

Here,

  • r1/nr^{1/n}=Real n-th root of the modulus
  • θ+2kĪ€\theta + 2k\pi=Argument offset by full rotations

Trigonometric Identities via Euler

cos⁡θ=eiθ+e−iθ2,sin⁡θ=eiθ−e−iθ2i\cos\theta = \frac{e^{i\theta} + e^{-i\theta}}{2}, \quad \sin\theta = \frac{e^{i\theta} - e^{-i\theta}}{2i}

Here,

  • eiθe^{i\theta}=Exponential form of rotation
  • e−iθe^{-i\theta}=Conjugate rotation

Polar Multiplication

z1z2=r1r2ei(θ1+θ2)z_1 z_2 = r_1 r_2 e^{i(\theta_1 + \theta_2)}

Here,

  • r1,r2r_1, r_2=Moduli of the two numbers
  • θ1,θ2\theta_1, \theta_2=Arguments of the two numbers

Important Theorems

ThEuler's Formula

For any real number θ\theta, eiθ=cos⁥θ+isin⁥θe^{i\theta} = \cos\theta + i\sin\theta.

Proof Sketch: Start with the Taylor series for exe^x, cos⁡x\cos x, and sin⁡x\sin x. Substitute x=iθx = i\theta into the exponential series. Since i2=−1i^2 = -1, i3=−ii^3 = -i, i4=1i^4 = 1, the series splits into real (cosine) and imaginary (sine) parts, yielding the result. □\square

Key Consequence: ei΀+1=0e^{i\pi} + 1 = 0 (Euler's identity), connecting the five most important constants in mathematics.

ThFundamental Theorem of Algebra

Every non-constant polynomial p(z)=anzn+an−1zn−1+⋯+a0p(z) = a_n z^n + a_{n-1} z^{n-1} + \cdots + a_0 with complex coefficients has at least one root in C\mathbb{C}. Equivalently, p(z)p(z) factors completely as p(z)=an(z−z1)(z−z2)⋯(z−zn)p(z) = a_n(z - z_1)(z - z_2) \cdots (z - z_n) where z1,â€Ļ,znz_1, \ldots, z_n are the roots (counted with multiplicity).

Implication: C\mathbb{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>0r > 0, any angle θ\theta, and any integer nn:

(reiθ)n=rneinθ(re^{i\theta})^n = r^n e^{in\theta}

Proof Sketch: Use induction on nn. For n=1n = 1, trivial. Assume true for nn. Then (reiθ)n+1=(reiθ)n⋅reiθ=rneinθ⋅reiθ=rn+1ei(n+1)θ(re^{i\theta})^{n+1} = (re^{i\theta})^n \cdot re^{i\theta} = r^n e^{in\theta} \cdot re^{i\theta} = r^{n+1} e^{i(n+1)\theta}. □\square

ThProperties of Modulus and Argument

For z1,z2∈Cz_1, z_2 \in \mathbb{C}:

  1. âˆŖz1z2âˆŖ=âˆŖz1âˆŖâ‹…âˆŖz2âˆŖ|z_1 z_2| = |z_1| \cdot |z_2|
  2. âˆŖz1+z2âˆŖâ‰¤âˆŖz1âˆŖ+âˆŖz2âˆŖ|z_1 + z_2| \leq |z_1| + |z_2| (Triangle Inequality)
  3. arg⁥(z1z2)=arg⁥(z1)+arg⁥(z2)(mod2Ī€)\arg(z_1 z_2) = \arg(z_1) + \arg(z_2) \pmod{2\pi}
  4. arg⁥(z1/z2)=arg⁥(z1)−arg⁥(z2)(mod2Ī€)\arg(z_1 / z_2) = \arg(z_1) - \arg(z_2) \pmod{2\pi}
  5. z⋅z‾=âˆŖzâˆŖ2z \cdot \overline{z} = |z|^2

ThRoots of Unity Form a Group

The nn-th roots of unity {1,Ή,Ή2,â€Ļ,Ήn−1}\{1, \omega, \omega^2, \ldots, \omega^{n-1}\} where Ή=e2Ī€i/n\omega = e^{2\pi i/n} form a cyclic group under multiplication. They are vertices of a regular nn-gon inscribed in the unit circle. Any polynomial zn−1z^n - 1 factors as zn−1=∏k=0n−1(zâˆ’Ī‰k)z^n - 1 = \prod_{k=0}^{n-1}(z - \omega^k).


Worked Examples

📝Example 1: Basic Complex Arithmetic

Let z1=3+4iz_1 = 3 + 4i and z2=1−2iz_2 = 1 - 2i.

Addition: z1+z2=(3+1)+(4−2)i=4+2iz_1 + z_2 = (3+1) + (4-2)i = 4 + 2i

Multiplication: z1z2=(3)(1)−(4)(−2)+[(3)(−2)+(4)(1)]i=3+8+(−6+4)i=11−2iz_1 z_2 = (3)(1) - (4)(-2) + [(3)(-2) + (4)(1)]i = 3 + 8 + (-6 + 4)i = 11 - 2i

Division: z1z2=(3+4i)(1+2i)(1−2i)(1+2i)=3+6i+4i+8i21+4=3−8+10i5=−5+10i5=−1+2i\frac{z_1}{z_2} = \frac{(3+4i)(1+2i)}{(1-2i)(1+2i)} = \frac{3 + 6i + 4i + 8i^2}{1 + 4} = \frac{3 - 8 + 10i}{5} = \frac{-5 + 10i}{5} = -1 + 2i

Modulus: âˆŖz1âˆŖ=32+42=25=5|z_1| = \sqrt{3^2 + 4^2} = \sqrt{25} = 5

Conjugate: z2‾=1+2i\overline{z_2} = 1 + 2i

Verification: z2⋅z2‾=(1−2i)(1+2i)=1+4=5=âˆŖz2âˆŖ2z_2 \cdot \overline{z_2} = (1-2i)(1+2i) = 1 + 4 = 5 = |z_2|^2 ✓

📝Example 2: Converting to Polar Form

Convert z=−3+iz = -\sqrt{3} + i to polar form.

Step 1: r=âˆŖzâˆŖ=(3)2+12=3+1=2r = |z| = \sqrt{(\sqrt{3})^2 + 1^2} = \sqrt{3 + 1} = 2

Step 2: tan⁡θ=1−3=−13\tan\theta = \frac{1}{-\sqrt{3}} = -\frac{1}{\sqrt{3}}. Since zz is in the second quadrant (Re⁡(z)<0\operatorname{Re}(z) < 0, Im⁡(z)>0\operatorname{Im}(z) > 0):

θ=Ī€âˆ’Ī€6=5Ī€6\theta = \pi - \frac{\pi}{6} = \frac{5\pi}{6}

Result: z=2ei⋅5Ī€/6=2(cos⁥5Ī€6+isin⁥5Ī€6)z = 2e^{i \cdot 5\pi/6} = 2\left(\cos\frac{5\pi}{6} + i\sin\frac{5\pi}{6}\right)

Verification: 2cos⁥(5Ī€/6)=2⋅(−3/2)=−32\cos(5\pi/6) = 2 \cdot (-\sqrt{3}/2) = -\sqrt{3} ✓ and 2sin⁥(5Ī€/6)=2⋅(1/2)=12\sin(5\pi/6) = 2 \cdot (1/2) = 1 ✓

📝Example 3: Computing Powers with De Moivre's Theorem

Compute (1+i)8(1 + i)^8.

Step 1: Convert to polar form. r=12+12=2r = \sqrt{1^2 + 1^2} = \sqrt{2}, θ=Ī€/4\theta = \pi/4 (first quadrant, tan⁥θ=1\tan\theta = 1).

So 1+i=2⋅eiĪ€/41 + i = \sqrt{2} \cdot e^{i\pi/4}.

Step 2: Apply De Moivre's Theorem:

(1+i)8=(2)8⋅ei⋅8Ī€/4=24⋅ei⋅2Ī€=16⋅ei⋅2Ī€=16(cos⁥2Ī€+isin⁥2Ī€)=16(1+i)^8 = (\sqrt{2})^8 \cdot e^{i \cdot 8\pi/4} = 2^4 \cdot e^{i \cdot 2\pi} = 16 \cdot e^{i \cdot 2\pi} = 16(\cos 2\pi + i\sin 2\pi) = 16

Alternative (brute force): (1+i)2=2i(1+i)^2 = 2i, (2i)2=−4(2i)^2 = -4, (−4)2=16(-4)^2 = 16. Same result. ✓

📝Example 4: Finding N-th Roots of a Complex Number

Find all cube roots of z=8iz = 8i.

Step 1: Write zz in polar form. z=8i=8ei΀/2z = 8i = 8e^{i\pi/2} (modulus 8, argument ΀/2\pi/2).

Step 2: Apply the nn-th root formula with n=3n = 3: z1/3=81/3⋅ei(Ī€/2+2kĪ€)/3=2⋅ei(Ī€/6+2kĪ€/3)z^{1/3} = 8^{1/3} \cdot e^{i(\pi/2 + 2k\pi)/3} = 2 \cdot e^{i(\pi/6 + 2k\pi/3)} for k=0,1,2k = 0, 1, 2.

Step 3: Compute each root:

  • k=0k = 0: w0=2eiĪ€/6=2(32+i2)=3+iw_0 = 2e^{i\pi/6} = 2\left(\frac{\sqrt{3}}{2} + \frac{i}{2}\right) = \sqrt{3} + i
  • k=1k = 1: w1=2ei(Ī€/6+2Ī€/3)=2ei5Ī€/6=2(−32+i2)=−3+iw_1 = 2e^{i(\pi/6 + 2\pi/3)} = 2e^{i5\pi/6} = 2\left(-\frac{\sqrt{3}}{2} + \frac{i}{2}\right) = -\sqrt{3} + i
  • k=2k = 2: w2=2ei(Ī€/6+4Ī€/3)=2ei3Ī€/2=2(0−i)=−2iw_2 = 2e^{i(\pi/6 + 4\pi/3)} = 2e^{i3\pi/2} = 2(0 - i) = -2i

Check: w03=(3+i)3=8iw_0^3 = (\sqrt{3}+i)^3 = 8i ✓, w13=(−3+i)3=8iw_1^3 = (-\sqrt{3}+i)^3 = 8i ✓, w23=(−2i)3=8iw_2^3 = (-2i)^3 = 8i ✓

These three roots form an equilateral triangle inscribed in a circle of radius 2.

📝Example 5: Euler's Formula and Trigonometric Identities

Prove that cos⁡(3θ)=4cos⁡3θ−3cos⁡θ\cos(3\theta) = 4\cos^3\theta - 3\cos\theta.

Step 1: By De Moivre's Theorem, (cos⁥θ+isin⁥θ)3=cos⁥3θ+isin⁥3θ(\cos\theta + i\sin\theta)^3 = \cos 3\theta + i\sin 3\theta.

Step 2: Expand the left side using the binomial theorem:

(cos⁡θ+isin⁡θ)3=cos⁡3θ+3icos⁡2θsin⁡θ+3i2cos⁡θsin⁡2θ+i3sin⁡3θ(\cos\theta + i\sin\theta)^3 = \cos^3\theta + 3i\cos^2\theta\sin\theta + 3i^2\cos\theta\sin^2\theta + i^3\sin^3\theta=cos⁡3θ+3icos⁡2θsin⁡θ−3cos⁡θsin⁡2θ−isin⁡3θ= \cos^3\theta + 3i\cos^2\theta\sin\theta - 3\cos\theta\sin^2\theta - i\sin^3\theta=(cos⁡3θ−3cos⁡θsin⁡2θ)+i(3cos⁡2θsin⁡θ−sin⁡3θ)= (\cos^3\theta - 3\cos\theta\sin^2\theta) + i(3\cos^2\theta\sin\theta - \sin^3\theta)

Step 3: Equate real parts: cos⁡3θ=cos⁡3θ−3cos⁡θsin⁡2θ=cos⁡3θ−3cos⁡θ(1−cos⁡2θ)=4cos⁡3θ−3cos⁡θ\cos 3\theta = \cos^3\theta - 3\cos\theta\sin^2\theta = \cos^3\theta - 3\cos\theta(1 - \cos^2\theta) = 4\cos^3\theta - 3\cos\theta ✓

📝Example 6: Roots of Unity and Polynomial Factorization

Factor z4−1z^4 - 1 over C\mathbb{C}.

Step 1: The 4th roots of unity are zk=e2Ī€ik/4z_k = e^{2\pi ik/4} for k=0,1,2,3k = 0, 1, 2, 3:

  • z0=1z_0 = 1
  • z1=eiĪ€/2=iz_1 = e^{i\pi/2} = i
  • z2=eiĪ€=−1z_2 = e^{i\pi} = -1
  • z3=ei3Ī€/2=−iz_3 = e^{i3\pi/2} = -i

Step 2: Factor:

z4−1=(z−1)(z−i)(z+1)(z+i)z^4 - 1 = (z - 1)(z - i)(z + 1)(z + i)

Step 3: Group into real quadratics: (z−1)(z+1)=z2−1(z-1)(z+1) = z^2 - 1 and (z−i)(z+i)=z2+1(z-i)(z+i) = z^2 + 1

So z4−1=(z2−1)(z2+1)=(z−1)(z+1)(z2+1)z^4 - 1 = (z^2 - 1)(z^2 + 1) = (z-1)(z+1)(z^2+1).

This demonstrates how complex roots enable complete factorization of polynomials.


Practice Problems

📝Problem 1: Complex Division

Compute (2+3i)(1−i)3+4i\frac{(2 + 3i)(1 - i)}{3 + 4i}.

💡Solution

Step 1: Numerator: (2+3i)(1−i)=2−2i+3i−3i2=2+i+3=5+i(2+3i)(1-i) = 2 - 2i + 3i - 3i^2 = 2 + i + 3 = 5 + i

Step 2: Divide by 3+4i3 + 4i by multiplying by conjugate:

5+i3+4i=(5+i)(3−4i)(3+4i)(3−4i)=15−20i+3i−4i29+16=15+4−17i25=19−17i25\frac{5+i}{3+4i} = \frac{(5+i)(3-4i)}{(3+4i)(3-4i)} = \frac{15 - 20i + 3i - 4i^2}{9 + 16} = \frac{15 + 4 - 17i}{25} = \frac{19 - 17i}{25}

Result: 1925−1725i\frac{19}{25} - \frac{17}{25}i

📝Problem 2: Polar Form Conversion

Express z=−1−i3z = -1 - i\sqrt{3} in polar form and find z6z^6.

💡Solution

Step 1: r=1+3=2r = \sqrt{1 + 3} = 2

Step 2: tan⁥θ=−3−1=3\tan\theta = \frac{-\sqrt{3}}{-1} = \sqrt{3}. Third quadrant: θ=Ī€+Ī€3=4Ī€3\theta = \pi + \frac{\pi}{3} = \frac{4\pi}{3}

Polar form: z=2ei4Ī€/3z = 2e^{i4\pi/3}

Step 3: z6=26⋅ei⋅6⋅4Ī€/3=64⋅ei⋅8Ī€=64⋅ei⋅0=64z^6 = 2^6 \cdot e^{i \cdot 6 \cdot 4\pi/3} = 64 \cdot e^{i \cdot 8\pi} = 64 \cdot e^{i \cdot 0} = 64

(Since 8Ī€8\pi is a multiple of 2Ī€2\pi, the exponential equals 1.)

📝Problem 3: Finding All Fifth Roots of Unity

Find all 5th roots of unity and express them in both exponential and rectangular form.

💡Solution

The 5th roots of unity are zk=e2Ī€ik/5z_k = e^{2\pi ik/5} for k=0,1,2,3,4k = 0, 1, 2, 3, 4.

Let Ή=e2Ī€i/5=cos⁥(2Ī€/5)+isin⁥(2Ī€/5)\omega = e^{2\pi i/5} = \cos(2\pi/5) + i\sin(2\pi/5). Using the exact values cos⁥(2Ī€/5)=5−14\cos(2\pi/5) = \frac{\sqrt{5}-1}{4} and sin⁥(2Ī€/5)=10+254\sin(2\pi/5) = \frac{\sqrt{10+2\sqrt{5}}}{4}:

  • z0=1z_0 = 1
  • z1=Ή=5−14+10+254iz_1 = \omega = \frac{\sqrt{5}-1}{4} + \frac{\sqrt{10+2\sqrt{5}}}{4}i
  • z2=Ή2=e4Ī€i/5=−5−14+10−254iz_2 = \omega^2 = e^{4\pi i/5} = \frac{-\sqrt{5}-1}{4} + \frac{\sqrt{10-2\sqrt{5}}}{4}i
  • z3=Ή3=e6Ī€i/5=−5−14−10−254iz_3 = \omega^3 = e^{6\pi i/5} = \frac{-\sqrt{5}-1}{4} - \frac{\sqrt{10-2\sqrt{5}}}{4}i
  • z4=Ή4=e8Ī€i/5=5−14−10+254iz_4 = \omega^4 = e^{8\pi i/5} = \frac{\sqrt{5}-1}{4} - \frac{\sqrt{10+2\sqrt{5}}}{4}i

Properties: These form a regular pentagon on the unit circle. They satisfy z5=1z^5 = 1 and 1+Ή+Ή2+Ή3+Ή4=01 + \omega + \omega^2 + \omega^3 + \omega^4 = 0.

📝Problem 4: Modulus Inequalities

Prove that âˆŖz1+z2âˆŖâ‰¤âˆŖz1âˆŖ+âˆŖz2âˆŖ|z_1 + z_2| \leq |z_1| + |z_2| for all z1,z2∈Cz_1, z_2 \in \mathbb{C}.

💡Solution

Step 1: Compute âˆŖz1+z2âˆŖ2=(z1+z2)(z1+z2)‾=(z1+z2)(z1‾+z2‾)|z_1 + z_2|^2 = (z_1 + z_2)\overline{(z_1 + z_2)} = (z_1 + z_2)(\overline{z_1} + \overline{z_2})

=z1z1‾+z1z2‾+z2z1‾+z2z2‾=âˆŖz1âˆŖ2+z1z2‾+z1z2‾‾+âˆŖz2âˆŖ2= z_1\overline{z_1} + z_1\overline{z_2} + z_2\overline{z_1} + z_2\overline{z_2} = |z_1|^2 + z_1\overline{z_2} + \overline{z_1\overline{z_2}} + |z_2|^2

Step 2: Note z1z2‾+z1z2‾‾=2Re⁡(z1z2‾)z_1\overline{z_2} + \overline{z_1\overline{z_2}} = 2\operatorname{Re}(z_1\overline{z_2}).

So âˆŖz1+z2âˆŖ2=âˆŖz1âˆŖ2+2Re⁥(z1z2‾)+âˆŖz2âˆŖ2|z_1 + z_2|^2 = |z_1|^2 + 2\operatorname{Re}(z_1\overline{z_2}) + |z_2|^2.

Step 3: Since Re⁥(w)â‰¤âˆŖwâˆŖ\operatorname{Re}(w) \leq |w| for any ww, we have 2Re⁥(z1z2‾)≤2âˆŖz1âˆŖâˆŖz2â€žâˆŖ=2âˆŖz1âˆŖâˆŖz2âˆŖ2\operatorname{Re}(z_1\overline{z_2}) \leq 2|z_1||\overline{z_2}| = 2|z_1||z_2|.

Step 4: Therefore âˆŖz1+z2âˆŖ2â‰¤âˆŖz1âˆŖ2+2âˆŖz1âˆŖâˆŖz2âˆŖ+âˆŖz2âˆŖ2=(âˆŖz1âˆŖ+âˆŖz2âˆŖ)2|z_1 + z_2|^2 \leq |z_1|^2 + 2|z_1||z_2| + |z_2|^2 = (|z_1| + |z_2|)^2.

Taking square roots: âˆŖz1+z2âˆŖâ‰¤âˆŖz1âˆŖ+âˆŖz2âˆŖ|z_1 + z_2| \leq |z_1| + |z_2|. □\square

📝Problem 5: Complex Equation Solving

Solve z2+2z+5=0z^2 + 2z + 5 = 0 for z∈Cz \in \mathbb{C}.

💡Solution

Step 1: Apply the quadratic formula: z=−2±4−202=−2±−162=−2±4i2z = \frac{-2 \pm \sqrt{4 - 20}}{2} = \frac{-2 \pm \sqrt{-16}}{2} = \frac{-2 \pm 4i}{2}

Step 2: z1=−1+2iz_1 = -1 + 2i and z2=−1−2iz_2 = -1 - 2i

Verification: (z+1)2=z2+2z+1(z+1)^2 = z^2 + 2z + 1, so z2+2z+5=(z+1)2+4=0z^2 + 2z + 5 = (z+1)^2 + 4 = 0 implies (z+1)2=−4(z+1)^2 = -4, so z+1=±2iz+1 = \pm 2i, giving z=−1±2iz = -1 \pm 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\sqrt{1+4} = \sqrt{5} from the origin.


Common Mistakes

MistakeCorrectionExample
Forgetting that arg⁥(z)\arg(z) is multi-valuedThe principal argument Arg⁥(z)∈(âˆ’Ī€,Ī€]\operatorname{Arg}(z) \in (-\pi, \pi], but arg⁥(z)=Arg⁥(z)+2kĪ€\arg(z) = \operatorname{Arg}(z) + 2k\piarg⁥(−1)=Ī€+2kĪ€\arg(-1) = \pi + 2k\pi
Multiplying conjugates incorrectlyz1z2‾=z1‾⋅z2‾\overline{z_1 z_2} = \overline{z_1} \cdot \overline{z_2}, NOT z1‾+z2‾\overline{z_1} + \overline{z_2}(2+3i)(1+i)‾=(2−3i)(1−i)\overline{(2+3i)(1+i)} = (2-3i)(1-i)
Confusing âˆŖzâˆŖ2|z|^2 with z2z^2âˆŖzâˆŖ2=zz‾=a2+b2|z|^2 = z\overline{z} = a^2+b^2 (real), while z2=a2−b2+2abiz^2 = a^2 - b^2 + 2abi (complex)âˆŖ3+4iâˆŖ2=25≠(3+4i)2=−7+24i|3+4i|^2 = 25 \neq (3+4i)^2 = -7+24i
Wrong quadrant for argumentUse atan2⁥(y,x)\operatorname{atan2}(y, x), not just arctan⁥(y/x)\arctan(y/x)arg⁥(−1−i)=−3Ī€/4\arg(-1-i) = -3\pi/4, not Ī€/4\pi/4
Assuming eiθ=cos⁥θ+sin⁥θe^{i\theta} = \cos\theta + \sin\thetaIt's eiθ=cos⁥θ+isin⁥θe^{i\theta} = \cos\theta + i\sin\theta — don't forget the iieiĪ€/2=ie^{i\pi/2} = i, not 11
Applying De Moivre to negative rrDe Moivre requires r>0r > 0; rewrite negative modulus first(−2eiθ)n=2nein(θ+Ī€)(-2e^{i\theta})^n = 2^n e^{in(\theta + \pi)}
Forgetting that roots come in conjugate pairsIf z0z_0 is a root of a real polynomial, so is z0‾\overline{z_0}If 2+i2+i is a root, so is 2−i2-i

Interview / Exam Questions

Q1: What is Euler's formula, and why is it significant?

A1: Euler's formula states eiθ=cos⁥θ+isin⁥θe^{i\theta} = \cos\theta + i\sin\theta. Its significance is threefold: (1) it unifies exponential and trigonometric functions, (2) it provides a compact representation of rotations in the complex plane (eiθe^{i\theta} rotates a point by angle θ\theta), and (3) it yields Euler's identity eiĪ€+1=0e^{i\pi} + 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|z|^2 equal z2z^2 for a nonzero complex number?

A2: âˆŖzâˆŖ2=a2+b2|z|^2 = a^2 + b^2 is always a non-negative real number, while z2=a2−b2+2abiz^2 = a^2 - b^2 + 2abi is real only if ab=0ab = 0. For z=1+iz = 1+i: âˆŖzâˆŖ2=2|z|^2 = 2 but z2=2iz^2 = 2i. The modulus squared is a geometric quantity (distance squared from origin), while z2z^2 is an algebraic operation (squaring the complex number).


Q3: What are the nn-th roots of unity, and what geometric figure do they form?

A3: The nn-th roots of unity are the solutions zn=1z^n = 1, given by zk=e2Ī€ik/nz_k = e^{2\pi ik/n} for k=0,1,â€Ļ,n−1k = 0, 1, \ldots, n-1. They are equally spaced on the unit circle at angles 0,2Ī€/n,4Ī€/n,â€Ļ,2Ī€(n−1)/n0, 2\pi/n, 4\pi/n, \ldots, 2\pi(n-1)/n. Geometrically, they are the vertices of a regular nn-gon inscribed in the unit circle. For n=3n = 3 they form an equilateral triangle; for n=4n = 4, a square; for n=6n = 6, a regular hexagon.


Q4: If z1z2=0z_1 z_2 = 0, must z1=0z_1 = 0 or z2=0z_2 = 0? Prove or disprove.

A4: Yes. If z1z2=0z_1 z_2 = 0, then âˆŖz1z2âˆŖ=âˆŖz1âˆŖâ‹…âˆŖz2âˆŖ=0|z_1 z_2| = |z_1| \cdot |z_2| = 0. Since âˆŖz1âˆŖ|z_1| and âˆŖz2âˆŖ|z_2| are non-negative reals, one of them must be zero. If âˆŖz1âˆŖ=0|z_1| = 0 then z1=0z_1 = 0 (since âˆŖzâˆŖ=0|z| = 0 iff z=0z = 0). Similarly for z2z_2. This is the zero-product property, which holds in C\mathbb{C} just as in R\mathbb{R}.


Q5: How do you compute arg⁥(z1/z2)\arg(z_1 / z_2) and what subtleties arise?

A5: arg⁥(z1/z2)=arg⁥(z1)−arg⁥(z2)(mod2Ī€)\arg(z_1/z_2) = \arg(z_1) - \arg(z_2) \pmod{2\pi}. The subtlety is that if you use principal arguments, the result may not be a principal argument. For example, Arg⁥(−1)=Ī€\operatorname{Arg}(-1) = \pi and Arg⁥(i)=Ī€/2\operatorname{Arg}(i) = \pi/2, but Arg⁥(−1/i)=Arg⁥(i)=Ī€/2â‰ Ī€âˆ’Ī€/2=Ī€/2\operatorname{Arg}(-1/i) = \operatorname{Arg}(i) = \pi/2 \neq \pi - \pi/2 = \pi/2 (happens to work here). But Arg⁥((−1)/(1+i))\operatorname{Arg}((-1)/(1+i)) needs adjustment. Always reduce modulo 2Ī€2\pi to the interval (âˆ’Ī€,Ī€](-\pi, \pi].


Q6: Prove that if âˆŖzâˆŖ=1|z| = 1, then z‾=1/z\overline{z} = 1/z.

A6: If âˆŖzâˆŖ=1|z| = 1, then zz‾=âˆŖzâˆŖ2=1z\overline{z} = |z|^2 = 1. Dividing both sides by zz (which is nonzero since âˆŖzâˆŖ=1|z|=1): z‾=1/z\overline{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

FormulaExpressionNotes
ModulusâˆĨzâˆĨ=a2+b2\|z\| = \sqrt{a^2 + b^2}Distance from origin
Conjugatea+bi‾=a−bi\overline{a+bi} = a - biReflection across real axis
Polar Formz=reiθz = re^{i\theta}r=âˆĨzâˆĨr = \|z\|, θ=arg⁥(z)\theta = \arg(z)
Euler's Formulaeiθ=cos⁥θ+isin⁥θe^{i\theta} = \cos\theta + i\sin\thetaFundamental identity
De Moivre(reiθ)n=rneinθ(re^{i\theta})^n = r^n e^{in\theta}Powers in polar form
N-th Rootz1/n=r1/nei(θ+2kĪ€)/nz^{1/n} = r^{1/n}e^{i(\theta+2k\pi)/n}nn distinct roots
Productz1z2=r1r2ei(θ1+θ2)z_1z_2 = r_1r_2 e^{i(\theta_1+\theta_2)}Multiply moduli, add arguments
Quotientz1/z2=(r1/r2)ei(θ1−θ2)z_1/z_2 = (r_1/r_2)e^{i(\theta_1-\theta_2)}Divide moduli, subtract arguments
Triangle InequalityâˆĨz1+z2âˆĨ≤âˆĨz1âˆĨ+âˆĨz2âˆĨ\|z_1+z_2\| \leq \|z_1\| + \|z_2\|Equality iff z1,z2z_1, z_2 are collinear
Modulus Squaredzz‾=âˆĨzâˆĨ2z\overline{z} = \|z\|^2Always real, non-negative
Cosine Formulacos⁡θ=(eiθ+e−iθ)/2\cos\theta = (e^{i\theta} + e^{-i\theta})/2From Euler's formula
Sine Formulasin⁡θ=(eiθ−e−iθ)/(2i)\sin\theta = (e^{i\theta} - e^{-i\theta})/(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\mathbb{C}.
  • Differential Equations — Complex exponentials e(a+bi)te^{(a+bi)t} arise in solutions to linear ODEs with complex characteristic roots.
Lesson Progress91 / 100