Complex Number (i) Calculator

Perform complex number arithmetic — add, subtract, multiply, divide, raise to powers via De Moivre, find modulus, argument, polar form, and conjugate.

Complex Number Calculator (i)

z₁

z₁ = a + bi

z₂

z₂ = c + di
Result
-1.0000 + 5.0000i
The computed complex number from the mul operation
Modulus |result|
5.099020
Distance from origin in the complex plane
Argument
1.768192 rad (101.31°)
Angle from the positive real axis
|z₁|
3.605551
Modulus of z₁ = 2.0000 + 3.0000i
arg(z₁)
56.31°
Argument of z₁ in degrees
Polar Form
5.0990∠101.31°
Result in polar notation r∠θ

Step-by-Step

(2+3i)(1+1i)
= (2×1 − 3×1) + (2×1 + 3×1)i
= -1.0000 + 5.0000i

Complex Plane Visualization

ReIm
z₁res

z₁   Result

Powers of i Reference

i⁰i⁴i⁵i⁶i⁷
1i-1-i1i-1-i

The cycle repeats every 4: i⁴ = 1, i⁵ = i, i⁶ = −1, i⁷ = −i, …

Quick Identities

IdentityFormula
Modulus|a+bi| = √(a²+b²)
Conjugateconj(a+bi) = a−bi
z·z̄ = |z|²(a+bi)(a−bi) = a²+b²
Euler'se^(iθ) = cos θ + i sin θ
De Moivre(cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ)
Division(a+bi)/(c+di) = (ac+bd)/(c²+d²) + (bc−ad)/(c²+d²)i
Planning notes, formulas, and examples

About the Complex Number (i) Calculator

Complex numbers extend the real number line into a two-dimensional plane, allowing solutions to equations like x² + 1 = 0 that have no real answer. Every complex number takes the form z = a + bi, where a is the real part, b is the imaginary part, and i is the imaginary unit satisfying i² = −1. Despite seeming abstract, complex numbers are indispensable in electrical engineering, quantum mechanics, signal processing, and fluid dynamics.

This calculator handles all fundamental complex-number operations: addition, subtraction, multiplication, and division of two complex numbers, plus raising a complex number to an integer power via De Moivre's theorem. It also computes the modulus (distance from the origin), argument (angle from the positive real axis), polar form (r∠θ), and complex conjugate. Every result comes with step-by-step working, a complex-plane visualization, and a reference table of key identities.

Whether you are a student working through an algebra or engineering course, a hobbyist exploring the complex plane, or a professional double-checking a quick calculation, the page keeps the algebra, polar interpretation, and geometric view aligned.

When This Page Helps

Complex numbers appear throughout mathematics, engineering, and physics, yet mental arithmetic with them is easy to derail once multiplication, division, and powers pile up. This calculator handles the tedious algebra and shows every step so you can learn from the process rather than just getting an answer.

The complex-plane visualization and polar-form output give geometric insight that formulas alone cannot convey. Students gain intuition about rotation and scaling, while professionals can quickly verify intermediate results.

How to Use the Inputs

  1. Select the operation you want to perform (add, multiply, power, etc.).
  2. Enter the real and imaginary parts of z₁ (and z₂ if needed).
  3. For powers, also enter the integer exponent n.
  4. Read the result in rectangular form (a + bi) and polar form (r∠θ).
  5. Review the step-by-step expansion to follow the algebra.
  6. Check the complex plane plot to see z₁ and the result geometrically.
  7. Use the preset buttons for common examples to explore quickly.
Formula used
Addition: (a+bi)+(c+di) = (a+c)+(b+d)i. Multiplication: (a+bi)(c+di) = (ac−bd)+(ad+bc)i. Division: multiply by conjugate of denominator. Power (De Moivre): (r(cosθ+i sinθ))ⁿ = rⁿ(cos nθ + i sin nθ). Modulus: |z| = √(a²+b²). Argument: arg(z) = atan2(b, a).

Example Calculation

Result: −1 + 5i

(2+3i)(1+i) = 2·1 − 3·1 + (2·1 + 3·1)i = −1 + 5i. Modulus = √(1+25) ≈ 5.099.

Tips & Best Practices

  • Use the power operation with i (0 + 1i) to quickly see why i cycles every 4: 1, i, −1, −i.
  • For division, check that the denominator is not zero — division by 0+0i is undefined.
  • The polar form is especially useful for multiplication and powers (magnitudes multiply, angles add).
  • Use presets to explore classic examples before entering your own numbers.
  • Remember: the argument is in radians by default; the output also shows degrees for convenience.
  • Euler's formula e^(iπ) + 1 = 0 connects five fundamental constants — try (−1, 0) in polar mode to see it.

A Brief History of Complex Numbers

Complex numbers were first encountered in the 16th century when Italian mathematicians Cardano and Bombelli needed square roots of negative numbers to solve cubic equations. Initially viewed with suspicion — Descartes coined the term "imaginary" as a pejorative — complex numbers earned full acceptance after Euler, Gauss, and Riemann demonstrated their deep connections to algebra, geometry, and analysis.

The Complex Plane (Argand Diagram)

Every complex number a + bi corresponds to a point (a, b) in the plane. The horizontal axis is the real axis and the vertical axis is the imaginary axis. Addition corresponds to vector addition; multiplication by a complex number of modulus r and argument θ scales by r and rotates by θ. This geometric interpretation makes complex multiplication a rotation-and-scaling operation, a fact exploited throughout physics and engineering.

Applications Across Disciplines

In electrical engineering, impedance Z = R + jX (using j instead of i) combines resistance and reactance into one number. In quantum mechanics, the wave function ψ is complex-valued, and probabilities are |ψ|². In fluid dynamics, conformal mappings — functions of a complex variable — transform complicated flow geometries into simpler ones. Even in number theory, the Riemann zeta function ζ(s) for complex s encodes the distribution of prime numbers.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • i is defined as the square root of −1: i² = −1. It is the foundation of complex numbers.