When we solve x2+1=0, real numbers give up. There’s no real x that satisfies this — and for centuries, mathematicians just said “no solution” and moved on. Then someone asked: what if we define a number i such that i2=−1?
That’s not a trick. That’s mathematics doing what it always does — extending a system when the old one hits a wall. Just like negative numbers extended counting numbers, and fractions extended integers, complex numbers extend the reals.
A complex number has the form z=a+ib, where a,b∈R and i=−1. The number a is the real part (written Re(z)) and b is the imaginary part (written Im(z)). Notice: Im(z)=b, not ib — students lose marks on this every year.
This chapter carries solid weightage in JEE Main (1-2 questions guaranteed, sometimes 3) and shows up reliably in Class 11 board exams. More importantly, complex numbers underpin the entire Class 12 + JEE syllabus — trigonometry, coordinate geometry, and even calculus problems get cleaner when you know this chapter well.
Key Terms and Definitions
Iota (i): Defined as −1, with the cyclic property i1=i, i2=−1, i3=−i, i4=1. The cycle repeats every 4 powers.
Complex Number (z): Any number of the form a+ib where a,b∈R.
Real Part:Re(z)=a
Imaginary Part:Im(z)=b (not ib)
Purely Real:b=0, so z=a. All real numbers are complex numbers with zero imaginary part.
Purely Imaginary:a=0, so z=ib.
Zero Complex Number:z=0+0i, where both parts are zero.
Conjugate (zˉ): If z=a+ib, then zˉ=a−ib. Geometrically, it’s the reflection across the real axis.
Modulus (∣z∣):∣z∣=a2+b2. This is the distance of z from the origin in the Argand plane.
Argument (argz): The angle θ that the line joining the origin to z makes with the positive real axis. This one needs careful handling — we’ll cover it fully below.
Every real number is a complex number (b=0), but not every complex number is real. When a question says “find all complex numbers satisfying…”, check whether real numbers are a valid subset of the answer.
Powers of i — The Cyclic Pattern
Before anything else, memorise this:
i1=ii2=−1i3=−ii4=1
For any integer n: divide n by 4, use the remainder r.
in=irwhere r=nmod4
Special case: i0=1, and i−1=−i (since i⋅(−i)=−i2=1).
Example:i37=i4×9+1=i1=i. And i−3=i−3+4=i1=i.
Algebra of Complex Numbers
Addition and Subtraction
(a+ib)±(c+id)=(a±c)+i(b±d)
Real and imaginary parts operate independently. Think of i like a unit vector in a different direction — you add components separately.
Multiplication
(a+ib)(c+id)=ac+iad+ibc+i2bd=(ac−bd)+i(ad+bc)
Use i2=−1 to simplify. Don’t memorise the formula — just FOIL and replace i2 with −1.
Division
To divide c+ida+ib, multiply numerator and denominator by the conjugate of the denominator:
Students often multiply by c−id but forget to apply it to the numerator too, or they compute (c+id)(c−id)=c2−i2d2=c2+d2 wrong. The denominator is always real and positive (assuming z=0).
The triangle inequality is a JEE favourite — it gives the range of ∣z1+z2∣ when ∣z1∣ and ∣z2∣ are known.
In JEE Main, questions of the type “if ∣z−2∣=∣z−3∣, find the locus of z” appear regularly. This means the point z is equidistant from 2 and 3 on the real axis — so z lies on the perpendicular bisector Re(z)=2.5. Recognise these as locus problems on the Argand plane.
Argument: The Angle That Trips Everyone Up
The argument of z=a+ib is the angle θ where tanθ=b/a. But tanθ=b/a gives two angles in [0,2π) — we need to pick the right one based on which quadrant z lies in.
The principal argumentArg(z) is defined in (−π,π].
Let α=arctanab (always positive, in first quadrant).
Quadrant
a
b
Arg(z)
I
+
+
α
II
−
+
π−α
III
−
−
−(π−α)
IV
+
−
−α
Special cases: arg(1)=0, arg(−1)=π, arg(i)=π/2, arg(−i)=−π/2
Why the quadrant matters:tanθ=1 gives θ=π/4 or θ=5π/4 (i.e., −3π/4 in principal argument range). The number z=1+i is in Q1, so arg(z)=π/4. But z=−1−i is in Q3, so arg(z)=−3π/4.
Never directly write arg(z)=arctan(b/a) without checking the quadrant. This formula only works when a>0 (Q1 and Q4). When a<0, you must add or subtract π accordingly.
Polar Form
Every complex number can be written as:
z=r(cosθ+isinθ)
where r=∣z∣ and θ=arg(z).
This is often written as z=rcisθ.
Why polar form? Multiplication and division become elegant:
z1z2=r1r2(cos(θ1+θ2)+isin(θ1+θ2))
Moduli multiply, arguments add. This is geometrically beautiful: multiplying by z rotates by arg(z) and scales by ∣z∣.
Euler’s Form
eiθ=cosθ+isinθ
So z=reiθ.
Famous result: eiπ+1=0 (Euler’s identity)
For JEE Advanced, Euler’s form is essential for:
De Moivre’s theorem:(eiθ)n=einθ, i.e., (cosθ+isinθ)n=cosnθ+isinnθ
Roots of unity: The nth roots of unity are e2πik/n for k=0,1,...,n−1
Solved Examples
Example 1 (CBSE Level): Finding Real and Imaginary Parts
For nth roots: if z=reiθ, then the n roots are r1/nei(θ+2πk)/n for k=0,1,...,n−1. They’re equally spaced on a circle of radius r1/n.
Exam-Specific Tips
CBSE Class 11 Board: Focus on Chapter 5 NCERT exercises. Standard asks: simplify expressions with i, find conjugate/modulus/argument, write in polar form. The 6-mark question often involves showing an algebraic identity using zzˉ=∣z∣2.
JEE Main: 1-2 questions per paper, usually on locus (circle, line), modulus inequalities, or argument calculations. Triangle inequality questions — “find the range of ∣z1+z2∣” — are common. JEE Main 2023 Session 2 had a question on ∣z−i∣+∣z+i∣=4 (an ellipse with foci at ±i).
JEE Advanced: Appear as part of complex multi-part questions. De Moivre’s theorem, nth roots of unity, and geometry on the Argand plane (using complex numbers to prove concyclic points or collinearity) are high-value topics.
Common Mistakes to Avoid
Mistake 1: Im(z)=ib, not b.
If z=3+4i, then Im(z)=4, not 4i. The imaginary part is a real number.
Mistake 2: Ignoring the quadrant for argument.arg(−1−i)=arctan(1)=π/4. Since z is in Q3, arg(z)=−3π/4. Always draw a quick sketch.
Mistake 3: ∣z1+z2∣=∣z1∣+∣z2∣ (wrong in general).
This equality holds only when z1 and z2 have the same argument (point in the same direction). In general, it’s an inequality.
Mistake 4: −a⋅−b=ab for negative a,b.−4⋅−9=36=6. The correct approach: −4⋅−9=(2i)(3i)=6i2=−6. The rule a⋅b=ab only holds when both are non-negative.
Mistake 5: Writing arg(z1/z2)=arg(z1)/arg(z2) (completely wrong).
Arguments subtract: arg(z1/z2)=arg(z1)−arg(z2). Moduli divide, arguments subtract — never mix up the operations.
Practice Questions
Q1. Find the modulus and argument of z=1−i.
∣z∣=1+1=2. Since z is in Q4: α=arctan(1)=π/4, so arg(z)=−π/4.
Q2. Simplify i101+i102+i103+i104.
i101=i1=i, i102=i2=−1, i103=i3=−i, i104=i4=1.
Sum =i+(−1)+(−i)+1=0.
Note: any 4 consecutive powers of i always sum to 0.
z−1=(x−1)+iy. The argument equals π/3 means tan(π/3)=3=y/(x−1), with x>1,y>0. So the locus is the ray y=3(x−1) for x>1.
Q5. If ∣z−3∣=∣z+3i∣, find the locus of z.
z is equidistant from 3 (point (3,0)) and −3i (point (0,−3)). This is the perpendicular bisector of the segment joining (3,0) and (0,−3): the line x−y=29−9… let’s compute properly.
Midpoint: (3/2,−3/2). Slope of segment: 0−3−3−0=1. Perpendicular slope: −1.
Line: y+3/2=−1(x−3/2), i.e., x+y=0.
Locus: Re(z)+Im(z)=0.
Q6. If z=x+iy and z+iz−i=1, find the locus.
∣z−i∣=∣z+i∣ means z is equidistant from i and −i. These are (0,1) and (0,−1). Perpendicular bisector is the real axis: y=0, i.e., Im(z)=0.
So z is purely real.
Q7. Find all cube roots of −8.
Write −8=8eiπ. Cube roots: 81/3ei(π+2πk)/3=2ei(π/3+2πk/3) for k=0,1,2.
k=0: 2eiπ/3=2(21+i23)=1+i3
k=1: 2eiπ=−2 (the obvious real cube root)
k=2: 2ei5π/3=2(21−i23)=1−i3
Q8. If z1=2+i and z2=1−2i, verify that ∣z1z2∣=∣z1∣⋅∣z2∣.
z1z2=(2+i)(1−2i)=2−4i+i−2i2=2−3i+2=4−3i.
∣z1z2∣=16+9=5.
∣z1∣=4+1=5, ∣z2∣=1+4=5.
∣z1∣⋅∣z2∣=5⋅5=5. ✓
FAQs
What is the difference between argument and principal argument?
The argument arg(z) is technically multi-valued — you can add any multiple of 2π and get another valid argument. The principal argumentArg(z) (capital A) is the unique value in (−π,π]. In Class 11 and JEE problems, “argument” almost always means principal argument unless stated otherwise.
Can the modulus of a complex number be negative?
No. ∣z∣=a2+b2≥0 always. It equals zero only when z=0. If you get a negative modulus in a calculation, there’s an error somewhere.
How is the Argand plane different from a standard xy-plane?
Geometrically they look identical, but the interpretation differs. In the Argand plane, the x-axis represents real numbers and y-axis represents imaginary numbers. “Multiplication” has geometric meaning (rotation + scaling) that has no analogue in the standard Cartesian plane.
Why does arg(z1z2)=arg(z1)+arg(z2) sometimes fail?
Strictly speaking, Arg(z1z2)=Arg(z1)+Arg(z2)+2kπ where k∈{−1,0,1} to bring the result back into (−π,π]. The formula holds without correction only if the sum already lies in (−π,π].
What is the geometric interpretation of ∣z1−z2∣?
It’s the distance between the points z1 and z2 in the Argand plane. This is why ∣z−z0∣=r is a circle of radius r centred at z0.
How does De Moivre’s theorem follow from Euler’s form?
(cosθ+isinθ)n=(eiθ)n=einθ=cosnθ+isinnθ. It’s just the index law for exponentials, which is why Euler’s form makes everything so clean.
Is i>0 or i<0?
Neither. The ordering relation > and < only applies to real numbers. Complex numbers have no natural ordering. You can compare their moduli (both real, non-negative), but you cannot say 2+i>1+i in any meaningful sense.
For JEE, which topics in complex numbers have the most weightage?
Based on PYQs from JEE Main 2020–2024: locus problems (circles, lines on Argand plane), modulus and argument calculations, and properties of ∣z∣. JEE Advanced additionally tests De Moivre’s theorem, nth roots of unity, and their applications in proving trigonometric identities.