Skip to Content
All memories

Complex Numbers - Extending Reality, Simplifying Mathematics

 — #Mathematics#Algebra

The world of numbers is vast and continuously expanding to meet the needs of mathematical inquiry and scientific description. While real numbers serve us well for many everyday measurements and calculations, they fall short when we encounter problems like finding the square root of a negative number. This limitation led to the development of complex numbers, a profound extension that not only solves such algebraic quandaries but also provides a powerful framework for understanding various phenomena in geometry, physics, and engineering. This exploration delves into the structure, algebra, and geometric representation of complex numbers, revealing their elegance and utility.


Defining the "Imaginary": The Birth of Complex Numbers

The journey into complex numbers begins with the introduction of a new entity: the imaginary unit, denoted by ii.

  • The Imaginary Unit (ii): This is defined as the principal square root of -1: i=1ori2=1i = \sqrt{-1} \quad \text{or} \quad i^2 = -1 Powers of ii follow a cyclical pattern: i1=ii^1 = i i2=1i^2 = -1 i3=i2i=ii^3 = i^2 \cdot i = -i i4=(i2)2=(1)2=1i^4 = (i^2)^2 = (-1)^2 = 1 i5=i4i=ii^5 = i^4 \cdot i = i, and so on.

  • Complex Numbers as Ordered Pairs of Reals: Fundamentally, a complex number can be defined as an ordered pair of real numbers (a,b)(a, b). Addition and multiplication for these pairs are defined as: (a,b)+(c,d)=(a+c,b+d)(a, b) + (c, d) = (a+c, b+d) (a,b)(c,d)=(acbd,ad+bc)(a, b) \cdot (c, d) = (ac-bd, ad+bc) Under these definitions, pairs of the form (a,0)(a, 0) behave exactly like real numbers aa. The pair (0,1)(0, 1) corresponds to the imaginary unit ii.

  • Standard Form (a+iba+ib): Using the imaginary unit ii, a complex number zz is commonly written in the form: z=a+ibz = a + ib where aa and bb are real numbers.

    • a=Re(z)a = \text{Re}(z) is called the real part of zz.
    • b=Im(z)b = \text{Im}(z) is called the imaginary part of zz.

    If b=0b=0, zz is a real number. If a=0a=0 and b0b \neq 0, zz is a purely imaginary number.


Visualizing the Unseen: The Complex Plane (Argand Diagram)

Complex numbers cannot be represented on a simple number line like real numbers. Instead, they are visualized on a two-dimensional plane called the complex plane or Argand diagram, named after Jean-Robert Argand.

  • The horizontal axis is called the real axis (Re).
  • The vertical axis is called the imaginary axis (Im).
  • A complex number z=a+ibz = a+ib is represented as a point (a,b)(a,b) in this plane, or equivalently, as a vector from the origin (0,0)(0,0) to the point (a,b)(a,b).

This geometric representation is crucial for understanding many properties of complex numbers.


The Toolkit: Algebra of Complex Numbers – Basic Operations

Complex numbers follow specific rules for arithmetic operations:

  • Equality: Two complex numbers z1=a+ibz_1 = a+ib and z2=c+idz_2 = c+id are equal if and only if their real parts are equal and their imaginary parts are equal: z1=z2    a=c and b=dz_1 = z_2 \iff a=c \text{ and } b=d.

  • Addition: (a+ib)+(c+id)=(a+c)+i(b+d)(a+ib) + (c+id) = (a+c) + i(b+d). (Add real parts, add imaginary parts).

  • Subtraction: (a+ib)(c+id)=(ac)+i(bd)(a+ib) - (c+id) = (a-c) + i(b-d). (Subtract real parts, subtract imaginary parts).

  • Multiplication: (a+ib)(c+id)=ac+i(ad)+i(bc)+i2(bd)(a+ib)(c+id) = ac + i(ad) + i(bc) + i^2(bd) Since i2=1i^2 = -1: (a+ib)(c+id)=(acbd)+i(ad+bc)(a+ib)(c+id) = (ac-bd) + i(ad+bc)

  • Division: To divide a+ibc+id\dfrac{a+ib}{c+id} (where c+id0c+id \neq 0), we multiply the numerator and denominator by the conjugate of the denominator (cidc-id): a+ibc+id=(a+ib)(cid)(c+id)(cid)=(ac+bd)+i(bcad)c2(id)2=(ac+bd)+i(bcad)c2+d2\dfrac{a+ib}{c+id} = \dfrac{(a+ib)(c-id)}{(c+id)(c-id)} = \dfrac{(ac+bd) + i(bc-ad)}{c^2 - (id)^2} = \dfrac{(ac+bd) + i(bc-ad)}{c^2 + d^2} a+ibc+id=(ac+bdc2+d2)+i(bcadc2+d2)\dfrac{a+ib}{c+id} = \left(\dfrac{ac+bd}{c^2+d^2}\right) + i\left(\dfrac{bc-ad}{c^2+d^2}\right)


Size and Direction: Modulus and Argument – The Polar Perspective

In the Argand diagram, a complex number z=a+ibz=a+ib can be described not only by its Cartesian coordinates (a,b)(a,b) but also by its distance from the origin and the angle its vector makes with the positive real axis.

  • Modulus (z|z| or rr): The modulus of a complex number z=a+ibz=a+ib is its distance from the origin in the complex plane. It is a non-negative real number. z=r=a2+b2|z| = r = \sqrt{a^2+b^2} Properties of Modulus:

    • z0|z| \ge 0, and z=0    z=0|z|=0 \iff z=0.
    • z1z2=z1z2|z_1 z_2| = |z_1| |z_2|.
    • z1/z2=z1/z2|z_1 / z_2| = |z_1| / |z_2| (for z20z_2 \neq 0).
    • z1+z2z1+z2|z_1 + z_2| \le |z_1| + |z_2| (Triangle Inequality).
    • zn=zn|z^n| = |z|^n.
  • Argument (arg(z)\arg(z) or θ\theta): The argument (or amplitude) of a non-zero complex number z=a+ibz=a+ib is the angle θ\theta that the vector representing zz makes with the positive real axis, measured counterclockwise. It is typically found using tanθ=b/a\tan\theta = b/a, but careful consideration of the quadrant in which (a,b)(a,b) lies is needed to determine the correct angle. The argument is multi-valued; any integer multiple of 2π2\pi can be added to it. The principal argument, denoted Arg(z)\text{Arg}(z), is usually taken to be in the interval (π,π](-\pi, \pi] or [0,2π)[0, 2\pi). Properties of Argument:

    • arg(z1z2)=arg(z1)+arg(z2)(mod2π)\arg(z_1 z_2) = \arg(z_1) + \arg(z_2) \pmod{2\pi}.
    • arg(z1/z2)=arg(z1)arg(z2)(mod2π)\arg(z_1 / z_2) = \arg(z_1) - \arg(z_2) \pmod{2\pi}.
    • arg(zn)=narg(z)(mod2π)\arg(z^n) = n \arg(z) \pmod{2\pi}.

New Outfits: Polar & Euler Forms – Expressing Complexity Differently

Using the modulus rr and argument θ\theta, we can express complex numbers in alternative forms that are particularly useful for multiplication, division, powers, and roots.

  • Polar Form: From trigonometry in the Argand diagram, if z=a+ibz=a+ib, then a=rcosθa = r\cos\theta and b=rsinθb = r\sin\theta. Thus, the polar form of zz is: z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta)

  • Euler's Form (Exponential Form): Leonhard Euler provided a profound connection between exponential functions and trigonometric functions: Euler's Formula: eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta. Using this, the polar form can be written more compactly as: z=reiθz = re^{i\theta} This form is extremely powerful for operations:

    • Multiplication: If z1=r1eiθ1z_1 = r_1 e^{i\theta_1} and z2=r2eiθ2z_2 = r_2 e^{i\theta_2}, then z1z2=(r1eiθ1)(r2eiθ2)=r1r2ei(θ1+θ2)z_1 z_2 = (r_1 e^{i\theta_1})(r_2 e^{i\theta_2}) = r_1 r_2 e^{i(\theta_1+\theta_2)} (Multiply moduli, add arguments).
    • Division: z1z2=r1eiθ1r2eiθ2=r1r2ei(θ1θ2)\dfrac{z_1}{z_2} = \dfrac{r_1 e^{i\theta_1}}{r_2 e^{i\theta_2}} = \dfrac{r_1}{r_2} e^{i(\theta_1-\theta_2)} (Divide moduli, subtract arguments).

The Mirror Image: Conjugate of Complex Numbers – Properties and Uses

The complex conjugate of a complex number z=a+ibz=a+ib, denoted by zˉ\bar{z} (or zz^*), is obtained by changing the sign of its imaginary part: zˉ=aib\bar{z} = a - ib

  • Geometric Interpretation: In the Argand diagram, zˉ\bar{z} is the reflection of zz across the real axis.
  • Properties of Conjugates:
    • z+zˉ=(a+ib)+(aib)=2a=2Re(z)z + \bar{z} = (a+ib) + (a-ib) = 2a = 2\text{Re}(z).
    • zzˉ=(a+ib)(aib)=2ib=2iIm(z)z - \bar{z} = (a+ib) - (a-ib) = 2ib = 2i\text{Im}(z).
    • zzˉ=(a+ib)(aib)=a2(ib)2=a2i2b2=a2+b2=z2z\bar{z} = (a+ib)(a-ib) = a^2 - (ib)^2 = a^2 - i^2b^2 = a^2 + b^2 = |z|^2. This is very useful!
    • z1+z2=z1ˉ+z2ˉ\overline{z_1 + z_2} = \bar{z_1} + \bar{z_2}.
    • z1z2=z1ˉz2ˉ\overline{z_1 - z_2} = \bar{z_1} - \bar{z_2}.
    • z1z2=z1ˉz2ˉ\overline{z_1 z_2} = \bar{z_1} \bar{z_2}.
    • (z1z2)=z1ˉz2ˉ\overline{\left(\dfrac{z_1}{z_2}\right)} = \dfrac{\bar{z_1}}{\bar{z_2}} (for z20z_2 \neq 0).
    • zn=(zˉ)n\overline{z^n} = (\bar{z})^n.
    • If zz is real, then z=zˉz = \bar{z}.
  • Uses: Conjugates are essential for dividing complex numbers (as seen earlier), finding the modulus, and simplifying expressions.

Power Up!: De Moivre's Theorem – Powers and Roots Made Easy(er)

Abraham de Moivre provided a powerful theorem for finding powers and roots of complex numbers when expressed in polar (or Euler) form.

De Moivre's Theorem: For any integer nn and any real number θ\theta: (cosθ+isinθ)n=cos(nθ)+isin(nθ)(\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta) In Euler's form, this is simply (eiθ)n=einθ(e^{i\theta})^n = e^{in\theta}, which is a standard property of exponentials.

  • Powers of Complex Numbers: If z=r(cosθ+isinθ)=reiθz = r(\cos\theta + i\sin\theta) = re^{i\theta}, then raising zz to the power nn (where nn is an integer): zn=[r(cosθ+isinθ)]n=rn(cosθ+isinθ)nz^n = [r(\cos\theta + i\sin\theta)]^n = r^n (\cos\theta + i\sin\theta)^n By De Moivre's theorem: zn=rn(cos(nθ)+isin(nθ))=rneinθz^n = r^n (\cos(n\theta) + i\sin(n\theta)) = r^n e^{in\theta} (Raise the modulus to the power nn, multiply the argument by nn).

  • Roots of Complex Numbers: Finding the nthn^{th} roots of a complex number z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta). We are looking for complex numbers ww such that wn=zw^n = z. Let w=s(cosψ+isinψ)w = s(\cos\psi + i\sin\psi). Then wn=sn(cos(nψ)+isin(nψ))w^n = s^n(\cos(n\psi) + i\sin(n\psi)). So, sn=r    s=r1/ns^n = r \implies s = r^{1/n} (the real positive nthn^{th} root of rr). And nψ=θ+2kπn\psi = \theta + 2k\pi for any integer kk (because cos\cos and sin\sin are 2π2\pi-periodic). Thus, ψk=θ+2kπn\psi_k = \dfrac{\theta + 2k\pi}{n}. The nn distinct nthn^{th} roots of zz are given by: wk=r1/n[cos(θ+2kπn)+isin(θ+2kπn)]w_k = r^{1/n} \left[\cos\left(\dfrac{\theta + 2k\pi}{n}\right) + i\sin\left(\dfrac{\theta + 2k\pi}{n}\right)\right] for k=0,1,2,,n1k = 0, 1, 2, \ldots, n-1. These nn roots are equally spaced around a circle of radius r1/nr^{1/n} in the complex plane.


Roots of Unity: The Special Circle Dance

The nthn^{th} roots of unity are the complex numbers zz that satisfy the equation zn=1z^n = 1. Since 11 can be written in polar form as 1(cos(0)+isin(0))1(\cos(0) + i\sin(0)), its argument is θ=0\theta=0 (or 2mπ2m\pi). Using the formula for roots, the nthn^{th} roots of unity are: ωk=11/n[cos(0+2kπn)+isin(0+2kπn)]\omega_k = 1^{1/n} \left[\cos\left(\dfrac{0 + 2k\pi}{n}\right) + i\sin\left(\dfrac{0 + 2k\pi}{n}\right)\right] ωk=cos(2kπn)+isin(2kπn)=ei(2kπ/n)\omega_k = \cos\left(\dfrac{2k\pi}{n}\right) + i\sin\left(\dfrac{2k\pi}{n}\right) = e^{i(2k\pi/n)} for k=0,1,2,,n1k = 0, 1, 2, \ldots, n-1.

  • Geometrically, these nn roots are the vertices of a regular nn-sided polygon inscribed in the unit circle z=1|z|=1 in the complex plane, with one vertex at (1,0)(1,0).
  • The sum of the nthn^{th} roots of unity is 0 (for n>1n>1).
  • The product of the nthn^{th} roots of unity is (1)n1(-1)^{n-1}.

Cube Roots of Unity (n=3n=3): Solutions to z3=1z^3=1. The roots are for k=0,1,2k=0,1,2:

  • k=0:ω0=cos(0)+isin(0)=1k=0: \omega_0 = \cos(0) + i\sin(0) = 1.
  • k=1:ω1=cos(2π/3)+isin(2π/3)=12+i32k=1: \omega_1 = \cos(2\pi/3) + i\sin(2\pi/3) = -\dfrac{1}{2} + i\dfrac{\sqrt{3}}{2}. This is often denoted by ω\omega.
  • k=2:ω2=cos(4π/3)+isin(4π/3)=12i32k=2: \omega_2 = \cos(4\pi/3) + i\sin(4\pi/3) = -\dfrac{1}{2} - i\dfrac{\sqrt{3}}{2}. This is ω2\omega^2 (and also ωˉ\bar{\omega}).

Properties of Cube Roots of Unity:

  1. 1,ω,ω21, \omega, \omega^2 are the three cube roots.
  2. ω3=1\omega^3 = 1.
  3. 1+ω+ω2=01 + \omega + \omega^2 = 0.
  4. ω2=ωˉ\omega^2 = \bar{\omega}.

Geometry in the Complex Plane: Shapes and Transformations

The Argand diagram allows us to explore geometry using complex numbers.

  • Standard Loci (Paths of points zz satisfying certain conditions):

    • zz0=R|z - z_0| = R: Represents a circle with center z0z_0 and radius RR.
    • zz1=zz2|z - z_1| = |z - z_2|: Represents the perpendicular bisector of the line segment joining the points z1z_1 and z2z_2.
    • zz1+zz2=2a|z - z_1| + |z - z_2| = 2a (where 2a>z1z22a > |z_1 - z_2|): Represents an ellipse with foci at z1z_1 and z2z_2, and major axis length 2a2a.
    • zz1zz2=2a||z - z_1| - |z - z_2|| = 2a (where 2a<z1z22a < |z_1 - z_2|): Represents a hyperbola with foci at z1z_1 and z2z_2, and transverse axis length 2a2a.
    • arg(zz1zz2)=α\arg\left(\dfrac{z-z_1}{z-z_2}\right) = \alpha: Represents an arc of a circle passing through z1z_1 and z2z_2, where the angle subtended by the segment z1z2z_1z_2 at any point zz on the arc is α\alpha. If α=±π/2\alpha = \pm \pi/2, it's a circle with z1z2z_1z_2 as diameter.
  • Concept of Rotation: Multiplication of a complex number zz by eiϕe^{i\phi} (which is cosϕ+isinϕ\cos\phi + i\sin\phi) rotates the vector representing zz by an angle ϕ\phi counterclockwise about the origin without changing its modulus. If z1,z2,z3z_1, z_2, z_3 are three complex numbers, the complex number z3z1z2z1\dfrac{z_3-z_1}{z_2-z_1} represents a vector. Its argument, arg(z3z1z2z1)\arg\left(\dfrac{z_3-z_1}{z_2-z_1}\right), gives the angle z2z1z3\angle z_2 z_1 z_3 (the angle between vector z1z2z_1z_2 and vector z1z3z_1z_3).

  • Section Formula: The complex number zz representing a point that divides the line segment joining points z1z_1 and z2z_2 in the ratio m:nm:n is:

    • Internal division: z=mz2+nz1m+nz = \dfrac{mz_2 + nz_1}{m+n}
    • External division: z=mz2nz1mnz = \dfrac{mz_2 - nz_1}{m-n}

    The midpoint is (z1+z2)/2(z_1+z_2)/2.

  • Equation of Lines:

    • Parametric form (line passing through z1z_1 and z2z_2): z=z1+t(z2z1)z = z_1 + t(z_2-z_1), where tRt \in \mathbb{R}. Or z=(1t)z1+tz2z = (1-t)z_1 + tz_2.
    • Non-parametric (General form): A line can be represented by the equation azˉ+aˉz+b=0a\bar{z} + \bar{a}z + b = 0, where bb is a real constant and aa is a non-zero complex constant.
    • Condition for collinearity of z1,z2,z3z_1, z_2, z_3: The complex number z3z1z2z1\dfrac{z_3-z_1}{z_2-z_1} must be purely real (its imaginary part is zero). Equivalently, z1(z2ˉz3ˉ)+z2(z3ˉz1ˉ)+z3(z1ˉz2ˉ)=0z_1(\bar{z_2}-\bar{z_3}) + z_2(\bar{z_3}-\bar{z_1}) + z_3(\bar{z_1}-\bar{z_2}) = 0. Or using determinants.
  • Equation of Circles:

    • zz0=R|z-z_0|=R (Center z0z_0, radius RR).
    • Squaring: (zz0)(zz0)=R2    (zz0)(zˉz0ˉ)=R2(z-z_0)(\overline{z-z_0}) = R^2 \implies (z-z_0)(\bar{z}-\bar{z_0}) = R^2. zzˉzz0ˉzˉz0+z0z0ˉ=R2z\bar{z} - z\bar{z_0} - \bar{z}z_0 + z_0\bar{z_0} = R^2. This is of the form zzˉ+αzˉ+αˉz+k=0z\bar{z} + \alpha\bar{z} + \bar{\alpha}z + k = 0, where α=z0\alpha = -z_0 (a complex constant) and k=z02R2k = |z_0|^2 - R^2 (a real constant). The general form is zzˉ+azˉ+aˉz+b=0z\bar{z} + a\bar{z} + \bar{a}z + b = 0, where bb is real. The center is a-a and radius is a2b\sqrt{|a|^2-b} (provided a2b>0|a|^2-b > 0).
  • Equation of Conics (Locus Definitions):

    • Parabola: zS=zL|z-S| = |z-L|, where SS is the focus (a complex number) and LL represents the directrix (a line). The equation of a line can be written as Re(zeiα)=p\text{Re}(z \cdot e^{-i\alpha}) = p. More simply, if directrix is x=ax=-a and focus S=(a,0)S=(a,0), then za=Re(z)+a|z-a| = |\text{Re}(z)+a|.
    • Ellipse: zS1+zS2=2a|z-S_1| + |z-S_2| = 2a (where 2a>S1S22a > |S_1-S_2|), S1,S2S_1, S_2 are foci.
    • Hyperbola: zS1zS2=2a||z-S_1| - |z-S_2|| = 2a (where 2a<S1S22a < |S_1-S_2|), S1,S2S_1, S_2 are foci.

    These locus definitions directly translate into equations involving moduli of complex numbers.


Key Takeaways: The Power and Beauty of Complex Numbers

The introduction of complex numbers marked a significant expansion of our mathematical landscape, providing tools and insights that extend far beyond simply solving 1\sqrt{-1}.

  • Fundamental Structure: Complex numbers z=a+ibz=a+ib can be viewed as ordered pairs of reals, represented geometrically on the Argand diagram, and expressed in Cartesian, polar (r(cosθ+isinθ)r(\cos\theta+i\sin\theta)), or Euler (reiθre^{i\theta}) forms.
  • Rich Algebra: They possess a complete algebra (addition, subtraction, multiplication, division) with familiar properties, augmented by the concept of the complex conjugate (zˉ=aib\bar{z}=a-ib) which is crucial for operations like division and finding the modulus (z2=zzˉ|z|^2 = z\bar{z}).
  • Powers and Roots Simplified: De Moivre's Theorem ((cosθ+isinθ)n=cos(nθ)+isin(nθ)(\cos\theta+i\sin\theta)^n = \cos(n\theta)+i\sin(n\theta)) provides an elegant way to calculate powers and find the nn distinct nthn^{th} roots of any complex number, including the geometrically significant roots of unity.
  • Geometric Insight: The complex plane allows for powerful geometric interpretations. Modulus represents distance, argument represents angle. Operations like multiplication by eiϕe^{i\phi} correspond to rotation. Equations of lines, circles, and other conic sections can be concisely expressed using complex numbers.
  • Essential Tool: Complex numbers are indispensable in many fields of mathematics (like number theory, fractals), physics (quantum mechanics, electromagnetism, fluid dynamics), and engineering (signal processing, electrical engineering).

The development of complex numbers showcases mathematics' ability to create new structures that not only solve existing problems but also open up vast new avenues of exploration and application.