The sections above introduce three equivalent ways of writing a complex number — algebraic, trigonometric, and exponential. Each excels at a different kind of computation. The table below collects them side by side: how each form is written, what it is best for, how the major operations look, and how to convert from algebraic form. Use it to choose the right representation before starting a calculation, and to navigate to the dedicated page for each form.
| Aspect |
Algebraic |
Trigonometric |
Exponential |
| Notation |
z = a + bi |
z = r(cos θ + i sin θ) = r cis θ |
z = reiθ |
| Best for |
addition, subtraction, equality, real/imaginary part extraction |
multiplication, division, geometric reasoning |
powers, roots, calculus, theoretical work |
| Multiplication z1·z2 |
distribute and substitute i2 = −1 |
r1r2 cis(θ1 + θ2) |
r1r2 ei(θ1+θ2) |
| Powers zn |
binomial expansion — tedious for large n |
rn cis(nθ) (De Moivre) |
rn einθ |
| Conversion from algebraic |
already standard form |
r = √(a² + b²), θ = arg(z) (mind the quadrant) |
same r and θ as trigonometric form |