By the end of this chapter you'll be able to…

  • 1Evaluate powers of i using the cyclic pattern i, −1, −i, 1 and apply to simplify expressions
  • 2Perform addition, subtraction, multiplication, and division of complex numbers in the form a+ib
  • 3Compute the conjugate and modulus of a complex number and use their properties
  • 4Represent complex numbers on the Argand plane and convert to polar form r(cosθ + i sinθ)
  • 5Apply the quadratic formula to find complex roots when the discriminant is negative
💡
Why this chapter matters
Complex numbers extend the real number system to ensure every quadratic (and polynomial) equation has a solution — a critical concept in JEE Advanced. The Argand plane and modulus-argument form are prerequisites for polar coordinates and AC circuit analysis in Physics.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

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

  1. Powers of i — cyclic patterns (i, -1, -i, 1, repeat)
  2. Complex algebra — addition, subtraction, multiplication, division
  3. Conjugate and modulus — definitions and properties
  4. Argand plane — plotting complex numbers as points
  5. Polar form — r(cos θ + i sin θ)
  6. Quadratic formula with negative discriminant → complex conjugate roots
  7. 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

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Imaginary Unit Powers
i = √(−1), i² = −1, i³ = −i, i⁴ = 1 (cycle repeats every 4)
To find iⁿ: divide n by 4 and use the remainder (0→1, 1→i, 2→−1, 3→−i)
Modulus
|z| = √(a² + b²) for z = a + ib
Geometric meaning: distance of z from the origin in the Argand plane
Conjugate
If z = a+ib, then z̄ = a−ib; z·z̄ = a²+b² = |z|²
Used to rationalise denominators: multiply numerator and denominator by conjugate of denominator
Division of Complex Numbers
(a+ib)/(c+id) = [(ac+bd) + i(bc−ad)] / (c²+d²)
Multiply both numerator and denominator by the conjugate (c−id)
Polar (Modulus-Argument) Form
z = r(cosθ + i sinθ) where r = |z| and θ = arg(z) = arctan(b/a)
Also written as z = re^(iθ) using Euler's formula
Quadratic Formula (complex roots)
x = (−b ± √(b²−4ac)) / 2a; when b²−4ac < 0, √(b²−4ac) = i√(4ac−b²)
Complex roots always appear in conjugate pairs when coefficients are real
Sum and Product of Roots
α+β = −b/a and αβ = c/a for ax²+bx+c = 0
Applies whether roots are real or complex
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Computing √(−4)·√(−9) = √36 = 6
√(−4)·√(−9) = (2i)(3i) = 6i² = −6, NOT +6. The rule √a·√b = √(ab) applies only when a and b are both non-negative.
WATCH OUT
Forgetting i² = −1 during multiplication and leaving i² in the answer
After expanding (a+ib)(c+id), always substitute i²= −1 immediately and collect real and imaginary parts separately.
WATCH OUT
Declaring z = a+ib has no modulus when b=0
Real numbers ARE complex numbers with b=0. Their modulus is |a+0i| = √(a²) = |a|.
WATCH OUT
Using arg(z) = arctan(b/a) without checking the quadrant
arctan(b/a) gives an angle in (−π/2, π/2). The actual argument depends on the signs of a and b — adjust by adding π if a < 0.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· Powers of i
Evaluate: i⁹⁷ + i⁹⁸ + i⁹⁹ + i¹⁰⁰.
Show solution
97 = 4×24+1, so i⁹⁷ = i¹ = i. 98 = 4×24+2, so i⁹⁸ = i² = −1. 99 = 4×24+3, so i⁹⁹ = i³ = −i. 100 = 4×25, so i¹⁰⁰ = i⁰ = 1. Sum = i+(−1)+(−i)+1 = 0.
Q2MEDIUM· Modulus and Division
Express (3+4i)/(1−2i) in the form a+ib and find its modulus.
Show solution
Multiply by conjugate: (3+4i)(1+2i)/[(1−2i)(1+2i)] = (3+6i+4i+8i²)/(1+4) = (3+10i−8)/5 = (−5+10i)/5 = −1+2i. Modulus = √((−1)²+2²) = √(1+4) = √5.
Q3HARD· Quadratic Equations
Solve: x² − 2x + 5 = 0 and verify that the roots are complex conjugates.
Show solution
Discriminant = (−2)²−4(1)(5) = 4−20 = −16 < 0. So x = (2 ± √(−16))/2 = (2 ± 4i)/2 = 1 ± 2i. Roots: α = 1+2i and β = 1−2i. Verification: α and β are complex conjugates (same real part, opposite imaginary parts). Sum = (1+2i)+(1−2i) = 2 = −(−2)/1 ✓. Product = (1+2i)(1−2i) = 1+4 = 5 = 5/1 ✓.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • i = √(−1); powers cycle: i¹=i, i²=−1, i³=−i, i⁴=1; for iⁿ use n mod 4
  • Complex number z = a+ib: real part Re(z)=a, imaginary part Im(z)=b
  • Conjugate z̄ = a−ib; product z·z̄ = a²+b² = |z|² (always a non-negative real)
  • Modulus |z| = √(a²+b²) = distance from origin in Argand plane
  • Division: rationalise by multiplying by conjugate of denominator
  • Polar form: z = r(cosθ+i sinθ) where r=|z| and θ=arg(z)
  • Discriminant Δ=b²−4ac: Δ>0 two distinct real roots; Δ=0 repeated real root; Δ<0 two complex conjugate roots
  • Sum of roots = −b/a and product of roots = c/a — works for complex roots too

CBSE marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: 6-8 marks

Question typeMarks eachTypical countWhat it tests
Short Answer21-2Powers of i, modulus computation, expressing in a+ib form
Long Answer4-61Division of complex numbers, quadratic equations with complex roots, polar form
Prep strategy
  • Memorise the i-cycle (i, −1, −i, 1) and the division-by-4 remainder trick — it solves all power-of-i questions in under 30 seconds
  • Always rationalise immediately when dividing complex numbers — multiply by conjugate and simplify before attempting modulus or argument
  • For quadratic equations, compute the discriminant first — if negative, take the square root as i√|D| and proceed normally with the formula

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

AC Electrical Circuits

Impedance in alternating-current circuits is a complex number Z = R + iX (resistance + reactance). Engineers use modulus |Z| and argument φ to find current magnitude and phase shift.

Quantum Mechanics

Wave functions in quantum mechanics are complex-valued — the probability of finding a particle is |ψ|², the modulus squared, directly applying the modulus formula from this chapter.

Signal Processing and Fourier Transforms

The Fourier transform, which decomposes any signal into frequencies, relies entirely on complex exponentials e^(iωt) — Euler's formula connecting this chapter to exponential functions.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

  1. For 'express in a+ib form' questions: expand, replace every i² with −1, collect real and imaginary parts
  2. For modulus questions: compute a and b in a+ib form first, then apply √(a²+b²)
  3. For quadratic with complex roots: compute discriminant first — if Δ<0, write √Δ = i√|Δ| before using the formula
  4. In polar form questions, always state both r and θ clearly — marks are awarded for both components

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

  • De Moivre's Theorem: (cosθ+i sinθ)ⁿ = cos(nθ)+i sin(nθ) — used to compute roots of unity and high powers of complex numbers
  • Cube roots of unity: ω = e^(2πi/3) satisfies ω³=1 and 1+ω+ω²=0 — a classic JEE Advanced topic

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 11 BoardHigh
JEE MainVery High
JEE AdvancedVery High

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

Yes. Complex numbers are rigorously defined mathematical objects used in engineering (AC circuits), physics (quantum mechanics), and signal processing. The word 'imaginary' is historical, not an indication that they are fictitious.

If z=a+ib is a root of a polynomial with real coefficients, substituting z̄=a−ib gives the complex conjugate of zero, which is still zero. So z̄ is also always a root.

The argument of 0 is undefined. The modulus of 0 is 0, but since the origin has no well-defined direction, the argument is not defined.
Verified by the tuition.in editorial team
Last reviewed on 26 May 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo