Complex Numbers and Quadratic Equations
"The imaginary number is a fine and wonderful resource of the human spirit, almost an amphibian between being and not being." — Gottfried Leibniz
1. Chapter Overview
Real numbers (R) are not enough. The equation x² + 1 = 0 has NO real solution. To solve it, we need a NEW number: i = √(-1). This chapter introduces COMPLEX NUMBERS (a + ib), their algebra (addition, multiplication, division, conjugate, modulus), representation on the ARGAND PLANE, and how they guarantee that EVERY quadratic equation has a solution (Fundamental Theorem of Algebra — introductory).
2. The Imaginary Unit i
- i = √(-1) → i² = -1
- i³ = -i. i⁴ = 1. The powers of i CYCLE every 4.
- A number of the form bi (where b ∈ R, i = √-1) is an IMAGINARY NUMBER
Complex Numbers
- A complex number z = a + ib, where a, b ∈ R
- a = REAL PART Re(z). b = IMAGINARY PART Im(z).
- If b = 0 → z is a REAL NUMBER (R ⊂ C)
- If a = 0 → z is a PURELY IMAGINARY NUMBER
- The set of all complex numbers is denoted by C
Equality
- Two complex numbers a + ib = c + id IF AND ONLY IF a = c AND b = d
3. Algebra of Complex Numbers
Addition and Subtraction
- (a + ib) + (c + id) = (a + c) + i(b + d)
- (a + ib) — (c + id) = (a — c) + i(b — d)
Multiplication
- (a + ib)(c + id) = ac + iad + ibc + i²bd = (ac — bd) + i(ad + bc)
- Remember: i² = -1
Division (Rationalising the Denominator)
- (a + ib)/(c + id) = [(a + ib)(c — id)] / [(c + id)(c — id)] = [(ac + bd) + i(bc — ad)] / (c² + d²)
- Multiply numerator AND denominator by the CONJUGATE of the denominator
4. Conjugate and Modulus
Conjugate
- Conjugate of z = a + ib is z̄ = a — ib
- Properties: zz̄ = a² + b² (real). (z̄)̄ = z. z + z̄ = 2a (twice the real part).
Modulus
- Modulus of z = a + ib is |z| = √(a² + b²)
- Geometric meaning: DISTANCE of z from the ORIGIN in the Argand plane
- |z| ≥ 0. |z| = 0 iff z = 0.
- |z₁z₂| = |z₁||z₂|
- |z₁/z₂| = |z₁|/|z₂| (z₂ ≠ 0)
5. The Argand Plane (Complex Plane)
- A 2D plane where:
- X-AXIS = REAL AXIS (represents the real part a)
- Y-AXIS = IMAGINARY AXIS (represents the imaginary part b)
- Each complex number z = a + ib is represented by the POINT (a, b)
- Modulus |z| = distance from origin
- Argument (θ) = angle with the positive real axis. tan θ = b/a.
Polar Form
- z = a + ib = r(cos θ + i sin θ), where r = |z|, θ = arg(z)
6. Quadratic Equations
Discriminant
- For ax² + bx + c = 0 (a ≠ 0):
- Discriminant Δ = b² — 4ac
- If Δ > 0: TWO DISTINCT real roots
- If Δ = 0: ONE REAL root (repeated)
- If Δ < 0: TWO COMPLEX CONJUGATE roots
Quadratic Formula (Works for ALL — real AND complex roots)
When Δ < 0: √(Δ) = i √(|Δ|) → roots are complex conjugates
Sum and Product of Roots
- Sum of roots: α + β = -b/a
- Product of roots: αβ = c/a
7. Exam Focus
- Powers of i — cyclic patterns (i, -1, -i, 1, repeat)
- Complex algebra — addition, subtraction, multiplication, division
- Conjugate and modulus — definitions and properties
- Argand plane — plotting complex numbers as points
- Polar form — r(cos θ + i sin θ)
- Quadratic formula with negative discriminant → complex conjugate roots
- Sum and product of roots
8. Key Formulas
- |z| = √(a² + b²)
- zz̄ = |z|² = a² + b²
- Quadratic formula: x = [-b ± √(b²-4ac)] / 2a
- Sum of roots = -b/a. Product = c/a.
- Polar form: z = r(cos θ + i sin θ)
9. Conclusion
Complex numbers are NOT 'imaginary' in the sense of being FICTIONAL. They are AS REAL as any other mathematical object — and they're ESSENTIAL:
- i: The square root of -1. The key that opens the door beyond R.
- ARGAND PLANE: The beautiful geometric interpretation. Complex numbers as POINTS IN A PLANE.
- QUADRATIC EQUATIONS: In C, EVERY quadratic equation has a solution. No exceptions.
'The shortest path between two truths in the real domain passes through the complex domain.' — Jacques Hadamard
