A **complex number** is a number of the form **z = a + ib**, where a and b are real numbers. Here:
**Key Point:** The imaginary unit i is introduced to solve equations like x² + 1 = 0, which have no solution in the real number system.
**Example:** For z = 2 + 5i, we have Re(z) = 2 and Im(z) = 5.
**Equality of Complex Numbers:** Two complex numbers z₁ = a + ib and z₂ = c + id are equal if and only if:
**Worked Example:** If 4x + i(3x – y) = 3 + i(–6), find x and y.
---
**Addition:** For z₁ = a + ib and z₂ = c + id:
**z₁ + z₂ = (a + c) + i(b + d)**
**Example:** (2 + 3i) + (–6 + 5i) = (2 – 6) + i(3 + 5) = –4 + 8i
**Properties of Addition:**
**Subtraction:** **z₁ – z₂ = z₁ + (–z₂) = (a – c) + i(b – d)**
**Example:** (6 + 3i) – (2 – i) = (6 + 3i) + (–2 + i) = 4 + 4i
---
**Formula:** For z₁ = a + ib and z₂ = c + id:
**z₁z₂ = (ac – bd) + i(ad + bc)**
**Derivation:**
(a + ib)(c + id) = ac + iad + ibc + i²bd = ac + iad + ibc – bd = (ac – bd) + i(ad + bc)
**Example:** (3 + 5i)(2 + 6i) = (3·2 – 5·6) + i(3·6 + 5·2) = (6 – 30) + i(18 + 10) = –24 + 28i
**Properties of Multiplication:**
---
**Formula:** For z₁ and z₂ (z₂ ≠ 0):
**z₁/z₂ = z₁/z₂ × (z₂̄/z₂̄) = (z₁·z₂̄)/|z₂|²**
where z₂̄ is the conjugate of z₂.
**Worked Example:** Find (6 + 3i)/(2 – i).
---
**Base Powers:**
**Cyclical Pattern:** Powers of i repeat with period 4.
**General Formula:** For any integer k:
**Worked Example:** Find i³⁵.
**Key Point:** Always reduce the exponent modulo 4 to find the power of i.
---
**Fundamental Result:** For any positive real number a:
**√(–a) = i√a**
**Explanation:** If √(–a) = x, then x² = –a. Setting x = ib where b > 0, we get (ib)² = i²b² = –b² = –a, so b = √a.
**Examples:**
**Critical Property:** The rule √a · √b = √(ab) does NOT hold when both a and b are negative.
**Counterexample:**
**Correct Approach:** When both a < 0 and b < 0, compute separately: √a = i√|a| and √b = i√|b|, then multiply.
---
**Modulus (Absolute Value):** For z = a + ib:
**|z| = √(a² + b²)**
This represents the distance from the point (a, b) to the origin in the Argand plane.
**Example:** |3 + 4i| = √(9 + 16) = √25 = 5
**Conjugate:** For z = a + ib:
**z̄ = a – ib**
The conjugate is obtained by replacing i with –i.
**Example:** Conjugate of 2 – 5i is 2 + 5i.
**Geometric Interpretation:** z and z̄ are mirror images of each other about the real axis in the Argand plane.
**Key Properties:**
**Properties with Multiple Complex Numbers:**
**Multiplicative Inverse using Conjugate:**
**z⁻¹ = z̄/|z|²**
**Worked Example:** Find the multiplicative inverse of 2 – 3i.
---
**Sum of Squares:**
**(z₁ + z₂)² = z₁² + 2z₁z₂ + z₂²**
**Difference of Squares:**
**(z₁ – z₂)² = z₁² – 2z₁z₂ + z₂²**
**Sum of Cubes:**
**(z₁ + z₂)³ = z₁³ + 3z₁²z₂ + 3z₁z₂² + z₂³**
**Difference of Cubes:**
**(z₁ – z₂)³ = z₁³ – 3z₁²z₂ + 3z₁z₂² – z₂³**
**Difference of Squares (Factorization):**
**(z₁² – z₂²) = (z₁ + z₂)(z₁ – z₂)**
**Worked Example:** Express (5 – 3i)³ in the form a + ib.
**Key Point:** These identities work for complex numbers just as they do for real numbers due to the field properties of complex numbers.
---
**Argand Plane (Complex Plane):** A plane where each point (x, y) represents the complex number z = x + iy.
**Key Axes:**
**Geometric Properties:**
**Example Representation:**
**Distance Between Two Complex Numbers:**
The distance between z₁ = x₁ + iy₁ and z₂ = x₂ + iy₂ is:
**d = |z₁ – z₂| = √[(x₁ – x₂)² + (y₁ – y₂)²]**
---
**Expressing Complex Expressions in a + ib Form:**
**Technique 1: Multiply by Conjugate of Denominator**
For (5 + 2i)/(1 – 2i):
**Technique 2: Using Powers of i**
For i⁻³⁵:
**Technique 3: Algebraic Expansion**
For (1 – i)⁴:
---
**Do NOT Assume:**
**Always Remember:**
**Verification Technique:**
If z · z⁻¹ = 1 + 0i, then z⁻¹ is correct.
---
| **Concept** | **Formula** |
|---|---|
| Complex number | z = a + ib |
| Equality | a + ib = c + id ⟺ a = c, b = d |
| 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 | z₁/z₂ = z₁z̄₂/|z₂|² |
| Modulus | |z| = √(a² + b²) |
| Conjugate | z̄ = a – ib |
| Property | z · z̄ = |z|² |
| Multiplicative inverse | z⁻¹ = z̄/|z|² |
| Powers of i (period 4) | i⁴ᵏ=1, i⁴ᵏ⁺¹=i, i⁴ᵏ⁺²=–1, i⁴ᵏ⁺³=–i |
Q1. If z = 3 + 4i, what is the real part and imaginary part of z?
Answer: B — The imaginary part is the coefficient b in a + ib, which is 4 (not 4i); the real part is 3.
Q2. Which of the following is the multiplicative identity for complex numbers?
Answer: B — The multiplicative identity is 1 + i0 (or simply 1) because z × 1 = z for any complex number z.
Q3. What is i²⁰²⁵?
Answer: A — 2025 = 4 × 506 + 1, so 2025 ≡ 1 (mod 4); therefore i²⁰²⁵ = i⁴·⁵⁰⁶⁺¹ = i.
Q4. If (2x + 3) + i(y – 1) = 5 + i2, where x and y are real, find x + y.
Answer: A — Equate real parts: 2x + 3 = 5 → x = 1; equate imaginary parts: y – 1 = 2 → y = 3; thus x + y = 1 + 3 = 4.
Q5. Simplify (3 + 2i) + (4 – 3i).
Answer: A — Add real parts: 3 + 4 = 7; add imaginary parts: 2i – 3i = –i; result is 7 – i.
Q6. Simplify (2 + i)(3 – 2i).
Answer: B — Using (a+ib)(c+id) = (ac–bd) + i(ad+bc): (2×3 – 1×(–2)) + i(2×(–2) + 1×3) = (6+2) + i(–4+3) = 8 – i.
Q7. Which statement is NOT correct about complex numbers?
Answer: B — √(–2) × √(–3) = i√2 × i√3 = i²√6 = –√6, not √6; the formula √a√b = √(ab) fails when both a and b are negative.
Q8. If z = 1 + 2i, then z⁻¹ equals:
Answer: A — For z = a + ib, z⁻¹ = (a – ib)/(a² + b²); here z⁻¹ = (1 – 2i)/(1² + 2²) = (1 – 2i)/5.
Q9. Assertion: i³ = –i. Reason: i² = –1 and i³ = i² × i = (–1) × i = –i.
Answer: A — i³ = –i is correct, and the reasoning using i² = –1 directly derives i³ = i × i² = i × (–1) = –i, so reason fully explains assertion.
Q10. If (x + iy)² = –5 + 12i where x, y ∈ ℝ, then x² + y² equals:
Answer: B — Expand (x + iy)² = x² – y² + 2ixy = –5 + 12i; equate: x² – y² = –5 and 2xy = 12 (so xy = 6); solving gives x = 3, y = 2 (or x = –3, y = –2); thus x² + y² = 9 + 4 = 13.
Define a complex number and its real and imaginary parts.
A complex number z = a + ib where a is the real part (Re z) and b is the imaginary part (Im z), both real numbers.
When are two complex numbers z₁ = a + ib and z₂ = c + id equal?
They are equal if and only if a = c and b = d; both real and imaginary parts must match separately.
What is the formula for multiplication of complex numbers z₁ = a + ib and z₂ = c + id?
z₁z₂ = (ac – bd) + i(ad + bc), obtained by expanding and using i² = –1.
State the cyclic pattern of powers of i.
i⁴ᵏ = 1, i⁴ᵏ⁺¹ = i, i⁴ᵏ⁺² = –1, i⁴ᵏ⁺³ = –i; the pattern repeats every 4 powers.
What is the multiplicative inverse of a non-zero complex number z = a + ib?
z⁻¹ = (a – ib)/(a² + b²), which equals the conjugate divided by the square of the modulus.
When is the property √a × √b = √(ab) valid for negative numbers?
Only when both a and b are positive or one is zero; it fails when both a < 0 and b < 0 because it leads to –1 = 1.
How do you divide two complex numbers z₁ ÷ z₂ where z₂ ≠ 0?
z₁/z₂ = z₁ × z₂⁻¹, meaning multiply z₁ by the multiplicative inverse of z₂.
Express √(–a) where a > 0 in terms of the imaginary unit.
√(–a) = i√a, which is purely imaginary with no real part.
Prove the identity (z₁ + z₂)² = z₁² + 2z₁z₂ + z₂² for complex numbers.
Expand (z₁ + z₂)(z₁ + z₂) using the distributive law twice, rearrange using commutativity of multiplication, and collect like terms.
If 4x + i(3x – y) = 3 + i(–6) where x, y are real, what is the method to find x and y?
Equate real parts: 4x = 3; equate imaginary parts: 3x – y = –6; solve the resulting system of two equations.
If z₁ = 2 + 3i and z₂ = 1 – 2i, find z₁ + z₂ and z₁ – z₂. Also state which law of addition validates the property z₁ + z₂ = z₂ + z₁. [2 marks]
Add real parts and imaginary parts separately for addition and subtraction; the commutative law of addition states z₁ + z₂ = z₂ + z₁ for all complex numbers.
Express (5 + 4i)(2 – 3i) in the form a + ib. Verify your answer by showing that the real and imaginary parts are computed using the formula (a+ib)(c+id) = (ac–bd) + i(ad+bc), and explain why the product of two non-zero complex numbers is also a complex number (closure property). [5 marks]
Multiply using (a+ib)(c+id) = (ac–bd) + i(ad+bc) formula: real part = 5×2 – 4×(–3), imaginary part = 5×(–3) + 4×2; closure property means the result is always a complex number of form p + iq.
Prove that the following identity holds for all complex numbers z₁ and z₂: (z₁ + z₂)² = z₁² + 2z₁z₂ + z₂². Also demonstrate this identity with z₁ = 3 + i and z₂ = 1 – 2i by computing both sides separately and verifying they are equal. Explain which fundamental properties of complex number operations (such as distributive law and commutativity) are used in the proof. [6 marks]
Proof: expand (z₁ + z₂)(z₁ + z₂) using distributive law twice, apply commutativity of multiplication to rearrange, and collect like terms; numerical verification: compute LHS directly and RHS as z₁² + 2z₁z₂ + z₂², both should equal –3 + 4i after simplification.
Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly
Try StudyOS Free →