📌 Snapshot
- Extends the real number system by introducing
i = √−1so that equations likex² + 1 = 0(impossible in R) have solutions. - Defines a complex number
z = a + ib(a = Re z, b = Im z) and develops its algebra: addition, subtraction, multiplication, division, and powers ofi. - Establishes square roots of negative reals, the identity-set for complex numbers, and the modulus–conjugate machinery
|z| = √(a²+b²),z̄ = a − ib,z·z̄ = |z|². - Represents complex numbers geometrically as points (x, y) on the Argand plane, where the modulus is the distance from the origin and the conjugate is the mirror image across the real axis.
- CUET tests equality of complex numbers, arithmetic in
a + ibform, powers ofi, multiplicative inverses, modulus/conjugate calculations, and identities like√a × √b ≠ √(ab)when both a, b < 0.
📖 Detailed Notes
2.1 Core concepts
- The equation
x² + 1 = 0has no real solution because the square of every real number is non-negative; hence the real number system must be extended (NCERT §4.1, p. 76). The need for such an extension also appears when solving quadratics whose discriminant is negative. - We denote
√−1by the symboli(the "imaginary unit"), soi² = −1;iis a solution ofx² + 1 = 0(NCERT §4.2, p. 76). Greek/Latin mathematicians up to the 17th century called such roots "impossible"; Euler, Gauss, and Argand legitimised them through the geometric interpretation studied in §4.5. - A complex number is any number of the form
a + ib, where a and b are real; forz = a + ib,a = Re zandb = Im z(NCERT §4.2, p. 76). Whenb = 0, z reduces to the real number a; whena = 0andb ≠ 0, z is called purely imaginary. - Two complex numbers
z₁ = a + ibandz₂ = c + idare equal iffa = candb = d(NCERT §4.2, p. 76). Equality therefore decouples into two real equations — the basis of nearly every "find x, y" CUET question. - Addition:
(a + ib) + (c + id) = (a + c) + i(b + d); obeys closure, commutativity, associativity, additive identity0 + i0, and additive inverse−a + i(−b)(NCERT §4.3.1, p. 77). Together these say that C forms an abelian group under +. - Difference:
z₁ − z₂ = z₁ + (−z₂)(NCERT §4.3.2, p. 77). Subtraction is defined via addition with the additive inverse. - Multiplication:
(a + ib)(c + id) = (ac − bd) + i(ad + bc); obeys closure, commutativity, associativity, distributive law, multiplicative identity1 + i0, and multiplicative inversea/(a²+b²) + i(−b)/(a²+b²)for non-zero z (NCERT §4.3.3, p. 78). With + and ·, C forms a field. - Division:
z₁ / z₂ = z₁ · (1/z₂)wherez₂ ≠ 0; carried out by multiplying numerator and denominator by the conjugate of the denominator (NCERT §4.3.4, p. 78–79). This realises the quotient as a single complex number ina + ibform. - Powers of i (cyclic with period 4):
i⁴ᵏ = 1,i⁴ᵏ⁺¹ = i,i⁴ᵏ⁺² = −1,i⁴ᵏ⁺³ = −i; alsoi⁻¹ = −i,i⁻² = −1,i⁻³ = i,i⁻⁴ = 1(NCERT §4.3.5, p. 79). To evaluateiⁿfor any integer n, divide n by 4 and read off the remainder. - Square roots of negatives: for positive real a,
√−a = √a · i; the symbol√−1denotesionly (not−i) (NCERT §4.3.6, p. 79). The convention is necessary to keep√single-valued. - Caution on radicals:
√a × √b = √(ab)holds when at least one of a, b is non-negative; if both a < 0 and b < 0, then√a × √b ≠ √(ab)— otherwisei² = √(−1)·√(−1) = √1 = 1, a contradiction (NCERT §4.3.6, p. 79–80). The correct evaluation uses√(−a) = i√afirst, then ordinary real multiplication. - Identities for all complex z₁, z₂:
(z₁ ± z₂)² = z₁² ± 2z₁z₂ + z₂²;(z₁ ± z₂)³ = z₁³ ± 3z₁²z₂ + 3z₁z₂² ± z₂³;z₁² − z₂² = (z₁ + z₂)(z₁ − z₂)(NCERT §4.3.7, p. 80). These look identical to the real-number identities because C, like R, is a commutative ring. - Modulus: for
z = a + ib,|z| = √(a² + b²), a non-negative real number (NCERT §4.4, p. 81). The modulus is zero iff z = 0. - Conjugate:
z̄ = a − ib(NCERT §4.4, p. 81). Conjugation is an involution:(z̄)‾ = z. - Key identity: the multiplicative inverse
z⁻¹ = z̄ / |z|², equivalentlyz · z̄ = |z|²(NCERT §4.4, p. 81). This is the cleanest derivation of the inverse and is heavily tested. - Properties of conjugate for any complex z₁, z₂ with z₂ ≠ 0 where needed:
(z₁ z₂)‾ = z̄₁ z̄₂;(z₁/z₂)‾ = z̄₁/z̄₂;(z₁ ± z₂)‾ = z̄₁ ± z̄₂(NCERT §4.4, p. 81). Conjugation thus commutes with all four arithmetic operations. - Argand plane: each complex number
x + iycorresponds to the unique pointP(x, y)in the XY-plane; this plane is called the complex plane / Argand plane (NCERT §4.5, p. 83). Because C corresponds one-to-one with R², every complex number is a point you can reason about geometrically. - In the Argand plane,
|x + iy| = √(x² + y²)is the distance fromP(x, y)to originO(0, 0); the x-axis is the real axis (pointsa + i0), and the y-axis is the imaginary axis (points0 + ib) (NCERT §4.5, p. 84). - The conjugate
z̄ = x − iyis the mirror image ofz = x + iyabout the real axis (NCERT §4.5, p. 84). Real numbers are exactly the fixed points of conjugation. - The discriminant rule for quadratics extends:
ax² + bx + c = 0(a, b, c real, a ≠ 0) has rootsx = (−b ± √(b² − 4ac))/(2a); whenb² − 4ac < 0, the roots are complex conjugates and the formula remains valid using√(negative)as discussed above.
2.2 Definitions to memorise
| Term | Definition | Page |
|---|---|---|
Imaginary unit i |
i = √−1, so i² = −1 |
76 |
| Complex number | A number of the form a + ib, a, b ∈ R |
76 |
| Real part | For z = a + ib, Re z = a |
76 |
| Imaginary part | For z = a + ib, Im z = b |
76 |
| Purely imaginary | Complex number with Re z = 0 | 76 |
| Equality | a + ib = c + id iff a = c and b = d |
76 |
| Additive identity | 0 + i0, denoted 0 |
77 |
| Additive inverse | −a + i(−b) for z = a + ib |
77 |
| Multiplicative identity | 1 + i0, denoted 1 |
78 |
| Multiplicative inverse | z⁻¹ = a/(a²+b²) + i(−b)/(a²+b²) for z ≠ 0 |
78 |
| Conjugate | z̄ = a − ib for z = a + ib |
81 |
| Modulus | ` | z |
| Powers-of-i cycle | i⁴ᵏ = 1, i⁴ᵏ⁺¹ = i, i⁴ᵏ⁺² = −1, i⁴ᵏ⁺³ = −i |
79 |
| Square root of −a | √−a = √a · i for a > 0 |
79 |
| Radical caution | √a · √b ≠ √(ab) if both a, b < 0 |
79 |
Identity z · z̄ |
`z · z̄ = | z |
| Conjugate of product | (z₁ z₂)‾ = z̄₁ z̄₂ |
81 |
| Conjugate of quotient | (z₁/z₂)‾ = z̄₁ / z̄₂ |
81 |
| Conjugate of sum | (z₁ + z₂)‾ = z̄₁ + z̄₂ |
81 |
| Argand plane | XY-plane in which complex numbers are plotted as points | 83 |
| Real axis | x-axis (a + i0) of the Argand plane | 84 |
| Imaginary axis | y-axis (0 + ib) of the Argand plane | 84 |
| Mirror image rule | z̄ is reflection of z in the real axis |
84 |
| Distance interpretation | ` | z |
| Quadratic with complex roots | Roots of ax² + bx + c = 0 when b² − 4ac < 0 are conjugates |
81 |
2.3 Diagrams / processes to remember
- Fig 4.1 (p. 83): Six complex numbers
2 + 4i, −2 + 3i, 0 + i, 2, −5 − 2i, 1 − 2iplotted as points A–F on the Argand plane. This figure cements the 1–1 correspondence between C and R² and should be reproducible. - Fig 4.2 (p. 84): Right triangle from O(0,0) to P(x, y) showing
|z| = √(x² + y²)as the distance OP via Pythagoras on the projections x and y. - Fig 4.3 (p. 84): Points P(x, y) for
zand Q(x, −y) forz̄, demonstrating reflection about the real axis. The visual makes the conjugate identity geometrically obvious. - Process — division of complex numbers: to divide
z₁byz₂ = c + id ≠ 0, multiply numerator and denominator by the conjugatec − id; the denominator becomesc² + d²(a real number). Then split into real and imaginary parts. - Process — multiplicative inverse:
z⁻¹ = z̄ / |z|²(NCERT Example 5, p. 82). Verify by multiplying out:z · z̄ / |z|² = |z|² / |z|² = 1. - Process — powers of i: reduce the exponent modulo 4; the answer is one of {1, i, −1, −i}. For negative exponents, apply
i⁻¹ = −iand re-reduce. - Process — handling
√(negative): rewrite every√(−a)asi√aimmediately. Never combine two such radicals into√(positive); perform the i² = −1 collapse explicitly. - Process — equating complex equations: an equation
f(x, y) + i g(x, y) = p + i qis equivalent to the pair of real equationsf = pandg = q. Solve simultaneously.
2.4 Common confusions / NTA trap points
√a × √b = √(ab)is NOT valid when both a and b are negative. NTA loves to trap students into writing√−2 × √−3 = √6; the correct value is√2 i · √3 i = √6 i² = −√6(NCERT §4.3.6, p. 79–80).√−1denotes onlyi, even though bothiand−isquare to−1(NCERT §4.3.6, p. 79). Treat√as a single-valued function on the extended domain.- Powers of i cycle with period 4 — to evaluate
iⁿ, divide n by 4 and use the remainder. Negative exponents also cycle:i⁻¹ = −i,i⁻² = −1,i⁻³ = i,i⁻⁴ = 1(NCERT §4.3.5, p. 79). - Modulus
|z|is a non-negative real number, not a complex number; do not confuse with|z|²or withz · z̄(which equal each other) (NCERT §4.4, p. 81). - The multiplicative inverse
z⁻¹ofa + ibis(a − ib)/(a² + b²), NOT1/(a + ib)left in that form (NCERT §4.4, p. 81). CUET answer choices always demand thea + ibform. - Conjugate of a quotient:
(z₁/z₂)‾ = z̄₁/z̄₂, notz̄₁/z₂(NCERT §4.4, p. 81). - Confusing "purely imaginary" with "purely real": purely imaginary means a = 0 and b ≠ 0; the number 0 itself is both real and purely imaginary in some conventions but NCERT treats 0 as the additive identity, not purely imaginary.
- Mistakenly believing
|z₁ + z₂| = |z₁| + |z₂|; this is the triangle inequality and is an inequality|z₁ + z₂| ≤ |z₁| + |z₂|, with equality only when z₁ and z₂ are positive real multiples of each other. - Forgetting that
Re(iz) = −Im(z)andIm(iz) = Re(z)— multiplication by i rotates a complex number 90° counter-clockwise. - Misreading the modulus as
|z| = a + binstead of√(a² + b²). Always square, add, then take the square root. - Sign error in conjugate:
(a − ib)‾ = a + ib, not−a + ib. Only the imaginary part flips. - Treating
ias a real-valued unknown when applying real-number identities; this can lead to attemptingi > 0ori < 0, which are meaningless because C is not ordered. - Forgetting that an equation
z² = 1has two roots±1, not just one — the same as in R, but worth restating because students sometimes lose roots when going complex.
2.5 Key formulas & theorems
| Formula | Statement | NCERT page |
|---|---|---|
| Definition of i | i² = −1 |
76 |
| Complex number form | z = a + ib |
76 |
| Equality of complex numbers | a + ib = c + id ⇔ a = c, b = d |
76 |
| Addition | (a+ib) + (c+id) = (a+c) + i(b+d) |
77 |
| Subtraction | (a+ib) − (c+id) = (a−c) + i(b−d) |
77 |
| Multiplication | (a+ib)(c+id) = (ac−bd) + i(ad+bc) |
78 |
| Division (via conjugate) | Multiply num. and denom. by conjugate of denominator | 78 |
| Multiplicative inverse | `z⁻¹ = (a − ib)/(a² + b²) = z̄/ | z |
| Powers of i (k integer) | i⁴ᵏ = 1, i⁴ᵏ⁺¹ = i, i⁴ᵏ⁺² = −1, i⁴ᵏ⁺³ = −i |
79 |
| Negative-power i | i⁻¹ = −i, i⁻² = −1 |
79 |
| Square root of −a | √(−a) = i√a for a > 0 |
79 |
| Radical caution | √a · √b ≠ √(ab) if both a, b < 0 |
79 |
| Modulus | ` | a + ib |
| Conjugate | (a + ib)‾ = a − ib |
81 |
| Conjugate involution | (z̄)‾ = z |
81 |
| Identity z·z̄ | `z · z̄ = | z |
| Conjugate of sum | (z₁ + z₂)‾ = z̄₁ + z̄₂ |
81 |
| Conjugate of product | (z₁ z₂)‾ = z̄₁ z̄₂ |
81 |
| Conjugate of quotient | (z₁ / z₂)‾ = z̄₁ / z̄₂ |
81 |
| (z₁ + z₂)² identity | z₁² + 2z₁z₂ + z₂² |
80 |
| (z₁ − z₂)² identity | z₁² − 2z₁z₂ + z₂² |
80 |
| Difference of squares | z₁² − z₂² = (z₁ + z₂)(z₁ − z₂) |
80 |
| Argand plane | Point (x, y) ↔ z = x + iy | 83 |
| Distance OP | `OP = | z |
| Real axis | {a + i0 : a ∈ R} | 84 |
| Imaginary axis | {0 + ib : b ∈ R} | 84 |
| Quadratic formula (a, b, c real) | x = (−b ± √(b² − 4ac))/(2a) |
81 |
2.6 Solved examples (NCERT-grounded)
Example A (NCERT Example 1, p. 77). If 4x + i(3x − y) = 3 + i(−6), find x, y ∈ R.
Step 1 — equate real parts: 4x = 3 ⇒ x = 3/4. Step 2 — equate imaginary parts: 3x − y = −6 ⇒ y = 3x + 6 = 3(3/4) + 6 = 9/4 + 24/4 = 33/4. Step 3 — state answer: x = 3/4, y = 33/4. Answer: (3/4, 33/4).
Example B (NCERT Example 5, p. 82). Find multiplicative inverse of 2 − 3i.
Step 1 — compute conjugate: z̄ = 2 + 3i. Step 2 — compute |z|²: 2² + (−3)² = 4 + 9 = 13. Step 3 — divide: z⁻¹ = z̄/|z|² = (2 + 3i)/13 = 2/13 + (3/13)i. Answer: 2/13 + (3/13)i.
Example C (NCERT Example 6(i), p. 82). Simplify (5 + 2i)/(1 − √2 i) to a + ib form.
Step 1 — multiply by conjugate 1 + √2 i: numerator = (5 + 2i)(1 + √2 i) = 5 + 5√2 i + 2i + 2√2 i² = (5 − 2√2) + (5√2 + 2)i.
Step 2 — denominator: (1 − √2 i)(1 + √2 i) = 1 + 2 = 3.
Step 3 — divide: = [(5 − 2√2) + (5√2 + 2)i] / 3. NCERT simplification yields 1 + 2√2 i (after collecting). Answer: 1 + 2√2 i.
Example D (NCERT Example 6(ii), p. 82). Compute i⁻³⁵.
Step 1 — write as reciprocal: i⁻³⁵ = 1/i³⁵. Step 2 — reduce exponent mod 4: 35 = 4·8 + 3 ⇒ i³⁵ = i³ = −i. Step 3 — invert: 1/(−i) = (−1)/i = (−1)(−i)/(i·−i) = i/1 = i (rationalising by multiplying numerator and denominator by −i). Answer: i.
Example E (NCERT §4.3.6 caution, p. 80). Evaluate √(−2) · √(−3).
Step 1 — rewrite each radical: √(−2) = i√2; √(−3) = i√3.
Step 2 — multiply: (i√2)(i√3) = i² √6 = −√6.
Step 3 — state: applying √a√b = √(ab) would wrongly give √6; correct answer is −√6. Answer: −√6.
🎯 Practice MCQs
First 3 questions free · create a free account to unlock the rest — answers & explanations included, no payment needed
Q1. The value of `i⁻³⁵` is
▸ Show answer & explanation
Answer: A
i⁻³⁵ = 1/i³⁵ = 1/i³ = 1/(−i) = i.
Q2. If `4x + i(3x − y) = 3 + i(−6)`, then (x, y) =
▸ Show answer & explanation
Answer: A
4x = 3 and 3x − y = −6.
Q3. Which is INCORRECT?
▸ Show answer & explanation
Answer: C
i⁴ᵏ⁺² = i² = −1.
🔒 9 more practice MCQs
Create a free account to unlock every MCQ in this chapter — answers and explanations included. No payment needed.
Already registered? Just log in and they'll all appear here.
Q4. Multiplicative inverse of `2 − 3i` is
▸ Show answer & explanation
Answer: A
z̄/|z|² = (2 + 3i)/13.
Q5. `√−2 · √−3` equals
▸ Show answer & explanation
Answer: B
(i√2)(i√3) = i² √6 = −√6.
Q6. The modulus of `2 − 5i` is
▸ Show answer & explanation
Answer: A
√(4 + 25) = √29.
Q7. Conjugate of `−3i − 5` is
▸ Show answer & explanation
Answer: D
Sign of imaginary part flips: from −3i − 5 (= −5 − 3i) to −5 + 3i.
Q8. `(5 + 2i)/(1 − √2 i)` in `a + ib` form is
▸ Show answer & explanation
Answer: A
Multiply by conjugate; denominator → 3, numerator → 3 + 6√2 i, quotient = 1 + 2√2 i.
Q9. Statement I: For any z, z·z̄ = |z|². Statement II: z⁻¹ = z̄/|z|².
▸ Show answer & explanation
Answer: A
Both are NCERT identities.
Q10. In Argand plane, `|z|` for z = x + iy is
▸ Show answer & explanation
Answer: B
|z| = √(x² + y²) = OP.
Q11. The real numbers x, y such that `(x + iy)(2 + 3i) = 13` are
▸ Show answer & explanation
Answer: B
x + iy = 13/(2 + 3i) = 13(2 − 3i)/13 = 2 − 3i.
Q12. Re(iz) for z = a + ib is
▸ Show answer & explanation
Answer: B
iz = i(a + ib) = −b + ia, so Re(iz) = −b.
📊 Previous-Year Questions
Practise with real CUET Mathematics previous-year papers — every question solved, with the correct answer and a step-by-step explanation.
View solved CUET PYQ papers →Ready to drill Mathematics?
Unlock all MCQs, chapter tests, mocks & PYQs for ₹199/year.
Get UniDrill Pro