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

  • 1Explain why the real number system needs extending, and define i with i squared = -1
  • 2Add, subtract, multiply, and divide complex numbers in the form a+ib, including finding a multiplicative inverse
  • 3Evaluate any power of i using the 4-cycle pattern, and correctly take square roots of negative real numbers
  • 4Compute the modulus and conjugate of a complex number and use z times z-bar = modulus squared
  • 5Plot a complex number on the Argand plane and read off its modulus (distance from origin) and conjugate (mirror image)
💡
Why this chapter matters
This chapter extends the real number system so that every quadratic equation has a solution, introducing i = sqrt(-1) and the algebra built on it. Despite the chapter's name, the current syllabus only summatively tests the algebra of complex numbers, their modulus and conjugate, and the Argand plane as a plotting tool — not solving quadratics for complex roots, which is graded formatively only.

Complex Numbers and Quadratic Equations

1. Check this before you revise anything

Two things this chapter's own name and headings promise, that the 2026-27 book and CBSE's summative exam do not actually deliver.

TopicNCERT 2026-27 chapterCBSE 2026-27
Solving for complex roots (discriminant, quadratic formula, sum/product of roots)Absent — neither exercise (28 questions total) ever asks for itFormative-only — CBSE's own note excludes it from summative assessment
Polar form , argument Absent from the body text — Section 4.5 is titled "Argand Plane and Polar Representation" but only ever covers plotting points; argument and polar form are never definedFormative-only — same CBSE note
Algebra of complex numbers, powers of , modulus, conjugate, the Argand plane as a plotting toolPresent in fullListed and summatively assessed

The chapter's own title is the historical name, not a content promise. "Complex Numbers and Quadratic Equations" once meant solving quadratics for complex roots was taught here — CBSE's current note confirms it is still technically in the syllabus, just formative-only, so it won't appear on your board paper. What the chapter now actually teaches is narrower and more specific: the motivation for extending to , and the algebra of complex numbers.


2. What this chapter covers

Textbook sectionTopic
4.2Complex numbers — definition, real and imaginary parts, equality
4.3Algebra of complex numbers — addition, subtraction, multiplication, division, powers of
4.4Modulus and conjugate
4.5The Argand plane (plotting only — no polar form)

3. Why complex numbers exist

gives , and the square of every real number is non-negative — so this equation has no solution in . Extending the number system fixes this: define so that .

A complex number is any expression with . is the real part, written ; is the imaginary part, written . Two complex numbers are equal exactly when both parts match: iff and .

Worked, mirroring the textbook's own Example 1. , find . Equating real and imaginary parts separately: and . Solving: , and .


4. The algebra of complex numbers

Addition and multiplication of complex numbers obey the same closure, commutative, associative, and distributive laws as real numbers, and both have an identity (additive: ; multiplicative: ) and every complex number has an additive inverse. Only multiplication needs a genuinely new fact: every non-zero has a multiplicative inverse

Division by a non-zero is defined as multiplying by — in practice, this means multiplying numerator and denominator by the denominator's conjugate.

The field laws, carried over unchanged from

LawAdditionMultiplication
Closure is always complex is always complex
Commutative
Associative
Identity, since , since
Inverse, since (for ), since

Multiplication also distributes over addition: . Every algebraic identity that holds for real numbers under these same laws carries over to complex numbers unchanged — for instance and , proved exactly the same way, term by term, using only the laws in the table above.

Worked, mirroring the textbook's own Example 4. Express in the form . Since , this is . Expanding: , using . Every product of complex numbers reduces the same way: expand, substitute , then collect real and imaginary parts.


5. Powers of , and square roots of negative numbers

The pattern then repeats every four powers. For any integer : , , , — to evaluate for any , divide by 4 and read off the remainder.

Worked, mirroring the textbook's own Example 6(ii). Find . , and so . Then (multiplying numerator and denominator by : ).

For , — by definition, means specifically, not , even though both square to .

This is where a genuinely common mistake lives. holds whenever , or when exactly one of is negative — but it fails when both are negative. , while treating it as gives a contradiction. Whenever both numbers under a square root are negative, convert each to form before multiplying, never after.


6. Modulus and conjugate

For : the modulus , and the conjugate . Multiplying a complex number by its own conjugate always produces a non-negative real number:

This is exactly why the multiplicative inverse formula in Section 4 works: , since .

Worked, mirroring the textbook's own Example 5. Find the multiplicative inverse of . , . So .

Division works the same way directly, without naming it "the inverse." For , : multiply top and bottom by , the conjugate of the denominator: .

Conjugation and modulus interact predictably across products and quotients: , , and .


7. The Argand plane

Every complex number corresponds to a unique point in a plane — the Argand plane (or complex plane), with the -axis as the real axis and the -axis as the imaginary axis.

Worked, mirroring the textbook's own Fig 4.1. , , , , , and correspond to the points , , , , , and . A purely real number like always lands on the real axis; a purely imaginary number like always lands on the imaginary axis.

Two facts fall directly out of the plotting: is exactly the distance from to the origin, matching the modulus formula from Section 6; and since , the point for is the mirror image of the point for across the real axis.

No polar form appears here. Only the coordinate-plane picture — plotting points and reading off distance and reflection — is part of what this specific section actually teaches, despite its own heading.


Summary

  • A complex number solves the real-number system's gap: gives every quadratic a home, even .
  • and follow the same field laws as real-number arithmetic; division means multiplying by the conjugate-based inverse .
  • Powers of cycle every four: , , , .
  • fails specifically when both are negative — convert each to form first.
  • , , and always a non-negative real number.
  • The Argand plane plots as the point ; is its distance from the origin, and is its mirror image across the real axis.
  • Solving for complex roots, and the polar form , are both formative-only under the 2026-27 CBSE syllabus — neither is examined in this chapter's own two exercises.

Key formulas & results

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

The imaginary unit
i = sqrt(-1), so i^2 = -1
Defined specifically so x^2 + 1 = 0 has a solution
Addition and subtraction
(a+ib) + (c+id) = (a+c) + i(b+d); (a+ib) - (c+id) = (a-c) + i(b-d)
Real and imaginary parts combine independently
Multiplication
(a+ib)(c+id) = (ac-bd) + i(ad+bc)
Expand normally, then substitute i^2 = -1 before collecting terms
Multiplicative inverse
For z = a+ib nonzero: z^(-1) = a/(a^2+b^2) - i b/(a^2+b^2) = z-bar / |z|^2
Division by z means multiplying by this inverse — in practice, multiply numerator and denominator by the conjugate
Powers of i
i^(4k)=1, i^(4k+1)=i, i^(4k+2)=-1, i^(4k+3)=-i, for any integer k
Divide the exponent by 4 and read off the remainder
Square root of a negative real number
For a > 0: sqrt(-a) = i sqrt(a)
sqrt(a).sqrt(b) = sqrt(ab) fails specifically when both a and b are negative — convert each to i.sqrt form first
Modulus
|z| = sqrt(a^2+b^2) for z = a+ib
Equals the distance from z to the origin in the Argand plane
Conjugate and z z-bar
z-bar = a - ib; z . z-bar = a^2+b^2 = |z|^2
Always a non-negative real number, whatever z is
Modulus and conjugate of products
|z1 z2| = |z1||z2|; conjugate(z1 z2) = conjugate(z1).conjugate(z2)
Both modulus and conjugate distribute cleanly over multiplication
⚠️

Common mistakes & fixes

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

WATCH OUT
Revising the quadratic formula for complex roots (discriminant, sum/product of roots) as this chapter's main skill
It is graded formatively only under the 2026-27 CBSE syllabus, and neither of this chapter's two exercises (28 questions total) ever asks for it — the chapter's actual summative content is the algebra of complex numbers, not equation-solving.
WATCH OUT
Expecting polar form z = r(cos theta + i sin theta) because Section 4.5 is titled 'Argand Plane and Polar Representation'
The section body only covers plotting points, distance, and mirror-image conjugates — argument and polar form are never defined in the 2026-27 text, and are formative-only under CBSE.
WATCH OUT
Computing sqrt(-4) . sqrt(-9) = sqrt(36) = 6
sqrt(-4).sqrt(-9) = (2i)(3i) = 6i^2 = -6, not +6. Convert each negative square root to i.sqrt(positive) form before multiplying, never after.
WATCH OUT
Leaving i^2 unsubstituted after expanding a product
After expanding (a+ib)(c+id), immediately replace every i^2 with -1 and only then collect real and imaginary parts — leaving i^2 in an answer is treated as incomplete.
WATCH OUT
Declaring a real number has no modulus or conjugate
Every real number a is the complex number a+i0. Its modulus is sqrt(a^2) = |a| and its conjugate is itself, a-i0=a.
WATCH OUT
Dividing by a complex number directly instead of multiplying by its conjugate
There is no direct division rule for a+ib over c+id. Multiply numerator and denominator by the denominator's conjugate (c-id) first, which turns the denominator into the real number c^2+d^2.
WATCH OUT
Treating i^n for large n as needing full expansion
Only the remainder of n divided by 4 matters. i^97: 97 = 4(24)+1, so i^97 = i^1 = i, without expanding anything.
WATCH OUT
Assuming the multiplicative inverse formula also works when z = 0
z^(-1) = z-bar/|z|^2 requires dividing by |z|^2, which is zero exactly when z=0 — the formula (and the very idea of an inverse) only applies to non-zero z.

Practice problems

Work through this chapter's problems as a readiness check — reveal each solution, mark yourself honestly, and get your gap report at the end.

Readiness check

Are you exam-ready for Complex Numbers and Quadratic Equations?

10 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

10 questions~7 min worth ~25 marks in IB exams

5-minute revision

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

  • i^2 = -1; the whole chapter exists to give x^2+1=0 a solution
  • (a+ib)+(c+id) and (a+ib)(c+id) follow real-number field laws; z^(-1) = z-bar/|z|^2 for non-zero z
  • Powers of i cycle every 4: i^(4k)=1, i^(4k+1)=i, i^(4k+2)=-1, i^(4k+3)=-i
  • sqrt(a).sqrt(b)=sqrt(ab) fails when both a,b are negative — convert to i.sqrt form first
  • |z|=sqrt(a^2+b^2), z-bar=a-ib, z.z-bar=|z|^2 always a non-negative real number
  • Argand plane: z=x+iy plots as (x,y); |z| is distance from origin; z-bar is the mirror image across the real axis
  • Solving quadratics for complex roots and polar form z=r(cos theta+i sin theta) are both formative-only under CBSE 2026-27 and absent from this chapter's own exercises

IB marks blueprint

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

Typical chapter weightage: Part of Unit II's 25-mark Algebra block (no chapter-wise split, per CBSE)

Question typeMarks eachTypical countWhat it tests
Algebra of complex numbers and powers of i2-41-2Expressing expressions in a+ib form, evaluating powers of i, handling square roots of negative numbers
Modulus conjugate and multiplicative inverse3-51-2Computing modulus and conjugate, finding a multiplicative inverse, proving modulus/conjugate identities
Argand plane plotting and representation2-30-1Plotting a complex number, reading off modulus as distance and conjugate as mirror image
Prep strategy
  • Memorise the powers-of-i cycle (i, -1, -i, 1) and the divide-by-4-remainder trick — it solves every power-of-i question instantly
  • Whenever dividing by a complex number, multiply numerator and denominator by the denominator's conjugate before doing anything else
  • Do not spend revision time on solving ax^2+bx+c=0 for complex roots or on polar form for this specific chapter — both are formative-only under the 2026-27 syllabus

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 an alternating-current circuit is written as a complex number Z=R+iX (resistance plus reactance); the algebra of adding and multiplying complex numbers from this chapter is exactly how engineers combine components in a circuit.

Signal processing

Digital filters and audio signals are frequently represented and manipulated as sequences of complex numbers, where the modulus of a complex value corresponds to a signal's magnitude at a given frequency.

Two-dimensional geometry problems

Because the Argand plane identifies a complex number with a point in the plane, problems about distances, midpoints, and reflections can sometimes be solved faster using complex-number algebra than coordinate geometry.

Exam strategy

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

1
For 'express in a+ib form' questions, expand fully, substitute i^2=-1 immediately, and only then collect real and imaginary parts
2
For any division question, multiply numerator and denominator by the denominator's conjugate as the very first step
3
For 'prove this identity for z1, z2' questions, check whether modulus or conjugate properties (multiplicative, additive) shortcut the proof before expanding into a+ib form
4
Do not attempt to solve a quadratic for complex roots or convert to polar form unless the question explicitly and unambiguously asks for it — neither is this chapter's core content

Going beyond the textbook

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

STRETCH
Prove that for any complex number z, |z|=0 if and only if z=0 — the only complex number that is its own multiplicative identity obstruction
STRETCH
Show that the set of complex numbers with |z|=1 (the unit circle in the Argand plane) is closed under multiplication: if |z1|=|z2|=1 then |z1 z2|=1
🚀

JEE Main & Advanced practice

Competitive-level problems on this chapter, above the board pattern. Try each one on paper before opening the solution.

JEE MainTelescoping sum of consecutive powers of iPattern recognition

Find the value of .

Stuck? Show the approach

Group the sum into consecutive blocks of four powers — each block sums to zero, so only the count of complete blocks matters.

Show the full solution

. Since 100 is a multiple of 4, the whole sum splits into exactly 25 such blocks, each contributing 0.

Answer: 0
The trap

Trying to evaluate this by computing i^100 alone and stopping there misses that the question asks for the sum of every power from 1 to 100, not just the last term.

JEE MainReal values from a complex equationEquality of complex numbers

Find the real values of and if .

Stuck? Show the approach

Expand the left side, substitute , and equate the real and imaginary parts of both sides separately to get two linear equations in and .

Show the full solution

. Equating with : and . Solving simultaneously: , .

Answer: x = 5/13, y = 14/13
The trap

Mis-signing the imaginary part during expansion (writing instead of from the term) is the most common slip — expand one term at a time rather than combining the multiplication in your head.

JEE AdvancedModulus identity for unit-modulus complex numbersMulti-step proof

If , prove that .

Stuck? Show the approach

Since each , use to rewrite as , then use the fact that a number and its conjugate always have equal modulus.

Show the full solution

Since for every , , so . Then . Since a complex number and its conjugate always have the same modulus, .

Answer: Both sides equal |z₁+z₂+⋯+zₙ|, proved via 1/zₖ = conjugate(zₖ)
The trap

Trying to prove this by expanding into real and imaginary parts for general n is essentially impossible — the entire proof exists to show why converting to conjugates is the shortcut, not case-by-case computation.

JEE MainLocus of a point in the Argand planeLocus from a modulus equation

If satisfies , find the equation of the locus of in the Argand plane.

Stuck? Show the approach

Write in terms of and directly — squaring removes the square root and turns this into ordinary coordinate algebra.

Show the full solution

and . Setting them equal: .

Answer: x + y = 0 (a straight line through the origin)
The trap

Forgetting to square both sides before expanding leaves two square roots to compare directly, which is far harder than the squared version — always square a modulus equation first.

JEE MainCombining division and powers of iFormula application

Simplify .

Stuck? Show the approach

Simplify the base fraction to a single power of i first — both and its reciprocal reduce to , which is far easier to cube than the original fraction.

Show the full solution

. Its reciprocal . So the expression is .

Answer: −2i
The trap

Cubing the original unsimplified fractions directly, rather than reducing to first, turns a two-line problem into a long, error-prone expansion.

Where else this chapter is tested

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

CBSE Class 11 BoardMedium
JEE MainHigh
JEE AdvancedHigh

Questions students ask

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

No. CBSE's 2026-27 syllabus note marks it formative-only, meaning it's assessed in class but not on the summative board paper. It also never appears in either of this chapter's two exercises, so there's no NCERT question type to practise here for it.

The heading is a leftover from an earlier edition. The current section body only covers plotting complex numbers as points, reading off modulus as distance, and conjugate as a mirror image — argument and the r(cos theta + i sin theta) form are never defined, and CBSE separately marks polar representation formative-only.

The rule sqrt(a).sqrt(b)=sqrt(ab) is only valid when at most one of a, b is negative. Once both are negative, converting each to i.sqrt(positive) form first is required: sqrt(-4).sqrt(-9) = (2i)(3i) = -6, not sqrt(36)=6.

Yes. Complex numbers are rigorously defined mathematical objects used throughout engineering and physics. 'Imaginary' is a historical name from when negative square roots were considered impossible, not a sign that they are fictitious.
Verified by the tuition.in editorial team
Last reviewed on 7 August 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo