Complex Numbers Module
Complex Numbers Module
COMPLEX NUMBERS
I. Introduction to Complex Numbers
A. Definition and Notation
Complex numbers extend the real number system by incorporating the imaginary unit,
denoted as i, where i² = -1. A complex number is expressed in the form:
z = a + bi
where:
B. Multiplication
(a + bi)(c + di) = ac + adi + bci + bdi²
C. Division
To divide two complex numbers:
(a+bi) / (c+di)
((a+bi)(c-di)) / ((c+di)(c-di))
INTERNAL USE
z = r(cosθ + i sinθ)
where:
- θ = tan⁻¹(b/a) (argument)
B. Euler’s Formula
Euler’s formula states:
z = r e^(iθ)