The complex plane plots complex numbers as points in : real part on the horizontal axis, imaginary part on the vertical. The geometric view connects complex algebra to plane geometry. Addition becomes vector addition, multiplication becomes rotation and scaling.
Complex numbers
A complex number has the form
where is the real part, is the imaginary part, and .
The set of complex numbers is denoted . The real numbers form the subset where .
The complex plane is identified with via the bijection .
Addition and subtraction
Component-wise:
Geometrically, this is parallelogram-rule vector addition.
Multiplication
Use and distribute:
Geometrically, multiplication scales by the product of magnitudes and rotates by the sum of arguments (see Polar representation of complex numbers).
Conjugate
The complex conjugate of is
Geometrically: reflection across the real axis. Properties:
Modulus (absolute value)
The modulus is the distance from the origin:
Properties:
- , with equality iff .
- .
- (triangle inequality).
Division
Multiply numerator and denominator by the conjugate of the denominator:
The conjugate clears the imaginary part out of the denominator, leaving real and imaginary parts in standard form.
Algebraic structure
forms a field: closed under addition, multiplication, and division (by nonzero elements), with associative, commutative, and distributive laws. It’s also algebraically closed, so every non-constant polynomial with complex coefficients has a complex root (Fundamental Theorem of Algebra).
Where this shows up
- Electrical engineering: phasors and AC circuit analysis. See Phasor.
- Signal processing: Fourier transforms.
- Quantum mechanics: wave functions are complex-valued.
- Differential equations: complex eigenvalues give oscillatory solutions. See Complex conjugate eigenvalues case.
- Geometry: complex multiplication is rotation + scaling.