1.14 De Moivre's Theorem (HL)
1. Foundational Propositions
PROPOSITION 1
Let $z = r\text{cis}\theta$. Then $z^{-1} = r^{-1}\text{cis}(-\theta)$, which implies $\frac{1}{z} = \frac{1}{r}\text{cis}(-\theta)$.
Proof: Utilizing the property $z\overline{z} = |z|^2 = r^2$ and $\overline{z} = r\text{cis}(-\theta)$.
PROPOSITION 2
Let $z_1 = r_1\text{cis}\theta_1$ and $z_2 = r_2\text{cis}\theta_2$. Then $z_1 z_2 = r_1 r_2\text{cis}(\theta_1 + \theta_2)$.
Proof:
PROPOSITION 3
Let $z_1 = r_1\text{cis}\theta_1$ and $z_2 = r_2\text{cis}\theta_2$. Then $\frac{z_1}{z_2} = \frac{r_1}{r_2}\text{cis}(\theta_1 - \theta_2)$.
Proof:
Notice on Modulus and Argument
The modulus $|z|$ strictly follows standard arithmetic operations, while the argument $\arg(z)$ behaves analogously to logarithms.
- $|z_1 z_2| = |z_1||z_2|$ and $\left|\frac{z_1}{z_2}\right| = \frac{|z_1|}{|z_2|}$.
- $\arg(z_1 z_2) = \arg(z_1) + \arg(z_2)$ and $\arg\left(\frac{z_1}{z_2}\right) = \arg(z_1) - \arg(z_2)$.
EXAMPLE 1
Let $z = 2\text{cis}\frac{\pi}{6}$ (which expands to $\sqrt{3} + i$) and $w = \text{cis}\frac{\pi}{3}$ (which expands to $\frac{1}{2} + \frac{\sqrt{3}}{2}i$). Operations yield:
2. De Moivre's Theorem
Let $z = r\text{cis}\theta$. For any positive integer $n \in \mathbb{Z}^+$, the theorem establishes the following relationship:
Proof by Mathematical Induction
$z^{k+1} = z^k \cdot z = r^k\text{cis}(k\theta) \cdot r\text{cis}\theta$
$= r^k r [\cos(k\theta) + i\sin(k\theta)][\cos\theta + i\sin\theta]$
$= r^{k+1} [\cos(k\theta + \theta) + i\sin(k\theta + \theta)]$ (Applying Proposition 2)
$= r^{k+1}\text{cis}((k+1)\theta)$.
Therefore, the statement holds universally by induction for any $n \in \mathbb{Z}^+$.
Notice: De Moivre's theorem is valid for any integer exponent $n \in \mathbb{Z}$. For example, evaluating $z^{-5}$ produces $r^{-5}\text{cis}(-5\theta)$, which is computationally equal to $\frac{1}{r^5}(\cos 5\theta - i\sin 5\theta)$.
3. Applications and Examples
EXAMPLE 2
Given $z = 2\text{cis}\frac{\pi}{6}$ (which corresponds to $\sqrt{3} + i$):
Expanding an exponent like 60 using the binomial theorem would be mathematically prohibitive, demonstrating the necessity of De Moivre's Theorem.
EXAMPLE 3
Evaluate the expression $(1+i)^{10}$.
Solution: The complex number must first be converted into polar form: $1+i = \sqrt{2}\text{cis}\frac{\pi}{4}$.
EXAMPLE 4 (Extracting Trigonometric Identities)
Calculate $z^3$ for the unit complex number $z = \cos\theta + i\sin\theta$ using two distinct mathematical methods to formulate identities.
$= \cos^3\theta + 3i\cos^2\theta\sin\theta - 3\cos\theta\sin^2\theta - i\sin^3\theta$.
Grouping the real and imaginary components yields: $(\cos^3\theta - 3\cos\theta\sin^2\theta) + i(3\cos^2\theta\sin\theta - \sin^3\theta)$.
Substituting the Pythagorean identity $\sin^2\theta = 1 - \cos^2\theta$ produces the final form: $\cos 3\theta = \mathbf{4\cos^3\theta - 3\cos\theta}$.
EXAMPLE 5
Utilizing the established properties $z^n + z^{-n} = 2\cos n\theta$ and $z^n - z^{-n} = 2i\sin n\theta$, expand the expression $(z+z^{-1})^3$.
Grouping the paired terms provides: $(z^3 + z^{-3}) + 3(z + z^{-1})$.
Substituting the trigonometric identities back in yields: $2\cos 3\theta + 6\cos\theta$.
1.15 Roots of $z^n = a$ (HL)
1. Concept of Equality
An underlying mathematical observation is that an equality established in complex numbers functions as a powerful relation, naturally yielding a system of two independent equations.
2. The n-th Roots of 1 (Roots of Unity)
The generalized solutions to the equation $z^n = 1$, which correspond directly to the roots of the polynomial $z^n - 1$, are classified as the $n$-th roots of 1. By defining an arbitrary root as $z = r\text{cis}\theta$, the equation translates into polar form as $r^n\text{cis}(n\theta) = 1\text{cis}(0)$.
This generates the following functional system:
Consequently, the $n$ distinct roots of 1 are calculated iteratively using the integers $k = 0, 1, 2, \dots, n-1$:
EXAMPLE 1
The 3rd roots of 1 (representing the solutions to $z^3 = 1$) are determined by evaluating $z_k = \text{cis}\left(\frac{2k\pi}{3}\right)$ across $k=0,1,2$.
- $z_0 = \text{cis}(0) = \mathbf{1}$
- $z_1 = \cos\frac{2\pi}{3} + i\sin\frac{2\pi}{3}$
- $z_2 = \cos\frac{4\pi}{3} + i\sin\frac{4\pi}{3}$
Geometric interpretation: The modulus of every calculated root is precisely 1, anchoring them strictly to the perimeter of the unit circle. With defined arguments of $0$, $\frac{2\pi}{3}$, and $\frac{4\pi}{3}$, these three roots partition the unit circle into three perfectly equal arcs.
EXAMPLE 2
The 4th roots of 1 (representing the solutions to $z^4 = 1$) are computed via $z_k = \text{cis}\left(\frac{2k\pi}{4}\right)$ for $k=0,1,2,3$.
- $z_0 = \mathbf{1}$
- $z_1 = \text{cis}\frac{\pi}{2} = \mathbf{i}$
- $z_2 = \text{cis}\pi = \mathbf{-1}$
- $z_3 = \text{cis}\frac{3\pi}{2} = \mathbf{-i}$
Geometrically, the four solutions $1, i, -1, -i$ sector the unit circle into four identical quadrants. Universally, the $n$-th roots of 1 geometrically divide the unit circle into exactly $n$ equal portions.
Notice on Root Sequences
If the primary non-real root $z_1$ is designated as $w = \text{cis}\left(\frac{2\pi}{n}\right)$, applying De Moivre's theorem reveals that $w^2 = z_2$, $w^3 = z_3$, and so forth. This establishes that the $n$-th roots of 1 can be represented holistically as a geometric sequence: $1, w, w^2, \dots, w^{n-1}$.
A crucial mathematical result arises from summing these roots as a finite geometric series:
This evaluates to 0 because $w^n = 1$. Therefore, the sum of all $n$-th roots of 1 is universally exactly 0.
EXAMPLE 3 (Factoring $z^n - 1$)
Determine the 5th roots of 1, factorize the polynomial $z^5 - 1$, and utilize the root sum property to demonstrate that $\cos\frac{2\pi}{5} + \cos\frac{4\pi}{5} = -\frac{1}{2}$.
The first quadratic is evaluated as: $(z - z_1)(z - z_4) = (z - \cos\frac{2\pi}{5} - i\sin\frac{2\pi}{5})(z - \cos\frac{2\pi}{5} + i\sin\frac{2\pi}{5}) = z^2 - 2z\cos\frac{2\pi}{5} + 1$.
The second quadratic is similarly evaluated as $z^2 - 2z\cos\frac{4\pi}{5} + 1$.
Thus, the final factored form over the real numbers is $z^5 - 1 = (z - 1)(z^2 - 2z\cos\frac{2\pi}{5} + 1)(z^2 - 2z\cos\frac{4\pi}{5} + 1)$.
$1 + \cos\frac{2\pi}{5} + \cos\frac{4\pi}{5} + \cos\frac{6\pi}{5} + \cos\frac{8\pi}{5} = 0$.
Because the cosines of conjugate angles match perfectly ($\cos(x) = \cos(-x)$), this relation reduces to $1 + 2\cos\frac{2\pi}{5} + 2\cos\frac{4\pi}{5} = 0$, algebraically leading to $\cos\frac{2\pi}{5} + \cos\frac{4\pi}{5} = \mathbf{-\frac{1}{2}}$.
Remark on the General Factorization of $z^n - 1$
Following the methodology established in the previous example, larger polynomials behave similarly based on their degree's parity:
- If $n$ is an odd integer: Factoring $z^7 - 1$ produces one linear root and three quadratics: $(z-1)(z^2 - 2z\cos\frac{2\pi}{7} + 1)(z^2 - 2z\cos\frac{4\pi}{7} + 1)(z^2 - 2z\cos\frac{6\pi}{7} + 1)$.
- If $n$ is an even integer: Factoring $z^6 - 1$ introduces two real roots ($\pm 1$), giving the factored form $(z-1)(z+1)(z^2 - z + 1)(z^2 + z + 1)$.
3. The n-th Roots of a Complex Number $a$
To compute the solutions for an equation in the format $z^n = a$, the complex constant $a$ must first be converted into its polar form $\rho\text{cis}\phi$. By assuming a generic root $z = r\text{cis}\theta$, the equation maps to $r^n\text{cis}(n\theta) = \rho\text{cis}\phi$.
This establishes the necessary mathematical system:
For integer values $k = 0, 1, 2, \dots, n-1$, the $n$ distinct roots are defined formally as:
EXAMPLE 4
Solve the specific equation $z^3 = 8i$.
Solution: The constant $8i$ is translated to the polar form $8\text{cis}\frac{\pi}{2}$. Equating $r^3\text{cis}(3\theta) = 8\text{cis}\frac{\pi}{2}$ yields the radius $r = 2$ and the angle equation $3\theta = \frac{\pi}{2} + 2k\pi$.
Geometric interpretation: All three computed roots sit on a circle defined by a radius of 2. They divide the circle into three perfectly equal arcs, but the initial root $z_0$ begins at an offset angle of $\frac{\pi}{6}$ rather than at $0$.