Represent complex numbers as points in the complex plane.
Convert between rectangular and trigonometric forms of complex numbers.
Multiply and divide complex numbers in trigonometric form.
Use DeMoivre’s Theorem to compute the powers and roots of complex numbers.
Complex Numbers and the Complex Plane
A complex number, usually denoted by z, is a number that has two parts: a real part and an imaginary part.
z = x + yi
The x is the real part of the complex number and the yi is the imaginary part of the complex number.
The imaginary unit is defined as i = \sqrt{-1}, where i^2 = -1.
Complex numbers can be graphed similarly to points on the xy-plane.
Example: Representing points (2, -4), (-2, 0), and (5, 3) on both the Cartesian and Complex Planes.
Properties of Complex Numbers
The modulus or magnitude of a complex number z = x + yi is the distance from the origin to the point (x, y) on the complex plane. It is denoted by |z| and can be calculated using:
|z| = \sqrt{x^2 + y^2}
The conjugate of the complex number z = x + yi is given by:
\bar{z} = x - yi
The modulus can also be expressed as:
|z| = \sqrt{z ar{z}}
z \cdot \bar{z} = x^2 + y^2
Examples: Find the magnitude and conjugates of the following:
For 1 - 2i
For 3 + 7i
For -10i
Operations with Complex Numbers
Operations such as addition, subtraction, multiplication, and division can be performed just like with regular real numbers.
Consider z1 = a + bi and z2 = c + di:
Addition: z1 + z2 = (a + bi) + (c + di) = (a + c) + i(b + d)
Subtraction: z1 - z2 = (a + bi) - (c + di) = (a - c) + i(b - d)
Multiplication:
z1 \cdot z2 = (a + bi)(c + di) = ac + adi + bci + bdi^2
= (ac - bd) + i(ad + bc)
Also, \frac{z1}{z2} = \frac{r1}{r2} e^{i(\theta1-\theta2)} if z_2 \neq 0.
Examples: If z = 2(\cos \frac{2\pi}{9} + i \sin \frac{2\pi}{9}) and w = 4(\cos \frac{\pi}{9} + i \sin \frac{\pi}{9}), find the product and quotient and express in exponential form.
DeMoivre’s Theorem
This theorem enables the calculation of powers of complex numbers in polar form.
DeMoivre’s Theorem: If z = r(\cos \theta + i \sin \theta), then:
z^n = r^n [\cos(n\theta) + i \sin(n\theta)] = r^ne^{i(n\theta)} where n \geq 1 is a positive integer.
Examples: Write the following in polar and exponential form: