00.05.03 · precalc / exp-log

Complex numbers (introductory)

shipped3 tiersLean: none

Anchor (Master): Bombelli 1572 L'Algebra; Wessel 1797; Argand 1806; Hamilton 1837; Gauss 1831 Theoria residuorum biquadraticorum

Intuition [Beginner]

Some equations have no real solution. The equation asks for a number whose square is . No real number works, because every real square is zero or positive. The number line has no answer.

The solution is to invent a new number, called , with the property . This single addition, plus the rule that arithmetic works as usual, produces the complex numbers. Every complex number has the form where and are real. The letter is not a variable — it is a fixed symbol meaning "the number whose square is ."

Complex numbers live in a plane, not on a line. The real part gives the horizontal coordinate, and the imaginary part gives the vertical coordinate. The number sits three units right and two units up from the origin. This picture turns every algebraic operation into geometry: adding shifts the point, and multiplying rotates and stretches it.

Visual [Beginner]

The complex plane has a horizontal axis for the real part and a vertical axis for the imaginary part. Each complex number corresponds to exactly one point in this plane.

The complex plane with axes labelled Re and Im, showing the points 3+2i, -1+4i, 2-3i, and -2-i plotted, with the unit circle drawn and the point i marked at (0,1). An arrow from the origin to 3+2i is labelled with its modulus r and angle theta.

The horizontal axis holds the real numbers (where ). The vertical axis holds the purely imaginary numbers (where ). The distance from the origin to the point is , called the modulus, measured by the same distance formula used in coordinate geometry.

Worked example [Beginner]

Add and multiply and .

Addition. . Add real parts together, add imaginary parts together.

Multiplication. . Since , the last term becomes . So the result is .

What this tells us: complex arithmetic follows the same distributive rules as real arithmetic, with the single extra rule handling the new symbol.

Check your understanding [Beginner]

Formal definition [Intermediate+]

The complex numbers are the set of ordered pairs of real numbers, equipped with addition and multiplication:

The notation abbreviates , where denotes the pair . The multiplication rule is engineered so that .

Definition. For : the real part , the imaginary part , the modulus , and the complex conjugate .

The set with these operations is a field. Additive identity is ; multiplicative identity is . The multiplicative inverse of is:

The key identities are: , , and .

Counterexamples to common slips

  • is not "imaginary" in the colloquial sense. It is a well-defined algebraic object: the ordered pair satisfying .
  • The imaginary part of is , not . The imaginary part is a real number.
  • Complex numbers are not ordered. There is no relation on compatible with the field operations, because contradicts the requirement that squares be non-negative.

Key theorem with proof [Intermediate+]

Theorem (fundamental theorem of algebra, statement). Every non-constant polynomial with complex coefficients has at least one root in . Equivalently, every polynomial of degree with complex coefficients factors as for some .

The proof (due to Gauss, who gave four different proofs between 1799 and 1849) uses topological properties of that are beyond this unit's scope. The algebraic content is that is algebraically closed: the process of solving polynomial equations terminates inside .

Theorem (de Moivre's formula). If , then for any integer :

Proof. For : . For the inductive step, assume . Then:

Multiplying out:

by the angle-addition formulas. The case follows from .

Bridge. The foundational reason complex numbers are indispensable in mathematics is that they close the algebraic gap left by the reals: where has no solution in , the number provides one, and the fundamental theorem of algebra guarantees that no further extension is needed for polynomial equations. This is exactly the content that identifies with the algebraic closure of . The central insight is that the two-dimensional geometry of the complex plane — modulus, argument, rotation — is the same structure as the algebra of , and de Moivre's formula puts these together by showing that raising to the -th power is rotation by and scaling by . The bridge is between algebra and geometry: multiplication of complex numbers is geometrically a rotation and scaling, and this pattern builds toward 00.05.01 where the exponential function is reinterpreted as (the Euler identity), and appears again in 00.03.02 where the quadratic formula produces complex roots when the discriminant is negative.

Exercises [Intermediate+]

Advanced results [Master]

Theorem 1 (Euler identity). For any real :

This is proved by substituting into the power series and separating real and imaginary parts: . The special case gives , the celebrated equation linking , , , , and .

Theorem 2 (polar form). Every nonzero complex number has a unique representation with and . Equivalently, .

The angle is the argument . Multiplication in polar form is : moduli multiply, arguments add. This is the geometric content of complex multiplication — rotation by the sum of angles and scaling by the product of lengths.

Theorem 3 (roots of unity). The -th roots of unity are for . They form a regular -gon inscribed in the unit circle.

The -th roots of any nonzero complex number are for , evenly spaced on a circle of radius .

Theorem 4 (conjugate root theorem). If has real coefficients and , then . Non-real roots of real polynomials occur in conjugate pairs.

The proof uses because the coefficients are real, so conjugation passes through.

Theorem 5 (geometric interpretation of inversion). The map on is the composition of reflection in the unit circle () and complex conjugation (). Geometrically, inversion takes a point at distance from the origin to a point at distance along the same ray, then reflects across the real axis.

Theorem 6 (the complex numbers as a real algebra). The field is a two-dimensional vector space over with basis . Multiplication by a fixed complex number is a linear map represented by the matrix , which is a rotation through angle and scaling by .

Synthesis. The foundational reason complex numbers unify algebra and geometry is that the algebraic structure of as a field coincides with the geometric structure of the plane as a space of rotations and scalings. The central insight is that multiplication by is the linear map , and this is exactly the rotation-by--and-scale-by- transformation where and are the modulus and argument. Putting these together with the Euler identity, the bridge is between the exponential function and the rotation group: parametrises the unit circle, de Moivre's formula generalises to -th powers as -fold rotations, and the -th roots of unity generalise into the cyclic group of order . This pattern identifies with the algebraic closure of and identifies the unit circle with the group of rotations in the plane. The complex plane appears again in 00.05.01 through the exponential function, in 00.03.02 through the quadratic formula's discriminant, and throughout the complex-analysis strand beginning with 06.01.01.

Full proof set [Master]

Proposition 1 ( is a field). With the addition and multiplication , the set satisfies all field axioms.

Proof. Addition is commutative and associative because it is component-wise real addition. The additive identity is and additive inverses are . Multiplication is commutative because . Associativity: . Direct computation of yields , which agrees. The multiplicative identity is . For , the inverse is because . Distributivity is verified by expanding both sides and comparing.

Proposition 2 (conjugate root theorem). If with for all , and if for some , then .

Proof. For real and complex : because . By induction: . So . Since , , giving .

Proposition 3 (Euler identity from power series). The power series converges for all and satisfies .

Proof. For the series is . Separating real and imaginary parts: and . Both series converge absolutely for all , so the rearrangement is valid.

Connections [Master]

  • Quadratic equations and the discriminant 00.03.02. When the discriminant of a quadratic equation is negative, the quadratic formula involves the square root of a negative number. Complex numbers make sense of this: , and the two roots and are complex conjugates (by Proposition 2). The quadratic formula's failure over the reals is the historical motivation for complex numbers.

  • Real numbers and the completeness of 00.01.01. The complex numbers are built from ordered pairs of real numbers, inheriting the completeness of through the identification . The modulus uses the real square root whose existence depends on completeness, and the convergence of the power series depends on completeness of to guarantee absolute convergence.

  • Real exponents and the exponential function 00.05.01. The Euler identity extends the real exponential function to complex arguments. Where the real exponential maps along the positive real axis, the complex exponential maps , and its restriction to the imaginary axis traces out the unit circle. The exponential law holds for complex exactly as it does for real exponents.

Historical & philosophical context [Master]

Bombelli 1572 L'Algebra [Bombelli1572] was the first text to treat square roots of negative numbers as legitimate arithmetic objects. Bombelli encountered expressions like while applying Cardano's cubic formula to the equation , and showed that the imaginary parts cancel to produce the real root . Wessel 1797 Om directionens analytiske betegning (read before the Royal Danish Academy) introduced the geometric representation of complex numbers as points in the plane, defining addition and multiplication geometrically. Argand 1806 Essai sur une maniere de representer les quantites imaginaires dans les constructions geometriques independently rediscovered the same plane representation. Hamilton 1837 Theory of Conjugate Functions or Algebraic Couples (Trans. Royal Irish Academy 17) gave the formal definition of as ordered pairs with the multiplication rule , removing all mystery by grounding complex arithmetic in real-pair arithmetic with no reference to "imaginary" quantities. Gauss 1831 Theoria residuorum biquadraticorum, Commentatio secunda (Comment. Soc. Regiae Sci. Gottingensis 7) popularised the complex plane and coined the term "complex number," establishing the geometric viewpoint as standard.

Bibliography [Master]

@book{Bombelli1572,
  author = {Bombelli, Rafael},
  title = {L'Algebra},
  publisher = {Giovanni Rossi},
  address = {Bologna},
  year = {1572}
}

@article{Wessel1797,
  author = {Wessel, Caspar},
  title = {Om directionens analytiske betegning},
  journal = {Nye Samling af det Kongelige Danske Videnskabernes Selskabs Skrifter},
  volume = {5},
  pages = {469--518},
  year = {1797}
}

@article{Argand1806,
  author = {Argand, Jean-Robert},
  title = {Essai sur une mani{\`e}re de repr{\'e}senter les quantit{\'e}s imaginaires dans les constructions g{\'e}om{\'e}triques},
  publisher = {privately printed},
  address = {Paris},
  year = {1806}
}

@article{Hamilton1837,
  author = {Hamilton, William Rowan},
  title = {Theory of Conjugate Functions, or Algebraic Couples},
  journal = {Transactions of the Royal Irish Academy},
  volume = {17},
  pages = {293--422},
  year = {1837}
}

@book{Lang1988,
  author = {Lang, Serge},
  title = {Basic Mathematics},
  publisher = {Springer},
  year = {1988}
}