Extending the Number Line
Some equations, like , have no real solution — no real number squares to a negative. Mathematicians extend the reals by introducing the imaginary unit , defined by . A complex number then has the form , with a real part and an imaginary part . This modest extension makes every polynomial equation solvable — the Fundamental Theorem of Algebra.
Arithmetic works by treating as a symbol with :
- Addition — add real and imaginary parts separately: .
- Multiplication — expand and use : .
- The conjugate of is ; multiplying a number by its conjugate gives the real value .
Geometrically, a complex number is a point in the plane — real part on the horizontal axis, imaginary part on the vertical. Its modulus is its distance from the origin, and its argument is the angle it makes. In this view, multiplying complex numbers adds their angles and multiplies their moduli — so multiplication by a unit complex number is a rotation. This deep link between complex arithmetic and rotation powers signal processing (the Fourier transform), computer graphics, and quantum computing.
Common pitfall: mishandling , or adding complex numbers as if the parts mix. Remember (not ), so a product like contributes to the real part. And addition keeps the parts separate — real adds to real, imaginary to imaginary; you never add a real part to an imaginary part.