Unit 4: Complex Numbers & Quadratic Equations

Contents

1. Introduction to Complex Numbers

A Complex Number is a number that can be expressed in the form a + ib, where a and b are real numbers, and i (iota) is the imaginary unit.

i = √(-1)
i2 = -1, \quad i3 = -i, \quad i4 = 1

2. Algebra of Complex Numbers

Arithmetic operations on complex numbers follow standard algebraic rules, treating i as a variable and replacing i2 with -1.

3. Argand Plane and Polar Form

The Argand Plane (Complex Plane) is a geometric representation where the x-axis is the Real axis and the y-axis is the Imaginary axis.

Polar Representation

A complex number can be represented using its modulus (r) and the angle (θ) it makes with the positive real axis.

z = r(cos θ + i sin θ)
Where r = |z| and θ = arg(z) (Argument/Amplitude)

4. Fundamental Theorem of Algebra

The Fundamental Theorem of Algebra states that every non-zero, single-variable, degree n polynomial with complex coefficients has exactly n complex roots (counting multiplicity).

Key Takeaway: An equation of degree 2 (quadratic) will always have exactly 2 roots in the complex number system.

5. Complex Roots of Quadratic Equations

For a quadratic equation ax2 + bx + c = 0, we check the discriminant D = b2 - 4ac.

x = (-b ± i√(|D|)) / (2a)

6. Exam Focus Enhancements

Exam Tips
Common Mistakes
Frequently Asked Questions

Q: What is a purely imaginary number?
A: A complex number where the real part is zero (a=0), such as 5i.

Q: Why is the conjugate useful?
A: It is used to rationalize the denominator in complex division, turning it into a real number (z · z̄ = |z|2).