This exercise covers basic operations on complex numbers, properties of the complex conjugate, and the modulus of a complex number.
Multiplication by i:
If z=a+bi, then:
iz=i(a+bi)=ai+bi2=ai−b=−b+ai
So Re(iz)=−b=−Im(z) and Im(iz)=a=Re(z).
Complex Conjugate:
For z=a+bi, the conjugate is zˉ=a−bi.
- z is purely real ⟺b=0⟺z=zˉ
- z is purely imaginary ⟺a=0⟺z=−zˉ
- z+zˉ=2a=2Re(z)
- z−zˉ=2bi=2iIm(z)
- z⋅zˉ=a2+b2=∣z∣2
Modulus (Absolute Value):
For z=a+bi:
∣z∣=a2+b2
Properties:
- ∣z∣≥0, and ∣z∣=0⟺z=0
- ∣z∣=∣zˉ∣
- ∣z1z2∣=∣z1∣∣z2∣
- z2z1=∣z2∣∣z1∣, z2=0
Example 1: If z=3+4i, find iz, zˉ, and ∣z∣.
iz=i(3+4i)=3i+4i2=−4+3i
zˉ=3−4i
∣z∣=32+42=9+16=25=5
Example 2: Show that z⋅zˉ=∣z∣2.
z⋅zˉ=(a+bi)(a−bi)=a2−(bi)2=a2+b2=∣z∣2✓