AOS3 Topic 1: Complex Number Basics
Definition
A complex number is a number that can be expressed in the form \(a + bi\), where \(a\) and \(b\) are real numbers, and \(i\) is the imaginary unit, satisfying the equation \(i^{2} = -1\).
Real and Imaginary Parts
In a complex number \(a + bi\), \(a\) is called the real part, and \(b\) is called the imaginary part. The real part represents the horizontal component, and the imaginary part represents the vertical component.
Powers of Imaginary Unit(iota)
Powers of the imaginary unit, denoted by \(i\), follow a cyclic pattern. When \(i\) is raised to powers of integers, it repeats in a cycle of four:
- \(i^{1} = i\)
- \(i^{2} = -1\)
- \(i^{3} = -i\)
- \(i^{4} = 1\)
This cycle repeats for higher powers of i.
Complex Number Operations
Addition:
The sum of two complex numbers \(z_1 = a_1 + b_1i\) and \(z_2 = a_2 + b_2i\) is given by:
\(z_1 + z_2 = (a_1 + a_2) + (b_1 + b_2)i\)
Subtraction:
The difference of two complex numbers \(z_1 = a_1 + b_1i\) and \(z_2 = a_2 + b_2i\) is given by:
\(z_1 - z_2 = (a_1 - a_2) + (b_1 - b_2)i\)
Multiplication:
The product of two complex numbers \(z_1 = a_1 + b_1i\) and \(z_2 = a_2 + b_2i\) is given by:
\(z_1 \cdot z_2 = (a_1a_2 - b_1b_2) + (a_1b_2 + a_2b_1)i\)
Division:
The quotient of two complex numbers \(z_1 = a_1 + b_1i\) and \(z_2 = a_2 + b_2i\) is given by:
\(z_1 ÷ z_2 = \frac{{(a_1a_2 + b_1b_2) + (a_2^2 + b_2^2)}}{{(a_2^2 + b_2^2)}} + \frac{{(a_2a_1 - b_1b_2) + (a_2^2 + b_2^2)}}{{(a_2^2 + b_2^2)}}i\)
Examples
Complex Number | Real Part | Imaginary Part |
---|---|---|
\(2 + 3i\) | \(2\) | \(3i\) |
\(-4 - 2i\) | \(-4\) | \(-2i\) |
\(5i\) | \(0\) | \(5i(Purely Imaginary)\) |
\(6\) | \(6\) | \(0(Purely Real)\) |
\(3 + 4i\) | \(3\) | \(4i\) |
Created with GeoGebra®, by Ben Sparks, Link
Complex Conjugate
The complex conjugate of a complex number \(a + bi\) is denoted by \(a - bi\). It involves changing the sign of the imaginary part.
Created with GeoGebra®, by 서문정, Pratima Nayak, Link
Modulus of a Complex Number
The modulus of a complex number \(a + bi\) is denoted by \(|a + bi|\) and represents the distance of the complex number from the origin in the complex plane. It is calculated as \(\sqrt{a^{2} + b^{2}}.
Identities
- \( (z_1 + z_2)^2 = (z_1)^2 + (z_2)^2 + 2z_1 \times z_2 \)
- \( (z_1 - z_2)^2 = (z_1)^2 + (z_2)^2 - 2z_1 \times z_2 \)
- \( (z_1)^2 - (z_2)^2 = (z_1 + z_2)(z_1 - z_2) \)
- \( (z_1 + z_2)^3 = (z_1)^3 + 3(z_1)^2z_2 + 3(z_2)^2z_1 + (z_2)^3 \)
- \( (z_1 - z_2)^3 = (z_1)^3 - 3(z_1)^2z_2 + 3(z_2)^2z_1 - (z_2)^3 \)
Properties
The properties of complex numbers are as follows:
- The addition of two conjugate complex numbers results in a real number.
- The multiplication of two conjugate complex numbers also results in a real number.
- If \( x \) and \( y \) are real numbers and \( x + yi = 0 \), then \( x = 0 \) and \( y = 0 \).
- If \( p, q, r, \) and \( s \) are real numbers and \( p + qi = r + si \), then \( p = r \) and \( q = s \).
- Complex numbers obey the commutative law of addition and multiplication: \( z_1 + z_2 = z_2 + z_1 \) and \( z_1 \cdot z_2 = z_2 \cdot z_1 \).
- Complex numbers obey the associative law of addition and multiplication: \( (z_1 + z_2) + z_3 = z_1 + (z_2 + z_3) \) and \( (z_1 \cdot z_2) \cdot z_3 = z_1 \cdot (z_2 \cdot z_3) \).
- Complex numbers obey the distributive law: \( z_1 \cdot (z_2 + z_3) = z_1 \cdot z_2 + z_1 \cdot z_3 \).
- If the sum of two complex numbers is real and the product of two complex numbers is also real, then these complex numbers are conjugates of each other.
- For any two complex numbers \( z_1 \) and \( z_2 \), \( |z_1 + z_2| \leq |z_1| + |z_2| \).
- The result of the multiplication of two complex numbers and its conjugate value should result in a complex number and it should be a positive value.
Argument of Complex Numbers
The argument of a complex number refers to the angle that the vector representing the complex number makes with the positive real axis in the complex plane. It is usually measured in radians or degrees counterclockwise from the positive real axis.
For a complex number \( z = a + bi \), where \( a \) and \( b \) are real numbers and \( i \) is the imaginary unit, the argument (denoted as \( \text{arg}(z) \)) can be calculated using the arctangent function as follows:
\( \text{arg}(z) = \arctan\left(\frac{b}{a}\right) \)
However, since the arctangent function has a range of \( (-\pi, \pi] \) or \( (-180^\circ, 180^\circ] \), depending on the convention, the argument may fall in that range. To express the argument more uniquely, we often use the principal value of the argument, which is the value within the range \( (-\pi, \pi] \) or \( (-180^\circ, 180^\circ] \).
Argand Diagram
An Argand diagram is a visual representation of complex numbers in the complex plane. In this diagram, the horizontal axis represents the real part of the complex number, while the vertical axis represents the imaginary part. By plotting complex numbers as points in this plane, we can visually understand their relationships, such as addition, subtraction, multiplication, and division.
Try moving the complex number by dragging the a and b bars to see how the radius and arg change.
Created with GeoGebra®, by Folens Publishers, Link
Example 1
Example 2
Example 3
Example 4
Example 5
Example 6
Example 7
- \( i^1 = i \)
- \( i^2 = -1 \)
- \( i^3 = -i \)
- \( i^4 = 1 \)
Example 8