The real number system is insufficient to solve all algebraic equations, such as x2+1=0. To address this, we define the imaginary unit, denoted by i (iota), with the following properties:
i=−1andi2=−1
What is a Complex Number?
A complex number, usually denoted by z, is any number that can be expressed in the form a+ib, where a and b are real numbers.
Real Part: The real number a is called the real part of z, denoted as Re(z).
Imaginary Part: The real number b is called the imaginary part of z, denoted as Im(z).
Equality of Complex Numbers
Two complex numbers, z1=a+ib and z2=c+id, are equal if and only if their real parts are equal and their imaginary parts are equal.
a+ib=c+id⟺a=c and b=d
Algebra of Complex Numbers
Addition:(a+ib)+(c+id)=(a+c)+i(b+d)
Subtraction:(a+ib)−(c+id)=(a−c)+i(b−d)
Multiplication:(a+ib)(c+id)=(ac−bd)+i(ad+bc)
Division: To divide, we multiply the numerator and denominator by the conjugate of the denominator: c+ida+ib=(c+id)(c−id)(a+ib)(c−id)=c2+d2ac+bd+ic2+d2bc−ad
Integral Powers of Iota (i)
The powers of i are cyclical with a period of 4 (i,−1,−i,1). To find in for any integer n, we use the remainder when n is divided by 4. in=ir, where r is the remainder.
A key property is that the sum of four consecutive powers of i is zero: in+in+1+in+2+in+3=0.
Example 1: Simplifying Powers of Iota
Question: Find the value of i135.
Solution:
To simplify i135, we divide 135 by 4. 135=4×33+3. The remainder is 3. Therefore, i135=i3=−i.
Example 2: Sum of Powers of Iota
Question: Evaluate the sum i10+i11+i12+i13.
Solution:
This is a sum of four consecutive powers of iota. According to the property in+in+1+in+2+in+3=0, the sum is 0.
Alternatively, we can calculate each term: i10=i2=−1, i11=i3=−i, i12=i4=1, i13=i1=i. The sum is −1−i+1+i=0.
Example 3: Multiplication of Complex Numbers
Question: Express the product (1−i)(2+3i) in the form a+ib.
Solution:
(1−i)(2+3i)=1(2)+1(3i)−i(2)−i(3i)=2+3i−2i−3i2
Since i2=−1, this becomes:
=2+i−3(−1)=2+i+3=5+i
Example 4: Equality of Complex Numbers
Question: Find the real values of x and y if (x4+2xi)−(3x2+iy)=(3−5i)+(1+2iy).
Solution:
First, group the real and imaginary parts on both sides.
LHS: (x4−3x2)+i(2x−y)
RHS: (3+1)+i(−5+2y)=4+i(−5+2y)
Equating real parts: x4−3x2=4⟹x4−3x2−4=0. Let u=x2, so u2−3u−4=0⟹(u−4)(u+1)=0. Thus x2=4 or x2=−1. Since x is real, x2=4⟹x=±2.
Equating imaginary parts: 2x−y=−5+2y⟹2x+5=3y.
If x=2, then 2(2)+5=3y⟹9=3y⟹y=3.
If x=−2, then 2(−2)+5=3y⟹1=3y⟹y=1/3.
The solutions are (x=2, y=3) and (x=-2, y=1/3).
Example 5: Finding a Multiplicative Inverse
Question: Find the multiplicative inverse of z=4−3i.
Solution:
The multiplicative inverse is z−1=1/z. We calculate this by multiplying the numerator and denominator by the conjugate of z.
Solution:
Let 7+24i=x+iy. Squaring both sides: 7+24i=(x+iy)2=(x2−y2)+i(2xy).
Equating real and imaginary parts:
1) x2−y2=7
2) 2xy=24⟹xy=12
We also use the identity (x2+y2)2=(x2−y2)2+(2xy)2.
(x2+y2)2=72+242=49+576=625. So, x2+y2=25 (since it must be positive).
Now we have:
x2+y2=25x2−y2=7
Adding these two equations gives 2x2=32⟹x2=16⟹x=±4.
Subtracting gives 2y2=18⟹y2=9⟹y=±3.
Since xy=12 is positive, x and y must have the same sign. So the roots are (x=4,y=3) and (x=−4,y=−3).
The square roots are 4+3i and −4−3i.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.