Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Complex Numbers Cheat Sheets


Sections:

Organized by category

The Imaginary Unit & Pure Imaginaries
Definition of ii
i2=1i^2 = -1
The imaginary unit was created to solve x2+1=0x^2 + 1 = 0, which has no solution in R\mathbb{R}.
Square Roots of Negatives
a=ia\sqrt{-a} = i\sqrt{a} for a>0a > 0
Trap: 111\sqrt{-1} \cdot \sqrt{-1} \neq \sqrt{1}. Always extract ii first, then multiply: ii=i2=1i \cdot i = i^2 = -1.
Powers of ii — The 4-Cycle
i1i^1
ii
i2i^2
1-1
i3i^3
i-i
i4i^4
11 (cycle restarts)
For iki^k: divide kk by 44, use the remainder. E.g. i323i^{323}: 323÷4323 \div 4 remainder 33i323=i3=ii^{323} = i^3 = -i.
Powers of ii — Visualized
Multiplying by ii = 90° counterclockwise rotation on the unit circle.
Pure Imaginary Numbers
Pure Imaginary
A number of the form bibi where bRb \in \mathbb{R} and b0b \neq 0. Equivalently, zz is pure imaginary when Re(z)=0Re(z) = 0 and z0z \neq 0.
Zero (0+0i0 + 0i) is both real and pure imaginary — the only number with dual membership.
Algebraic Form & Components
Standard (Algebraic) Form
z=a+biz = a + bi
  • a,bRa, b \in \mathbb{R}, and i2=1i^2 = -1
  • aa is the real part, bb is the imaginary part
  • The imaginary part bb is itself a real number — not bibi
The Complex Plane
A complex number z=a+biz = a + bi plotted as the point (a,b)(a, b).
Re(z)Re(z) and Im(z)Im(z)
Common mistake: Im(53i)=3Im(5 - 3i) = -3, not 33. The sign belongs to the imaginary part.
Re(z)Re(z)
aa — horizontal coordinate on the complex plane
Im(z)Im(z)
bb — vertical coordinate (a real number, not bibi)
Extracting Parts via Conjugate
Real part
Re(z)=z+zˉ2Re(z) = \dfrac{z + \bar{z}}{2}
Imaginary part
Im(z)=zzˉ2iIm(z) = \dfrac{z - \bar{z}}{2i}
Equality of Complex Numbers
a+bi=c+di    a=ca + bi = c + di \iff a = c and b=db = d
One complex equation yields two real equations. This is the key technique for solving complex equations by equating real and imaginary parts separately.
Classification of Complex Numbers
b=0b = 0
z=az = a is a real number
a=0,  b0a = 0,\; b \neq 0
z=biz = bi is pure imaginary
a=b=0a = b = 0
z=0z = 0 (both real and pure imaginary)
a0,  b0a \neq 0,\; b \neq 0
Genuinely complex (off both axes)
Complex Conjugate
Definition
zˉ=abi\bar{z} = a - bi
Not negation: 3+2i=32i\overline{3+2i} = 3-2i, but (3+2i)=32i-(3+2i) = -3-2i.
Negate only the imaginary part. On the complex plane, this is reflection across the real axis. Also written zz^* in physics.
Conjugate Reflection
The conjugate zˉ\bar{z} is the reflection of zz across the real axis.
Conjugate Arithmetic Properties
  • zˉ=z\overline{\bar{z}} = z (double conjugate)
  • z1+z2=z1ˉ+z2ˉ\overline{z_1 + z_2} = \bar{z_1} + \bar{z_2}
  • z1z2=z1ˉz2ˉ\overline{z_1 - z_2} = \bar{z_1} - \bar{z_2}
  • z1z2=z1ˉz2ˉ\overline{z_1 \cdot z_2} = \bar{z_1} \cdot \bar{z_2}
  • z1/z2=z1ˉ/z2ˉ\overline{z_1 / z_2} = \bar{z_1} / \bar{z_2}
  • zn=(zˉ)n\overline{z^n} = (\bar{z})^n
Conjugation commutes with all arithmetic — conjugate each piece separately.
Key Conjugate Identities
z+zˉz + \bar{z}
2Re(z)2\,Re(z) — always real
zzˉz - \bar{z}
2iIm(z)2i\,Im(z) — always pure imaginary
zzˉz \cdot \bar{z}
z2=a2+b2|z|^2 = a^2 + b^2 — always real and 0\geq 0
Classification Theorems
zz is Real
z=zˉz = \bar{z} (fixed by reflection)
zz is Pure Imaginary
zˉ=z\bar{z} = -z (negated by reflection)
Conjugate Pairs in Real Polynomials
Consequence: real polynomials of odd degree always have at least one real root.
If p(z)p(z) has all real coefficients and p(z0)=0p(z_0) = 0, then p(z0ˉ)=0p(\bar{z_0}) = 0. Non-real roots of real polynomials always come in conjugate pairs.
Arithmetic Operations
Addition & Subtraction
(a+bi)±(c+di)=(a±c)+(b±d)i(a+bi) \pm (c+di) = (a \pm c) + (b \pm d)i
Combine real parts, combine imaginary parts independently. Geometrically: vector addition (parallelogram rule).
Vector Addition — Parallelogram Rule
Adding z1+z2z_1 + z_2 follows the parallelogram (tip-to-tail) rule.
Multiplication
(a+bi)(c+di)=(acbd)+(ad+bc)i(a+bi)(c+di) = (ac - bd) + (ad + bc)i
1
Expand using FOIL / distribution
2
Replace every i2i^2 with 1-1
3
Collect real and imaginary parts
Multiplication as Rotation & Scaling
Multiply moduli, add arguments: z1z2=z1z2|z_1 z_2| = |z_1||z_2|, arg(z1z2)=arg(z1)+arg(z2)\arg(z_1 z_2) = \arg(z_1) + \arg(z_2).
Division
z1z2=z1z2ˉz22\dfrac{z_1}{z_2} = \dfrac{z_1 \cdot \bar{z_2}}{|z_2|^2}
1
Multiply numerator and denominator by z2ˉ\bar{z_2}
2
Denominator becomes z2z2ˉ=z22z_2 \cdot \bar{z_2} = |z_2|^2 (real)
3
Expand numerator, write result as a+bia + bi
The conjugate eliminates ii from the denominator.
Multiplicative Inverse
z1=zˉz2=abia2+b2z^{-1} = \dfrac{\bar{z}}{|z|^2} = \dfrac{a - bi}{a^2 + b^2}
Exists for every z0z \neq 0. Geometrically: reflect across real axis and rescale modulus to 1/z1/|z|.
Common Pitfalls
  • Forgetting $i^2 = -1$ in multiplication — the bdi2bdi^2 term must become bd-bd
  • Sign errors in subtraction — distribute the minus across both parts: (5+3i)(24i)=3+7i(5+3i)-(2-4i) = 3+7i
  • Leaving complex denominators — always multiply by conjugate to get real denominator
  • Confusing conjugate with negation — conjugate flips only the imaginary sign
Modulus (Absolute Value)
Definition
z=a+bi=a2+b2|z| = |a + bi| = \sqrt{a^2 + b^2}
Distance from the origin to (a,b)(a, b) in the complex plane. Generalizes real absolute value to two dimensions.
Modulus — Right Triangle
The modulus z|z| is the hypotenuse of the right triangle with legs aa and bb.
Special Cases
Real z=az = a
a=a|a| = |a| (ordinary absolute value)
Pure imaginary z=biz = bi
bi=b|bi| = |b|
z=0z = 0
0=0|0| = 0 (the only zz with z=0|z| = 0)
Modulus–Conjugate Identity
zzˉ=z2z \cdot \bar{z} = |z|^2
The product zzˉz \cdot \bar{z} is always real and non-negative. This identity powers division and connects modulus to the conjugate.
Algebraic Properties of Modulus
  • z0|z| \geq 0, with z=0    z=0|z| = 0 \iff z = 0
  • zˉ=z|\bar{z}| = |z|
  • z1z2=z1z2|z_1 \cdot z_2| = |z_1| \cdot |z_2|
  • z1/z2=z1/z2|z_1 / z_2| = |z_1| / |z_2|
  • zn=zn|z^n| = |z|^n
Triangle Inequalities
Triangle
z1+z2z1+z2|z_1 + z_2| \leq |z_1| + |z_2|
Reverse
z1z2z1z2\big||z_1| - |z_2|\big| \leq |z_1 - z_2|
Equality in the triangle inequality holds iff z1z_1 and z2z_2 point in the same direction (one is a non-negative real multiple of the other).
Distance Between Two Points
d(z1,z2)=z1z2d(z_1, z_2) = |z_1 - z_2|
The Euclidean distance in the complex plane. The set zz0=r|z - z_0| = r is a circle centered at z0z_0 with radius rr.
Geometric Representation
The Complex Plane (Argand Diagram)
z=a+bi(a,b)z = a + bi \longleftrightarrow (a, b)
Every complex number maps to a unique point. Horizontal axis = real numbers, vertical axis = pure imaginaries. Also called the Argand diagram.
Quadrants of the Complex Plane
Q1 (+,+)(+,+), Q2 (,+)(-,+), Q3 (,)(-,-), Q4 (+,)(+,-).
Axes & Quadrants
Real axis
Horizontal — all numbers with b=0b = 0
Imaginary axis
Vertical — all numbers with a=0a = 0
Origin
0+0i0 + 0i — the only point on both axes
Complex Numbers as Vectors
  • z=a+biz = a + bi is an arrow from origin to (a,b)(a,b)
  • Addition follows the parallelogram rule (tip-to-tail)
  • z1z2z_1 - z_2 is the vector from z2z_2 to z1z_1
  • z|z| = length of the vector (modulus)
Geometric Meaning of Operations
Addition
Vector (parallelogram) addition
Conjugate
Reflection across real axis
Multiply by rr
Scale by rr (no rotation)
Multiply by ii
Rotate 90°90° counterclockwise
Multiply by 1-1
Rotate 180°180°
General product
Scale by z2|z_2| and rotate by arg(z2)\arg(z_2)
No Ordering in C\mathbb{C}
Complex numbers cannot be ordered. The plane extends in all directions — no consistent "<<" exists. Only moduli (distances) can be compared.
Trigonometric Form
The Trigonometric Representation
z=r(cosθ+isinθ)=rcisθz = r(\cos\theta + i\sin\theta) = r\,\text{cis}\,\theta
r=zr = |z|
Modulus — distance from origin
θ=arg(z)\theta = \arg(z)
Argument — angle from positive real axis
Trigonometric Form — Visualized
The modulus rr is the length, θ\theta is the angle from the positive real axis.
Argument & Principal Argument
  • arg(z)\arg(z) is determined only up to multiples of 2π2\pi
  • Arg(z)(π,π]\text{Arg}(z) \in (-\pi, \pi] is the principal argument (unique)
  • arg(0)\arg(0) is undefined
Finding the Argument by Quadrant
Q1 (a>0,b>0a>0, b>0)
θ=arctan(b/a)\theta = \arctan(b/a)
Q2 (a<0,b>0a<0, b>0)
θ=arctan(b/a)+π\theta = \arctan(b/a) + \pi
Q3 (a<0,b<0a<0, b<0)
θ=arctan(b/a)π\theta = \arctan(b/a) - \pi
Q4 (a>0,b<0a>0, b<0)
θ=arctan(b/a)\theta = \arctan(b/a)
Or use atan2(b,a)\text{atan2}(b, a) which handles all quadrants automatically.
Special Angles on the Axes
Positive real (a>0a > 0)
θ=0\theta = 0
Positive imaginary (b>0b > 0)
θ=π/2\theta = \pi/2
Negative real (a<0a < 0)
θ=π\theta = \pi
Negative imaginary (b<0b < 0)
θ=π/2\theta = -\pi/2
Unit Circle — Key Angles
Memorize these standard angles — they appear constantly in problems.
Conversions
Algebraic → Trig:
r=a2+b2r = \sqrt{a^2+b^2}
θ=atan2(b,a)\theta = \text{atan2}(b, a)
Trig → Algebraic:
a=rcosθa = r\cos\theta
b=rsinθb = r\sin\theta
Multiplication & Division
Product
z1z2=r1r2cis(θ1+θ2)z_1 z_2 = r_1 r_2\,\text{cis}(\theta_1 + \theta_2)
Quotient
z1/z2=(r1/r2)cis(θ1θ2)z_1 / z_2 = (r_1/r_2)\,\text{cis}(\theta_1 - \theta_2)
Multiply moduli & add arguments. Divide moduli & subtract arguments. This is why trigonometric form excels at multiplication.
Exponential Form & Euler's Formula
Euler's Formula
eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta
Proved via Taylor series. Connects exponential functions to trigonometry. The point eiθe^{i\theta} traces the unit circle as θ\theta varies.
eiθe^{i\theta} on the Unit Circle
As θ\theta varies, eiθe^{i\theta} traces the unit circle through 1,i,1,i1, i, -1, -i.
Euler's Identity
eiπ+1=0e^{i\pi} + 1 = 0
Unites five fundamental constants: ee, ii, π\pi, 11, 00. Often called the most beautiful formula in mathematics.
Exponential Form
z=reiθz = re^{i\theta}
Equivalent to rcisθr\,\text{cis}\,\theta via Euler. The three representations: a+bi=r(cosθ+isinθ)=reiθa + bi = r(\cos\theta + i\sin\theta) = re^{i\theta}.
Operations in Exponential Form
Product
z1z2=r1r2ei(θ1+θ2)z_1 z_2 = r_1 r_2\, e^{i(\theta_1 + \theta_2)}
Quotient
z1/z2=(r1/r2)ei(θ1θ2)z_1 / z_2 = (r_1/r_2)\, e^{i(\theta_1 - \theta_2)}
Power
zn=rneinθz^n = r^n e^{in\theta}
nn-th roots
zk=R1/nei(ϕ+2πk)/nz_k = R^{1/n} e^{i(\phi + 2\pi k)/n}
Standard exponent rules apply directly — this is why exponential form is the most efficient for computation.
Conjugate in Exponential Form
reiθ=reiθ\overline{re^{i\theta}} = re^{-i\theta}
Conjugation negates the argument. Reflection across the real axis = flipping the angle sign.
De Moivre's Theorem & Roots
De Moivre's Theorem
(cosθ+isinθ)n=cos(nθ)+isin(nθ)(\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta)
For any complex number: zn=rncis(nθ)z^n = r^n\,\text{cis}(n\theta). Raise the modulus to the power, multiply the argument by nn.
Computing Powers — Procedure
1
Convert to trigonometric form: find rr and θ\theta
2
Apply De Moivre: zn=rncis(nθ)z^n = r^n\,\text{cis}(n\theta)
3
Reduce angle modulo 360°360° if needed
4
Convert back to algebraic form
Example: (1+i)10=(2)10cis(450°)=32cis(90°)=32i(1+i)^{10} = (\sqrt{2})^{10}\text{cis}(450°) = 32\text{cis}(90°) = 32i
nn-th Root Formula
zk=R1/ncis ⁣(ϕ+360°kn)z_k = R^{1/n}\,\text{cis}\!\left(\dfrac{\phi + 360°k}{n}\right),   k=0,1,,n1\;k = 0, 1, \ldots, n{-}1
  • Every nonzero complex number has exactly $n$ distinct $n$-th roots
  • All roots share modulus R1/nR^{1/n} — they lie on a circle
  • Roots are spaced 360°/n360°/n apart — vertices of a regular nn-gon
Roots of Unity (zn=1z^n = 1)
zk=cis ⁣(2πkn)=ωkz_k = \text{cis}\!\left(\dfrac{2\pi k}{n}\right) = \omega^k, where ω=cis ⁣(2πn)\omega = \text{cis}\!\left(\dfrac{2\pi}{n}\right)
Sum of all roots
1+ω+ω2++ωn1=01 + \omega + \omega^2 + \cdots + \omega^{n-1} = 0
4th roots of unity
1,  i,  1,  i1,\; i,\; -1,\; -i (square on unit circle)
6th roots of unity
Regular hexagon on unit circle
6th Roots of Unity — Visualized
Six equally spaced roots forming a regular hexagon on the unit circle.
Quick Root Examples
i\sqrt{i}
cis(45°)\text{cis}(45°) and cis(225°)\text{cis}(225°)
83\sqrt[3]{-8}
2cis(60°),  2,  2cis(300°)2\text{cis}(60°),\; -2,\; 2\text{cis}(300°)
164\sqrt[4]{-16}
2(1+i),  2(1+i),  2(1i),  2(1i)\sqrt{2}(1+i),\; \sqrt{2}(-1+i),\; \sqrt{2}(-1-i),\; \sqrt{2}(1-i)
Cube Roots of 8-8
Three roots forming an equilateral triangle on a circle of radius 2.
Fourth Roots of 16-16
Four roots forming a square on a circle of radius 2, rotated 45° from axes.
Equations & Polynomials
Fundamental Theorem of Algebra
Every polynomial of degree n1n \geq 1 has exactly nn roots in C\mathbb{C} (counted with multiplicity).
C\mathbb{C} is algebraically closed — every polynomial factors completely into linear terms: p(z)=an(zz1)(zz2)(zzn)p(z) = a_n(z - z_1)(z - z_2)\cdots(z - z_n).
Vieta's Formulas (Quadratic)
z2+bz+c=0z^2 + bz + c = 0 with roots z1,z2z_1, z_2
Sum of roots
z1+z2=bz_1 + z_2 = -b
Product of roots
z1z2=cz_1 \cdot z_2 = c
Extends to higher degrees: the kk-th symmetric sum of roots =(1)k×= (-1)^k \times coefficient of znkz^{n-k}. See Vieta's formulas.
Real Polynomials — Conjugate Pair Theorem
  • Non-real roots come in conjugate pairs: if z0z_0 is a root, so is z0ˉ\bar{z_0}
  • Odd-degree real polynomials always have at least one real root
  • Each conjugate pair gives a real quadratic factor: (zz0)(zz0ˉ)=z22Re(z0)z+z02(z - z_0)(z - \bar{z_0}) = z^2 - 2\,Re(z_0)\,z + |z_0|^2
Solving zn=zˉz^n = \bar{z}
n+2n + 2 solutions total
  • z=0z = 0 (from r=0r = 0)
  • n+1n + 1 points on the unit circle: zk=cis ⁣(360°kn+1)z_k = \text{cis}\!\left(\dfrac{360°k}{n+1}\right) for k=0,,nk = 0, \ldots, n
Write z=reiθz = re^{i\theta}, match moduli (rn=rr^n = r) and arguments ((n+1)θ=360°k(n+1)\theta = 360°k).
Conjugate Equations as Geometric Loci
z+zˉ=kz + \bar{z} = k
Vertical line Re(z)=k/2Re(z) = k/2
zzˉ=kiz - \bar{z} = ki
Horizontal line Im(z)=k/2Im(z) = k/2
zzˉ=kz \cdot \bar{z} = k
Circle z=k|z| = \sqrt{k} centered at origin
Combine conditions to find intersections. See equations & polynomials.
Field Properties & Structure
The 11 Field Axioms of C\mathbb{C}
  • Closure: z1+z2Cz_1 + z_2 \in \mathbb{C}; z1z2Cz_1 \cdot z_2 \in \mathbb{C}
  • Commutativity: z1+z2=z2+z1z_1 + z_2 = z_2 + z_1; z1z2=z2z1z_1 z_2 = z_2 z_1
  • Associativity: (z1+z2)+z3=z1+(z2+z3)(z_1+z_2)+z_3 = z_1+(z_2+z_3); (z1z2)z3=z1(z2z3)(z_1 z_2)z_3 = z_1(z_2 z_3)
  • Additive identity: z+0=zz + 0 = z
  • Multiplicative identity: z1=zz \cdot 1 = z
  • Additive inverse: z+(z)=0z + (-z) = 0
  • Multiplicative inverse: zz1=1z \cdot z^{-1} = 1 for z0z \neq 0
  • Distributivity: z1(z2+z3)=z1z2+z1z3z_1(z_2 + z_3) = z_1 z_2 + z_1 z_3
C\mathbb{C} is a field — all techniques from real algebra transfer directly.
The 19 Core Properties
Complete Property Set
11 field axioms + 7 conjugate properties (including double conjugate) + 7 modulus properties + 5 argument properties − shared overlaps = 19 distinct rules governing complex arithmetic.
These properties are catalogued on the properties page.
Argument Properties (mod 2π2\pi)
arg(z1z2)\arg(z_1 z_2)
arg(z1)+arg(z2)\arg(z_1) + \arg(z_2)
arg(z1/z2)\arg(z_1/z_2)
arg(z1)arg(z2)\arg(z_1) - \arg(z_2)
arg(zn)\arg(z^n)
narg(z)n \cdot \arg(z)
arg(zˉ)\arg(\bar{z})
arg(z)-\arg(z)
arg(z)\arg(-z)
arg(z)+π\arg(z) + \pi
Why C\mathbb{C} Cannot Be Ordered
Suppose i>0i > 0: then i2>0i^2 > 0, so 1>0-1 > 0 — contradiction. Suppose i<0i < 0: then i>0-i > 0, so (i)2>0(-i)^2 > 0, meaning 1>0-1 > 0 — same contradiction. No consistent ordering exists.
Algebraic Closure
C\mathbb{C} is algebraically closed: every non-constant polynomial has at least one root. No further number system extension is needed. See the Fundamental Theorem of Algebra.