Complex Numbers: Key
Concepts
Summary of Algebra and Geometry
Introduction to Complex Numbers
• • Complex numbers extend the real numbers with
an imaginary unit i, where i² = -1.
• • Useful for solving equations like ax² + bx + c = 0
when b² - 4ac < 0.
• • Represented as a + bi, where a is the real part and
b is the imaginary part.
Fundamental Theorem of Algebra
• • Every polynomial equation of degree n has
exactly n roots in the complex numbers.
• • Roots may be real or complex, and repetition is
allowed.
Basic Operations with Complex
Numbers
• • Addition/Subtraction: Combine real and
imaginary parts separately.
• Example: (a + bi) + (c + di) = (a + c) + (b + d)i.
• • Multiplication: Expand and simplify using i² = -1.
• Example: (a + bi)(c + di) = (ac - bd) + (ad + bc)i.
• • Division: Multiply numerator and denominator by
conjugate.
Argand Diagram
• • Represents complex numbers on a 2D plane.
• - Real part on x-axis, imaginary part on y-axis.
• • Polar form: z = r(cos θ + i sin θ), where r is
modulus and θ is argument.
• • Useful for visualizing addition, subtraction, and
multiplication.
Roots of Unity
• • Solutions of the equation zⁿ = 1.
• • Represented as n equally spaced points on the
unit circle in the Argand diagram.
• • nth roots: z = cos(2kπ/n) + i sin(2kπ/n), k = 0, 1,
..., n-1.
Key Theorems and Results
• • De Moivre's Theorem: (cos θ + i sin θ)ⁿ = cos(nθ)
+ i sin(nθ).
• • Triangle Inequality: |z + w| ≤ |z| + |w|.
• • Properties:
• - |z·w| = |z|·|w|.
• - arg(z·w) = arg(z) + arg(w).