Arithmetic with complex numbers involves operations like addition, subtraction, multiplication, and division. Let's explore each of these operations in detail:
1. Addition of Complex Numbers:
When adding two complex numbers, you add their real parts and imaginary parts separately.
Formula:
If you have two complex numbers z1=a+bi and z2=c+di, their sum is:
z1+z2=(a+bi)+(c+di)=(a+c)+(b+d)i
Example:
Add z1=3+4i and z2=1+2i:
z1+z2=(3+1)+(4+2)i=4+6i
So, the sum is 4+6i.
2. Subtraction of Complex Numbers:
To subtract two complex numbers, subtract the real parts and the imaginary parts separately.
Formula:
If z1=a+bi and z2=c+di, their difference is:
z1−z2=(a+bi)−(c+di)=(a−c)+(b−d)i
Example:
Subtract z2=1+2i from z1=3+4i:
z1−z2=(3−1)+(4−2)i=2+2i
So, the difference is 2+2i.
3. Multiplication of Complex Numbers:
Multiplying complex numbers requires the distributive property and remembering that i2=−1.
Formula:
If z1=a+bi and z2=c+di, their product is:
z1×z2=(a+bi)(c+di)=ac+adi+bci+bdi2
Since i2=−1, this simplifies to:
z1×z2=(ac−bd)+(ad+bc)i
Example:
Multiply z1=3+4i and z2=1+2i:
z1×z2=(3+4i)(1+2i)
Using distributive property:
=3(1)+3(2i)+4i(1)+4i(2i)
=3+6i+4i+8i2
Since i2=−1, this becomes:
=3+6i+4i−8
Now, combine the real and imaginary parts:
=(3−8)+(6i+4i)=−5+10i
So, the product is −5+10i.
4. Division of Complex Numbers:
To divide complex numbers, multiply both the numerator and the denominator by the complex conjugate of the denominator. This process eliminates the imaginary part in the denominator.
Formula:
To divide z1=a+bi by z2=c+di, multiply both the numerator and the denominator by the complex conjugate of z2, which is c−di:
z2z1=c+dia+bi×c−dic−di
This results in:
z2z1=(c+di)(c−di)(a+bi)(c−di)
The denominator simplifies as:
(c+di)(c−di)=c2+d2
And the numerator is expanded as:
(a+bi)(c−di)=ac−adi+bci−bdi2
Since i2=−1, this simplifies to:
=(ac+bd)+(bc−ad)i
So, the division is:
z2z1=c2+d2(ac+bd)+(bc−ad)i
Example:
Divide z1=3+4i by z2=1+2i:
z2z1=1+2i3+4i
Multiply by the conjugate of 1+2i, which is 1−2i:
z2z1=(1+2i)(1−2i)(3+4i)(1−2i)
First, compute the denominator:
(1+2i)(1−2i)=12−(2i)2=1−(−4)=5
Next, expand the numerator:
(3+4i)(1−2i)=3(1)−3(2i)+4i(1)−4i(2i)
=3−6i+4i−8i2
Since i2=−1, this becomes:
=3−6i+4i+8
Combine the real and imaginary parts:
=(3+8)+(−6i+4i)=11−2i
So, the division is:
z2z1=511−2i=511−52i
Thus, the result is:
511−52i
Summary of Operations:
- Addition: Add real parts and imaginary parts separately.
- Subtraction: Subtract real parts and imaginary parts separately.
- Multiplication: Use distributive property and simplify with i2=−1.
- Division: Multiply numerator and denominator by the conjugate of the denominator to eliminate the imaginary part in the denominator.