Complex Numbers hero

Complex Numbers

~14 min read

In 30 seconds
  • What: Complex numbers extend the real number line into a plane — every number has the form \(a + ib\), and the NDA tests modulus, argument, conjugate, polar form, De Moivre's theorem, and cube roots of unity.
  • Why it matters: NDA papers from 2010 to 2024 carry 3–6 questions on this topic in almost every sitting — skipping it costs real marks.
  • Key fact: Cube roots of unity and powers of \(i\) are the two single most repeated sub-topics across all NDA PYQs in this chapter.

Complex numbers appear in roughly every NDA Maths paper. The questions are compact — usually one or two steps — but they demand clean formula recall. Master the standard results once and you can solve most of them in under 90 seconds. This page walks you through every concept tested, anchored entirely to actual NDA PYQs from 2010 onwards.

What This Topic Covers

The NDA syllabus for complex numbers sits inside the Algebra section. You are expected to handle:

  • Basic algebra of complex numbers — addition, subtraction, multiplication, division.
  • Modulus and its properties, including modulus of a product and quotient.
  • Argument (amplitude) and principal argument — range \((-\pi, \pi]\).
  • Conjugate and its algebraic rules.
  • Polar form (modulus-amplitude form) and conversion from Cartesian form.
  • De Moivre's theorem and its application to powers and roots.
  • Cube roots of unity — properties of \(\omega\), \(\omega^2\), and their cyclic sums.
  • Powers of \(i\) — the four-cycle pattern.
  • Locus problems — interpreting a condition on \(|z|\) or \(\arg(z)\) as a geometric curve.
  • Square roots of complex numbers.

These sub-topics are not independent. A single NDA question on argument often requires you to first compute the modulus, so practice them together, not in isolation.

Why This Topic Matters for NDA

  • High frequency: present in almost every NDA paper from 2010 to 2024, with 3–6 questions per sitting.
  • Low time cost: most questions are solvable in 60–90 seconds once you know the standard results.
  • Connects to other chapters: cube roots of unity appear in questions tagged under quadratic equations and sequences too.

Exam Pattern & Weightage

The table below is built from the PYQs in this chapter. It shows how many questions appeared on complex numbers in each NDA paper.

Year Paper I Paper II Key Sub-topics Tested
2010 3 2 Conjugate, powers of i, cube roots of unity, modulus
2011 4 4 Square roots, argument, cube roots, modulus of expressions
2012 2 3 Powers of i, modulus, cube roots (ω¹⁹ + 1)
2013 3 Argument of (−1 − i), square roots of 3 + 4i
2014 3 2 Modulus of quotient, locus, argument, polar form
2015 3 3 Cube roots, square root of i, real part of (sin x + i cos x)³
2016 5 3 Argument, cube roots, powers of ω, imaginary part, locus
2017 3 3 Powers of i, De Moivre, modulus-amplitude, argument of (−1 − i)
2018 4 3 Polar form of √3 + i, cube roots geometry, powers of i, square roots
2019 3 2 Modulus, principal argument, De Moivre with cube roots
2020 2 Modulus of trig form, argument
2021 4 4 Modulus, conjugate properties, powers of i, square root of complex
2022 2 Principal argument of iω, modulus of polar expressions
2023 3 4 Roots of equations, locus, square roots, cube root common roots
2024 4 2 Cube roots of unity, (1 + i)⁴ + (1 − i)⁴, Re(z₁/z₂), cube root equations
NDA Alert

Cube roots of unity questions appear in nearly every paper — sometimes as standalone items, sometimes embedded in a quadratic or sequence question. Never skip ω-properties.

NDA Alert

Principal argument range is (−π, π], not [0, 2π). Getting the sign wrong on argument questions is the most common source of lost marks in this chapter.

Core Concepts

Every formula below has been tested in NDA PYQs. Learn them in the order they appear — later concepts build on earlier ones.

Modulus

If \(z = a + ib\), the modulus is the distance from the origin to the point \((a, b)\) in the Argand plane.

Modulus $$|z| = \sqrt{a^2 + b^2} \qquad \text{where } z = a + ib$$
Modulus Properties $$|z_1 \cdot z_2| = |z_1| \cdot |z_2| \qquad \left|\tfrac{z_1}{z_2}\right| = \tfrac{|z_1|}{|z_2|}$$
Modulus — Identity Form $$z \cdot \bar{z} = |z|^2 \qquad |z| = |\bar{z}| = |-z|$$
Triangle Inequality $$|z_1 + z_2| \leq |z_1| + |z_2| \qquad |z_1 - z_2| \geq \bigl||z_1| - |z_2|\bigr|$$

NDA directly tested: "The modulus of the quotient of P and Q is equal to the quotient of their moduli" [2014-I]. That is option (d) — equal, not less than or greater than.

NDA Trap

Do not confuse \(|z|^2\) with \(|z^2|\). They are equal in value, but the route is different — \(|z|^2 = z \cdot \bar{z}\), while \(|z^2| = |z| \cdot |z|\). Setters use this to bait wrong choices in statement-based MCQs.

Argument (Amplitude)

The argument is the angle \(\theta\) the position vector of \(z\) makes with the positive real axis. The principal argument lies in \((-\pi, \pi]\).

Argument — Four Quadrants $$\text{Q1 } (a > 0,\, b > 0):\ \arg z = \arctan(b/a)$$ $$\text{Q2 } (a < 0,\, b > 0):\ \arg z = \pi - \arctan(b/|a|)$$ $$\text{Q3 } (a < 0,\, b < 0):\ \arg z = -\pi + \arctan(|b|/|a|)$$ $$\text{Q4 } (a > 0,\, b < 0):\ \arg z = -\arctan(|b|/a)$$

PYQ tested \((-1 - i)\) lies in Q3. Principal argument \(= -\pi + \pi/4 = -3\pi/4\) [2013-I, 2018-I]. This exact question appeared twice.

Argument — Algebra Rules (behave like logs) $$\arg(z_1 z_2) = \arg(z_1) + \arg(z_2)$$ $$\arg\!\left(\tfrac{z_1}{z_2}\right) = \arg(z_1) - \arg(z_2) \qquad \arg(z^n) = n \cdot \arg(z)$$
NDA Trap

The principal argument range is \((-\pi, \pi]\), not \([0, 2\pi)\). If your raw arctan gives an angle outside this band, fold it back. Missing this single step is the most common source of wrong-option selection on argument questions.

Conjugate

The conjugate of \(z = a + ib\) is \(\bar{z} = a - ib\). Geometrically it reflects \(z\) across the real axis.

Conjugate Rules $$z + \bar{z} = 2\,\Re(z) \quad \text{(real number)}$$ $$z - \bar{z} = 2i\,\Im(z) \quad \text{(imaginary number)}$$ $$z \cdot \bar{z} = |z|^2$$

NDA 2021-I directly asked: "The difference of \(Z\) and its conjugate is an imaginary number" — TRUE. "The sum of \(Z\) and its conjugate is a real number" — TRUE. Both statements were correct [2021-I].

Also tested: if \(z = -\bar{z}\), then \(\Re(z) = 0\), so the real part is zero [2012-I].

Polar Form

Every complex number can be written in modulus-amplitude (polar) form. This is the standard NDA phrasing — "modulus-amplitude form."

Polar Form $$z = r(\cos\theta + i\sin\theta) \qquad \text{where } r = |z|,\ \theta = \arg z$$
Euler's Form $$z = r e^{i\theta}$$ Multiplication and division collapse to angle add/subtract — far faster than Cartesian work.

PYQ: The modulus-amplitude form of \(\sqrt{3} + i\) is \(2(\cos\tfrac{\pi}{6} + i\sin\tfrac{\pi}{6})\) [2018-I]. Here \(r = \sqrt{3 + 1} = 2\), and \(\theta = \arctan(1/\sqrt{3}) = \pi/6\).

NDA Trap

De Moivre applies only when the bracket is exactly \(\cos\theta + i\sin\theta\). If the expression is \(\sin\theta + i\cos\theta\), first convert: \(\sin\theta + i\cos\theta = \cos(\pi/2 - \theta) + i\sin(\pi/2 - \theta)\). Apply DMT only after.

De Moivre's Theorem

De Moivre's theorem converts powers and roots of complex numbers into angle arithmetic. It is the engine behind cube roots of unity and many NDA questions on powers.

De Moivre's Theorem $$(\cos\theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta \qquad \text{for any integer } n$$

NDA tested: the value of \([(1 + i\sqrt{3})/2]^{2019} + [(i - \sqrt{3})/2]^{2019}\) — recognise each bracket as \(\cos(\pi/3) \pm i\sin(\pi/3)\), apply De Moivre, and the answer is \(-1\) [2019-II].

Powers of i — the Four-Cycle

Powers of \(i\) repeat with period 4. You need only find the remainder when the exponent is divided by 4.

Powers of i $$i^1 = i \quad i^2 = -1 \quad i^3 = -i \quad i^4 = 1 \quad i^{4k} = 1$$

PYQ: \(i^{1000} + i^{1001} + i^{1002} + i^{1003}\). Remainders mod 4: 0, 1, 2, 3 \(\to 1 + i + (-1) + (-i) = 0\) [2018-I].

Cube Roots of Unity

The three cube roots of \(1\) are \(1\), \(\omega\), and \(\omega^2\), where \(\omega = (-1 + i\sqrt{3})/2\).

Cube Roots of Unity — Key Properties $$1 + \omega + \omega^2 = 0$$ $$\omega^3 = 1$$ $$\bar{\omega} = \omega^2 \quad \text{(conjugate of } \omega \text{ is } \omega^2\text{)}$$ $$(\omega_1 - \omega_2)^2 = -3 \quad \text{where } \omega_1, \omega_2 \text{ are the two non-real cube roots [2016-I]}$$

The three cube roots of unity form an equilateral triangle on the unit circle [2018-II]. Their sum is \(0\) and their product is \(1\).

Cyclic Power Rule $$\omega^n = 1 \text{ if } n \equiv 0 \pmod{3} \qquad \omega^n = \omega \text{ if } n \equiv 1 \pmod{3} \qquad \omega^n = \omega^2 \text{ if } n \equiv 2 \pmod{3}$$

PYQ: \(\omega^{100} + \omega^{200} + \omega^{300} = \omega + \omega^2 + 1 = 0\)? No — \(300 \equiv 0\) so \(\omega^{300} = 1\); \(100 \equiv 1\) so \(\omega^{100} = \omega\); \(200 \equiv 2\) so \(\omega^{200} = \omega^2\). Sum \(= 1 + \omega + \omega^2 = 0\). [2016-II]

NDA Alert

The identity \(1 + \omega + \omega^2 = 0\) is used to simplify almost every cube-root-of-unity question. If you see \((2 - \omega + 2\omega^2)^3\) or \((1 + \omega - \omega^2)^{10}\) type expressions, substitute \(\omega^2 = -1 - \omega\) first.

Square Root of a Complex Number

For a number of the form \(x + iy\), you do not need to solve the long system every time. The direct NDA shortcut formula gives both roots in one line.

Square Root Shortcut $$\sqrt{x + iy} = \pm\left[\sqrt{\tfrac{|z| + x}{2}} + i\,\text{sgn}(y)\,\sqrt{\tfrac{|z| - x}{2}}\right]$$ where \(|z| = \sqrt{x^2 + y^2}\) and \(\text{sgn}(y)\) is \(+1\) if \(y > 0\), \(-1\) if \(y < 0\).

For \(3 + 4i\): \(|z| = 5\), so \(\sqrt{3 + 4i} = \pm[\sqrt{4} + i\sqrt{1}] = \pm(2 + i)\). One line; no quadratic solve.

NDA Trap

Remember \(i^2 = -1\), not \(1\). Whenever you square an expression like \((a + ib)^2\), the cross term contributes \(2abi\) and the \(i^2\) collapses to \(-1\), flipping the sign of the \(b^2\) term. Students lose marks here under time pressure.

Worked Examples

Five complete solutions drawn directly from NDA PYQs. Follow the step sequence — this is the fastest path to marks.

Example 1 — Argument of (−1 − i) [2013-I, 2018-I]

Q: What is the principal argument of \((-1 - i)\), where \(i = \sqrt{-1}\)?

  • Step 1: Identify the quadrant. \(\Re = -1\) (negative), \(\Im = -1\) (negative) \(\to\) Q3.
  • Step 2: Reference angle \(= \arctan(|\Im|/|\Re|) = \arctan(1/1) = \pi/4\).
  • Step 3: In Q3, principal argument \(= -\pi + \pi/4 = -3\pi/4\).
  • Answer: \(-3\pi/4\).

Example 2 — Polar form of √3 + i [2018-I]

Q: Write the modulus-amplitude form of \(\sqrt{3} + i\).

  • Step 1: Modulus $$r = \sqrt{(\sqrt{3})^2 + 1^2} = \sqrt{3 + 1} = 2.$$
  • Step 2: Argument \(\theta = \arctan(1/\sqrt{3}) = \pi/6\) (Q1, both parts positive).
  • Step 3: Polar form: $$2\bigl(\cos\tfrac{\pi}{6} + i\sin\tfrac{\pi}{6}\bigr).$$
  • Answer: \(2(\cos\tfrac{\pi}{6} + i\sin\tfrac{\pi}{6})\) — option (a) [2018-I].

Example 3 — Powers of i sum [2018-I]

Q: What is \(i^{1000} + i^{1001} + i^{1002} + i^{1003}\)?

  • Step 1: Find each remainder mod 4: \(1000 \to 0\), \(1001 \to 1\), \(1002 \to 2\), \(1003 \to 3\).
  • Step 2: Apply the cycle: \(i^0 = 1\), \(i^1 = i\), \(i^2 = -1\), \(i^3 = -i\).
  • Step 3: Sum \(= 1 + i + (-1) + (-i) = 0\).
  • Answer: \(0\) — option (a) [2018-I].

Example 4 — Cube roots of unity product [2011-II]

Q: If \(\alpha\) and \(\beta\) are the complex cube roots of unity, what is \((1 + \alpha)(1 + \beta)(1 + \alpha^2)(1 + \beta^2)\)?

  • Step 1: \(\alpha = \omega\), \(\beta = \omega^2\). So the expression becomes \((1 + \omega)(1 + \omega^2)(1 + \omega^2)(1 + \omega^4)\).
  • Step 2: \(\omega^4 = \omega\) (since \(\omega^3 = 1\)). So we have \((1 + \omega)^2(1 + \omega^2)^2\).
  • Step 3: \((1 + \omega)(1 + \omega^2) = 1 + \omega + \omega^2 + \omega^3 = 1 + (-1) + 1 = 1\).
  • Step 4: Square of \(1\) is \(1\). Answer: \(1\) — option (c) [2011-II].

Example 5 — Square root of 3 + 4i [2013-I]

Q: What is one of the square roots of \(3 + 4i\)?

  • Step 1: Let \(\sqrt{3 + 4i} = x + iy\). Then \((x + iy)^2 = 3 + 4i\).
  • Step 2: Expand: \(x^2 - y^2 = 3\) and \(2xy = 4\), so \(xy = 2\).
  • Step 3: From \(2xy = 4 \to y = 2/x\). Substitute: $$x^2 - \tfrac{4}{x^2} = 3 \implies x^4 - 3x^2 - 4 = 0.$$
  • Step 4: Factorise: \((x^2 - 4)(x^2 + 1) = 0 \to x^2 = 4 \to x = 2\) (taking positive root), \(y = 1\).
  • Answer: \(2 + i\) — option (a) [2013-I].

Example 6 — Mixed positive and negative powers of i

Q: Evaluate $$i^{243} + i^{-79}$$.

  • Step 1: Divide 243 by 4: 243 = 4 × 60 + 3. Remainder 3, so $$i^{243} = i^3 = -i$$.
  • Step 2: Divide 79 by 4: 79 = 4 × 19 + 3. So $$i^{-79} = (i^3)^{-1} = (-i)^{-1} = \tfrac{-1}{i} = \tfrac{-1 \cdot i}{i^2} = i$$.
  • Step 3: Add: −i + i = 0.
  • Answer: 0. The "mod 4 + rationalise" routine handles every large-exponent question in under 20 seconds.

Example 7 — De Moivre on a polar bracket

Q: Simplify $$\left(\cos\tfrac{\pi}{4} + i\sin\tfrac{\pi}{4}\right)^8$$.

  • Step 1: The bracket is already in standard polar form, so DMT applies directly.
  • Step 2: Multiply the angle by the power: $$8 \times \tfrac{\pi}{4} = 2\pi$$.
  • Step 3: Result = cos(2π) + i sin(2π) = 1 + 0 = 1.
  • Answer: 1. If the bracket had been sin θ + i cos θ instead, you would first convert it to cos(π/2 − θ) + i sin(π/2 − θ) before applying DMT.

Example 8 — Modulus and principal argument together

Q: Find the modulus and principal argument of z = −1 − i.

  • Step 1: Modulus $$|z| = \sqrt{(-1)^2 + (-1)^2} = \sqrt{2}$$.
  • Step 2: Reference angle $$\alpha = \tan^{-1}\left|\tfrac{-1}{-1}\right| = \tan^{-1}(1) = \tfrac{\pi}{4}$$.
  • Step 3: Both parts are negative, so z is in Quadrant III. Principal argument $$\theta = -\pi + \tfrac{\pi}{4} = -\tfrac{3\pi}{4}$$.
  • Answer: |z| = √2, arg z = −3π/4. Polar form: $$\sqrt{2}\bigl(\cos(-3\pi/4) + i\sin(-3\pi/4)\bigr)$$.

Exam Shortcuts (Pro-Tips)

Complex numbers reward pattern-recognition more than computation. The five tricks below come straight from NDA-style time-saver drills — each collapses a 2-minute problem into 10 seconds.

Shortcut 1 — The Magic Zero Trick for Iota

The sum of any four consecutive powers of \(i\) is always zero, because \(1 + i + (-1) + (-i) = 0\). Use it to wipe out entire blocks of a series before computing anything.

Four Consecutive Powers of i $$i^n + i^{n+1} + i^{n+2} + i^{n+3} = 0$$

Example: $$\displaystyle\sum_{k=1}^{100} i^k = 0$$, because 100 powers form exactly 25 complete cycles of 4. If the upper limit isn't a multiple of 4, only the leftover 1–3 terms matter.

Shortcut 2 — in by Remainder mod 4

For any large exponent, divide by 4 and read off the remainder. Don't expand; just match.

\(i^n\) Cyclic Lookup $$\text{remainder } 0 \to 1 \ \cdot\ 1 \to i \ \cdot\ 2 \to -1 \ \cdot\ 3 \to -i$$

Example: \(i^{2026}\). \(2026 = 4 \times 506 + 2\), remainder 2, so the value is \(-1\). Solved in under 5 seconds.

Shortcut 3 — Cube-Roots-of-Unity Substitution

Whenever an expression contains \(\omega\), your first move is always to replace using \(1 + \omega + \omega^2 = 0\) and \(\omega^3 = 1\). Long polynomial expressions collapse to a constant.

Workhorse Identities $$1 + \omega + \omega^2 = 0 \qquad \omega^3 = 1 \qquad \bar{\omega} = \omega^2$$

Reduce \(\omega^n\) by computing \(n \bmod 3\): remainder 0 \(\to 1\), remainder 1 \(\to \omega\), remainder 2 \(\to \omega^2\). Example: \(\omega^{100} + \omega^{200} = \omega + \omega^2 = -1\) in one step.

Shortcut 4 — Modulus Product / Quotient

Never compute \(|z_1 \cdot z_2|\) or \(|z_1 / z_2|\) by expanding the bracket. Modulus distributes — take the modulus of each piece separately and multiply or divide.

Modulus Distributes $$|z_1 z_2| = |z_1| \cdot |z_2| \qquad \left|\tfrac{z_1}{z_2}\right| = \tfrac{|z_1|}{|z_2|} \qquad |z^n| = |z|^n$$

Example: \(|(3 + 4i)(1 + i)| = 5 \cdot \sqrt{2} = 5\sqrt{2}\). No expansion, no quadratic.

Shortcut 5 — De Moivre for Fast Powers

Any expression of the form $$(1 \pm i\sqrt{3})/2$$, $$(\pm 1 \pm i)/\sqrt{2}$$, or $$\sqrt{3} \pm i$$ is a unit-modulus polar bracket in disguise. Identify the angle, apply DMT, and powers become trivial.

Recognise These Standard Brackets $$\tfrac{1 + i\sqrt{3}}{2} = \cos\tfrac{\pi}{3} + i\sin\tfrac{\pi}{3} \qquad \tfrac{-1 + i\sqrt{3}}{2} = \cos\tfrac{2\pi}{3} + i\sin\tfrac{2\pi}{3}$$ $$\tfrac{1 + i}{\sqrt{2}} = \cos\tfrac{\pi}{4} + i\sin\tfrac{\pi}{4} \qquad \sqrt{3} + i = 2\bigl(\cos\tfrac{\pi}{6} + i\sin\tfrac{\pi}{6}\bigr)$$

The 2019-II question $$[(1 + i\sqrt{3})/2]^{2019} + [(i - \sqrt{3})/2]^{2019}$$ becomes \(\cos(2019\cdot\pi/3) + i\sin(2019\cdot\pi/3) + \cos(2019\cdot 2\pi/3) + i\sin(2019\cdot 2\pi/3) = -1\) — solved in seconds.

Shortcut 6 — Locus from a Single Glance

NDA loves "what does this condition trace?" questions. Memorise these three:

Locus Quick-Read $$|z - z_0| = r$$ → circle, centre $$z_0$$, radius r
$$|z - z_1| = |z - z_2|$$ → perpendicular bisector of the segment $$z_1 z_2$$
$$|z - z_1| + |z - z_2| = k$$ → ellipse with foci $$z_1, z_2$$ (when k > $$|z_1 - z_2|$$)

Match the form first — then you don't need any algebra to pick the answer.

NDA Alert

Inequalities like \(z_1 > z_2\) are not defined on complex numbers unless both imaginary parts are zero. Any option that compares two non-real complex numbers with \(<\) or \(>\) is wrong by definition — a free elimination on statement-based MCQs.

Common Question Patterns

NDA questions on complex numbers fall into six repeating patterns. Recognise the pattern first — then apply the method.

Pattern 1 — Powers of i

The question gives a large power or a sum of consecutive powers of \(i\). Divide the exponent by 4 and use the remainder. Sums of four consecutive powers of \(i\) always equal \(0\). This appeared in 2010-I, 2010-II, 2012-II, 2014-II, 2017-I, 2018-I, 2021-II, 2021-I.

Pattern 2 — Cube roots of unity, cyclic powers

You are given \(\omega^n\) or a polynomial in \(\omega\) and asked for the value. Use \(\omega^3 = 1\) to reduce the power, then \(1 + \omega + \omega^2 = 0\) to simplify. This is the single most tested sub-pattern: appeared in 2010-II, 2011-I, 2011-II, 2012-II, 2015-I, 2016-I, 2016-II, 2018-II, 2021-II, 2023-II, 2024-I, 2024-II.

Pattern 3 — Modulus computation

A complex expression is given; find \(|z|\). Simplify the expression algebraically first (rationalise the denominator if needed), then apply \(|z| = \sqrt{a^2 + b^2}\). Tested in 2011-I, 2012-I, 2017-I, 2019-I, 2020-I, 2021-I, 2022-I.

Pattern 4 — Argument / principal argument

Find the principal argument of a given complex number or expression. Determine the quadrant, find \(\arctan(\Im/\Re)\) as the reference angle, then adjust sign for Q2, Q3, Q4. The pair \((-1 - i)\) was asked in both 2013-I and 2018-I — identical question, two papers.

Pattern 5 — Locus problems

A condition on \(z\) (such as \(|2z - 1| = |z - 2|\) or \(\Re(z^2) = 2\)) is given; identify the curve. \(|2z - 1| = |z - 2|\) gives a circle [2014-I]. If \(|z + 2\bar{z}| = |z - \bar{z}|\), the locus is a pair of straight lines [2014-I]. \(\Re(z^2 - i) = 2\) is a rectangular hyperbola [2017-II].

Pattern 6 — De Moivre / polar power

Expressions like \([(-1 + i\sqrt{3})/2]^n\) or \([(1 + i\sqrt{3})/2]^n\) appear. Recognise them as \(\cos(2\pi/3) + i\sin(2\pi/3)\) or \(\cos(\pi/3) + i\sin(\pi/3)\), then apply De Moivre. The 2019-II question with the 2019th power is a classic example — the answer collapses to \(-1\).

How NDA Tests This Topic

The examiner rarely sets a direct "apply formula" question in isolation. Instead, the question gives a slightly unfamiliar form — like \((2 - \omega + 2\omega^2)^3\) — and you must first simplify using \(1 + \omega + \omega^2 = 0\) before any computation. Always look for this substitution opportunity before reaching for a calculator-style approach.

Preparation Strategy

Complex numbers is a high-return chapter. Here is how to build reliable marks from it in minimum revision time.

Week 1 — Build the formula base

Write down every formula in this page by hand. Do not move on until you can reproduce the modulus formula, argument rules for all four quadrants, conjugate rules, polar form, De Moivre's theorem, and the cube-root properties from memory. This single exercise eliminates most errors in the exam.

Week 2 — Drill PYQ patterns

Work through at least one question from each of the six patterns above. Time yourself: a powers-of-i question should take 30 seconds; a square-root-of-complex-number question should take 90 seconds. If you exceed those limits, the formula is not yet automatic.

Week 3 — Target weak sub-topics

Most candidates lose marks on argument (wrong quadrant sign) and locus problems (can not identify the curve type). Spend extra time on these two. For argument, practice with all four quadrants using two or three examples each. For locus, review the standard results: modulus condition → circle or straight line, real part condition → vertical/oblique line or hyperbola.

Exam-day tactics

When you see a complex numbers question, identify the pattern in the first 10 seconds. If you see \(\omega\), write \(1 + \omega + \omega^2 = 0\) immediately. If you see a large power of \(i\), divide by 4 first. If you see \(|z_1 / z_2|\), write it as \(|z_1| / |z_2|\). These reflexes — built through pattern drilling — are what cut solve time in half.

Also see the related topics below. Quadratic equations and sequences both connect to cube roots of unity, so reinforcing them together pays a dividend across multiple chapters.

For timed mock practice under NDA exam conditions, use the mock link below. Seeing complex-number questions in a mixed paper — the way NDA actually presents them — is the final step before the real exam.

Test Your Complex Numbers Under Exam Conditions

Mixed NDA Maths mocks with full solutions. See exactly how complex numbers appear alongside other topics — and build the speed you need on exam day.

Start Free Mock Test

Frequently Asked Questions

How many questions on complex numbers appear in a typical NDA Maths paper?

Based on PYQs from 2010 to 2024, complex numbers contributes 3–6 questions per sitting. Most sittings land at 4–5. The topic has appeared in every NDA Maths paper in that period without exception, so it is always worth preparing fully.

What is the principal argument and why does the range matter?

The principal argument is the unique value of \(\arg z\) in the interval \((-\pi, \pi]\). NDA questions on argument almost always ask for the principal argument. If you use the range \([0, 2\pi)\) instead, your answer for Q3 and Q4 numbers will differ from the correct option. Always work in \((-\pi, \pi]\).

What are the three cube roots of unity and their key properties?

The cube roots of \(1\) are \(1\), \(\omega = (-1 + i\sqrt{3})/2\), and \(\omega^2 = (-1 - i\sqrt{3})/2\). Key properties: \(\omega^3 = 1\); \(1 + \omega + \omega^2 = 0\); \(\bar{\omega} = \omega^2\); the three roots form an equilateral triangle on the unit circle. These properties let you simplify virtually any NDA question involving \(\omega\) in a few steps.

How do I find the square root of a complex number like 3 + 4i?

Let \(\sqrt{3 + 4i} = x + iy\). Square both sides: \(x^2 - y^2 = 3\) and \(2xy = 4\). Solve as a system — substitute \(y = 2/x\) into the first equation, get a quadratic in \(x^2\), and solve. For \(3 + 4i\) you get \(x = 2\), \(y = 1\), so the square roots are \(\pm(2 + i)\). This method works for any complex number.

How do I handle a very large power of i quickly?

Divide the exponent by 4 and look at the remainder. Remainder 0 \(\to i^0 = 1\). Remainder 1 \(\to i\). Remainder 2 \(\to -1\). Remainder 3 \(\to -i\). For a sum of four consecutive powers (like \(i^{1000} + i^{1001} + i^{1002} + i^{1003}\)), the sum is always \(0\) because the four terms produce the complete cycle \(1 + i - 1 - i\).

What loci do complex number conditions typically produce in NDA?

\(|z - a| = r\) describes a circle centred at \(a\) with radius \(r\). \(|z - a| = |z - b|\) describes the perpendicular bisector of \(ab\) (a straight line). \(\Re(z^2) = c\) typically gives a rectangular hyperbola. \(|2z - 1| = |z - 2|\) gives a circle. In 2014-I, the condition \(|z + 2\bar{z}| = |z - \bar{z}|\) produces a pair of straight lines through the origin.

Does De Moivre's theorem apply to fractional powers?

Yes. De Moivre's theorem \((\cos\theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta\) holds for any rational \(n\), not just integers. This is how you find the \(n\)th roots of a complex number. For NDA, the most common use is with \(n = 1/3\) (cube roots) and integer powers in expressions involving \(\omega\).