📚 StudyOS CBSE Class 5–12 AI Tutor

Complex Numbers and Quadratic Equations

NCERT Class 11 · Mathematics Based on NCERT Class 11 Mathematics textbook · Free CBSE study kit

Chapter Notes

Complex Numbers: Definition and Basic Concepts

A **complex number** is a number of the form **z = a + ib**, where a and b are real numbers. Here:

  • **a** is the **real part**, denoted **Re(z)**
  • **b** is the **imaginary part**, denoted **Im(z)**
  • **i** is the imaginary unit, defined by **i² = –1**
  • **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:

  • a = c (real parts equal)
  • b = d (imaginary parts equal)
  • **Worked Example:** If 4x + i(3x – y) = 3 + i(–6), find x and y.

  • Equating real parts: 4x = 3 → x = 3/4
  • Equating imaginary parts: 3x – y = –6
  • Substituting x = 3/4: 3(3/4) – y = –6 → 9/4 – y = –6 → y = 33/4
  • ---

    Addition and Subtraction of Complex Numbers

    **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:**

  • **Closure Law:** The sum of two complex numbers is always a complex number
  • **Commutative Law:** z₁ + z₂ = z₂ + z₁
  • **Associative Law:** (z₁ + z₂) + z₃ = z₁ + (z₂ + z₃)
  • **Additive Identity:** 0 + 0i (denoted 0) exists such that z + 0 = z for any z
  • **Additive Inverse:** For z = a + ib, the inverse is –z = –a – ib such that z + (–z) = 0
  • **Subtraction:** **z₁ – z₂ = z₁ + (–z₂) = (a – c) + i(b – d)**

    **Example:** (6 + 3i) – (2 – i) = (6 + 3i) + (–2 + i) = 4 + 4i

    ---

    Multiplication of Complex Numbers

    **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:**

  • **Closure Law:** z₁z₂ is always a complex number
  • **Commutative Law:** z₁z₂ = z₂z₁
  • **Associative Law:** (z₁z₂)z₃ = z₁(z₂z₃)
  • **Multiplicative Identity:** 1 + 0i (denoted 1) exists such that z·1 = z
  • **Multiplicative Inverse:** For non-zero z = a + ib, the inverse is z⁻¹ = (a – ib)/(a² + b²)
  • **Distributive Law:** z₁(z₂ + z₃) = z₁z₂ + z₁z₃ and (z₁ + z₂)z₃ = z₁z₃ + z₂z₃
  • ---

    Division of Complex Numbers

    **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).

  • Multiply numerator and denominator by conjugate of denominator: (2 + i)
  • Numerator: (6 + 3i)(2 + i) = 12 + 6i + 6i + 3i² = 12 + 12i – 3 = 9 + 12i
  • Denominator: (2 – i)(2 + i) = 4 + 1 = 5
  • Result: (9 + 12i)/5 = 9/5 + 12i/5
  • ---

    Powers of the Imaginary Unit i

    **Base Powers:**

  • i¹ = i
  • i² = –1
  • i³ = i² · i = –1 · i = –i
  • i⁴ = (i²)² = (–1)² = 1
  • i⁵ = i⁴ · i = i
  • i⁶ = i⁴ · i² = –1
  • **Cyclical Pattern:** Powers of i repeat with period 4.

    **General Formula:** For any integer k:

  • **i^(4k) = 1**
  • **i^(4k+1) = i**
  • **i^(4k+2) = –1**
  • **i^(4k+3) = –i**
  • **Worked Example:** Find i³⁵.

  • 35 = 4(8) + 3, so 35 ≡ 3 (mod 4)
  • Therefore, i³⁵ = i³ = –i
  • **Key Point:** Always reduce the exponent modulo 4 to find the power of i.

    ---

    Square Roots of Negative Real Numbers

    **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:**

  • √(–1) = i
  • √(–4) = 2i
  • √(–9) = 3i
  • **Critical Property:** The rule √a · √b = √(ab) does NOT hold when both a and b are negative.

    **Counterexample:**

  • If we assume √(–1) · √(–1) = √(–1 × –1) = √1 = 1
  • But i · i = i² = –1, which contradicts 1 = –1
  • **Correct Approach:** When both a < 0 and b < 0, compute separately: √a = i√|a| and √b = i√|b|, then multiply.

  • √(–1) · √(–1) = i · i = –1 ✓
  • ---

    Modulus and Conjugate of a Complex Number

    **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:**

  • z · z̄ = (a + ib)(a – ib) = a² + b² = |z|²
  • z̄̄ = z (conjugate of conjugate is the original)
  • |z̄| = |z|
  • Re(z) = (z + z̄)/2
  • Im(z) = (z – z̄)/(2i)
  • **Properties with Multiple Complex Numbers:**

  • (z₁z₂)̄ = z̄₁ · z̄₂
  • (z₁ + z₂)̄ = z̄₁ + z̄₂
  • (z₁/z₂)̄ = z̄₁/z̄₂ (provided z₂ ≠ 0)
  • |z₁z₂| = |z₁| · |z₂|
  • |z₁/z₂| = |z₁|/|z₂|
  • **Multiplicative Inverse using Conjugate:**

    **z⁻¹ = z̄/|z|²**

    **Worked Example:** Find the multiplicative inverse of 2 – 3i.

  • z̄ = 2 + 3i
  • |z|² = 4 + 9 = 13
  • z⁻¹ = (2 + 3i)/13 = 2/13 + 3i/13
  • ---

    Important Algebraic Identities for Complex Numbers

    **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.

  • Using (a – b)³ = a³ – 3a²b + 3ab² – b³
  • (5 – 3i)³ = 5³ – 3(5²)(3i) + 3(5)(3i)² – (3i)³
  • = 125 – 225i + 3(5)(9)(–1) – 27i³
  • = 125 – 225i – 135 – 27(–i)
  • = 125 – 135 – 225i + 27i
  • = –10 – 198i
  • **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 and Geometric Representation

    **Argand Plane (Complex Plane):** A plane where each point (x, y) represents the complex number z = x + iy.

  • x-coordinate → real part
  • y-coordinate → imaginary part
  • **Key Axes:**

  • **Real Axis:** The horizontal axis, containing points of the form a + 0i
  • **Imaginary Axis:** The vertical axis, containing points of the form 0 + bi
  • **Geometric Properties:**

  • **Modulus as Distance:** |z| = √(x² + y²) is the distance from point P(x, y) to the origin O(0, 0)
  • **Conjugate as Reflection:** z = x + iy and z̄ = x – iy correspond to points P(x, y) and Q(x, –y), which are mirror images about the real axis
  • **Example Representation:**

  • 2 + 4i → point A(2, 4)
  • –2 + 3i → point B(–2, 3)
  • –5 – 2i → point E(–5, –2)
  • **Distance Between Two Complex Numbers:**

    The distance between z₁ = x₁ + iy₁ and z₂ = x₂ + iy₂ is:

    **d = |z₁ – z₂| = √[(x₁ – x₂)² + (y₁ – y₂)²]**

    ---

    Worked Problems and Common Techniques

    **Expressing Complex Expressions in a + ib Form:**

    **Technique 1: Multiply by Conjugate of Denominator**

    For (5 + 2i)/(1 – 2i):

  • Multiply by (1 + 2i)/(1 + 2i)
  • Numerator: (5 + 2i)(1 + 2i) = 5 + 10i + 2i + 4i² = 5 + 12i – 4 = 1 + 12i
  • Denominator: (1 – 2i)(1 + 2i) = 1 + 4 = 5
  • Result: (1 + 12i)/5 = 1/5 + 12i/5
  • **Technique 2: Using Powers of i**

    For i⁻³⁵:

  • i⁻³⁵ = 1/i³⁵ = 1/i³ (since 35 ≡ 3 mod 4)
  • i³ = –i
  • i⁻³⁵ = 1/(–i) = –1/i = –1/i × i/i = –i/i² = –i/(–1) = i
  • **Technique 3: Algebraic Expansion**

    For (1 – i)⁴:

  • (1 – i)² = 1 – 2i + i² = 1 – 2i – 1 = –2i
  • (1 – i)⁴ = [(1 – i)²]² = (–2i)² = 4i² = –4
  • ---

    Important Exam-Relevant Points

    **Do NOT Assume:**

  • √(ab) = √a · √b when both a and b are negative
  • Complex numbers can be ordered (cannot say one is "greater than" another)
  • **Always Remember:**

  • i² = –1 is fundamental; use it to simplify any expression with i²
  • The modulus is always non-negative and real
  • A complex number equals another iff both real and imaginary parts are equal
  • Conjugate pairs are essential for division and finding inverses
  • **Verification Technique:**

    If z · z⁻¹ = 1 + 0i, then z⁻¹ is correct.

    ---

    Summary of Key Formulas

    | **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 |

    MCQs — 10 Questions with Answers

    Q1. If z = 3 + 4i, what is the real part and imaginary part of z?

    • A. Real part = 3, Imaginary part = 4i
    • B. Real part = 3, Imaginary part = 4 ✓
    • C. Real part = 4, Imaginary part = 3
    • D. Real part = 3i, Imaginary part = 4

    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?

    • A. 0 + i0
    • B. 1 + i0 ✓
    • C. i
    • D. –1 + i0

    Answer: B — The multiplicative identity is 1 + i0 (or simply 1) because z × 1 = z for any complex number z.

    Q3. What is i²⁰²⁵?

    • A. i ✓
    • B. –1
    • C. 1
    • D. –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.

    • A. 4 ✓
    • B. 5
    • C. 6
    • D. 7

    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).

    • A. 7 – i ✓
    • B. 7 + i
    • C. 1 + 5i
    • D. 7 – 5i

    Answer: A — Add real parts: 3 + 4 = 7; add imaginary parts: 2i – 3i = –i; result is 7 – i.

    Q6. Simplify (2 + i)(3 – 2i).

    • A. 6 – 2i
    • B. 8 – i ✓
    • C. 6 + 4i
    • D. 8 + i

    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?

    • A. The sum of two complex numbers is always a complex number
    • B. √(–2) × √(–3) = √6 ✓
    • C. Every complex number has a multiplicative inverse except zero
    • D. Complex numbers satisfy the commutative law of multiplication

    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:

    • A. (1 – 2i)/5 ✓
    • B. (1 + 2i)/5
    • C. (2 – i)/5
    • D. (–1 + 2i)/5

    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.

    • A. Both assertion and reason are true; reason explains assertion ✓
    • B. Both assertion and reason are true; reason does not explain assertion
    • C. Assertion is true; reason is false
    • D. Assertion is false; reason is true

    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:

    • A. 5
    • B. 13 ✓
    • C. 17
    • D. 25

    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.

    Flashcards

    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.

    Important Board Questions

    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.

    Next chapterLinear Inequalities →

    Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly

    Try StudyOS Free →