Back to ShikshaPal ExplainerClass 11 / Math
ShikshaPal
Class 11 · Math

Complex Numbers and Quadratic Equations

For centuries, mathematicians encountered an impossible problem: what is the square root of -1?

Feynman Lens

Start with the simplest version: this lesson is about Complex Numbers and Quadratic Equations. If you can explain the core idea to a friend using everyday language, examples, and one clear reason why it matters, you have moved from memorising to understanding.

For centuries, mathematicians encountered an impossible problem: what is the square root of -1? There is no real number whose square is negative—any real number squared is non-negative. This chapter introduces complex numbers, an extension of the real number system that solves this puzzle and reveals deeper mathematical structure. Complex numbers enable us to solve all quadratic equations without restriction and provide essential tools for physics, engineering, and signal processing. They represent a profound expansion of what we can calculate and understand.

The Imaginary Unit

The solution is elegant: define a new number i where i² = -1. We call i the imaginary unit, even though complex numbers are perfectly real in their applications.

If i² = -1, then what is i⁴? It's (i²)² = (-1)² = 1. And i³ = i² · i = -i. Notice the pattern: i, -1, -i, 1, i, -1, -i, 1, ... It repeats every four powers.

The imaginary unit extends our number system just as zero once did, or as negative numbers did. Each expansion made mathematics more powerful.

Complex Numbers: Form and Representation

A complex number has the form z = a + bi, where a and b are real numbers.

Examples: 3 + 4i, -2 + 0i, 0 + 5i, 7 - 3i

Pure real numbers like 7 have b = 0. Pure imaginary numbers like 3i have a = 0.

Two complex numbers are equal if and only if their real parts are equal AND their imaginary parts are equal. So a + bi = c + di means a = c and b = d.

Geometric Representation: The Complex Plane

Just as the number line represents real numbers, the complex plane represents complex numbers. It's a 2D coordinate system:

The point (3, 4) represents 3 + 4i. Distance from the origin represents magnitude.

Modulus (absolute value): |a + bi| = √(a² + b²)

This is the distance from the origin to the point (a, b).

Arithmetic with Complex Numbers

Addition/Subtraction: Combine real parts separately from imaginary parts.

(3 + 4i) + (1 + 2i) = 4 + 6i

(5 + 3i) - (2 + i) = 3 + 2i

Multiplication: Use FOIL, remembering that i² = -1.

(3 + 4i)(1 + 2i) = 3 + 6i + 4i + 8i² = 3 + 10i - 8 = -5 + 10i

Division: Multiply numerator and denominator by the conjugate of the denominator.

The conjugate of a + bi is a - bi. Multiplying (a + bi) by (a - bi) gives a² + b², a real number.

(3 + 4i)/(1 + 2i) = (3 + 4i)(1 - 2i) / [(1 + 2i)(1 - 2i)] = (3 - 6i + 4i - 8i²) / (1 + 4) = (11 - 2i) / 5

Solving Quadratic Equations

A quadratic equation is ax² + bx + c = 0. Using the quadratic formula:

x = [-b ± √(b² - 4ac)] / (2a)

The expression b² - 4ac is the discriminant. It determines the nature of roots:

Consider x² + 2x + 5 = 0. The discriminant is 4 - 20 = -16, which is negative. Using the formula:

x = [-2 ± √(-16)] / 2 = [-2 ± 4i] / 2 = -1 ± 2i

Complex numbers let us solve all quadratic equations. The roots are -1 + 2i and -1 - 2i, a conjugate pair.

De Moivre's Theorem

Converting complex numbers to polar form (r, θ) where z = r(cos θ + i sin θ) = r cis θ, De Moivre's theorem states:

[r cis θ]ⁿ = rⁿ cis(nθ)

This makes raising complex numbers to high powers simple.

Euler's Formula

The remarkable connection: e^(iθ) = cos θ + i sin θ

This unifies trigonometry, complex numbers, and exponentials in a single elegant formula. Setting θ = π gives e^(iπ) + 1 = 0, possibly the most beautiful equation in mathematics.

Why Complex Numbers Matter

Engineering uses complex numbers to analyze circuits. Physics employs them in quantum mechanics, where probabilities involve complex amplitudes. Signal processing represents sound and images using complex Fourier transforms. Complex numbers reveal hidden patterns and enable powerful calculations impossible with reals alone.

Key Formulas

Socratic Questions

  1. Why was it necessary to invent a new number i to solve equations like x² + 1 = 0? What does this tell us about the nature of mathematical systems—can we always find solutions by extending our number system?
  1. Complex numbers exist in two dimensions (real and imaginary parts). How might this relate to chapter-03-trigonometric-functions? Why does the complex plane resemble a coordinate system?
  1. When you multiply two complex numbers, their moduli multiply and their angles add. Why is this property useful? Can you think of a scenario where this behavior would simplify calculations?
  1. The discriminant in the quadratic formula determines whether roots are real or complex. Why is it impossible to have just one complex (non-real) root for a quadratic with real coefficients? Why do complex roots always come in conjugate pairs?
  1. Euler's formula e^(iπ) + 1 = 0 is considered profound because it connects exponentials, complex numbers, and trigonometry. What does this suggest about the deep unity underlying different areas of mathematics?

Term / Concept
Imaginary Unit i
tap to flip
i is defined by i² = −1. Powers cycle: i, −1, −i, 1, every four steps.
Term / Concept
Complex Number Form
tap to flip
z = a + bi where a is the real part Re(z) and b is the imaginary part Im(z).
Term / Concept
Modulus |z|
tap to flip
|a + bi| = √(a² + b²) — the distance from the origin to (a, b) in the complex plane.
Term / Concept
Conjugate
tap to flip
The conjugate of a + bi is a − bi. (a + bi)(a − bi) = a² + b², which is real.
Term / Concept
Discriminant
tap to flip
For ax² + bx + c = 0, discriminant D = b² − 4ac. D > 0: two real roots. D = 0: one repeated root. D < 0: two complex-conjugate roots.
Term / Concept
Quadratic Formula
tap to flip
x = [−b ± √(b² − 4ac)] / (2a). With complex numbers, every quadratic has two roots.
Term / Concept
Polar Form
tap to flip
z = r(cos θ + i sin θ), where r = |z| and θ = arg(z). Often written z = r cis θ.
Term / Concept
De Moivre's Theorem
tap to flip
[r cis θ]ⁿ = rⁿ cis(nθ). Used to raise complex numbers to integer powers.
Term / Concept
Euler's Formula
tap to flip
e^(iθ) = cos θ + i sin θ. At θ = π, gives e^(iπ) + 1 = 0 — uniting e, i, π, 1, 0.
Term / Concept
Complex Plane
tap to flip
2-D plane where the x-axis is the real part and the y-axis is the imaginary part. The point (a, b) represents a + bi.
What is the value of i^17?
  • A 1
  • B −1
  • C i
  • D −i
If z = 3 + 4i, find |z|.
  • A 5
  • B 7
  • C 25
  • D √7
Compute (2 + 3i)(1 − i).
  • A 2 − 3i
  • B 5 + i
  • C −1 + 5i
  • D 2 + i
For x² + 4x + 13 = 0, the roots are:
  • A 2 ± 3i
  • B −2 ± √13
  • C ±2 ± 3i
  • D −2 ± 3i
If z₁ = 2(cos 30° + i sin 30°), what is z₁³ by De Moivre's theorem?
  • A 6 cis 30°
  • B 8 cis 30°
  • C 8 cis 90°
  • D 2 cis 90°