U34 Complex Numbers: Essential Formulas

This section covers the fundamental concepts and formulas for complex numbers, including representation, operations, modulus, argument, and De Moivre's Theorem.

1 Basic Definitions and Forms

Standard and Cartesian Form

A complex number $z$ is defined as $z = a + bi$, where $a, b \in \mathbb{R}$ and $i$ is the imaginary unit satisfying $i^2 = -1$. Here, $a$ is the real part, denoted by $\operatorname{Re}(z)$, and $b$ is the imaginary part, denoted by $\operatorname{Im}(z)$.

$$ z = a + bi $$
z = a + biReIm

Polar (Modulus-Argument) Form

A complex number can be expressed in terms of its modulus $r$ and argument $\theta$. The modulus $r = |z| = \sqrt{a^2 + b^2}$. The principal argument $\theta = \arg(z)$ satisfies $-\pi < \theta \leq \pi$.

$$ z = r(\cos \theta + i \sin \theta) $$

Euler's Form

Using Euler's formula, a complex number can be written compactly in exponential form.

$$ z = re^{i\theta} $$

2 Operations and Properties

Addition, Subtraction, and Multiplication

For $z_1 = a + bi$ and $z_2 = c + di$:

$$ z_1 \pm z_2 = (a \pm c) + (b \pm d)i $$
$$ z_1 \times z_2 = (ac - bd) + (ad + bc)i $$

In polar form, multiplication becomes simpler: $r_1 e^{i\theta_1} \times r_2 e^{i\theta_2} = r_1 r_2 e^{i(\theta_1 + \theta_2)}$.

Conjugate and Division

The conjugate of $z = a + bi$ is $\overline{z} = a - bi$. Important properties: $z \overline{z} = |z|^2 = a^2 + b^2$. For division:

$$ \frac{z_1}{z_2} = \frac{z_1 \overline{z_2}}{|z_2|^2} $$

In polar form: $\dfrac{r_1 e^{i\theta_1}}{r_2 e^{i\theta_2}} = \dfrac{r_1}{r_2} e^{i(\theta_1 - \theta_2)}$.

Modulus and Argument Properties

Let $z, z_1, z_2$ be complex numbers.

$$ |z_1 z_2| = |z_1| |z_2|, \quad \left| \frac{z_1}{z_2} \right| = \frac{|z_1|}{|z_2|} \ (z_2 \neq 0) $$
$$ \arg(z_1 z_2) = \arg(z_1) + \arg(z_2), \quad \arg\left(\frac{z_1}{z_2}\right) = \arg(z_1) - \arg(z_2) $$

3 De Moivre's Theorem and Roots

De Moivre's Theorem

For any integer $n$ and complex number $z = r(\cos \theta + i \sin \theta)$.

$$ [r(\cos \theta + i \sin \theta)]^n = r^n (\cos n\theta + i \sin n\theta) $$

Equivalently, $(e^{i\theta})^n = e^{i n\theta}$.

$n$th Roots of a Complex Number

For $z = r(\cos \theta + i \sin \theta)$ and $z \neq 0$, the $n$ distinct $n$th roots are given by:

$$ \sqrt[n]{r} \left[ \cos\left( \frac{\theta + 2k\pi}{n} \right) + i \sin\left( \frac{\theta + 2k\pi}{n} \right) \right], \quad k = 0, 1, 2, \dots, n-1 $$

These roots are equally spaced on a circle of radius $\sqrt[n]{r}$ in the complex plane.

Struggling with complex problems?

Learner App features AI step-by-step analysis technology. Snap a photo and it will guide you through the solution!

Download Learner Now