NDA Maths · Complex Numbers

Modulus, Argument & Conjugate

The core toolkit of a complex number: its conjugate, its modulus (distance from the origin), and its argument (angle on the Argand plane) — plus the conditions that make it purely real or purely imaginary.

Why this matters

This is the largest subtopic and the foundation for the rest. Modulus + conjugate properties and the principal-argument quadrant rule answer most questions directly, and the triangle inequality cracks the max/min ones.

Concept 1 of 4

What a complex number is

Intuition

A complex number z=a+ibz=a+ib bundles a real part and an imaginary part, with i2=1i^2=-1. Add and multiply like binomials, replacing i2i^2 by 1-1. Two complex numbers are equal only when both their real and imaginary parts match.

Definition

z=a+ibz=a+ib, a=Re(z)a=\operatorname{Re}(z), b=Im(z)b=\operatorname{Im}(z), i2=1i^2=-1. Equality: a+ib=c+id    a=ca+ib=c+id\iff a=c and b=db=d. Arithmetic: add/subtract componentwise; multiply as binomials ((a+ib)(c+id)=(acbd)+i(ad+bc)(a+ib)(c+id)=(ac-bd)+i(ad+bc)). Divide by multiplying top and bottom by the denominator's conjugate.

Fundamentals of a complex number

i2=1a+ib=c+id    a=c, b=d(a+ib)(c+id)=(acbd)+i(ad+bc)i^2=-1 \qquad a+ib=c+id \iff a=c,\ b=d \qquad (a+ib)(c+id)=(ac-bd)+i(ad+bc)

Worked example

Express (2+3i)(1i)(2+3i)(1-i) in the form a+iba+ib.
Practice this conceptself-check · 4 quick reps

Concept 2 of 4

Conjugate; purely real / purely imaginary

Intuition

The conjugate zˉ\bar z flips the sign of the imaginary part — a reflection across the real axis. It's the lever for 'purely real' (z=zˉz=\bar z) and 'purely imaginary' (z=zˉz=-\bar z) conditions, and zzˉ=z2z\bar z=|z|^2 turns a modulus into an algebra problem.

Definition

a+ib=aib\overline{a+ib}=a-ib. Key facts:

  • zzˉ=z2=a2+b2z\bar z=|z|^2=a^2+b^2; z+zˉ=2Re(z)z+\bar z=2\operatorname{Re}(z); zzˉ=2iIm(z)z-\bar z=2i\operatorname{Im}(z).
  • Purely real     z=zˉ\iff z=\bar z (imaginary part 0). Purely imaginary     z=zˉ\iff z=-\bar z (real part 0).
  • z1z2=zˉ1zˉ2\overline{z_1z_2}=\bar z_1\bar z_2, z1/z2=zˉ1/zˉ2\overline{z_1/z_2}=\bar z_1/\bar z_2. A real-coefficient equation has complex roots in conjugate pairs.

Conjugate identities

a+ib=aibzzˉ=z2Re(z)=z+zˉ2Im(z)=zzˉ2iz1z2=zˉ1zˉ2\overline{a+ib}=a-ib \qquad z\bar z=|z|^2 \qquad \operatorname{Re}(z)=\dfrac{z+\bar z}{2} \qquad \operatorname{Im}(z)=\dfrac{z-\bar z}{2i} \qquad \overline{z_1z_2}=\bar z_1\,\bar z_2

Worked example

For what real xx is z=(x2)+3iz=(x-2)+3i purely imaginary?
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 2Complex NumbersMODERATE
If zz is a complex number such that z1z+1\dfrac{z-1}{z+1} is purely imaginary, then what is z|z| equal to?

[Q20 · Apr · 2023]

Purely imaginary is the real-part-zero condition, not the imaginary-part-zero one

A number is purely imaginary when z=zˉz=-\bar z (its real part is 0), and purely real when z=zˉz=\bar z (its imaginary part is 0). Students routinely swap these. For z=(x2)+3iz=(x-2)+3i to be purely imaginary you set the real part x2=0x-2=0, not the imaginary part.

Concept 3 of 4

Modulus and the triangle inequality

Intuition

The modulus z|z| is the distance from the origin, so it multiplies and divides cleanly across products and quotients. For sums and differences it doesn't — there you reach for the triangle inequality, which is exactly what 'maximum/minimum of z±c|z\pm c|' questions want.

Definition

z=a2+b2|z|=\sqrt{a^2+b^2}. Properties: z1z2=z1z2|z_1z_2|=|z_1||z_2|, z1z2=z1z2\left|\dfrac{z_1}{z_2}\right|=\dfrac{|z_1|}{|z_2|}, zn=zn|z^n|=|z|^n, zˉ=z|\bar z|=|z|. Triangle inequality: z1z2z1±z2z1+z2\big||z_1|-|z_2|\big|\le|z_1\pm z_2|\le|z_1|+|z_2| — gives the max/min of z±c|z\pm c| on a disc zar|z-a|\le r.

Modulus properties

z=a2+b2z1z2=z1z2z1z2=z1z2z2=zzˉz1+z2z1+z2|z|=\sqrt{a^2+b^2} \qquad |z_1z_2|=|z_1|\,|z_2| \qquad \left|\dfrac{z_1}{z_2}\right|=\dfrac{|z_1|}{|z_2|} \qquad |z|^2=z\bar z \qquad |z_1+z_2|\le|z_1|+|z_2|

Worked example

Find (3+4i)(12i)|(3+4i)(1-2i)|.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 3Complex NumbersHARD
What is the value of 12+5i+125i|12 + 5i| + |12 - 5i|, where i=1i = \sqrt{-1}?

[Q3 · Sep · 2023]

zzˉ=z2z\bar z=|z|^2, not z|z|

The product zzˉz\bar z equals the modulus squared: zzˉ=a2+b2=z2z\bar z=a^2+b^2=|z|^2. Forgetting the square (writing zzˉ=zz\bar z=|z|) is the single most common modulus slip. So for z=3+4iz=3+4i, zzˉ=25z\bar z=25, while z=5|z|=5.

Modulus does not distribute over a sum

z1+z2z1+z2|z_1+z_2|\ne|z_1|+|z_2| in general — that's only an inequality (z1+z2z1+z2|z_1+z_2|\le|z_1|+|z_2|), with equality only when z1,z2z_1,z_2 point the same way. Modulus DOES distribute over products and quotients: z1z2=z1z2|z_1z_2|=|z_1||z_2|. For maxima/minima of z±c|z\pm c|, reach for the triangle inequality, never term-by-term addition.

Concept 4 of 4

Argument and polar form

Intuition

Plot zz on the Argand plane: its modulus is the distance from the origin, its argument the angle from the positive real axis. The catch is the principal argument — you must use the quadrant of (a,b)(a,b), not just tan1(b/a)\tan^{-1}(b/a), to land it in (π,π](-\pi,\pi].

Definition

Polar form: z=r(cosθ+isinθ)=reiθz=r(\cos\theta+i\sin\theta)=re^{i\theta}, r=zr=|z|, θ=argz\theta=\arg z. The principal argument lies in (π,π](-\pi,\pi]; compute tan1ba\tan^{-1}\big|\tfrac{b}{a}\big| then adjust for the quadrant of (a,b)(a,b). Arguments add under multiplication: arg(z1z2)=argz1+argz2\arg(z_1z_2)=\arg z_1+\arg z_2, arg(z1/z2)=argz1argz2\arg(z_1/z_2)=\arg z_1-\arg z_2.

Polar form and argument

z=r(cosθ+isinθ)=reiθarg(z1z2)=argz1+argz2arg ⁣(z1z2)=argz1argz2z=r(\cos\theta+i\sin\theta)=re^{i\theta} \qquad \arg(z_1z_2)=\arg z_1+\arg z_2 \qquad \arg\!\left(\dfrac{z_1}{z_2}\right)=\arg z_1-\arg z_2
ReImθz = a + ibrabr = √(a²+b²), θ = arg z

Worked example

Find the modulus and principal argument of z=1+iz=1+i.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 4Complex NumbersMODERATE
The modulus and principal argument of the complex number 1+2i1(1i)2\dfrac{1+2i}{1-(1-i)^2} are respectively

[Q11 · Apr · 2017]

The principal argument depends on the quadrant, not just tan1(b/a)\tan^{-1}(b/a)

tan1(b/a)\tan^{-1}(b/a) alone can't tell apart a+iba+ib from aib-a-ib (same ratio, opposite quadrants). Find the reference angle tan1ba\tan^{-1}\big|\tfrac{b}{a}\big|, then place it by the signs of (a,b)(a,b) so the result lands in (π,π](-\pi,\pi]. For 1+i-1+i (2nd quadrant) the argument is 3π4\tfrac{3\pi}4, not tan1(1)=π4\tan^{-1}(-1)=-\tfrac\pi4.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (4)

  • What a complex number is

    Fundamentals of a complex number

    i2=1a+ib=c+id    a=c, b=d(a+ib)(c+id)=(acbd)+i(ad+bc)i^2=-1 \qquad a+ib=c+id \iff a=c,\ b=d \qquad (a+ib)(c+id)=(ac-bd)+i(ad+bc)
  • Conjugate; purely real / purely imaginary

    Conjugate identities

    a+ib=aibzzˉ=z2Re(z)=z+zˉ2Im(z)=zzˉ2iz1z2=zˉ1zˉ2\overline{a+ib}=a-ib \qquad z\bar z=|z|^2 \qquad \operatorname{Re}(z)=\dfrac{z+\bar z}{2} \qquad \operatorname{Im}(z)=\dfrac{z-\bar z}{2i} \qquad \overline{z_1z_2}=\bar z_1\,\bar z_2
  • Modulus and the triangle inequality

    Modulus properties

    z=a2+b2z1z2=z1z2z1z2=z1z2z2=zzˉz1+z2z1+z2|z|=\sqrt{a^2+b^2} \qquad |z_1z_2|=|z_1|\,|z_2| \qquad \left|\dfrac{z_1}{z_2}\right|=\dfrac{|z_1|}{|z_2|} \qquad |z|^2=z\bar z \qquad |z_1+z_2|\le|z_1|+|z_2|
  • Argument and polar form

    Polar form and argument

    z=r(cosθ+isinθ)=reiθarg(z1z2)=argz1+argz2arg ⁣(z1z2)=argz1argz2z=r(\cos\theta+i\sin\theta)=re^{i\theta} \qquad \arg(z_1z_2)=\arg z_1+\arg z_2 \qquad \arg\!\left(\dfrac{z_1}{z_2}\right)=\arg z_1-\arg z_2

Watch out for (4)

Drill every past-year question on this subtopic

39 questions from the bank — paginated, with cart and Word-export support.

Related notes