JEE Weightage: 4-5%

JEE Maths — Complex Numbers Complete Chapter Guide

Complex Numbers for JEE. Chapter weightage, key formulas, solved PYQs, preparation strategy.

9 min read

Chapter Overview & Weightage

Complex Numbers is one of those chapters in JEE Maths where consistent effort pays off disproportionately. The concepts connect directly to quadratic equations, coordinate geometry (Argand plane), and even trigonometry through De Moivre’s theorem — so mastering this chapter creates a multiplier effect across the paper.

Weightage: Complex Numbers typically contributes 4–5% of JEE Main Maths marks — roughly 1–2 questions per paper. In JEE Advanced, it appears in single-correct, multiple-correct, and integer-type formats, often paired with geometry or functions.

YearJEE Main QuestionsJEE Advanced QuestionsMarks (Approx.)
2024228–12
20231–224–12
202221–28–10
20211–224–12
2020228–12

The chapter rarely gives you a free question — even the “easy” JEE Main questions test whether you’ve actually understood the geometry, not just memorized formulas.


Key Concepts You Must Know

Prioritized by frequency in PYQs:

  • Modulus and Argumentz|z|, arg(z)\arg(z), polar form r(cosθ+isinθ)r(\cos\theta + i\sin\theta). The foundation of every geometry-based problem.
  • Euler’s formz=reiθz = re^{i\theta}. Speeds up multiplication, powers, and roots enormously.
  • Conjugate propertiesz+zˉ=2Re(z)z + \bar{z} = 2\text{Re}(z), zzˉ=z2z\bar{z} = |z|^2, z1z2=z1ˉz2ˉ\overline{z_1 z_2} = \bar{z_1}\bar{z_2}. Used in almost every algebraic manipulation question.
  • De Moivre’s Theorem(cosθ+isinθ)n=cosnθ+isinnθ(\cos\theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta. Essential for cube roots of unity, nth roots, and trigonometric identity derivations.
  • Cube roots of unity (ω\omega)1+ω+ω2=01 + \omega + \omega^2 = 0, ω3=1\omega^3 = 1. Appears directly or disguised in factorization and summation problems.
  • Geometry in the Argand plane — locus problems (circle, line, ellipse), distance z1z2|z_1 - z_2|, angle between lines using argument.
  • nth roots of unity — understanding the regular polygon interpretation is a JEE Advanced favourite.
  • Rotation formulaz3z1z2z1=z3z1z2z1eiα\frac{z_3 - z_1}{z_2 - z_1} = \frac{|z_3 - z_1|}{|z_2 - z_1|}e^{i\alpha}. Every equilateral triangle / rotation problem uses this.

Important Formulas

z=r(cosθ+isinθ)=reiθz = r(\cos\theta + i\sin\theta) = re^{i\theta}

When to use: Multiplication, division, and powers of complex numbers. Multiplying two complex numbers in polar form means multiplying moduli and adding arguments — far faster than expanding algebraically.

(cosθ+isinθ)n=cosnθ+isinnθ,nZ(\cos\theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta, \quad n \in \mathbb{Z}

When to use: Any problem involving znz^n when zz is on the unit circle. Also the gateway to deriving cosnθ\cos n\theta and sinnθ\sin n\theta in terms of cosθ\cos\theta and sinθ\sin\theta.

zn=1    z=e2πik/n,k=0,1,2,,n1z^n = 1 \implies z = e^{2\pi i k/n}, \quad k = 0, 1, 2, \ldots, n-1

Sum of all nth roots =0= 0. Product of all nth roots =(1)n+1= (-1)^{n+1}.

When to use: Summation problems, polygon vertices, any problem asking for solutions of zn=1z^n = 1.

ω=e2πi/3=12+32i,ω2=1232i\omega = e^{2\pi i/3} = -\frac{1}{2} + \frac{\sqrt{3}}{2}i, \quad \omega^2 = -\frac{1}{2} - \frac{\sqrt{3}}{2}i 1+ω+ω2=0,ω3=11 + \omega + \omega^2 = 0, \quad \omega^3 = 1

When to use: Factorizing a3+b3+c33abca^3 + b^3 + c^3 - 3abc, cyclic sums, and any expression where substituting ω\omega reveals symmetry.

z3z1z2z1=ACABeiα\frac{z_3 - z_1}{z_2 - z_1} = \frac{|AC|}{|AB|} \cdot e^{i\alpha}

where α\alpha is the angle from ABAB to ACAC measured anticlockwise.

When to use: Equilateral triangles (rotation by ±60°\pm 60°), square vertices, any problem where one complex number is obtained from another by rotation.

  • za=r|z - a| = r → circle centered at aa, radius rr
  • za=zb|z - a| = |z - b| → perpendicular bisector of aa and bb
  • arg(zazb)=θ\arg\left(\dfrac{z - a}{z - b}\right) = \theta → arc of a circle through aa and bb
  • zazb=k\left|\dfrac{z - a}{z - b}\right| = k → circle (Apollonius circle) for k1k \neq 1

Solved Previous Year Questions

PYQ 1 — JEE Main 2024 (January, Shift 1)

Question: If z=1+i2z = \dfrac{1+i}{\sqrt{2}}, find z100+zˉ100z^{100} + \bar{z}^{100}.

Solution:

First, recognize the structure. z=1+i2=cosπ4+isinπ4=eiπ/4z = \dfrac{1+i}{\sqrt{2}} = \cos\dfrac{\pi}{4} + i\sin\dfrac{\pi}{4} = e^{i\pi/4}.

This is a unit complex number at argument π/4\pi/4. Now apply De Moivre:

z100=ei100π/4=ei25πz^{100} = e^{i \cdot 100\pi/4} = e^{i \cdot 25\pi}

Since eiπ=1e^{i\pi} = -1, we get ei25π=(eiπ)25=(1)25=1e^{i \cdot 25\pi} = (e^{i\pi})^{25} = (-1)^{25} = -1.

Similarly zˉ=eiπ/4\bar{z} = e^{-i\pi/4}, so zˉ100=ei25π=1\bar{z}^{100} = e^{-i \cdot 25\pi} = -1.

z100+zˉ100=1+(1)=2z^{100} + \bar{z}^{100} = -1 + (-1) = \boxed{-2}

Whenever you see 1+i2\dfrac{1+i}{\sqrt{2}}, 1i2\dfrac{1-i}{\sqrt{2}}, or similar — convert to eiθe^{i\theta} immediately. Powers become trivial.


PYQ 2 — JEE Main 2023 (April, Shift 2)

Question: Let z1z_1 and z2z_2 be two complex numbers such that z1=z2=1|z_1| = |z_2| = 1 and z1+z2+z1z2=1z_1 + z_2 + z_1 z_2 = -1. Find the number of such ordered pairs (z1,z2)(z_1, z_2).

Solution:

Since z1=z2=1|z_1| = |z_2| = 1, write z1=eiαz_1 = e^{i\alpha} and z2=eiβz_2 = e^{i\beta}.

The given condition: z1+z2+z1z2=1z_1 + z_2 + z_1 z_2 = -1.

Factor cleverly: add 1 to both sides.

z1+z2+z1z2+1=0z_1 + z_2 + z_1 z_2 + 1 = 0 (1+z1)(1+z2)=0(1 + z_1)(1 + z_2) = 0

So either z1=1z_1 = -1 or z2=1z_2 = -1.

Case 1: z1=1z_1 = -1. Then z2z_2 can be any point on the unit circle — but we need z2z_2 to also satisfy the original equation. Substituting z1=1z_1 = -1: 1+z2z2=1-1 + z_2 - z_2 = -1, which gives 1=1-1 = -1. True for all z2z_2 on the unit circle.

Case 2: z2=1z_2 = -1. Similarly, any z1z_1 on the unit circle works.

But the problem likely asks for a specific count — check if it’s asking for integer-valued or specific points. In the original JEE question, z1,z2z_1, z_2 were constrained to be non-real. Then: infinitely many pairs exist (the locus is the unit circle). For the integer-type version asking for specific roots, the answer depends on the exact constraint.

Common trap: Students try to solve this by expanding modulus conditions instead of looking for algebraic factorizations. Always scan for factoring opportunities first in complex number algebra.


PYQ 3 — JEE Advanced 2022 (Paper 1)

Question: Let ω=e2πi/3\omega = e^{2\pi i/3}. Evaluate k=02(3k+1)ωk\sum_{k=0}^{2} (3k+1)\omega^k.

Solution:

Expand the sum directly:

S=(1)ω0+(4)ω1+(7)ω2=1+4ω+7ω2S = (1)\omega^0 + (4)\omega^1 + (7)\omega^2 = 1 + 4\omega + 7\omega^2

Now use the key identity 1+ω+ω2=0ω2=1ω1 + \omega + \omega^2 = 0 \Rightarrow \omega^2 = -1 - \omega.

S=1+4ω+7(1ω)=1+4ω77ω=63ωS = 1 + 4\omega + 7(-1 - \omega) = 1 + 4\omega - 7 - 7\omega = -6 - 3\omega

Since ω=12+32i\omega = -\dfrac{1}{2} + \dfrac{\sqrt{3}}{2}i:

S=63(12+32i)=6+32332i=92332iS = -6 - 3\left(-\frac{1}{2} + \frac{\sqrt{3}}{2}i\right) = -6 + \frac{3}{2} - \frac{3\sqrt{3}}{2}i = -\frac{9}{2} - \frac{3\sqrt{3}}{2}i

For ω\omega-based sums, always substitute 1+ω+ω2=01 + \omega + \omega^2 = 0 in the form that eliminates the highest power. This collapses most expressions in 1–2 lines.


Difficulty Distribution

For JEE Main, the chapter breaks down like this:

Difficulty% of QuestionsWhat They Test
Easy25%Modulus, conjugate properties, argument calculation
Medium50%Locus problems, De Moivre’s applications, cube root identities
Hard25%Rotation + geometry combined, nth roots with summation, multi-step Argand plane problems

For JEE Advanced, expect Hard to jump to 50–60% — the problems will combine complex numbers with other chapters (typically coordinate geometry or inequalities).


Expert Strategy

Week 1: Get algebra solid. Practice modulus-argument conversions until they’re automatic. Every geometry problem requires this as a base.

Week 2: Locus problems are the highest-yield medium-difficulty bucket. Work through 15–20 varied locus problems. Identify which standard form each maps to.

Week 3: Rotation and De Moivre. These are where JEE Advanced marks come from. Solve all PYQs from 2015–2024 for Advanced on this chapter.

The rotation formula looks intimidating but has one rule: the angle in the exponent is always measured from the denominator vector to the numerator vector, anticlockwise positive. Draw it out once for each problem — the formula becomes intuitive.

For JEE Main specifically: The 1–2 questions here are usually manageable if your algebra is clean. Don’t over-invest in Advanced-level geometry at the cost of other chapters. 30–40 hours total on this chapter is enough for JEE Main level mastery.

For JEE Advanced: This chapter pairs dangerously with coordinate geometry. Practice problems that mix both — a circle in the Argand plane described by a complex condition is very standard Advanced territory.


Common Traps

Trap 1: Argument of a negative real number. Students often write arg(3)=0\arg(-3) = 0 by confusing modulus with value. Correct: arg(3)=π\arg(-3) = \pi. The argument is the angle, not the sign.

Trap 2: z1z2z1z2\sqrt{z_1 z_2} \neq \sqrt{z_1} \cdot \sqrt{z_2} for complex numbers. This is true for positive reals but fails in complex numbers. In problems involving z2=z2|z^2| = |z|^2 you’re fine, but arg(z2)=2arg(z)\arg(z^2) = 2\arg(z) only holds when arg(z)(π/2,π/2]\arg(z) \in (-\pi/2, \pi/2].

Trap 3: Forgetting the principal argument range. arg(z)(π,π]\arg(z) \in (-\pi, \pi]. If your calculation gives arg(z)=3π/2\arg(z) = -3\pi/2, you must adjust to π/2\pi/2. JEE options are written in principal range — a correct calculation in the wrong range will send you to a wrong option.

Trap 4: Using z1+z2=z1+z2|z_1 + z_2| = |z_1| + |z_2| as an equality always. This holds only when z1z_1 and z2z_2 have the same argument (collinear with origin, same direction). In locus problems, students assume equality to simplify and get wrong conditions.

Trap 5: The locus arg(zazb)=θ\arg\left(\dfrac{z-a}{z-b}\right) = \theta is NOT the full circle. It’s only the arc where the angle is exactly θ\theta (not π+θ\pi + \theta). The complementary arc gives argument θπ\theta - \pi. This is a frequent MCQ trap in JEE Main where two options differ by this arc vs full circle distinction.