Complex Number Operations
[MathDefinition title="Complex Numbers"] A complex number is of the form a + ib, where a and b are real numbers and i = β(β1). Here, a is the real part and b is the imaginary part. [/MathDefinition]
[MathDefinition title="Modulus of a Complex Number"] The modulus of a complex number z = a + ib is |z| = β(aΒ² + bΒ²). It represents the distance of the point (a, b) from the origin. [/MathDefinition]
[MathKeyFormula title="Operations on Complex Numbers"] If zβ = a + ib and zβ = c + id:
- Addition: zβ + zβ = (a + c) + i(b + d)
- Subtraction: zβ β zβ = (a β c) + i(b β d)
- Multiplication: zβ Γ zβ = (ac β bd) + i(ad + bc)
- Division: zβ/zβ = (zβ Γ zΜβ)/(zβ Γ zΜβ) where zΜβ is conjugate of zβ
- Conjugate: zΜ = a β ib
- |z|Β² = z Γ zΜ = aΒ² + bΒ² [/MathKeyFormula]
[MathNote title="Properties of Complex Numbers"]
- The sum of a complex number and its conjugate is real: z + zΜ = 2a
- The difference is purely imaginary: z β zΜ = 2ib
- The product of a complex number and its conjugate is real: z Γ zΜ = |z|Β²
- |zβzβ| = |zβ||zβ| and |zβ/zβ| = |zβ|/|zβ| [/MathNote]
[MathExample title="Example 1: Addition and Subtraction"] Problem: If zβ = 3 + 2i and zβ = 1 β 4i, find zβ + zβ and zβ β zβ.
Solution: zβ + zβ = (3 + 2i) + (1 β 4i) = (3 + 1) + i(2 β 4) = 4 β 2i
zβ β zβ = (3 + 2i) β (1 β 4i) = (3 β 1) + i(2 β (β4)) = 2 + 6i
Therefore, zβ + zβ = 4 β 2i and zβ β zβ = 2 + 6i [/MathExample]
[MathExample title="Example 2: Multiplication"] Problem: Find the product of (2 + 3i) and (4 β i).
Solution: (2 + 3i)(4 β i) = 2(4) + 2(βi) + 3i(4) + 3i(βi) = 8 β 2i + 12i β 3iΒ² = 8 + 10i β 3(β1) [since iΒ² = β1] = 8 + 10i + 3 = 11 + 10i
Therefore, (2 + 3i)(4 β i) = 11 + 10i [/MathExample]
[MathExample title="Example 3: Division"] Problem: Find (3 + 2i)/(1 β i).
Solution: Multiply numerator and denominator by the conjugate of the denominator:
(3 + 2i)/(1 β i) = (3 + 2i)(1 + i)/((1 β i)(1 + i))
Numerator: (3 + 2i)(1 + i) = 3 + 3i + 2i + 2iΒ² = 3 + 5i β 2 = 1 + 5i
Denominator: (1 β i)(1 + i) = 1 β iΒ² = 1 β (β1) = 2
Therefore, (3 + 2i)/(1 β i) = (1 + 5i)/2 = 1/2 + 5i/2 [/MathExample]
[MathExample title="Example 4: Finding Modulus"] Problem: Find the modulus of z = 3 β 4i and verify that |z|Β² = z Γ zΜ.
Solution: z = 3 β 4i |z| = β(3Β² + (β4)Β²) = β(9 + 16) = β25 = 5
zΜ = 3 + 4i
z Γ zΜ = (3 β 4i)(3 + 4i) = 9 + 12i β 12i β 16iΒ² = 9 + 16 = 25
|z|Β² = 5Β² = 25
Therefore, |z| = 5 and |z|Β² = z Γ zΜ = 25 [/MathExample]