The complex plane is the visualization of complex numbers as points in , with the real part on the horizontal axis and the imaginary part on the vertical axis. The geometric viewpoint 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:
This rationalizes the denominator and gives an explicit form for the quotient.
Algebraic structure
forms a field: closed under addition, multiplication, and division (by nonzero elements), with associative, commutative, and distributive laws. It’s algebraically closed — every non-constant polynomial with complex coefficients has a complex root (Fundamental Theorem of Algebra).
Why this matters
Complex numbers come up in:
- Electrical engineering: phasors and AC circuit analysis. See Phasor.
- Signal processing: Fourier transforms.
- Quantum mechanics: wave functions are complex-valued.
- Differential equations: complex eigenvalues correspond to oscillatory solutions. See Complex conjugate eigenvalues case.
- Geometry: complex multiplication is rotation + scaling.
For the polar form (radius/angle parameterization), see Polar representation of complex numbers.