4.2 Complex Number Operations and Equations
Key Takeaways
- Arithmetic operations on complex numbers follow algebraic distribution rules with $i^2 = -1$: addition/subtraction combine real and imaginary components independently, while division $\frac{a+bi}{c+di}$ requires multiplying numerator and denominator by the conjugate $c - di$.
- Geometric interpretation of operations: addition and subtraction correspond to vector addition and subtraction in $\mathbb{R}^2$, while multiplication $z_1 z_2 = r_1 r_2 e^{i(\theta_1 + \theta_2)}$ scales moduli and adds arguments (rotation-dilation transformation).
- Complex powers and roots are efficiently solved using De Moivre's theorem $z^n = r^n e^{in\theta}$ and the $n$-th root formula $w_k = \sqrt[n]{r} e^{i \frac{\theta + 2k\pi}{n}}$ for $k = 0, 1, \dots, n-1$, forming regular $n$-gons in the Argand plane.
- Quadratic equations with real coefficients $ax^2 + bx + c = 0$ ($a \neq 0$) have complex conjugate roots $x = \frac{-b \pm i\sqrt{4ac - b^2}}{2a}$ when the discriminant $\Delta = b^2 - 4ac < 0$.
4.2 Complex Number Operations and Equations
The system of complex numbers $\mathbb{C}$ forms an algebraically closed field. This means that not only can we perform standard arithmetic operations (addition, subtraction, multiplication, division) following the standard algebraic laws, but every non-constant polynomial equation with complex coefficients also has at least one root in $\mathbb{C}$ (the Fundamental Theorem of Algebra). In this section, we explore arithmetic operations, geometric transformations, powers, roots, and polynomial equations over $\mathbb{C}$.
1. Basic Arithmetic Operations on Complex Numbers
Let $z_1 = a + bi$ and $z_2 = c + di$ ($a, b, c, d \in \mathbb{R}$).
Addition and Subtraction
Addition and subtraction are performed component-wise by grouping real and imaginary parts:
Geometric Interpretation: In the complex plane, complex addition corresponds to vector addition $\vec{OP_1} + \vec{OP_2} = \vec{OP}$, obeying the parallelogram rule. Complex subtraction $z_1 - z_2$ corresponds to the vector $\vec{P_2 P_1}$, whose length $|z_1 - z_2|$ represents the Euclidean distance between $P_1$ and $P_2$.
Multiplication
Multiplication follows the distributive property, replacing $i^2$ with $-1$:
Division
To divide $z_1$ by $z_2 \neq 0$, we rationalize the denominator by multiplying both numerator and denominator by the complex conjugate $\bar{z}_2 = c - di$:
2. Algebraic Properties of Powers of $i$
The powers of the imaginary unit $i$ display a strict 4-periodicity: In general, for any integer $k \in \mathbb{Z}$ and remainder $r \in {0, 1, 2, 3}$:
Crucial Summation Property:
The sum of any four consecutive integer powers of $i$ is identically zero: Gaokao Technique: High-degree power expressions like $(1 + i)^n$ or $\sum_{k=1}^{100} i^k$ are simplified by using $i^4 = 1$, $(1 + i)^2 = 2i$, and $(1 - i)^2 = -2i$.
3. Geometric Meaning of Multiplication and Rotation
Using exponential form $z_1 = r_1 e^{i\theta_1}$ and $z_2 = r_2 e^{i\theta_2}$:
Rotation-Dilation Theorem:
Multiplying a complex number $z$ by $w = r e^{i\theta}$ performs a rotation-dilation transformation in the complex plane:
- Modulus Scaling: The distance from the origin is multiplied by $r = |w|$.
- Angular Rotation: The vector is rotated counterclockwise by an angle $\theta = \arg(w)$.
Special Cases:
- Multiplying by $i = 1 \cdot e^{i\pi/2}$: Rotates the vector counterclockwise by $90^\circ$ ($\pi/2$ radians) without altering its length.
- Multiplying by $-1 = 1 \cdot e^{i\pi}$: Rotates the vector by $180^\circ$ ($\pi$ radians), equivalent to reflection through the origin.
4. De Moivre's Theorem and $n$-th Roots
De Moivre's Theorem
For any real number $\theta$ and any integer $n \in \mathbb{Z}$: In exponential form, this is simply $(e^{i\theta})^n = e^{in\theta}$.
Roots of Complex Numbers
To solve $w^n = z = r e^{i\theta}$ for $w$:
Roots of Unity ($z^n = 1$):
The $n$-th roots of unity are $\omega_k = e^{i \frac{2k\pi}{n}}$ for $k = 0, 1, \dots, n-1$. In the complex plane, these $n$ roots form the vertices of a regular $n$-gon inscribed in the unit circle.
Special Case: Cube Roots of Unity ($z^3 = 1$):
The three roots are $1, \omega, \omega^2$, where: They satisfy the fundamental algebraic identities:
5. Complex Quadratic Equations
Consider the quadratic equation with real coefficients: The discriminant is $\Delta = b^2 - 4ac$.
- If $\Delta > 0$: Two distinct real roots $x_{1,2} = \frac{-b \pm \sqrt{\Delta}}{2a}$.
- If $\Delta = 0$: One repeated real root $x_1 = x_2 = -\frac{b}{2a}$.
- If $\Delta < 0$: Two complex conjugate roots:
Vieta's Formulas continue to hold over $\mathbb{C}$:
6. Worked Gaokao Exam Examples
Example 1: Quotient Simplification and Complex Equation
Problem: Simplify $z = \frac{(1 + 2i)(1 - i)}{1 + i}$, express $z$ in standard form $a + bi$, and solve for $w \in \mathbb{C}$ such that $w \cdot z + \bar{w} = 4 + i$.
Solution:
- Simplify numerator:
- Perform division:
- Solve equation for $w$: Let $w = x + yi$ ($x, y \in \mathbb{R}$). Then $\bar{w} = x - yi$. Substitute $z = 2 - i$ into $w \cdot z + \bar{w} = 4 + i$: Expand the product: Group real and imaginary parts:
- Equate real and imaginary parts:
- Subtract second equation from first: Substitute back to find $y$:
- Thus, $w = \frac{3}{4} + \frac{7}{4}i$.
Example 2: High-Power Evaluation and Cyclicity
Problem: Evaluate the sum $S = \sum_{k=1}^{50} \left(\frac{1 + i}{\sqrt{2}}\right)^{2k}$.
Solution:
- Let $u = \frac{1 + i}{\sqrt{2}}$. Notice that:
- Therefore, the term in the sum is $u^{2k} = (u^2)^k = i^k$.
- The sum $S$ simplifies to:
- Since every 4 consecutive powers of $i$ sum to 0 ($i + i^2 + i^3 + i^4 = 0$): The first 48 terms group into 12 sets of 4, each summing to 0.
- The remaining terms are the 49th and 50th terms:
Evaluate the quotient $\frac{1 + 3i}{1 - i}$ in standard form $a + bi$.
If $z$ satisfies the equation $z(1 + i) = 2 - 2i$, what is the value of $z$?
Solve the quadratic equation $z^2 + 2z + 5 = 0$ over the complex field $\mathbb{C}$.