Complex Numbers for NDA Mathematics — Modulus, Argument, Conjugate & Argand Plane

intermediate 18 min read

Concept

Real numbers can only go so far. When you try to solve x² + 1 = 0, the real number line has no answer — there is no real number whose square is −1. Complex numbers are the system mathematicians built to close that gap.

The fundamental unit is i, defined as i = √(−1), which means i² = −1. Every complex number z is written as:

z = a + bi

where a is the real part (Re(z)) and b is the imaginary part (Im(z)), and both a and b are real numbers.

An analogy that sticks: Think of real numbers as points on a straight road. Complex numbers are like points on a map — you need two coordinates (East-West for the real part, North-South for the imaginary part) to pinpoint your location. The "map" here is the Argand plane, where the x-axis carries real numbers and the y-axis carries imaginary numbers. The complex number 3 + 4i sits at the map coordinate (3, 4).

This two-dimensional nature is why complex numbers are fundamentally more powerful than reals — and also why the ordering rules that apply to reals (like a > b) break down completely for complex numbers.

For NDA, you are typically tested on five clusters: (1) algebra of complex numbers (add, subtract, multiply, divide), (2) powers of i, (3) modulus and conjugate, (4) argument and quadrant identification, and (5) the impossibility of ordering complex numbers. Know these cold and you will clear every question in this chapter without breaking a sweat.


Deep Dive

The Algebra of Complex Numbers

Addition and Subtraction — add real parts together and imaginary parts together, just like combining like terms in algebra:

(a + bi) + (c + di) = (a + c) + (b + d)i

Multiplication — expand using FOIL and replace with −1:

(a + bi)(c + di) = ac + adi + bci + bdi² = (ac − bd) + (ad + bc)i

Division — multiply numerator and denominator by the conjugate of the denominator to eliminate i from the bottom:

(a + bi)/(c + di) = [(a + bi)(c − di)] / [(c + di)(c − di)] = [(ac + bd) + (bc − ad)i] / (c² + d²)

Powers of i — The Cycle of Four

This is a pattern question that keeps appearing. Powers of i repeat every 4 steps:

| Power | Value | |-------|-------| | | i | | | −1 | | | −i | | i⁴ | 1 | | i⁵ | i |

To find iⁿ, divide n by 4 and check the remainder. Remainder 0 → 1, remainder 1 → i, remainder 2 → −1, remainder 3 → −i. That is the entire method.

Modulus

The modulus of z = a + bi is the distance from the origin to the point (a, b) on the Argand plane:

|z| = √(a² + b²)

Key properties you should know cold:

The 3-4-5 Pythagorean triple appears relentlessly in NDA modulus questions. Recognise it instantly.

Conjugate

The conjugate of z = a + bi is z̄ = a − bi. You just flip the sign of the imaginary part.

Key properties:

The conjugate is the algebraic tool for making denominators real in division problems.

Argument (Amplitude)

The argument of z = a + bi is the angle θ that the line from the origin to (a, b) makes with the positive x-axis, measured counterclockwise. The principal argument lies in (−π, π].

Identification by quadrant:

| Quadrant | a | b | Formula for arg(z) | |----------|-----|-----|----------------------| | I | + | + | θ = arctan(b/a) | | II | − | + | θ = π − arctan(b/|a|) | | III | − | − | θ = −π + arctan(b/|a|) (or −(π − arctan|b/a|)) | | IV | + | − | θ = −arctan(|b|/a) |

Look — the NDA loves the second quadrant. z = −1 + i is the classic: the reference angle is arctan(1/1) = π/4, and since it's in quadrant II, the argument is π − π/4 = 3π/4.

Ordering of Complex Numbers — The Most Common Trap

The set of complex numbers is not an ordered field. This means you cannot say z₁ > z₂ or z₁ < z₂ unless both z₁ and z₂ are purely real numbers. Any question that presents inequalities like 2 + 3i < 5 + i is presenting something that is mathematically undefined. The answer is always "none of the inequalities are valid" when the numbers involved are non-real complex numbers. NDA has tested this exact concept — be alert.

Polar Form (Brief)

Any complex number can be written as z = r(cos θ + i sin θ) where r = |z| and θ = arg(z). This connects complex numbers to trigonometry and is the foundation of De Moivre's theorem, which you may encounter in higher-level NDA problems.


Memory Tricks & Shortcuts

patternPythagorean Triple Radar for Modulus

Before computing √(a² + b²) from scratch, check if (a, b) belongs to a standard Pythagorean triple: (3,4,5), (5,12,13), (8,15,17), (7,24,25). If a = 3, b = 4, you know |z| = 5 in under 2 seconds without any squaring or square-root calculation.

Standard method (computing √(9 + 16) = √25): ~20 seconds. Pattern recognition: ~2 seconds.

patterni-Power Remainder Rule

To find iⁿ, divide n by 4 and use the remainder: r=0 → 1, r=1 → i, r=2 → −1, r=3 → −i. Example: i⁴⁷47 ÷ 4 gives remainder 3, so i⁴⁷ = −i.

Standard method (writing out all powers sequentially): 12+ steps for large exponents. Remainder method: 1 division, 1 lookup — 2 steps total.

patternConjugate Flip-Sign Only

When asked for the conjugate, the only thing that changes is the sign of the imaginary part — real part stays identical. For z = 5 − 3i, the conjugate is 5 + 3i, not −5 + 3i. A common distractor in MCQs negates the real part. The trigger question: "Does the sign on a change?" — No. Never.

This eliminates 2 of the 4 options in conjugate questions instantly, cutting decision time from ~15 seconds to ~5 seconds.

patternQuadrant Check for Argument via Sign Pair

Read the signs of the real and imaginary parts as a pair: (+,+) → Q1 → add nothing to the reference angle. (−,+) → Q2 → argument = π − ref. (−,−) → Q3 → argument = −(π − ref). (+,−) → Q4 → argument = −ref. This 2-second sign-check replaces drawing the Argand plane each time.

Drawing approach: ~25 seconds. Sign-pair table recall: ~5 seconds.

eliminationOrdering Trap Elimination

Any MCQ asking how many complex number inequalities (involving non-real numbers) are valid: mark "None" immediately. The mathematical reason is that complex numbers do not form an ordered field — no valid ordering relation > or < exists for non-real complex numbers. You do not need to evaluate each inequality individually.

Evaluating three inequalities one by one: ~45 seconds. Recognising the ordering-impossibility rule: ~3 seconds.


Fast-Solving Framework

When you see a complex numbers question in the exam hall, run this decision tree:

Step 1 — Identify the question type:

Step 2 — Watch for disguised questions: A "find real part of product" question is really a multiplication question in disguise. Expand fully, collect real terms.

Step 3 — Distractor check on MCQs: For modulus, a² + b² (without the square root) is always a distractor. For argument, π/4 in second quadrant is a distractor (the correct answer is 3π/4). For conjugate, the option that negates both parts is planted deliberately.

Budget roughly 60-90 seconds per complex number question. If you are past 90 seconds, mark your best guess and move on.


Solved PYQs

Why this question: This is the single most conceptually rich trap NDA sets in complex numbers — students who haven't explicitly studied ordering properties almost always answer "Two" or "All three."

Previous Year Questionपिछले वर्ष का प्रश्न2026
Consider the following inequalities: I. 1 + 4i > 3 + 2i II. 2 + 3i < 3 + 4i III. 4 + 3i > 3 + 4i, where i = √−1. How many of the above are valid?
  1. None
  2. One
  3. Two
  4. All the three
Solutionसमाधान
Inequalities (greater than / less than) are not defined for complex numbers (non-real). The set of complex numbers is not an ordered field. Hence none of the three inequalities involving non-real complex numbers is valid.

Solving path: The moment you read "inequalities" with complex numbers that have non-zero imaginary parts, the answer is "None." You do not evaluate even one of the three inequalities. The set of complex numbers is not ordered — comparing non-real complex numbers using > or < is undefined. This gives you the answer in under 5 seconds.


Why this question: The modulus of 3 + 4i is the most frequently appearing modulus calculation in competitive exams. It tests whether you recognise the 3-4-5 Pythagorean triple.

Previous Year Questionपिछले वर्ष का प्रश्न
The modulus of the complex number z = 3 + 4i is:
सम्मिश्र संख्या z = 3 + 4i का मापांक (modulus) है:
  1. 25
  2. 7
  3. √7
  4. 5
  1. 25
  2. 7
  3. √7
  4. 5
Solutionसमाधान
Modulus |z| = √(3² + 4²) = √(9 + 16) = √25 = 5.
मापांक |z| = √(3² + 4²) = √(9 + 16) = √25 = 5।

Solving path: Spot the triple immediately — a = 3, b = 4, so |z| = 5. The distractor 25 is |z|², not |z|. The option 7 is 3 + 4. Both are designed to catch students who compute partially. Mark 5 confidently.


Why this question: Squaring 1 + i tests whether you correctly handle i² = −1 after expansion, which is where most errors occur.

Previous Year Questionपिछले वर्ष का प्रश्न
If z = 1 + i, what is z²?
यदि z = 1 + i है, तो z² क्या है?
  1. 1 + 2i
  2. -2i
  3. 2
  4. 2i
  1. 1 + 2i
  2. -2i
  3. 2
  4. 2i
Solutionसमाधान
z² = (1+i)² = 1 + 2i + i² = 1 + 2i − 1 = 2i.
z² = (1+i)² = 1 + 2i + i² = 1 + 2i − 1 = 2i।

Solving path: (1+i)² = 1 + 2i + i² = 1 + 2i − 1 = 2i. The +1 and −1 cancel exactly, leaving only 2i. The distractor 1 + 2i is what you get if you forget to apply i² = −1. Work it out in one line.


Why this question: Argument in the second quadrant is the most commonly tested argument case in NDA, precisely because students conflate the reference angle with the actual argument.

Previous Year Questionपिछले वर्ष का प्रश्न
The argument (amplitude) of the complex number z = −1 + i is:
सम्मिश्र संख्या z = −1 + i का कोणांक (argument) है:
  1. −π/4
  2. π/4
  3. π/2
  4. 3π/4
  1. −π/4
  2. π/4
  3. π/2
  4. 3π/4
Solutionसमाधान
z = −1 + i lies in the second quadrant. tan θ = 1/(−1) so reference angle = π/4. Since real part is negative and imaginary part is positive, argument = π − π/4 = 3π/4.
z = −1 + i द्वितीय चतुर्थांश में है। संदर्भ कोण π/4 है और चूँकि वास्तविक भाग ऋणात्मक और काल्पनिक भाग धनात्मक है, अतः कोणांक = π − π/4 = 3π/4।

Solving path: z = −1 + i — real part negative, imaginary part positive → second quadrant. Reference angle: arctan(1/1) = π/4. Argument = π − π/4 = 3π/4. The trap option π/4 is the reference angle, not the argument. Option −π/4 is the fourth-quadrant angle for 1 − i. Don't fall for either.


Why this question: Conjugate questions on NDA always include the option that negates both parts — testing whether you know only the imaginary sign flips.

Previous Year Questionपिछले वर्ष का प्रश्न
The conjugate of the complex number z = 5 − 3i is:
सम्मिश्र संख्या z = 5 − 3i का संयुग्म (conjugate) है:
  1. −5 + 3i
  2. −5 − 3i
  3. 5 + 3i
  4. 5 − 3i
  1. −5 + 3i
  2. −5 − 3i
  3. 5 + 3i
  4. 5 − 3i
Solutionसमाधान
The conjugate of z = a + bi is z̄ = a − bi. So conjugate of 5 − 3i is 5 + 3i.
z = a + bi का संयुग्म z̄ = a − bi होता है। अतः 5 − 3i का संयुग्म 5 + 3i है।

Solving path: For z = 5 − 3i, conjugate z̄ = 5 + 3i. Real part 5 stays. Imaginary sign flips from −3 to +3. Eliminate −5 + 3i (wrong real part) and −5 − 3i (both parts wrong) immediately. 5 − 3i itself is z, not . Only 5 + 3i remains.


Why this question: Multiplication followed by extracting the real part is a two-step operation — a common source of careless errors under time pressure.

Previous Year Questionपिछले वर्ष का प्रश्न
Which of the following is the real part of z = (2 + 3i)(1 − i)?
z = (2 + 3i)(1 − i) का वास्तविक भाग (real part) कौन-सा है?
  1. 2
  2. −1
  3. 5
  4. 1
  1. 2
  2. −1
  3. 5
  4. 1
Solutionसमाधान
(2+3i)(1−i) = 2 − 2i + 3i − 3i² = 2 + i − 3(−1) = 2 + i + 3 = 5 + i. Real part = 5.
(2+3i)(1−i) = 2 − 2i + 3i − 3i² = 2 + i + 3 = 5 + i। अतः वास्तविक भाग = 5।

Solving path: (2+3i)(1−i) = 2(1) + 2(−i) + 3i(1) + 3i(−i) = 2 − 2i + 3i − 3i². Now replace i² = −1: = 2 − 2i + 3i + 3 = 5 + i. Real part is 5. The distractor 2 is the real part of the first factor alone. The distractor 1 is the imaginary part of the final result. Read the question — it asks for real part.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →