The Conjugate of a Complex Number
The conjugate of a complex number z=a+ib is obtained by changing the sign of its imaginary part. It is denoted by zˉ.
zˉ=a−ib
Properties of the Conjugate:
- (zˉ)=z
- z+zˉ=2Re(z)
- z−zˉ=2iIm(z)
- z=zˉ⟺z is purely real.
- z+zˉ=0⟺z is purely imaginary.
- z1±z2=z1ˉ±z2ˉ
- z1z2=z1ˉz2ˉ
- (z2z1)=z2ˉz1ˉ (provided z2=0)
The Modulus of a Complex Number
The modulus of a complex number z=a+ib is its distance from the origin in the Argand plane. It is a non-negative real number denoted by ∣z∣.
∣z∣=a2+b2=(Re(z))2+(Im(z))2
Properties of the Modulus:
- ∣z∣≥0, and ∣z∣=0⟺z=0.
- zzˉ=∣z∣2 (This is a very important property used for division and finding inverses).
- ∣z∣=∣zˉ∣=∣−z∣=∣−zˉ∣
- ∣z1z2∣=∣z1∣∣z2∣
- ∣z2z1∣=∣z2∣∣z1∣ (provided z2=0)
- Triangle Inequality:
- ∣z1+z2∣≤∣z1∣+∣z2∣
- ∣z1−z2∣≥∣∣z1∣−∣z2∣∣
Example 1: Finding Modulus and Conjugate
Question: Find the modulus and conjugate of z=−3+4i.
Solution:
- Conjugate: We change the sign of the imaginary part. zˉ=−3−4i.
- Modulus: ∣z∣=(−3)2+(4)2=9+16=25=5.
Example 2: Using Properties to Find Modulus
Question: Find the modulus of z=(1−3i)2(1+i)(2−i).
Solution:
Using the properties ∣z1z2∣=∣z1∣∣z2∣ and ∣z1/z2∣=∣z1∣/∣z2∣:
∣z∣=∣(1−3i)2∣∣1+i∣∣2−i∣=∣1−3i∣2∣1+i∣∣2−i∣
Now, we calculate each modulus:
∣1+i∣=12+12=2
∣2−i∣=22+(−1)2=5
∣1−3i∣=12+(−3)2=10
∣z∣=(10)22⋅5=1010=101
Example 3: Finding the Multiplicative Inverse
Question: Find the multiplicative inverse of z=2−3i.
Solution:
The formula for the inverse is z−1=∣z∣2zˉ.
- zˉ=2+3i
- ∣z∣2=22+(−3)2=4+9=13.
z−1=132+3i=132+i133
Example 4: Solving Equations with Conjugates
Question: If 3z+2zˉ=5+i, find the complex number z.
Solution:
Let z=x+iy. Then zˉ=x−iy. Substitute these into the equation:
3(x+iy)+2(x−iy)=5+i
(3x+3iy)+(2x−2iy)=5+i
Group the real and imaginary parts:
(3x+2x)+i(3y−2y)=5+i
5x+iy=5+i
Equating the real and imaginary parts:
5x=5⟹x=1.
y=1.
Therefore, z=1+i.