Complex Numbers — Argument, Modulus & Polar Form for Class 11

Real and imaginary parts, conjugate, modulus, argument, polar form. Euler's form. NCERT Class 11 Chapter 5 with JEE-level problems.

CBSE JEE-MAIN JEE-ADVANCED 14 min read

What Are Complex Numbers, Really?

When we solve x2+1=0x^2 + 1 = 0, real numbers give up. There’s no real xx that satisfies this — and for centuries, mathematicians just said “no solution” and moved on. Then someone asked: what if we define a number ii such that i2=1i^2 = -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+ibz = a + ib, where a,bRa, b \in \mathbb{R} and i=1i = \sqrt{-1}. The number aa is the real part (written Re(z)\text{Re}(z)) and bb is the imaginary part (written Im(z)\text{Im}(z)). Notice: Im(z)=b\text{Im}(z) = b, not ibib — 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 (ii): Defined as 1\sqrt{-1}, with the cyclic property i1=ii^1 = i, i2=1i^2 = -1, i3=ii^3 = -i, i4=1i^4 = 1. The cycle repeats every 4 powers.

Complex Number (zz): Any number of the form a+iba + ib where a,bRa, b \in \mathbb{R}.

Real Part: Re(z)=a\text{Re}(z) = a

Imaginary Part: Im(z)=b\text{Im}(z) = b (not ibib)

Purely Real: b=0b = 0, so z=az = a. All real numbers are complex numbers with zero imaginary part.

Purely Imaginary: a=0a = 0, so z=ibz = ib.

Zero Complex Number: z=0+0iz = 0 + 0i, where both parts are zero.

Conjugate (zˉ\bar{z}): If z=a+ibz = a + ib, then zˉ=aib\bar{z} = a - ib. Geometrically, it’s the reflection across the real axis.

Modulus (z|z|): z=a2+b2|z| = \sqrt{a^2 + b^2}. This is the distance of zz from the origin in the Argand plane.

Argument (argz\arg z): The angle θ\theta that the line joining the origin to zz 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=0b = 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 ii — The Cyclic Pattern

Before anything else, memorise this:

i1=ii2=1i3=ii4=1i^1 = i \quad i^2 = -1 \quad i^3 = -i \quad i^4 = 1

For any integer nn: divide nn by 4, use the remainder rr.

in=irwhere r=nmod4i^n = i^r \quad \text{where } r = n \mod 4

Special case: i0=1i^0 = 1, and i1=ii^{-1} = -i (since i(i)=i2=1i \cdot (-i) = -i^2 = 1).

Example: i37=i4×9+1=i1=ii^{37} = i^{4 \times 9 + 1} = i^1 = i. And i3=i3+4=i1=ii^{-3} = i^{-3+4} = i^1 = i.


Algebra of Complex Numbers

Addition and Subtraction

(a+ib)±(c+id)=(a±c)+i(b±d)(a + ib) \pm (c + id) = (a \pm c) + i(b \pm d)

Real and imaginary parts operate independently. Think of ii like a unit vector in a different direction — you add components separately.

Multiplication

(a+ib)(c+id)=ac+iad+ibc+i2bd=(acbd)+i(ad+bc)(a + ib)(c + id) = ac + iad + ibc + i^2bd = (ac - bd) + i(ad + bc)

Use i2=1i^2 = -1 to simplify. Don’t memorise the formula — just FOIL and replace i2i^2 with 1-1.

Division

To divide a+ibc+id\frac{a+ib}{c+id}, multiply numerator and denominator by the conjugate of the denominator:

a+ibc+id=(a+ib)(cid)(c+id)(cid)=(ac+bd)+i(bcad)c2+d2\frac{a+ib}{c+id} = \frac{(a+ib)(c-id)}{(c+id)(c-id)} = \frac{(ac+bd) + i(bc-ad)}{c^2+d^2}

Students often multiply by cidc - id but forget to apply it to the numerator too, or they compute (c+id)(cid)=c2i2d2=c2+d2(c+id)(c-id) = c^2 - i^2d^2 = c^2 + d^2 wrong. The denominator is always real and positive (assuming z0z \neq 0).

Key Properties of Conjugate

z1+z2=z1ˉ+z2ˉ\overline{z_1 + z_2} = \bar{z_1} + \bar{z_2} z1z2=z1ˉz2ˉ\overline{z_1 \cdot z_2} = \bar{z_1} \cdot \bar{z_2} zzˉ=z2(extremely useful)z \cdot \bar{z} = |z|^2 \quad \text{(extremely useful)} z+zˉ=2Re(z),zzˉ=2iIm(z)z + \bar{z} = 2\text{Re}(z), \quad z - \bar{z} = 2i\,\text{Im}(z)

The identity zzˉ=z2z \cdot \bar{z} = |z|^2 is how division works cleanly — you’re essentially rationalising the denominator.


Modulus: Distance in the Argand Plane

The Argand plane (or complex plane) represents z=a+ibz = a + ib as the point (a,b)(a, b). The real axis is the xx-axis; the imaginary axis is the yy-axis.

z=a+ib=a2+b2|z| = |a + ib| = \sqrt{a^2 + b^2} z1z2=z1z2|z_1 z_2| = |z_1| \cdot |z_2| z1z2=z1z2\left|\frac{z_1}{z_2}\right| = \frac{|z_1|}{|z_2|} z1+z2z1+z2(Triangle Inequality)|z_1 + z_2| \leq |z_1| + |z_2| \quad \text{(Triangle Inequality)} z1z2z1z2z1+z2\big||z_1| - |z_2|\big| \leq |z_1 - z_2| \leq |z_1| + |z_2|

The triangle inequality is a JEE favourite — it gives the range of z1+z2|z_1 + z_2| when z1|z_1| and z2|z_2| are known.

In JEE Main, questions of the type “if z2=z3|z - 2| = |z - 3|, find the locus of zz” appear regularly. This means the point zz is equidistant from 2 and 3 on the real axis — so zz lies on the perpendicular bisector Re(z)=2.5\text{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+ibz = a + ib is the angle θ\theta where tanθ=b/a\tan\theta = b/a. But tanθ=b/a\tan\theta = b/a gives two angles in [0,2π)[0, 2\pi) — we need to pick the right one based on which quadrant zz lies in.

The principal argument Arg(z)\text{Arg}(z) is defined in (π,π](-\pi, \pi].

Let α=arctanba\alpha = \arctan\left|\frac{b}{a}\right| (always positive, in first quadrant).

QuadrantaabbArg(z)\text{Arg}(z)
I++++α\alpha
II-++πα\pi - \alpha
III--(πα)-(\pi - \alpha)
IV++-α-\alpha

Special cases: arg(1)=0\arg(1) = 0, arg(1)=π\arg(-1) = \pi, arg(i)=π/2\arg(i) = \pi/2, arg(i)=π/2\arg(-i) = -\pi/2

Why the quadrant matters: tanθ=1\tan\theta = 1 gives θ=π/4\theta = \pi/4 or θ=5π/4\theta = 5\pi/4 (i.e., 3π/4-3\pi/4 in principal argument range). The number z=1+iz = 1 + i is in Q1, so arg(z)=π/4\arg(z) = \pi/4. But z=1iz = -1 - i is in Q3, so arg(z)=3π/4\arg(z) = -3\pi/4.

Never directly write arg(z)=arctan(b/a)\arg(z) = \arctan(b/a) without checking the quadrant. This formula only works when a>0a > 0 (Q1 and Q4). When a<0a < 0, you must add or subtract π\pi accordingly.


Polar Form

Every complex number can be written as:

z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta)

where r=zr = |z| and θ=arg(z)\theta = \arg(z).

This is often written as z=rcisθz = r\,\text{cis}\,\theta.

Why polar form? Multiplication and division become elegant:

z1z2=r1r2(cos(θ1+θ2)+isin(θ1+θ2))z_1 z_2 = r_1 r_2 \left(\cos(\theta_1 + \theta_2) + i\sin(\theta_1 + \theta_2)\right)

Moduli multiply, arguments add. This is geometrically beautiful: multiplying by zz rotates by arg(z)\arg(z) and scales by z|z|.


Euler’s Form

eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta

So z=reiθz = re^{i\theta}.

Famous result: eiπ+1=0e^{i\pi} + 1 = 0 (Euler’s identity)

For JEE Advanced, Euler’s form is essential for:

  • De Moivre’s theorem: (eiθ)n=einθ(e^{i\theta})^n = e^{in\theta}, i.e., (cosθ+isinθ)n=cosnθ+isinnθ(\cos\theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta
  • Roots of unity: The nnth roots of unity are e2πik/ne^{2\pi i k/n} for k=0,1,...,n1k = 0, 1, ..., n-1

Solved Examples

Example 1 (CBSE Level): Finding Real and Imaginary Parts

Find Re(z)\text{Re}(z) and Im(z)\text{Im}(z) for z=1+i1iz = \dfrac{1+i}{1-i}.

Multiply by conjugate of denominator:

z=(1+i)(1+i)(1i)(1+i)=1+2i+i21i2=1+2i11+1=2i2=iz = \frac{(1+i)(1+i)}{(1-i)(1+i)} = \frac{1 + 2i + i^2}{1 - i^2} = \frac{1 + 2i - 1}{1 + 1} = \frac{2i}{2} = i

So Re(z)=0\text{Re}(z) = 0 and Im(z)=1\text{Im}(z) = 1.

Example 2 (CBSE Level): Modulus and Argument

Find modulus and principal argument of z=3+iz = -\sqrt{3} + i.

z=(3)2+12=3+1=2|z| = \sqrt{(-\sqrt{3})^2 + 1^2} = \sqrt{3 + 1} = 2

α=arctan13=arctan13=π6\alpha = \arctan\left|\frac{1}{-\sqrt{3}}\right| = \arctan\frac{1}{\sqrt{3}} = \frac{\pi}{6}

zz is in Q2 (negative real, positive imaginary), so:

arg(z)=ππ6=5π6\arg(z) = \pi - \frac{\pi}{6} = \frac{5\pi}{6}

Example 3 (JEE Main Level): Locus Problem

If zz satisfies z1z+1=2\left|\frac{z-1}{z+1}\right| = 2, find the locus.

Let z=x+iyz = x + iy:

z12=4z+12|z - 1|^2 = 4|z + 1|^2 (x1)2+y2=4[(x+1)2+y2](x-1)^2 + y^2 = 4\left[(x+1)^2 + y^2\right] x22x+1+y2=4x2+8x+4+4y2x^2 - 2x + 1 + y^2 = 4x^2 + 8x + 4 + 4y^2 3x2+3y2+10x+3=03x^2 + 3y^2 + 10x + 3 = 0 x2+y2+103x+1=0x^2 + y^2 + \frac{10}{3}x + 1 = 0

This is a circle with centre (53,0)\left(-\frac{5}{3}, 0\right) and radius 2591=43\sqrt{\frac{25}{9} - 1} = \frac{4}{3}.

Example 4 (JEE Advanced Level): De Moivre’s Application

Find all values of (1+i)1/3(1 + i)^{1/3}. (This style appeared in JEE Advanced 2022.)

Write 1+i1 + i in polar form: 1+i=2|1+i| = \sqrt{2}, arg(1+i)=π/4\arg(1+i) = \pi/4.

1+i=2eiπ/41 + i = \sqrt{2}\,e^{i\pi/4}

The cube roots are:

zk=21/6ei(π/12+2πk/3),k=0,1,2z_k = 2^{1/6}\,e^{i(\pi/12 + 2\pi k/3)}, \quad k = 0, 1, 2 z0=21/6eiπ/12,z1=21/6ei(3π/4),z2=21/6ei(17π/12)z_0 = 2^{1/6}\,e^{i\pi/12}, \quad z_1 = 2^{1/6}\,e^{i(3\pi/4)}, \quad z_2 = 2^{1/6}\,e^{i(17\pi/12)}

For nnth roots: if z=reiθz = re^{i\theta}, then the nn roots are r1/nei(θ+2πk)/nr^{1/n} e^{i(\theta + 2\pi k)/n} for k=0,1,...,n1k = 0, 1, ..., n-1. They’re equally spaced on a circle of radius r1/nr^{1/n}.


Exam-Specific Tips

CBSE Class 11 Board: Focus on Chapter 5 NCERT exercises. Standard asks: simplify expressions with ii, find conjugate/modulus/argument, write in polar form. The 6-mark question often involves showing an algebraic identity using zzˉ=z2z\bar{z} = |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|z_1 + z_2|” — are common. JEE Main 2023 Session 2 had a question on zi+z+i=4|z - i| + |z + i| = 4 (an ellipse with foci at ±i\pm i).

JEE Advanced: Appear as part of complex multi-part questions. De Moivre’s theorem, nnth 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\text{Im}(z) = ib, not bb. If z=3+4iz = 3 + 4i, then Im(z)=4\text{Im}(z) = 4, not 4i4i. The imaginary part is a real number.

Mistake 2: Ignoring the quadrant for argument. arg(1i)arctan(1)=π/4\arg(-1 - i) \neq \arctan(1) = \pi/4. Since zz is in Q3, arg(z)=3π/4\arg(z) = -3\pi/4. Always draw a quick sketch.

Mistake 3: z1+z2=z1+z2|z_1 + z_2| = |z_1| + |z_2| (wrong in general). This equality holds only when z1z_1 and z2z_2 have the same argument (point in the same direction). In general, it’s an inequality.

Mistake 4: ab=ab\sqrt{-a \cdot -b} = \sqrt{ab} for negative a,ba, b. 4936=6\sqrt{-4} \cdot \sqrt{-9} \neq \sqrt{36} = 6. The correct approach: 49=(2i)(3i)=6i2=6\sqrt{-4} \cdot \sqrt{-9} = (2i)(3i) = 6i^2 = -6. The rule ab=ab\sqrt{a}\cdot\sqrt{b} = \sqrt{ab} only holds when both are non-negative.

Mistake 5: Writing arg(z1/z2)=arg(z1)/arg(z2)\arg(z_1/z_2) = \arg(z_1)/\arg(z_2) (completely wrong). Arguments subtract: arg(z1/z2)=arg(z1)arg(z2)\arg(z_1/z_2) = \arg(z_1) - \arg(z_2). Moduli divide, arguments subtract — never mix up the operations.


Practice Questions

Q1. Find the modulus and argument of z=1iz = 1 - i.

z=1+1=2|z| = \sqrt{1+1} = \sqrt{2}. Since zz is in Q4: α=arctan(1)=π/4\alpha = \arctan(1) = \pi/4, so arg(z)=π/4\arg(z) = -\pi/4.


Q2. Simplify i101+i102+i103+i104i^{101} + i^{102} + i^{103} + i^{104}.

i101=i1=ii^{101} = i^1 = i, i102=i2=1i^{102} = i^2 = -1, i103=i3=ii^{103} = i^3 = -i, i104=i4=1i^{104} = i^4 = 1. Sum =i+(1)+(i)+1=0= i + (-1) + (-i) + 1 = 0. Note: any 4 consecutive powers of ii always sum to 0.


Q3. If z=cosθ+isinθz = \cos\theta + i\sin\theta, show that Re(11z)=12\text{Re}\left(\frac{1}{1-z}\right) = \frac{1}{2}.

1z=1cosθisinθ1 - z = 1 - \cos\theta - i\sin\theta. Multiply by conjugate:

11z=1cosθ+isinθ(1cosθ)2+sin2θ\frac{1}{1-z} = \frac{1-\cos\theta + i\sin\theta}{(1-\cos\theta)^2 + \sin^2\theta}

Denominator =12cosθ+cos2θ+sin2θ=22cosθ=2(1cosθ)= 1 - 2\cos\theta + \cos^2\theta + \sin^2\theta = 2 - 2\cos\theta = 2(1-\cos\theta).

Re(11z)=1cosθ2(1cosθ)=12\text{Re}\left(\frac{1}{1-z}\right) = \frac{1-\cos\theta}{2(1-\cos\theta)} = \frac{1}{2}

Q4. Find the locus of zz if arg(z1)=π/3\arg(z - 1) = \pi/3.

z1=(x1)+iyz - 1 = (x-1) + iy. The argument equals π/3\pi/3 means tan(π/3)=3=y/(x1)\tan(\pi/3) = \sqrt{3} = y/(x-1), with x>1,y>0x > 1, y > 0. So the locus is the ray y=3(x1)y = \sqrt{3}(x-1) for x>1x > 1.


Q5. If z3=z+3i|z - 3| = |z + 3i|, find the locus of zz.

zz is equidistant from 33 (point (3,0)(3,0)) and 3i-3i (point (0,3)(0,-3)). This is the perpendicular bisector of the segment joining (3,0)(3,0) and (0,3)(0,-3): the line xy=992x - y = \frac{9-9}{2}… let’s compute properly.

Midpoint: (3/2,3/2)(3/2, -3/2). Slope of segment: 3003=1\frac{-3-0}{0-3} = 1. Perpendicular slope: 1-1.

Line: y+3/2=1(x3/2)y + 3/2 = -1(x - 3/2), i.e., x+y=0x + y = 0.

Locus: Re(z)+Im(z)=0\text{Re}(z) + \text{Im}(z) = 0.


Q6. If z=x+iyz = x + iy and ziz+i=1\left|\frac{z - i}{z + i}\right| = 1, find the locus.

zi=z+i|z - i| = |z + i| means zz is equidistant from ii and i-i. These are (0,1)(0,1) and (0,1)(0,-1). Perpendicular bisector is the real axis: y=0y = 0, i.e., Im(z)=0\text{Im}(z) = 0.

So zz is purely real.


Q7. Find all cube roots of 8-8.

Write 8=8eiπ-8 = 8e^{i\pi}. Cube roots: 81/3ei(π+2πk)/3=2ei(π/3+2πk/3)8^{1/3} e^{i(\pi + 2\pi k)/3} = 2e^{i(\pi/3 + 2\pi k/3)} for k=0,1,2k = 0, 1, 2.

k=0k=0: 2eiπ/3=2(12+i32)=1+i32e^{i\pi/3} = 2(\frac{1}{2} + i\frac{\sqrt{3}}{2}) = 1 + i\sqrt{3}

k=1k=1: 2eiπ=22e^{i\pi} = -2 (the obvious real cube root)

k=2k=2: 2ei5π/3=2(12i32)=1i32e^{i5\pi/3} = 2(\frac{1}{2} - i\frac{\sqrt{3}}{2}) = 1 - i\sqrt{3}


Q8. If z1=2+iz_1 = 2 + i and z2=12iz_2 = 1 - 2i, verify that z1z2=z1z2|z_1 z_2| = |z_1| \cdot |z_2|.

z1z2=(2+i)(12i)=24i+i2i2=23i+2=43iz_1 z_2 = (2+i)(1-2i) = 2 - 4i + i - 2i^2 = 2 - 3i + 2 = 4 - 3i.

z1z2=16+9=5|z_1 z_2| = \sqrt{16 + 9} = 5.

z1=4+1=5|z_1| = \sqrt{4+1} = \sqrt{5}, z2=1+4=5|z_2| = \sqrt{1+4} = \sqrt{5}.

z1z2=55=5|z_1| \cdot |z_2| = \sqrt{5} \cdot \sqrt{5} = 5. ✓


FAQs

What is the difference between argument and principal argument?

The argument arg(z)\arg(z) is technically multi-valued — you can add any multiple of 2π2\pi and get another valid argument. The principal argument Arg(z)\text{Arg}(z) (capital A) is the unique value in (π,π](-\pi, \pi]. 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+b20|z| = \sqrt{a^2 + b^2} \geq 0 always. It equals zero only when z=0z = 0. If you get a negative modulus in a calculation, there’s an error somewhere.

How is the Argand plane different from a standard xyxy-plane?

Geometrically they look identical, but the interpretation differs. In the Argand plane, the xx-axis represents real numbers and yy-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)\arg(z_1 z_2) = \arg(z_1) + \arg(z_2) sometimes fail?

Strictly speaking, Arg(z1z2)=Arg(z1)+Arg(z2)+2kπ\text{Arg}(z_1 z_2) = \text{Arg}(z_1) + \text{Arg}(z_2) + 2k\pi where k{1,0,1}k \in \{-1, 0, 1\} to bring the result back into (π,π](-\pi, \pi]. The formula holds without correction only if the sum already lies in (π,π](-\pi, \pi].

What is the geometric interpretation of z1z2|z_1 - z_2|?

It’s the distance between the points z1z_1 and z2z_2 in the Argand plane. This is why zz0=r|z - z_0| = r is a circle of radius rr centred at z0z_0.

How does De Moivre’s theorem follow from Euler’s form?

(cosθ+isinθ)n=(eiθ)n=einθ=cosnθ+isinnθ(\cos\theta + i\sin\theta)^n = (e^{i\theta})^n = e^{in\theta} = \cos n\theta + i\sin n\theta. It’s just the index law for exponentials, which is why Euler’s form makes everything so clean.

Is i>0i > 0 or i<0i < 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+i2 + 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|z|. JEE Advanced additionally tests De Moivre’s theorem, nnth roots of unity, and their applications in proving trigonometric identities.

Practice Questions