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: βˆ’1β‹…βˆ’1β‰ 1\sqrt{-1} \cdot \sqrt{-1} \neq \sqrt{1}. Always extract ii first, then multiply: iβ‹…i=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 33 β†’ i323=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 b∈Rb \in \mathbb{R} and bβ‰ 0b \neq 0. Equivalently, zz is pure imaginary when Re(z)=0Re(z) = 0 and zβ‰ 0z \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,b∈Ra, 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(5βˆ’3i)=βˆ’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)=zβˆ’zΛ‰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,β€…β€Šbβ‰ 0a = 0,\; b \neq 0
z=biz = bi is pure imaginary
a=b=0a = b = 0
z=0z = 0 (both real and pure imaginary)
aβ‰ 0,β€…β€Šbβ‰ 0a \neq 0,\; b \neq 0
Genuinely complex (off both axes)
Complex Conjugate
Definition
zΛ‰=aβˆ’bi\bar{z} = a - bi
Not negation: 3+2iβ€Ύ=3βˆ’2i\overline{3+2i} = 3-2i, but βˆ’(3+2i)=βˆ’3βˆ’2i-(3+2i) = -3-2i.
Negate only the imaginary part. On the complex plane, this is reflection across the real axis. Also written zβˆ—z^* 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}
  • z1βˆ’z2β€Ύ=z1Λ‰βˆ’z2Λ‰\overline{z_1 - z_2} = \bar{z_1} - \bar{z_2}
  • z1β‹…z2β€Ύ=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}
2 Re(z)2\,Re(z) β€” always real
zβˆ’zΛ‰z - \bar{z}
2i Im(z)2i\,Im(z) β€” always pure imaginary
z⋅zˉz \cdot \bar{z}
∣z∣2=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)=(acβˆ’bd)+(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∣=∣z1∣∣z2∣|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=z1β‹…z2Λ‰βˆ£z2∣2\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 z2β‹…z2Λ‰=∣z2∣2z_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
zβˆ’1=zΛ‰βˆ£z∣2=aβˆ’bia2+b2z^{-1} = \dfrac{\bar{z}}{|z|^2} = \dfrac{a - bi}{a^2 + b^2}
Exists for every zβ‰ 0z \neq 0. Geometrically: reflect across real axis and rescale modulus to 1/∣z∣1/|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)βˆ’(2βˆ’4i)=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
zβ‹…zΛ‰=∣z∣2z \cdot \bar{z} = |z|^2
The product z⋅zˉz \cdot \bar{z} is always real and non-negative. This identity powers division and connects modulus to the conjugate.
Algebraic Properties of Modulus
  • ∣z∣β‰₯0|z| \geq 0, with ∣z∣=0β€…β€ŠβŸΊβ€…β€Šz=0|z| = 0 \iff z = 0
  • ∣zΛ‰βˆ£=∣z∣|\bar{z}| = |z|
  • ∣z1β‹…z2∣=∣z1βˆ£β‹…βˆ£z2∣|z_1 \cdot z_2| = |z_1| \cdot |z_2|
  • ∣z1/z2∣=∣z1∣/∣z2∣|z_1 / z_2| = |z_1| / |z_2|
  • ∣zn∣=∣z∣n|z^n| = |z|^n
Triangle Inequalities
Triangle
∣z1+z2βˆ£β‰€βˆ£z1∣+∣z2∣|z_1 + z_2| \leq |z_1| + |z_2|
Reverse
∣∣z1βˆ£βˆ’βˆ£z2βˆ£βˆ£β‰€βˆ£z1βˆ’z2∣\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)=∣z1βˆ’z2∣d(z_1, z_2) = |z_1 - z_2|
The Euclidean distance in the complex plane. The set ∣zβˆ’z0∣=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)
  • z1βˆ’z2z_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⁑θ)=r cis θz = r(\cos\theta + i\sin\theta) = r\,\text{cis}\,\theta
r=∣z∣r = |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=r1r2 cis(ΞΈ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 r cis θ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=r1r2 ei(ΞΈ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ΞΈβ€Ύ=reβˆ’iΞΈ\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=rn cis(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=rn cis(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/n cis ⁣(Ο•+360Β°kn)z_k = R^{1/n}\,\text{cis}\!\left(\dfrac{\phi + 360Β°k}{n}\right), β€…β€Šk=0,1,…,nβˆ’1\;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+β‹―+Ο‰nβˆ’1=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(βˆ’1βˆ’i),β€…β€Š2(1βˆ’i)\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 nβ‰₯1n \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(zβˆ’z1)(zβˆ’z2)β‹―(zβˆ’zn)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
z1β‹…z2=cz_1 \cdot z_2 = c
Extends to higher degrees: the kk-th symmetric sum of roots =(βˆ’1)kΓ—= (-1)^k \times coefficient of znβˆ’kz^{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: (zβˆ’z0)(zβˆ’z0Λ‰)=z2βˆ’2 Re(z0) z+∣z0∣2(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
zβˆ’zΛ‰=kiz - \bar{z} = ki
Horizontal line Im(z)=k/2Im(z) = k/2
z⋅zˉ=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+z2∈Cz_1 + z_2 \in \mathbb{C}; z1β‹…z2∈Cz_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: zβ‹…1=zz \cdot 1 = z
  • Additive inverse: z+(βˆ’z)=0z + (-z) = 0
  • Multiplicative inverse: zβ‹…zβˆ’1=1z \cdot z^{-1} = 1 for zβ‰ 0z \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)
nβ‹…arg⁑(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.