Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools

Complex Numbers Formulas

Forms & Conversions
Operations
Conjugate
Modulus
Powers & Roots
Identities
Argument
Inverses & Distance
Polynomial Theory
53 formulas

Forms & Conversions

(8 formulas)

Algebraic Form

z=a+biz = a + bi
See details
Back to top
explanationconditionsnotationrelated formulasrelated definitions
The standard way of writing a complex number, as a sum of a real part aa and an imaginary part bb scaled by the imaginary unit ii. Also called rectangular form or standard form. Every complex number has a unique algebraic form, and every pair of real numbers (a,b)(a, b) produces exactly one complex number this way.
Back to top

Trigonometric Form

z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta)
See details
Back to top
explanationconditionsnotationvariantsrelated formulasrelated definitions
Expresses a complex number using its distance rr from the origin and its angle θ\theta from the positive real axis. Also called polar form. Particularly useful for multiplication, division, and powers, where the geometric meaning becomes transparent.
Back to top

Exponential Form

z=reiθz = re^{i\theta}
See details
Back to top
explanationconditionsrelated formulasrelated definitions
Compact representation derived from Euler’s formula eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta. Encodes modulus and argument in a single exponential expression. Multiplication, division, and powers reduce to elementary exponent rules.
Function machine: r, θ → r·e^{iθ}r, θr·e^{iθ}apply Euler: e^{iθ} = cos θ + i sin θExponential Form
Back to top

Modulus

z=a2+b2|z| = \sqrt{a^2 + b^2}
See details
Back to top
explanationderivationconditionsvariantsrelated formulasrelated definitions
For z=a+biz = a + bi, the modulus measures the straight-line distance from the origin to zz in the complex plane. Direct application of the Pythagorean theorem to the right triangle with legs a|a| and b|b|.
Back to top

Argument

arg(z)=θwherecosθ=az,    sinθ=bz\arg(z) = \theta \quad \text{where} \quad \cos\theta = \frac{a}{|z|}, \;\; \sin\theta = \frac{b}{|z|}
See details
Back to top
explanationconditionsvariantsnotationrelated formulasrelated definitions
The argument is the angle from the positive real axis to the line segment from the origin to zz, measured counterclockwise. Determined only up to multiples of 2π2\pi — the principal argument Arg(z)(π,π]\mathrm{Arg}(z) \in (-\pi, \pi] provides the canonical choice.
Back to top

Polar to Rectangular Conversion

a=rcosθ,b=rsinθa = r\cos\theta, \qquad b = r\sin\theta
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
Recovers the rectangular components aa and bb from polar parameters rr and θ\theta. Direct trigonometric projection: the horizontal leg of the right triangle is rcosθr\cos\theta, the vertical leg is rsinθr\sin\theta.
Back to top

Real and Imaginary Parts

Re(z)=a,Im(z)=bfor    z=a+bi\operatorname{Re}(z) = a, \qquad \operatorname{Im}(z) = b \quad \text{for} \;\; z = a + bi
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
Extraction functions returning the real components of a complex number. Despite its name, Im(z)\operatorname{Im}(z) is itself a real number — it is the coefficient of ii, not the term bibi.
Back to top

Equality of Complex Numbers

a+bi=c+di    a=c   and   b=da + bi = c + di \iff a = c \;\text{ and }\; b = d
See details
Back to top
explanationconditionsrelated formulasrelated definitions
Two complex numbers are equal if and only if both their real parts and their imaginary parts match. A single complex equation thus splits into two independent real equations — a powerful technique for solving complex equations by separation into real and imaginary parts.
Back to top

Operations

(6 formulas)

Addition

(a+bi)+(c+di)=(a+c)+(b+d)i(a + bi) + (c + di) = (a + c) + (b + d)i
See details
Back to top
explanationconditionsrelated formulasrelated definitions
Add real parts to real parts and imaginary parts to imaginary parts. The two components are independent — no interaction occurs between them. Geometrically, addition follows the parallelogram rule: place the two complex numbers as vectors from the origin and the sum is the diagonal.
Back to top

Subtraction

(a+bi)(c+di)=(ac)+(bd)i(a + bi) - (c + di) = (a - c) + (b - d)i
See details
Back to top
explanationconditionsrelated formulasrelated definitions
Subtract real parts and imaginary parts independently. Equivalently, z1z2=z1+(z2)z_1 - z_2 = z_1 + (-z_2) where z2-z_2 is the additive inverse. Geometrically, z1z2z_1 - z_2 is the vector from z2z_2 to z1z_1, and its modulus z1z2|z_1 - z_2| is the distance between the two points in the complex plane.
Back to top

Multiplication

(a+bi)(c+di)=(acbd)+(ad+bc)i(a + bi)(c + di) = (ac - bd) + (ad + bc)i
See details
Back to top
explanationderivationconditionsrelated formulasrelated definitions
Apply the distributive property (FOIL), then collapse i2=1i^2 = -1. The four cross-terms collect into a real part acbdac - bd and an imaginary part ad+bcad + bc.
Back to top

Division

a+bic+di=(ac+bd)+(bcad)ic2+d2\frac{a + bi}{c + di} = \frac{(ac + bd) + (bc - ad)i}{c^2 + d^2}
See details
Back to top
explanationderivationconditionsvariantsrelated formulasrelated definitions
Multiply numerator and denominator by the conjugate of the denominator. The denominator becomes the real number z22=c2+d2|z_2|^2 = c^2 + d^2, converting the quotient to standard algebraic form. This technique is sometimes called rationalizing the denominator.
Back to top

Multiplication in Polar Form

z1z2=r1r2[cos(θ1+θ2)+isin(θ1+θ2)]z_1 \cdot z_2 = r_1 r_2 \bigl[\cos(\theta_1 + \theta_2) + i\sin(\theta_1 + \theta_2)\bigr]
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
Multiply the moduli and add the arguments. Geometrically, multiplication by z2z_2 scales by z2|z_2| and rotates counterclockwise by arg(z2)\arg(z_2). Dramatically simpler than rectangular multiplication when both factors are in polar form.
Back to top

Division in Polar Form

z1z2=r1r2[cos(θ1θ2)+isin(θ1θ2)]\frac{z_1}{z_2} = \frac{r_1}{r_2} \bigl[\cos(\theta_1 - \theta_2) + i\sin(\theta_1 - \theta_2)\bigr]
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
Divide the moduli and subtract the arguments. Geometrically, division by z2z_2 shrinks by 1/z21/|z_2| and rotates clockwise by arg(z2)\arg(z_2). The inverse of polar multiplication.
Back to top

Conjugate

(9 formulas)

Complex Conjugate

z=abifor    z=a+bi\overline{z} = a - bi \quad \text{for} \;\; z = a + bi
See details
Back to top
explanationconditionsnotationrelated formulasrelated definitions
Reflects zz across the real axis in the complex plane. The real part stays unchanged; the sign of the imaginary part flips. Conjugation is the most important auxiliary operation in complex arithmetic — it underlies division, modulus computation, and classification of real and pure imaginary numbers.
Back to top

Conjugate of a Conjugate

z=z\overline{\overline{z}} = z
See details
Back to top
explanationderivationrelated formulasrelated definitions
Conjugation is an involution: applying it twice returns the original number. Geometrically, reflecting twice across the same axis brings every point back to its starting position.
Back to top

Conjugate of a Sum

z1+z2=z1+z2\overline{z_1 + z_2} = \overline{z_1} + \overline{z_2}
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
Conjugation distributes over addition. The conjugate of a sum equals the sum of the conjugates. Allows term-by-term conjugation of expressions involving complex sums.
Back to top

Conjugate of a Product

z1z2=z1z2\overline{z_1 \cdot z_2} = \overline{z_1} \cdot \overline{z_2}
See details
Back to top
explanationconditionsrelated formulasrelated definitions
Conjugation distributes over multiplication. Allows conjugating each factor independently before multiplying — often simpler than conjugating the full product.
Back to top

Conjugate of a Quotient

(z1z2)=z1z2\overline{\left(\frac{z_1}{z_2}\right)} = \frac{\overline{z_1}}{\overline{z_2}}
See details
Back to top
explanationconditionsrelated formulasrelated definitions
Conjugation distributes over division. Conjugate the numerator and denominator separately.
Back to top

Conjugate of a Power

zn=(z)n\overline{z^n} = (\overline{z})^n
See details
Back to top
explanationconditionsrelated formulasrelated definitions
Conjugation passes through integer powers. Follows from repeated application of the product rule for positive integers and from the quotient rule for negative integers.
Back to top

Conjugate Times Number

zz=z2=a2+b2z \cdot \overline{z} = |z|^2 = a^2 + b^2
See details
Back to top
explanationderivationconditionsrelated formulasrelated definitions
The product of a complex number with its conjugate is always the real, non-negative quantity z2|z|^2. The cornerstone identity of complex arithmetic — it makes division by complex numbers possible by converting complex denominators into real ones.
Back to top

Real Number Test

zR    z=zz \in \mathbb{R} \iff z = \overline{z}
See details
Back to top
explanationderivationrelated formulasrelated definitions
A complex number is real if and only if it equals its own conjugate. Geometrically, real numbers lie on the real axis — the mirror line for conjugation — so they are fixed under reflection.
Back to top

Pure Imaginary Test

z  is pure imaginary    z=zz \;\text{is pure imaginary} \iff \overline{z} = -z
See details
Back to top
explanationderivationrelated formulasrelated definitions
A complex number is pure imaginary if and only if its conjugate equals its negative. Pure imaginaries lie on the imaginary axis, perpendicular to the mirror, so reflection sends them to their opposites.
Back to top

Modulus

(7 formulas)

Modulus Squared

z2=a2+b2|z|^2 = a^2 + b^2
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
The square of the modulus equals the sum of squares of the real and imaginary parts. Avoids the square root in z|z| — useful in proofs and algebraic manipulations where the squared form is cleaner.
Back to top

Modulus of Conjugate

z=z|\overline{z}| = |z|
See details
Back to top
explanationderivationrelated formulasrelated definitions
Conjugation preserves modulus. Reflection across the real axis does not change distance from the origin, so zz and z\overline{z} lie on the same circle centered at the origin.
Back to top

Modulus of a Product

z1z2=z1z2|z_1 \cdot z_2| = |z_1| \cdot |z_2|
See details
Back to top
explanationconditionsrelated formulasrelated definitions
The modulus of a product equals the product of the moduli. Reduces modulus calculations on complicated products to multiplication of individual magnitudes.
Back to top

Modulus of a Quotient

z1z2=z1z2\left|\frac{z_1}{z_2}\right| = \frac{|z_1|}{|z_2|}
See details
Back to top
explanationconditionsrelated formulasrelated definitions
The modulus of a quotient equals the quotient of the moduli.
Back to top

Modulus of a Power

zn=zn|z^n| = |z|^n
See details
Back to top
explanationconditionsrelated formulasrelated definitions
Raising a complex number to the nn-th power raises its modulus to the nn-th power. Combined with De Moivre’s theorem, this makes computing moduli of powers trivial.
Back to top

Triangle Inequality

z1+z2z1+z2|z_1 + z_2| \leq |z_1| + |z_2|
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
The modulus of a sum never exceeds the sum of moduli. Geometrically, one side of a triangle (the direct path from 00 to z1+z2z_1 + z_2) cannot exceed the sum of the other two sides (the detour through z1z_1 or z2z_2). Foundation for estimation throughout complex analysis.
Back to top

Reverse Triangle Inequality

z1z2z1z2\bigl||z_1| - |z_2|\bigr| \leq |z_1 - z_2|
See details
Back to top
explanationderivationconditionsrelated formulasrelated definitions
The absolute difference of moduli never exceeds the modulus of the difference. Useful for bounding how much z|z| can change as zz varies.
Back to top

Powers & Roots

(5 formulas)

De Moivre’s Theorem

(cosθ+isinθ)n=cos(nθ)+isin(nθ)(\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta)
See details
Back to top
explanationderivationconditionsvariantsrelated formulasrelated definitions
Raising a unit-modulus complex number to the nn-th power multiplies its argument by nn. Reduces high powers of complex numbers to elementary angle arithmetic — no binomial expansion, no tracking powers of ii.
Back to top

Power in Polar Form

zn=rneinθz^n = r^n e^{in\theta}
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
Exponential-form statement of De Moivre’s theorem. Raises modulus to the nn-th power and multiplies argument by nn. Direct consequence of the exponent rule (eiθ)n=einθ(e^{i\theta})^n = e^{in\theta}.
Back to top

Nth Roots Formula

zk=R1/n[cos ⁣(ϕ+2πkn)+isin ⁣(ϕ+2πkn)],k=0,1,,n1z_k = R^{1/n} \bigl[\cos\!\left(\tfrac{\phi + 2\pi k}{n}\right) + i\sin\!\left(\tfrac{\phi + 2\pi k}{n}\right)\bigr], \quad k = 0, 1, \ldots, n-1
See details
Back to top
explanationderivationconditionsvariantsrelated formulasrelated definitions
Every nonzero complex number w=Reiϕw = Re^{i\phi} has exactly nn distinct nn-th roots. They share the modulus R1/nR^{1/n} and are spaced uniformly around the origin at angular intervals of 2π/n2\pi/n, forming the vertices of a regular nn-gon.
Back to top

Roots of Unity

zk=ei2πk/n,k=0,1,,n1z_k = e^{i \, 2\pi k / n}, \quad k = 0, 1, \ldots, n-1
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
The nn solutions to zn=1z^n = 1. All lie on the unit circle, equally spaced at angles 2π/n2\pi/n apart, forming the vertices of a regular nn-gon with one vertex at 11.
Back to top

Sum of Roots of Unity

k=0n1ei2πk/n=0(n2)\sum_{k=0}^{n-1} e^{i \, 2\pi k / n} = 0 \quad (n \geq 2)
See details
Back to top
explanationderivationconditionsrelated formulasrelated definitions
The sum of all nn-th roots of unity is zero whenever n2n \geq 2. Geometrically, the roots form a regular polygon centered at the origin — placed tip-to-tail as vectors, they return to the starting point. Algebraically, this is a finite geometric series with ratio ω1\omega \neq 1.
Back to top

Identities

(4 formulas)

Euler’s Formula

eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta
See details
Back to top
explanationderivationconditionsvariantsrelated formulasrelated definitions
Connects exponential and trigonometric functions through the imaginary unit. Foundation of the exponential form of complex numbers and of every operation in polar coordinates.
Back to top

Euler’s Identity

eiπ+1=0e^{i\pi} + 1 = 0
See details
Back to top
explanationderivationrelated formulasrelated definitions
Special case of Euler’s formula at θ=π\theta = \pi. Connects five fundamental constants — ee, ii, π\pi, 11, and 00 — in a single equation. Often cited as the most elegant equation in mathematics.
Back to top

Powers of i Cycle

i1=i,i2=1,i3=i,i4=1i^1 = i, \quad i^2 = -1, \quad i^3 = -i, \quad i^4 = 1
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
Powers of ii cycle through four values with period 4. To compute iki^k for any integer kk, divide kk by 4 and use the remainder.
Back to top

Square Root of Negative

a=ia(a>0)\sqrt{-a} = i\sqrt{a} \quad (a > 0)
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
Extracts the imaginary unit from the square root of a negative real number. Verification: (ia)2=i2a=a(i\sqrt{a})^2 = i^2 \cdot a = -a.
Back to top

Argument

(5 formulas)

Argument of a Product

arg(z1z2)=arg(z1)+arg(z2)\arg(z_1 \cdot z_2) = \arg(z_1) + \arg(z_2)
See details
Back to top
explanationconditionsrelated formulasrelated definitions
Multiplying complex numbers adds their arguments. Geometrically, multiplication by z2z_2 rotates by arg(z2)\arg(z_2). Equality holds modulo 2π2\pi since arguments are determined only up to multiples of 2π2\pi.
Back to top

Argument of a Quotient

arg ⁣(z1z2)=arg(z1)arg(z2)\arg\!\left(\frac{z_1}{z_2}\right) = \arg(z_1) - \arg(z_2)
See details
Back to top
explanationconditionsrelated formulasrelated definitions
Dividing complex numbers subtracts their arguments. Geometrically, division by z2z_2 rotates clockwise by arg(z2)\arg(z_2). Modulo 2π2\pi.
Back to top

Argument of a Power

arg(zn)=narg(z)\arg(z^n) = n \cdot \arg(z)
See details
Back to top
explanationconditionsrelated formulasrelated definitions
Raising to the nn-th power multiplies the argument by nn. Direct consequence of the product rule applied nn times. Underlies De Moivre’s theorem.
Back to top

Argument of Conjugate

arg(z)=arg(z)\arg(\overline{z}) = -\arg(z)
See details
Back to top
explanationconditionsrelated formulasrelated definitions
Conjugation reflects across the real axis, negating the angle. The modulus is preserved.
Back to top

Argument of Negative

arg(z)=arg(z)+π\arg(-z) = \arg(z) + \pi
See details
Back to top
explanationconditionsrelated formulasrelated definitions
Negation rotates by 180°180°. Geometrically, z-z is the diametrically opposite point through the origin.
Back to top

Inverses & Distance

(4 formulas)

Additive Inverse

z=abifor    z=a+bi-z = -a - bi \quad \text{for} \;\; z = a + bi
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
The unique complex number satisfying z+(z)=0z + (-z) = 0. Both real and imaginary parts negate. Geometrically, reflection through the origin (rotation by 180°180°).
Back to top

Multiplicative Inverse

z1=zz2=abia2+b2z^{-1} = \frac{\overline{z}}{|z|^2} = \frac{a - bi}{a^2 + b^2}
See details
Back to top
explanationderivationconditionsvariantsrelated formulasrelated definitions
The unique complex number satisfying zz1=1z \cdot z^{-1} = 1. Found by multiplying 1/z1/z by z/z\overline{z}/\overline{z}, which converts the denominator to the real number z2|z|^2.
Back to top

Modulus of Inverse

z1=1z|z^{-1}| = \frac{1}{|z|}
See details
Back to top
explanationconditionsrelated formulasrelated definitions
The modulus of the inverse is the reciprocal of the modulus. Numbers far from the origin have inverses close to the origin, and vice versa. Numbers on the unit circle have inverses also on the unit circle.
Back to top

Distance Between Complex Numbers

d(z1,z2)=z1z2=(a1a2)2+(b1b2)2d(z_1, z_2) = |z_1 - z_2| = \sqrt{(a_1 - a_2)^2 + (b_1 - b_2)^2}
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
Euclidean distance between two points in the complex plane. The modulus of the difference equals the straight-line distance — direct application of the Pythagorean theorem to the right triangle with legs a1a2|a_1 - a_2| and b1b2|b_1 - b_2|.
Back to top

Polynomial Theory

(5 formulas)

Fundamental Theorem of Algebra

p(z)=an(zz1)(zz2)(zzn)p(z) = a_n(z - z_1)(z - z_2) \cdots (z - z_n)
See details
Back to top
explanationconditionsnotationrelated formulasrelated definitions
Every non-constant polynomial with complex coefficients factors completely into linear terms over C\mathbb{C}. A polynomial of degree nn has exactly nn roots, counted with multiplicity. This is what makes C\mathbb{C} algebraically closed — no further extension of the number system is needed to solve polynomial equations.
Back to top

Conjugate Root Theorem

p(z0)=0    p(z0)=0(real coefficients)p(z_0) = 0 \;\Rightarrow\; p(\overline{z_0}) = 0 \quad \text{(real coefficients)}
See details
Back to top
explanationderivationconditionsrelated formulasrelated definitions
For a polynomial with real coefficients, complex roots come in conjugate pairs. If z0z_0 is a root, so is z0\overline{z_0}. Consequence: every real polynomial of odd degree has at least one real root.
Back to top

Quadratic Formula in Complex

z=b±b24ac2az = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
The quadratic formula extends to complex coefficients without modification. Every quadratic equation az2+bz+c=0az^2 + bz + c = 0 has exactly two roots in C\mathbb{C} (counting multiplicity), regardless of whether the discriminant is real or complex.
Back to top

Vieta’s Quadratic

z1+z2=ba,z1z2=caz_1 + z_2 = -\frac{b}{a}, \qquad z_1 \cdot z_2 = \frac{c}{a}
See details
Back to top
explanationconditionsrelated formulasrelated definitions
Relates the roots of a quadratic az2+bz+c=0az^2 + bz + c = 0 to its coefficients without solving the equation. Same form as in the real case — Vieta’s formulas extend to complex roots unchanged.
Back to top

Vieta’s General

iri=an1an,iri=(1)na0an\sum_{i} r_i = -\frac{a_{n-1}}{a_n}, \qquad \prod_{i} r_i = (-1)^n \frac{a_0}{a_n}
See details
Back to top
explanationconditionsvariantsrelated formulasrelated definitions
For a polynomial of degree nn, the elementary symmetric sums of its roots equal the coefficients (up to sign and division by ana_n). The sum of roots and the product of roots are the simplest cases; intermediate symmetric sums correspond to coefficients in between.
Back to top