ConceptComplete

Complex Numbers

The complex numbers C\mathbb{C} extend the real numbers R\mathbb{R} by adjoining a square root of āˆ’1-1. This algebraic completion enables powerful geometric and analytic techniques unavailable in real analysis.


Definition and Basic Properties

Definition1.1Complex number

A complex number is an expression of the form z=x+iyz = x + iy where x,y∈Rx, y \in \mathbb{R} and ii satisfies i2=āˆ’1i^2 = -1. The set of all complex numbers is

C={x+iy∣x,y∈R}.\mathbb{C} = \{x + iy \mid x, y \in \mathbb{R}\}.

The real part of zz is Re(z)=x\text{Re}(z) = x and the imaginary part is Im(z)=y\text{Im}(z) = y.

RemarkAlgebraic structure

C\mathbb{C} forms a field under the operations (x+iy)+(u+iv)=(x+u)+i(y+v)(x + iy) + (u + iv) = (x+u) + i(y+v) and (x+iy)(u+iv)=(xuāˆ’yv)+i(xv+yu)(x+iy)(u+iv) = (xu - yv) + i(xv + yu). The multiplicative identity is 1=1+0i1 = 1 + 0i and the additive identity is 0=0+0i0 = 0 + 0i.

ExampleBasic arithmetic
  • (2+3i)+(1āˆ’4i)=3āˆ’i(2 + 3i) + (1 - 4i) = 3 - i
  • (1+i)(1āˆ’i)=1āˆ’i2=1āˆ’(āˆ’1)=2(1 + i)(1 - i) = 1 - i^2 = 1 - (-1) = 2
  • (2+i)(3+2i)=6+4i+3i+2i2=6+7iāˆ’2=4+7i(2 + i)(3 + 2i) = 6 + 4i + 3i + 2i^2 = 6 + 7i - 2 = 4 + 7i
  • i3=i2ā‹…i=āˆ’ii^3 = i^2 \cdot i = -i, i4=(i2)2=1i^4 = (i^2)^2 = 1

Geometric Representation

Definition1.2Complex plane

The complex plane (or Argand diagram) identifies C\mathbb{C} with R2\mathbb{R}^2 via z=x+iy↔(x,y)z = x + iy \leftrightarrow (x, y). The xx-axis is the real axis and the yy-axis is the imaginary axis.

RemarkPolar coordinates

Every nonzero z∈Cz \in \mathbb{C} can be written in polar form:

z=reiθ=r(cos⁔θ+isin⁔θ)z = r e^{i\theta} = r(\cos\theta + i\sin\theta)

where r=∣z∣=x2+y2r = |z| = \sqrt{x^2 + y^2} is the modulus (or absolute value) and Īø=arg⁔(z)\theta = \arg(z) is the argument (angle from the positive real axis). The argument is determined up to integer multiples of 2Ļ€2\pi.

ExamplePolar representation
  • z=1+iz = 1 + i has ∣z∣=2|z| = \sqrt{2} and arg⁔(z)=Ļ€/4\arg(z) = \pi/4, so z=2eiĻ€/4z = \sqrt{2} e^{i\pi/4}.
  • z=āˆ’1z = -1 has ∣z∣=1|z| = 1 and arg⁔(z)=Ļ€\arg(z) = \pi, so z=eiĻ€z = e^{i\pi}, confirming Euler's identity eiĻ€+1=0e^{i\pi} + 1 = 0.
  • z=iz = i has ∣z∣=1|z| = 1 and arg⁔(z)=Ļ€/2\arg(z) = \pi/2, so z=eiĻ€/2z = e^{i\pi/2}.

Conjugation and Modulus

Definition1.3Complex conjugate

The complex conjugate of z=x+iyz = x + iy is zˉ=xāˆ’iy\bar{z} = x - iy. Geometrically, zˉ\bar{z} is the reflection of zz across the real axis.

RemarkProperties of conjugation

For z,w∈Cz, w \in \mathbb{C}:

  1. z+w‾=zˉ+wˉ\overline{z + w} = \bar{z} + \bar{w}
  2. zw‾=zˉ wˉ\overline{zw} = \bar{z}\,\bar{w}
  3. (z/w)‾=zˉ/wˉ\overline{(z/w)} = \bar{z}/\bar{w} (for w≠0w \neq 0)
  4. z+zˉ=2Re(z)z + \bar{z} = 2\text{Re}(z) and zāˆ’zˉ=2iIm(z)z - \bar{z} = 2i\text{Im}(z)
  5. zzˉ=∣z∣2=x2+y2z\bar{z} = |z|^2 = x^2 + y^2
  6. zˉ‾=z\overline{\bar{z}} = z
ExampleReciprocal via conjugation

To compute 1/(3+4i)1/(3 + 4i), multiply numerator and denominator by the conjugate:

13+4i=13+4iā‹…3āˆ’4i3āˆ’4i=3āˆ’4i9+16=3āˆ’4i25=325āˆ’425i.\frac{1}{3 + 4i} = \frac{1}{3+4i} \cdot \frac{3-4i}{3-4i} = \frac{3 - 4i}{9 + 16} = \frac{3 - 4i}{25} = \frac{3}{25} - \frac{4}{25}i.


Triangle Inequality and Algebraic Identities

Theorem1.1Triangle inequality

For all z,w∈Cz, w \in \mathbb{C}:

∣z+wāˆ£ā‰¤āˆ£z∣+∣w∣.|z + w| \leq |z| + |w|.

Equality holds if and only if zz and ww have the same argument (i.e., w=tzw = tz for some t≄0t \geq 0).

RemarkReverse triangle inequality

From the triangle inequality, we also have

∣∣zāˆ£āˆ’āˆ£wāˆ£āˆ£ā‰¤āˆ£zāˆ’w∣.\big||z| - |w|\big| \leq |z - w|.

This is useful for proving continuity of the modulus function.

ExampleNumerical verification

Let z=3+4iz = 3 + 4i and w=1āˆ’2iw = 1 - 2i. Then ∣z∣=5|z| = 5, ∣w∣=5|w| = \sqrt{5}, and z+w=4+2iz + w = 4 + 2i so ∣z+w∣=20=25ā‰ˆ4.47|z+w| = \sqrt{20} = 2\sqrt{5} \approx 4.47. Indeed, 25<5+5ā‰ˆ7.242\sqrt{5} < 5 + \sqrt{5} \approx 7.24, confirming the triangle inequality.


Multiplication as Rotation and Scaling

RemarkGeometric interpretation of multiplication

If z=reiαz = r e^{i\alpha} and w=seiβw = s e^{i\beta}, then

zw=(rs)ei(α+β).zw = (rs) e^{i(\alpha + \beta)}.

Thus multiplication by ww corresponds to:

  • Scaling by ∣w∣|w|
  • Rotation by arg⁔(w)\arg(w)

This geometric interpretation is fundamental in complex analysis and explains many phenomena (e.g., the behavior of analytic functions as conformal maps).

ExampleMultiplication by i

Multiplication by i=eiĻ€/2i = e^{i\pi/2} rotates a complex number by 90∘90^\circ counterclockwise:

  • iā‹…1=ii \cdot 1 = i
  • iā‹…i=āˆ’1i \cdot i = -1
  • iā‹…(3+4i)=3i+4i2=āˆ’4+3ii \cdot (3 + 4i) = 3i + 4i^2 = -4 + 3i

Geometrically, (3,4)(3, 4) rotates to (āˆ’4,3)(-4, 3).


Roots of Unity and De Moivre's Formula

Theorem1.2De Moivre's formula

For any integer nn and real Īø\theta:

(cos⁔θ+isin⁔θ)n=cos⁔(nθ)+isin⁔(nθ).(\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta).

In exponential form: (eiĪø)n=einĪø(e^{i\theta})^n = e^{in\theta}.

Definition1.4Roots of unity

The nn-th roots of unity are the solutions to zn=1z^n = 1. They are

ωk=e2Ļ€ik/n,k=0,1,…,nāˆ’1.\omega_k = e^{2\pi i k/n}, \quad k = 0, 1, \ldots, n-1.

These points are equally spaced around the unit circle, forming the vertices of a regular nn-gon.

ExampleCube roots of unity

The solutions to z3=1z^3 = 1 are:

1,e2Ļ€i/3=āˆ’12+i32,e4Ļ€i/3=āˆ’12āˆ’i32.1, \quad e^{2\pi i/3} = -\frac{1}{2} + i\frac{\sqrt{3}}{2}, \quad e^{4\pi i/3} = -\frac{1}{2} - i\frac{\sqrt{3}}{2}.

These form an equilateral triangle centered at the origin.

ExampleGeneral nth roots

To solve zn=wz^n = w where w=reiĪøw = r e^{i\theta}, write

z=rn ei(Īø+2Ļ€k)/n,k=0,1,…,nāˆ’1.z = \sqrt[n]{r}\, e^{i(\theta + 2\pi k)/n}, \quad k = 0, 1, \ldots, n-1.

For instance, the square roots of i=eiπ/2i = e^{i\pi/2} are eiπ/4e^{i\pi/4} and ei5π/4e^{i5\pi/4}:

i=12(1+i)andāˆ’12(1+i).\sqrt{i} = \frac{1}{\sqrt{2}}(1 + i) \quad \text{and} \quad -\frac{1}{\sqrt{2}}(1 + i).


Summary

RemarkKey takeaways
  1. C\mathbb{C} is a field extending R\mathbb{R}.
  2. The geometric viewpoint (complex plane, polar form) is essential.
  3. Conjugation and modulus satisfy algebraic identities that mirror real analysis.
  4. Multiplication combines scaling and rotation, providing a rich geometric structure.
  5. Roots of unity and De Moivre's formula unlock polynomial equations and periodicity.

These foundational properties underpin all of complex analysis, from differentiability (analytic functions) to integration (Cauchy's theorem).