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:
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}}.
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:
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
Find the conjugate of \( z_1 - z_2 \) if \( z_1 = 2 + 3i \) and \( z_2 = 5 + 2i \).
Solution:
Given,
\( z_1 = 2 + 3i \)
\( z_2 = 5 + 2i \)
\( z_1 - z_2 = (2 + 3i) - (5 + 2i) \)
\( = (2 - 5) + i(3 - 2) \)
\( = -3 + i \)
As we know the conjugate of \( z = x + iy = x - iy \).
Conjugate of \( z_1 - z_2 = -3 - i \)
Example 2
If \( z = 2 - 3i \), then find \( z^2 \).
Solution:
Given,
\( z = 2 - 3i \)
\( z^2 = z \cdot z \)
\( = (2 - 3i)(2 - 3i) \)
\( = 2(2) - 2(3i) - (3i)(2) + (3i)(3i) \)
\( = 4 - 6i - 6i + 9i^2 \) {since \( i^2 = -1 \)}
\( = 4 - 12i + 9(-1) \)
\( = 4 - 12i - 9 \)
\( = -5 - 12i \)
Therefore, \( z^2 = -5 - 12i \).
Example 3
2. Suppose \( z = (2 - i)^2 + \frac{7 - 4i}{2 + i} - 8 \), express \( z \) in the form of \( x + iy \) such that \( x \) and \( y \) are real numbers.
To simplify the expression \( \frac{2 + 3i}{1 - 2i} - \frac{4 - i}{3 + i} \), we'll start by rationalizing the denominators.
For the first fraction, we multiply both the numerator and the denominator by the conjugate of \( 1 - 2i \), which is \( 1 + 2i \). Similarly, for the second fraction, we multiply both the numerator and the denominator by the conjugate of \( 3 + i \), which is \( 3 - i \).
Here's how we do it step by step:
For the first fraction:
\[
\frac{2 + 3i}{1 - 2i} \times \frac{1 + 2i}{1 + 2i} = \frac{(1-2i)(1+2i)}{(2+3i)(1+2i)}
\]
For the second fraction:
\[
\frac{4 - i}{3 + i} \times \frac{3 - i}{3 - i} = \frac{(3+i)(3-i)}{(4-i)(3-i)}
\]