A complex number is a number that can be written in the form z = a + ib, where a is the real part, b is the imaginary part, and i is the imaginary unit defined by i² = −1.
In simple terms, a complex number is the combination of a real number and an imaginary number written in standard form. Operations on complex numbers are similar to operations on polynomials.
Addition and Subtraction of Complex Numbers
The addition and subtraction of complex numbers are fundamental operations. Similar to polynomials, we combine like terms. That is, we add or subtract the real parts together and the imaginary parts together.
Let z₁ = a + ib and z₂ = c + id, where a, b, c, and d are real numbers.
Real parts: 12 = 12 Imaginary parts: −2 = −2 Since both parts are equal, z₁ = z₂
Example: Find x and y if x + yi = 2y − (3x − 7)i.
Solution:
Since two complex numbers are equal, their real parts and imaginary parts must be equal.
Compare real parts: x = 2y … (1)
Compare imaginary parts: y = −(3x − 7) … (2)
Substitute x = 2y into (2): y = −(6y − 7) y = −6y + 7 7y = 7 ⇒ y = 1
From (1): x = 2y = 2
So, x = 2 and y = 1.
Dividing complex numbers
You probably already know that you can write an expression like 2 / (3 - √2) as a fraction with a rational denominator by multiplying the numerator and denominator by 3 + √2.
Because zis always real, you can use a similar method to write an expression like 2 / (3 - 5i) as a fraction with a real denominator, by multiplying the numerator
and denominator by 3+ 5i(as 3 + 5i is the complex conjugate of 3 - 5i)
This is the basis for dividing one complex number by another.
Example: Find the real and imaginary parts of 1/(3 + i).
Solution
Multiply the numerator and denominator by 3 - i
(As 3 - i is the conjugate of the denominator 3 + i)
1/( 3 + i) = ( 3 - i) / [( 3 + i)( 3 - i]
= ( 3 - i) / (9 + 1)
= ( 3 - i) / 10
The real part is 3/10 and the imaginary part is -1/10.
Modulus and Argument of Complex Numbers
The below figure shows the point representing z = x + iy on an argand diagram.