Mathwords logoMathwords

Complex Numbers — Definition, Formula & Examples

Complex Numbers

Numbers like 3 – 2i or The expression negative 1 plus the square root of 5 times i that can be written as the sum or difference of a real number and an imaginary number. Complex numbers are indicated by the symbol Blackboard bold capital C symbol (ℂ), representing the set of all complex numbers..

Note: All real numbers and all pure imaginary numbers are complex. Sometimes, however, mathematicians use the phrase complex numbers to refer strictly to numbers which have both nonzero real parts and nonzero imaginary parts.

 

Nested diagram showing number sets: natural, whole, integers, rationals, algebraic, reals, pure imaginary, and complex numbers...

 

 

See also

Nonreal numbers, natural numbers, whole numbers, integers, rational numbers, algebraic numbers, Gaussian integers

Key Formula

z=a+biz = a + bi
Where:
  • zz = The complex number
  • aa = The real part of the complex number (a real number)
  • bb = The imaginary part of the complex number (a real number)
  • ii = The imaginary unit, defined by i² = −1

Worked Example

Problem: Multiply the complex numbers (3 + 2i) and (1 − 4i).
Step 1: Apply the distributive property (FOIL) to expand the product.
(3+2i)(14i)=31+3(4i)+2i1+2i(4i)(3 + 2i)(1 - 4i) = 3 \cdot 1 + 3 \cdot (-4i) + 2i \cdot 1 + 2i \cdot (-4i)
Step 2: Carry out each multiplication.
=312i+2i8i2= 3 - 12i + 2i - 8i^2
Step 3: Replace i2i^2 with 1-1.
=312i+2i8(1)=312i+2i+8= 3 - 12i + 2i - 8(-1) = 3 - 12i + 2i + 8
Step 4: Combine the real parts and the imaginary parts separately.
=(3+8)+(12+2)i=1110i= (3 + 8) + (-12 + 2)i = 11 - 10i
Answer: (3+2i)(14i)=1110i(3 + 2i)(1 - 4i) = 11 - 10i

Another Example

This example demonstrates division of complex numbers, which requires multiplying by the conjugate — a technique not needed in the first example's multiplication problem.

Problem: Divide the complex number (7 + i) by (2 − 3i).
Step 1: Multiply both the numerator and the denominator by the conjugate of the denominator. The conjugate of 23i2 - 3i is 2+3i2 + 3i.
7+i23i2+3i2+3i\frac{7 + i}{2 - 3i} \cdot \frac{2 + 3i}{2 + 3i}
Step 2: Expand the numerator using FOIL.
(7+i)(2+3i)=14+21i+2i+3i2=14+23i+3(1)=11+23i(7 + i)(2 + 3i) = 14 + 21i + 2i + 3i^2 = 14 + 23i + 3(-1) = 11 + 23i
Step 3: Expand the denominator. A number times its conjugate gives a2+b2a^2 + b^2.
(23i)(2+3i)=4+9=13(2 - 3i)(2 + 3i) = 4 + 9 = 13
Step 4: Write the result in standard form a+bia + bi.
11+23i13=1113+2313i\frac{11 + 23i}{13} = \frac{11}{13} + \frac{23}{13}i
Answer: 7+i23i=1113+2313i\dfrac{7 + i}{2 - 3i} = \dfrac{11}{13} + \dfrac{23}{13}i

Frequently Asked Questions

What is the difference between real numbers and complex numbers?
Every real number is a complex number with its imaginary part equal to zero. For example, the real number 55 is the same as the complex number 5+0i5 + 0i. Complex numbers extend real numbers by also allowing a nonzero imaginary part, such as 5+3i5 + 3i. So the real numbers are a subset of the complex numbers.
What is the conjugate of a complex number and why is it useful?
The conjugate of a+bia + bi is abia - bi — you simply flip the sign of the imaginary part. When you multiply a complex number by its conjugate, the result is always a real number: (a+bi)(abi)=a2+b2(a + bi)(a - bi) = a^2 + b^2. This property is essential for dividing complex numbers, as shown in the division example above.
Can you graph complex numbers?
Yes. Complex numbers are plotted on the complex plane (also called the Argand plane), where the horizontal axis represents the real part and the vertical axis represents the imaginary part. For instance, the complex number 3+2i3 + 2i is plotted at the point (3,2)(3, 2). This makes complex numbers behave like two-dimensional vectors.

Complex Numbers vs. Real Numbers

Complex NumbersReal Numbers
General forma+bia + bi where a,bRa, b \in \mathbb{R}Any point on the number line
Imaginary partCan be nonzeroAlways zero
SymbolC\mathbb{C}R\mathbb{R}
Graphed onThe complex plane (2D)The number line (1D)
OrderingCannot be ordered (no "less than" or "greater than")Fully ordered
Example32i3 - 2i33

Why It Matters

Complex numbers appear throughout algebra when you solve quadratic equations with negative discriminants — for example, x2+1=0x^2 + 1 = 0 has no real solution, but it has the complex solutions x=ix = i and x=ix = -i. They are essential in advanced fields like electrical engineering (for analyzing alternating current circuits), quantum physics, and signal processing. In precalculus and calculus courses, you will use complex numbers to fully factor polynomials and apply the Fundamental Theorem of Algebra, which guarantees that every polynomial of degree nn has exactly nn roots in C\mathbb{C}.

Common Mistakes

Mistake: Writing i2=1i^2 = 1 instead of i2=1i^2 = -1.
Correction: The defining property of the imaginary unit is i2=1i^2 = -1. Forgetting the negative sign leads to wrong answers in every computation involving complex numbers. Always substitute i2=1i^2 = -1 when simplifying.
Mistake: Treating the imaginary part of a+bia + bi as bibi instead of bb.
Correction: The imaginary part is the real coefficient bb, not bibi. For example, the imaginary part of 3+7i3 + 7i is 77, not 7i7i. This distinction matters when using formulas for the modulus or conjugate.

Related Terms