5.2 Complex Numbers & Complex Arithmetic

Key Takeaways

  • The imaginary unit is defined by i = sqrt(-1) so that i^2 = -1, extending the real numbers to the complex numbers a + bi with a and b real.
  • Powers of i repeat with period 4 in the cycle i, -1, -i, 1, so any i^n reduces by taking the remainder of n divided by 4.
  • The product of a complex number a + bi and its conjugate a - bi is always the non-negative real number a^2 + b^2.
  • Complex division is performed by multiplying the numerator and denominator by the conjugate of the denominator, which clears the imaginary part from the denominator.
Last updated: August 2026

5.2 Complex Numbers & Complex Arithmetic

In the real number system R\mathbb{R}, quadratic equations such as x2+1=0x^2 + 1 = 0 or x2+16=0x^2 + 16 = 0 possess no real solutions because no real number multiplied by itself yields a negative quantity. To resolve this structural limitation, mathematics defines the complex number system (denoted by C\mathbb{C}), which extends the 1D real continuum into a 2D algebraic field.


The Imaginary Unit and Standard Form a+bia + bi

The fundamental building block of complex numbers is the imaginary unit, denoted by ii, defined as:

i=1    i2=1i = \sqrt{-1} \quad \implies \quad i^2 = -1

Standard Form Definition

A complex number zz is any expression written in standard form:

z=a+biz = a + bi

where aa and bb are real numbers (a,bRa, b \in \mathbb{R}).

  • a=Re(z)a = \text{Re}(z) represents the real part of zz.
  • b=Im(z)b = \text{Im}(z) represents the imaginary part of zz (note that bb itself is a real scalar coefficient).

Subsets of Complex Numbers

  • If b=0b = 0, z=a+0i=az = a + 0i = a, which is a purely real number. Thus, RC\mathbb{R} \subset \mathbb{C}.
  • If a=0a = 0 and b0b \neq 0, z=0+bi=biz = 0 + bi = bi, which is a purely imaginary number (e.g., 5i5i, i3-i\sqrt{3}).

Geometric Representation & Absolute Value (Modulus)

Complex numbers are plotted on the 2D Complex Plane (Argand Plane), where the horizontal axis represents Re(z)\text{Re}(z) and the vertical axis represents Im(z)\text{Im}(z). The modulus (or magnitude) z|z| represents the Euclidean distance from the origin (0,0)(0, 0) to (a,b)(a, b):

z=a2+b2|z| = \sqrt{a^2 + b^2}


Cyclical Powers of ii

Because i2=1i^2 = -1, repeated multiplication by ii yields a period-4 repeating pattern. Computing sequential powers of ii reveals:

Power of iiStructural CalculationSimplified Value
i1i^1iiii
i2i^2(1)2(\sqrt{-1})^21-1
i3i^3i2i=(1)ii^2 \cdot i = (-1) \cdot ii-i
i4i^4(i2)2=(1)2(i^2)^2 = (-1)^211
i5i^5i4i=(1)ii^4 \cdot i = (1) \cdot iii
i6i^6i4i2=(1)(1)i^4 \cdot i^2 = (1) \cdot (-1)1-1
i7i^7i4i3=(1)(i)i^4 \cdot i^3 = (1) \cdot (-i)i-i
i8i^8(i4)2=(1)2(i^4)^2 = (1)^211

Exponent Reduction Formula

To simplify any high integer power ini^n, divide the exponent nn by 44 to find the integer remainder r{0,1,2,3}r \in \{0, 1, 2, 3\} (where nr(mod4)n \equiv r \pmod 4):

in=iri^n = i^r

  • If remainder r=0    in=1r = 0 \implies i^n = 1
  • If remainder r=1    in=ir = 1 \implies i^n = i
  • If remainder r=2    in=1r = 2 \implies i^n = -1
  • If remainder r=3    in=ir = 3 \implies i^n = -i

Complex Arithmetic Operations

Complex numbers obey standard algebraic field rules, treating ii like a variable while substituting i2=1i^2 = -1 whenever higher powers appear.

1. Complex Addition & Subtraction

Add or subtract corresponding real parts and imaginary parts: (a+bi)+(c+di)=(a+c)+(b+d)i(a + bi) + (c + di) = (a + c) + (b + d)i (a+bi)(c+di)=(ac)+(bd)i(a + bi) - (c + di) = (a - c) + (b - d)i

2. Complex Multiplication

Expand the product using the FOIL method (First, Outer, Inner, Last) and substitute i2=1i^2 = -1: (a+bi)(c+di)=ac+adi+bci+bdi2=ac+(ad+bc)i+bd(1)=(acbd)+(ad+bc)i(a + bi)(c + di) = ac + adi + bci + bdi^2 = ac + (ad + bc)i + bd(-1) = (ac - bd) + (ad + bc)i


Complex Conjugates and Division

Definition of Complex Conjugate

For any complex number z=a+biz = a + bi, its complex conjugate, denoted zˉ\bar{z} (or zz^*), is formed by negating the imaginary part:

zˉ=abi\bar{z} = a - bi

Conjugate Product Identity

Multiplying a complex number by its conjugate produces a strictly non-negative real scalar equal to the sum of the squares of its components:

zzˉ=(a+bi)(abi)=a2abi+abib2i2=a2b2(1)=a2+b2z \bar{z} = (a + bi)(a - bi) = a^2 - abi + abi - b^2 i^2 = a^2 - b^2(-1) = a^2 + b^2

This fundamental identity is used to eliminate imaginary terms from denominators.

Complex Division Procedure

To divide complex numbers a+bic+di\frac{a + bi}{c + di}, multiply both numerator and denominator by the complex conjugate of the denominator (cdi)(c - di):

a+bic+di=(a+bi)(cdi)(c+di)(cdi)=(ac+bd)+(bcad)ic2+d2=(ac+bdc2+d2)+(bcadc2+d2)i\frac{a + bi}{c + di} = \frac{(a + bi)(c - di)}{(c + di)(c - di)} = \frac{(ac + bd) + (bc - ad)i}{c^2 + d^2} = \left(\frac{ac + bd}{c^2 + d^2}\right) + \left(\frac{bc - ad}{c^2 + d^2}\right)i


Comprehensive Worked Examples

Worked Example 1: Simplifying Higher Powers of ii

Problem: Fully simplify the complex expression: E=4i233i54+2i101E = 4 i^{23} - 3 i^{54} + 2 i^{101}

Step-by-Step Solution:

  1. Evaluate exponent remainders modulo 4:
    • 23÷4=523 \div 4 = 5 with remainder 3    i23=i3=i3 \implies i^{23} = i^3 = -i.
    • 54÷4=1354 \div 4 = 13 with remainder 2    i54=i2=12 \implies i^{54} = i^2 = -1.
    • 101÷4=25101 \div 4 = 25 with remainder 1    i101=i1=i1 \implies i^{101} = i^1 = i.
  2. Substitute reduced powers back into the expression: E=4(i)3(1)+2(i)E = 4(-i) - 3(-1) + 2(i)
  3. Perform scalar multiplications: E=4i+3+2iE = -4i + 3 + 2i
  4. Combine real terms and imaginary terms into standard form a+bia + bi: E=3+(4i+2i)=32iE = 3 + (-4i + 2i) = 3 - 2i

Worked Example 2: Complex Multiplication and Division

Problem: Express z=(42i)(3+5i)1+2iz = \frac{(4 - 2i)(3 + 5i)}{1 + 2i} in standard form a+bia + bi.

Step-by-Step Solution:

  1. Multiply numerator terms using FOIL: (42i)(3+5i)=12+20i6i10i2(4 - 2i)(3 + 5i) = 12 + 20i - 6i - 10i^2 Since i2=1i^2 = -1, 10(1)=10-10(-1) = 10: Numerator=(12+10)+(20i6i)=22+14i\text{Numerator} = (12 + 10) + (20i - 6i) = 22 + 14i
  2. Set up the division quotient: z=22+14i1+2iz = \frac{22 + 14i}{1 + 2i}
  3. Multiply numerator and denominator by denominator conjugate (12i)(1 - 2i): z=(22+14i)(12i)(1+2i)(12i)z = \frac{(22 + 14i)(1 - 2i)}{(1 + 2i)(1 - 2i)}
  4. Expand numerator and denominator:
    • Numerator: (22)(1)44i+14i28i2=2230i+28=5030i(22)(1) - 44i + 14i - 28i^2 = 22 - 30i + 28 = 50 - 30i.
    • Denominator: 12+22=1+4=51^2 + 2^2 = 1 + 4 = 5.
  5. Separate into real and imaginary parts: z=5030i5=505305i=106iz = \frac{50 - 30i}{5} = \frac{50}{5} - \frac{30}{5}i = 10 - 6i

Worked Example 3: Modulus and Conjugate Algebraic Identity

Problem: Given z=34iz = 3 - 4i, calculate the conjugate product zzˉz \bar{z}, the square z2z^2, and evaluate zzˉ+z2z \bar{z} + z^2.

Step-by-Step Solution:

  1. Find conjugate product: zzˉ=(34i)(3+4i)=32+42=9+16=25z \bar{z} = (3 - 4i)(3 + 4i) = 3^2 + 4^2 = 9 + 16 = 25.
  2. Expand z2z^2: (34i)2=322(3)(4i)+(4i)2=924i16=724i(3 - 4i)^2 = 3^2 - 2(3)(4i) + (4i)^2 = 9 - 24i - 16 = -7 - 24i.
  3. Sum expressions: 25+(724i)=(257)24i=1824i25 + (-7 - 24i) = (25 - 7) - 24i = 18 - 24i.
Loading diagram...
Geometric Structure of Complex Numbers and Conjugates in the Complex Plane
Test Your Knowledge

What is the simplified value of the complex expression: 4i^23 - 3i^54 + 2*i^101?

A
B
C
D
Test Your Knowledge

Express the complex quotient (7 + 4i) / (3 - 2i) in standard form a + bi.

A
B
C
D
Test Your Knowledge

Given the complex number z = 3 - 4i with conjugate bar(z) = 3 + 4i, what is the value of z * bar(z) + z^2?

A
B
C
D
Test Your Knowledge

What are the complex roots of the quadratic equation x^2 - 6x + 13 = 0?

A
B
C
D