Complex Numbers: The Ultimate Cheatsheet

Introduction to Complex Numbers

Complex numbers expand our number system to solve previously unsolvable equations like x² + 1 = 0. They form the foundation of electrical engineering, quantum mechanics, signal processing, and many other fields. A complex number has the form z = a + bi, where:

  • a is the real part
  • b is the imaginary part
  • i is the imaginary unit, defined as i² = -1

Core Concepts and Definitions

TermDefinition
Imaginary unit (i)A number that satisfies i² = -1
Complex numberA number in the form z = a + bi
Real partThe coefficient of the real component (a in a + bi)
Imaginary partThe coefficient of the imaginary component (b in a + bi)
Complex planeA coordinate system with real axis (horizontal) and imaginary axis (vertical)
Pure real numberA complex number with b = 0 (z = a + 0i = a)
Pure imaginary numberA complex number with a = 0 (z = 0 + bi = bi)

Representations of Complex Numbers

Rectangular (Cartesian) Form

  • z = a + bi where a and b are real numbers
  • a = Re(z) (real part)
  • b = Im(z) (imaginary part)

Polar Form

  • z = r(cos θ + i sin θ) where:
    • r = |z| = √(a² + b²) (modulus/absolute value/magnitude)
    • θ = arg(z) = tan⁻¹(b/a) (argument/phase angle)
    • Note: Pay attention to quadrants when calculating θ

Exponential Form

  • z = re^(iθ) (based on Euler’s formula: e^(iθ) = cos θ + i sin θ)

Complex Number Operations

Basic Operations in Rectangular Form

OperationFormulaExample
Addition(a + bi) + (c + di) = (a + c) + (b + d)i(3 + 2i) + (1 + 4i) = 4 + 6i
Subtraction(a + bi) – (c + di) = (a – c) + (b – d)i(3 + 2i) – (1 + 4i) = 2 – 2i
Multiplication(a + bi)(c + di) = ac + adi + bci + bdi² = (ac – bd) + (ad + bc)i(3 + 2i)(1 + 4i) = 3 + 12i + 2i + 8i² = 3 + 14i – 8 = -5 + 14i
Division(a + bi)/(c + di) = ((a + bi)(c – di))/((c + di)(c – di)) = ((ac + bd) + (bc – ad)i)/(c² + d²)(3 + 2i)/(1 + 4i) = ((3)(1) + (2)(4) + ((2)(1) – (3)(4))i)/(1² + 4²) = (3 + 8 + (2 – 12)i)/17 = (11 – 10i)/17 = 11/17 – (10/17)i

Complex Conjugate

  • For z = a + bi, the complex conjugate z̄ (or z*) = a – bi
  • Properties:
    • z · z̄ = |z|² = a² + b²
    • z + z̄ = 2a
    • z – z̄ = 2bi

Modulus (Absolute Value)

  • |z| = |a + bi| = √(a² + b²)
  • Represents the distance from the origin to z in the complex plane

Argument (Phase Angle)

  • arg(z) = θ = tan⁻¹(b/a), adjusted for proper quadrant
  • For z = a + bi:
    • If a > 0: θ = tan⁻¹(b/a)
    • If a < 0, b ≥ 0: θ = tan⁻¹(b/a) + π
    • If a < 0, b < 0: θ = tan⁻¹(b/a) – π
    • If a = 0, b > 0: θ = π/2
    • If a = 0, b < 0: θ = -π/2
    • If a = 0, b = 0: θ is undefined

Operations in Polar Form

When z₁ = r₁(cos θ₁ + i sin θ₁) and z₂ = r₂(cos θ₂ + i sin θ₂):

OperationFormula
Multiplicationz₁z₂ = r₁r₂[cos(θ₁ + θ₂) + i sin(θ₁ + θ₂)]
Divisionz₁/z₂ = (r₁/r₂)[cos(θ₁ – θ₂) + i sin(θ₁ – θ₂)]
Power (De Moivre’s Formula)z^n = r^n[cos(nθ) + i sin(nθ)]
Rootsz^(1/n) = r^(1/n)[cos((θ + 2kπ)/n) + i sin((θ + 2kπ)/n)], k = 0, 1, 2, …, n-1

Useful Identities and Properties

  • i² = -1
  • i³ = -i
  • i⁴ = 1
  • i^n = i^(n mod 4)
  • |z₁z₂| = |z₁|·|z₂|
  • |z₁/z₂| = |z₁|/|z₂|
  • arg(z₁z₂) = arg(z₁) + arg(z₂)
  • arg(z₁/z₂) = arg(z₁) – arg(z₂)
  • e^(iπ) + 1 = 0 (Euler’s identity)

Common Applications of Complex Numbers

FieldApplications
Electrical EngineeringAC circuit analysis, impedance, phasors
Signal ProcessingFourier transforms, frequency domain analysis
Control SystemsTransfer functions, stability analysis
Quantum MechanicsWave functions, operators
Fluid DynamicsPotential flow, conformal mapping
Computer GraphicsRotations, transformations

Common Challenges and Solutions

ChallengeSolution
Converting between formsUse formulas: r = √(a² + b²), θ = tan⁻¹(b/a), and adjust θ for quadrant
Finding rootsUse the nth root formula with all k values to find all n roots
Division calculation errorsConvert to polar form for simpler division, or use the conjugate method
Phase angle calculation errorsBe careful with quadrants when calculating arg(z)
Solving complex equationsSeparate into real and imaginary parts, creating a system of equations

Best Practices

  • Always check the quadrant when calculating the argument (phase angle)
  • For multiplication and division of multiple complex numbers, polar form is often easier
  • For addition and subtraction, rectangular form is simpler
  • When solving systems with complex numbers, separating into real and imaginary parts can help
  • Visualize complex numbers on the complex plane to better understand relationships
  • Use conjugates to rationalize denominators in complex fractions

Conversion Between Forms

Rectangular to Polar

  • r = |z| = √(a² + b²)
  • θ = arg(z) = tan⁻¹(b/a) (adjusted for quadrant)

Polar to Rectangular

  • a = r cos θ
  • b = r sin θ

Either to Exponential

  • z = a + bi = r(cos θ + i sin θ) = re^(iθ)

Resources for Further Learning

  • Books:

    • “Visual Complex Analysis” by Tristan Needham
    • “Complex Variables and Applications” by Brown and Churchill
    • “Complex Analysis” by Elias Stein and Rami Shakarchi
  • Online Resources:

    • Khan Academy’s Complex Numbers course
    • MIT OpenCourseWare: Complex Variables with Applications
    • 3Blue1Brown’s “Complex Number Fundamentals” video series
    • Paul’s Online Math Notes: Complex Variables
  • Interactive Tools:

    • Desmos Graphing Calculator (supports complex numbers)
    • GeoGebra (has complex number visualization tools)
    • Wolfram Alpha (powerful complex number calculator)
Scroll to Top