Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Beng (বাংলা) Hindi (हिन्दी)
WBB • Class XI • Mathematics • Ch 4
Estimated Time: 75 minutes
Study Progress: In Progress

Complex Numbers and Quadratic Equations

The real number system ℝ proves inadequate when solving polynomial equations as simple as x² + 1 = 0, whose solutions require the square root of a negative quantity. To resolve this algebraic limitation, mathematics introduces the imaginary unit i defined by i = √(-1) such that i² = -1, laying the foundation of the complex number system ℂ. A complex number is formally expressed in standard Cartesian form as z = a + ib, where a and b are real numbers denoting the real part Re(z) and imaginary part Im(z) respectively. Complex numbers are geometrically visualized on the two-dimensional Argand plane (Gaussian plane), where the horizontal axis represents real values and the vertical axis represents imaginary multiples. Every complex number possesses an intrinsic magnitude termed its modulus |z| = √(a² + b²) representing its geometric distance from the origin, and an angular orientation termed its argument or amplitude Arg(z) = θ. In higher algebra, complex numbers are elegantly formulated in polar coordinates as z = r(cos θ + i sin θ) and exponential Euler form z = r·e^(iθ). The system provides algebraic closure through the Fundamental Theorem of Algebra, ensuring that every polynomial equation of degree n with complex coefficients has exactly n roots in ℂ, completely resolving quadratic equations with negative discriminants into conjugate complex pairs.

Why This Chapter Matters

Complex numbers are not merely theoretical abstractions; they constitute the indispensable mathematical bedrock of modern physics, electrical engineering, and advanced computing. In alternating current (AC) circuit analysis and power systems, voltage, current, and impedance are represented as complex phasors where resistance forms the real part and reactance forms the imaginary part (Z = R + jX), simplifying differential equations into straightforward algebraic arithmetic. In quantum mechanics, Erwin Schrödinger’s fundamental wave equation governing atomic and subatomic particles inherently features the imaginary unit i: iℏ ∂ψ/∂t = Ĥψ. In control theory, fluid dynamics, and aerodynamics, conformal mapping using complex functions allows engineers to model aerodynamic airflow around aeroplane wings and heat dissipation in microprocessors. For higher secondary competitive examinations such as WBJEE, JEE Main, and JEE Advanced, complex numbers represent one of the highest-yielding topics in algebra, frequently tested through modulus-argument properties, De Moivre’s theorem, geometry of loci on the Argand plane, and cube roots of unity (ω). A rigorous conceptual mastery of complex numbers in WBCHSE Class 11 is paramount for scoring maximum marks in both board examinations and national engineering entrance tests.

Chapter Roadmap & Progression

1 1. Need for Complex Numbers, Imagin...
2 2. Algebra of Complex Numbers, Inve...
3 3. The Argand Plane, Modulus & Prin...
4 4. Polar Form, Exponential (Euler)...
5 5. Square Roots of Complex Numbers...
6 6. Quadratic Equations with Complex...

Complete Concept Guide (100% Curriculum Coverage)

1. Need for Complex Numbers, Imaginary Unit i & Algebraic Representation

In the real number system $\mathbb{R}$, square roots of negative real numbers do not exist because the square of any real number is always non-negative ($x^2 \ge 0$ for all $x \in \mathbb{R}$). Simple quadratic equations such as $x^2 + 1 = 0 \implies x^2 = -1$ possess no real solutions. To overcome this limitation, the Swiss mathematician Leonhard Euler introduced the symbol $\mathbf{i}$ (iota) representing the imaginary unit.

1.1 Definition & Integral Powers of $i$

The imaginary unit is defined by:

$$\mathbf{i = \sqrt{-1}} \implies \mathbf{i^2 = -1}$$

Higher positive integral powers of $i$ exhibit a strict 4-step cyclic pattern:

  • $i^1 = i$
  • $i^2 = -1$
  • $i^3 = i^2 \cdot i = (-1) \cdot i = -i$
  • $i^4 = (i^2)^2 = (-1)^2 = 1$

For any integer $n \in \mathbb{Z}$, dividing $n$ by $4$ using Euclid's division lemma gives $n = 4k + r$, where $k \in \mathbb{Z}$ and remainder $r \in \{0, 1, 2, 3\}$. Hence:

$$\mathbf{i^n = i^{4k+r} = (i^4)^k \cdot i^r = (1)^k \cdot i^r = i^r}$$

Negative powers are evaluated similarly: $i^{-1} = \frac{1}{i} = \frac{i}{i^2} = \frac{i}{-1} = -i$, $i^{-2} = -1$, $i^{-3} = i$, $i^{-4} = 1$.

Crucial Examiner Trap: For positive real numbers $a, b > 0$, $\sqrt{a}\sqrt{b} = \sqrt{ab}$. However, if both $a$ and $b$ are negative, this rule breaks down! $$\sqrt{-a} \cdot \sqrt{-b} = (i\sqrt{a})(i\sqrt{b}) = i^2 \sqrt{ab} = \mathbf{-\sqrt{ab}} \neq \sqrt{(-a)(-b)} = \sqrt{ab}$$
1.2 Formal Definition of a Complex Number

A number of the form:

$$\mathbf{z = a + ib} \quad \text{where } a, b \in \mathbb{R} \text{ and } i = \sqrt{-1}$$

is defined as a complex number. The set of all complex numbers is denoted by $\mathbb{C}$.

  • $\mathbf{a = \text{Re}(z)}$ is called the Real Part of $z$.
  • $\mathbf{b = \text{Im}(z)}$ is called the Imaginary Part of $z$ (Note: $\text{Im}(z)$ is the real coefficient $b$, not $ib$).
  • If $b = 0$, $z = a$ is called purely real. Thus, every real number is a complex number ($\mathbb{R} \subset \mathbb{C}$).
  • If $a = 0$ and $b \neq 0$, $z = ib$ is called purely imaginary.
  • The number $0 = 0 + 0i$ is simultaneously purely real and purely imaginary.
1.3 Equality of Two Complex Numbers

Two complex numbers $z_1 = a_1 + ib_1$ and $z_2 = a_2 + ib_2$ are said to be equal ($z_1 = z_2$) if and only if their real parts are equal and their imaginary parts are equal:

$$a_1 + ib_1 = a_2 + ib_2 \iff \mathbf{a_1 = a_2} \quad \text{and} \quad \mathbf{b_1 = b_2}$$

Order Property Note: There is no inequality or order relation in $\mathbb{C}$. Expressions like $z_1 > z_2$ or $z_1 < z_2$ are meaningless unless both numbers are purely real.

2. Algebra of Complex Numbers, Inverses & Complex Conjugates

Arithmetic operations on complex numbers follow standard polynomial algebraic laws combined with the substitution $i^2 = -1$. The algebraic structure $(\mathbb{C}, +, \cdot)$ forms a mathematical field.

2.1 Fundamental Arithmetic Operations

Let $z_1 = a + ib$ and $z_2 = c + id$ where $a, b, c, d \in \mathbb{R}$:

Operation Formula Algebraic Properties
Addition ($z_1 + z_2$) $(a + c) + i(b + d)$ Closure, Commutative, Associative; Additive Identity is $0 = 0 + 0i$.
Subtraction ($z_1 - z_2$) $(a - c) + i(b - d)$ Equivalent to $z_1 + (-z_2)$, where $-z_2 = -c - id$ is the additive inverse.
Multiplication ($z_1 \cdot z_2$) $(ac - bd) + i(ad + bc)$ Closure, Commutative, Associative, Distributive over addition; Multiplicative Identity is $1 = 1 + 0i$.
Division ($\frac{z_1}{z_2}$) ($z_2 \neq 0$) $\frac{ac + bd}{c^2 + d^2} + i\frac{bc - ad}{c^2 + d^2}$ Achieved by multiplying numerator and denominator by the conjugate of the denominator ($c - id$).
2.2 Multiplicative Inverse

For any non-zero complex number $z = a + ib \neq 0$, its multiplicative inverse $z^{-1} = \frac{1}{z}$ satisfies $z \cdot z^{-1} = 1$:

$$\mathbf{z^{-1} = \frac{1}{a + ib} = \frac{a - ib}{(a + ib)(a - ib)} = \frac{a - ib}{a^2 + b^2} = \frac{a}{a^2 + b^2} - i\frac{b}{a^2 + b^2}}$$
2.3 Complex Conjugate ($\bar{z}$)

If $z = a + ib$, its complex conjugate, denoted by $\bar{z}$, is obtained by reversing the algebraic sign of its imaginary part:

$$\mathbf{\bar{z} = a - ib}$$

Geometrically, $\bar{z}$ represents the reflection (mirror image) of point $z$ across the real axis.

2.4 Fundamental Properties of Conjugates

For any complex numbers $z, z_1, z_2 \in \mathbb{C}$:

  1. $\overline{(\bar{z})} = z$ (Involution law)
  2. $z + \bar{z} = (a + ib) + (a - ib) = 2a = \mathbf{2\,\text{Re}(z)}$ (Purely real)
  3. $z - \bar{z} = (a + ib) - (a - ib) = 2ib = \mathbf{2i\,\text{Im}(z)}$ (Purely imaginary or zero)
  4. $z = \bar{z} \iff \text{Im}(z) = 0 \iff z \text{ is purely real}$
  5. $z + \bar{z} = 0 \iff \text{Re}(z) = 0 \iff z \text{ is purely imaginary}$
  6. $\mathbf{z \cdot \bar{z} = (a + ib)(a - ib) = a^2 - (ib)^2 = a^2 + b^2 = |z|^2}$
  7. $\overline{z_1 \pm z_2} = \bar{z}_1 \pm \bar{z}_2$
  8. $\overline{z_1 z_2} = \bar{z}_1 \cdot \bar{z}_2$
  9. $\overline{\left(\frac{z_1}{z_2}\right)} = \frac{\bar{z}_1}{\bar{z}_2} \quad (z_2 \neq 0)$
  10. $\overline{z^n} = (\bar{z})^n$ for any $n \in \mathbb{N}$

3. The Argand Plane, Modulus & Principal Argument (Amplitude)

Just as real numbers correspond to points on a 1D real number line, complex numbers correspond in a one-to-one fashion with points in a 2D Cartesian plane known as the Argand Plane or Gaussian Complex Plane.

3.1 Geometric Representation on the Argand Plane

Every complex number $z = a + ib$ is uniquely associated with the ordered pair of real numbers $(a, b)$ and plotted as a point $P(a, b)$:

  • The horizontal $X$-axis is called the Real Axis (points $(a, 0)$ represent real numbers $a$).
  • The vertical $Y$-axis is called the Imaginary Axis (points $(0, b)$ represent imaginary numbers $ib$).
  • The origin $O(0, 0)$ represents the complex number $0 = 0 + 0i$.
3.2 Modulus of a Complex Number

The modulus (or absolute value) of $z = a + ib$, denoted by $|z|$, is the geometric Euclidean distance of the point $P(a, b)$ from the origin $O(0, 0)$:

$$\mathbf{|z| = r = \sqrt{a^2 + b^2} = \sqrt{[\text{Re}(z)]^2 + [\text{Im}(z)]^2}}$$

Core Properties of Modulus:

  • $|z| \ge 0$, and $|z| = 0 \iff z = 0$.
  • $|z| = |-z| = |\bar{z}| = |-\bar{z}| = \sqrt{a^2 + b^2}$.
  • $-|z| \le \text{Re}(z) \le |z|$ and $-|z| \le \text{Im}(z) \le |z|$.
  • $z \cdot \bar{z} = |z|^2 \implies \mathbf{z^{-1} = \frac{\bar{z}}{|z|^2}}$.
  • Multiplicative Property: $|z_1 z_2| = |z_1| \cdot |z_2|$ and $|z_1 z_2 \cdots z_n| = |z_1| |z_2| \cdots |z_n|$.
  • Division Property: $\left|\frac{z_1}{z_2}\right| = \frac{|z_1|}{|z_2|} \quad (z_2 \neq 0)$.
  • Triangle Inequality: $$\mathbf{|z_1 + z_2| \le |z_1| + |z_2|} \quad \text{and} \quad \mathbf{|z_1 - z_2| \ge ||z_1| - |z_2||}$$ Equality $|z_1 + z_2| = |z_1| + |z_2|$ holds if and only if the origin $O$, $z_1$, and $z_2$ are collinear and $z_1, z_2$ lie on the same side of the origin ($\text{Arg}(z_1) = \text{Arg}(z_2)$).
  • Parallelogram Law of Vectors: $|z_1 + z_2|^2 + |z_1 - z_2|^2 = 2(|z_1|^2 + |z_2|^2)$.
3.3 Argument (Amplitude) & Principal Argument

The directed angle $\theta$ made by the position vector $\vec{OP}$ with the positive direction of the real axis is called the argument or amplitude of $z$, denoted by $\arg(z)$ or $\text{amp}(z)$. Since $\theta$ is periodic with period $2\pi$, if $\theta$ is an argument, then $\theta + 2k\pi$ ($k \in \mathbb{Z}$) is also an argument.

3.4 WBCHSE Standard: The Principal Argument $\text{Arg}(z)$

To ensure a single unique value, the Principal Argument $\text{Arg}(z) = \theta$ is strictly restricted to the semi-open interval:

$$\mathbf{-\pi < \theta \le \pi \quad \text{or} \quad -180^\circ < \theta \le 180^\circ}$$

Algorithm for Finding Principal Argument:

  1. Calculate the acute reference angle: $\mathbf{\alpha = \tan^{-1}\left|\frac{b}{a}\right|}$, where $0 < \alpha < \frac{\pi}{2}$.
  2. Determine the quadrant of $P(a, b)$ and calculate $\theta = \text{Arg}(z)$ as follows:
Quadrant of $P(a, b)$ Sign of $a, b$ Principal Argument $\theta = \text{Arg}(z)$ Value Range
Quadrant I $a > 0, b > 0$ $\mathbf{\theta = \alpha}$ $0 < \theta < \frac{\pi}{2}$
Quadrant II $a < 0, b > 0$ $\mathbf{\theta = \pi - \alpha}$ $\frac{\pi}{2} < \theta < \pi$
Quadrant III $a < 0, b < 0$ $\mathbf{\theta = -(\pi - \alpha) = -\pi + \alpha}$ $-\pi < \theta < -\frac{\pi}{2}$
Quadrant IV $a > 0, b < 0$ $\mathbf{\theta = -\alpha}$ $-\frac{\pi}{2} < \theta < 0$
3.5 Boundary Axis Cases
  • Positive Real Axis ($z = a > 0$): $\theta = 0$
  • Negative Real Axis ($z = -a < 0$): $\theta = \pi$
  • Positive Imaginary Axis ($z = ib, b > 0$): $\theta = \frac{\pi}{2}$
  • Negative Imaginary Axis ($z = -ib, b > 0$): $\theta = -\frac{\pi}{2}$
  • For $z = 0$, the modulus $|0| = 0$, but the argument is undefined.

4. Polar Form, Exponential (Euler) Form & De Moivre’s Theorem

While Cartesian coordinates $z = a + ib$ make addition and subtraction straightforward, multiplication, division, and raising to powers become dramatically simpler when expressed in polar trigonometric coordinates.

4.1 Polar Representation (Modulus-Amplitude Form)

Let $P(a, b)$ represent $z = a + ib \neq 0$ with modulus $r = |z| > 0$ and principal argument $\theta = \text{Arg}(z)$. From right-angled triangle projection:

$$a = r\cos\theta, \quad b = r\sin\theta$$

Substituting into $z = a + ib$ yields the polar form:

$$\mathbf{z = r(\cos\theta + i\sin\theta)} \quad \text{where } r = \sqrt{a^2 + b^2} \text{ and } \theta = \text{Arg}(z)$$
4.2 Exponential Form (Euler's Formula)

According to Euler's profound mathematical formula, $e^{i\theta} = \cos\theta + i\sin\theta$. Hence, any complex number can be expressed compactly in exponential form:

$$\mathbf{z = r \cdot e^{i\theta}}$$
4.3 Geometric Meaning of Multiplication & Division

Let $z_1 = r_1 e^{i\theta_1} = r_1(\cos\theta_1 + i\sin\theta_1)$ and $z_2 = r_2 e^{i\theta_2} = r_2(\cos\theta_2 + i\sin\theta_2)$:

  1. Multiplication: $$z_1 z_2 = r_1 r_2 e^{i(\theta_1 + \theta_2)} = r_1 r_2 [\cos(\theta_1 + \theta_2) + i\sin(\theta_1 + \theta_2)]$$ $$\mathbf{|z_1 z_2| = |z_1| |z_2| = r_1 r_2} \quad \text{and} \quad \mathbf{\arg(z_1 z_2) = \arg(z_1) + \arg(z_2)}$$ Geometric meaning: Multiplying $z_1$ by $z_2$ scales its distance from origin by $r_2$ and rotates its position vector anti-clockwise by angle $\theta_2$.
  2. Division: $$\frac{z_1}{z_2} = \frac{r_1}{r_2} e^{i(\theta_1 - \theta_2)} = \frac{r_1}{r_2} [\cos(\theta_1 - \theta_2) + i\sin(\theta_1 - \theta_2)]$$ $$\mathbf{\left|\frac{z_1}{z_2}\right| = \frac{|z_1|}{|z_2|} = \frac{r_1}{r_2}} \quad \text{and} \quad \mathbf{\arg\left(\frac{z_1}{z_2}\right) = \arg(z_1) - \arg(z_2)}$$
4.4 De Moivre's Theorem (Statement for Integral Indices)

For any integer $n \in \mathbb{Z}$ and any real angle $\theta$:

$$\mathbf{(\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta)}$$

Consequently, for $z = r(\cos\theta + i\sin\theta)$:

$$z^n = r^n [\cos(n\theta) + i\sin(n\theta)] = r^n e^{in\theta}$$

5. Square Roots of Complex Numbers & Cube Roots of Unity

Extracting the square root of a complex number algebraically and solving the polynomial equation $x^3 = 1$ to uncover the geometric symmetry of the cube roots of unity are two signature topics in the WBCHSE Class 11 curriculum.

5.1 Algebraic Method for Finding $\sqrt{a + ib}$

Let $\sqrt{a + ib} = x + iy$, where $x, y \in \mathbb{R}$. Squaring both sides:

$$a + ib = (x + iy)^2 = (x^2 - y^2) + i(2xy)$$

Equating real and imaginary parts:

  1. $x^2 - y^2 = a$
  2. $2xy = b$

Using the algebraic identity $(x^2 + y^2)^2 = (x^2 - y^2)^2 + (2xy)^2 = a^2 + b^2$:

$$x^2 + y^2 = \sqrt{a^2 + b^2} = |z|$$

Adding and subtracting the equations for $(x^2 + y^2)$ and $(x^2 - y^2)$:

$$2x^2 = |z| + a \implies x = \pm \sqrt{\frac{|z| + a}{2}}$$ $$2y^2 = |z| - a \implies y = \pm \sqrt{\frac{|z| - a}{2}}$$

The signs of $x$ and $y$ are dictated by $2xy = b$:

$$\mathbf{\sqrt{a + ib} = \pm \left[ \sqrt{\frac{\sqrt{a^2+b^2}+a}{2}} + i \cdot \text{sgn}(b) \sqrt{\frac{\sqrt{a^2+b^2}-a}{2}} \right]}$$ where $\text{sgn}(b) = +1$ if $b > 0$, and $\text{sgn}(b) = -1$ if $b < 0$.

Standard Square Roots to Memorize:

  • $\sqrt{i} = \pm \frac{1 + i}{\sqrt{2}}$
  • $\sqrt{-i} = \pm \frac{1 - i}{\sqrt{2}}$
5.2 Cube Roots of Unity ($1, \omega, \omega^2$)

Consider the cubic equation $x^3 = 1 \implies x^3 - 1 = 0$:

$$(x - 1)(x^2 + x + 1) = 0$$

This yields three roots:

  1. Real root: $x = 1$
  2. Complex roots from $x^2 + x + 1 = 0$: $$x = \frac{-1 \pm \sqrt{1^2 - 4(1)(1)}}{2} = \frac{-1 \pm \sqrt{-3}}{2} = \mathbf{\frac{-1 \pm i\sqrt{3}}{2}}$$

Designating one complex root as $\mathbf{\omega}$ (omega):

$$\mathbf{\omega = \frac{-1 + i\sqrt{3}}{2}} \implies \mathbf{\omega^2 = \left(\frac{-1 + i\sqrt{3}}{2}\right)^2 = \frac{1 - 2i\sqrt{3} - 3}{4} = \frac{-1 - i\sqrt{3}}{2}}$$

Thus, each imaginary cube root of unity is the square of the other!

5.3 Essential Algebraic Properties of $\omega$
Property Mathematical Identity Significance / Application
Sum of Roots $\mathbf{1 + \omega + \omega^2 = 0}$ Replaces $1 + \omega = -\omega^2$, $1 + \omega^2 = -\omega$, $\omega + \omega^2 = -1$.
Product of Roots $\mathbf{\omega^3 = 1}$ Powers reduce modulo 3: $\omega^{3k} = 1$, $\omega^{3k+1} = \omega$, $\omega^{3k+2} = \omega^2$.
Conjugate Relation $\bar{\omega} = \omega^2 \quad \text{and} \quad \overline{\omega^2} = \omega$ The two non-real cube roots of unity are mutual complex conjugates.
Modulus & Amplitude $|\omega| = 1, \quad \text{Arg}(\omega) = \frac{2\pi}{3}, \quad \text{Arg}(\omega^2) = -\frac{2\pi}{3}$ Vertices $1, \omega, \omega^2$ form an equilateral triangle inscribed in unit circle $|z| = 1$.

6. Quadratic Equations with Complex Roots & Conjugate Pair Theorem

In secondary school mathematics, when the discriminant $\Delta = b^2 - 4ac < 0$, students were told that the quadratic equation has "no real roots". In Class 11, with the complex number system $\mathbb{C}$, every quadratic equation possesses precisely two roots.

6.1 The Fundamental Theorem of Algebra
Theorem (Gauss): Every polynomial equation of degree $n \ge 1$ with complex coefficients has at least one root in $\mathbb{C}$. Consequently, by the Factor Theorem, every polynomial of degree $n$ has exactly $n$ roots in $\mathbb{C}$ (counting multiplicities).
6.2 Solving $ax^2 + bx + c = 0$ when $\Delta < 0$

For $a, b, c \in \mathbb{R}$ with $a \neq 0$, the roots of $ax^2 + bx + c = 0$ are given by the quadratic formula:

$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$

When the discriminant $\Delta = b^2 - 4ac < 0$, we factor out $-1$ from the radical:

$$\sqrt{b^2 - 4ac} = \sqrt{-(4ac - b^2)} = i\sqrt{4ac - b^2}$$

Thus, the roots are:

$$\mathbf{x = \frac{-b \pm i\sqrt{4ac - b^2}}{2a} = -\frac{b}{2a} \pm i\frac{\sqrt{4ac - b^2}}{2a}}$$
6.3 Complex Conjugate Roots Theorem
Theorem: In any polynomial equation with REAL coefficients, non-real complex roots always occur in conjugate pairs. That is, if $\alpha + i\beta$ ($\beta \neq 0$) is a root, then its conjugate $\alpha - i\beta$ is also guaranteed to be a root.

Crucial Condition: The coefficients $a, b, c$ must be real. If the coefficients are complex (e.g. $x^2 - ix + 2 = 0$), roots do not necessarily occur in conjugate pairs!

6.4 Relations Between Roots and Coefficients

Let $\alpha, \beta \in \mathbb{C}$ be the roots of $ax^2 + bx + c = 0$:

  • Sum of Roots: $\mathbf{\alpha + \beta = -\frac{b}{a}}$
  • Product of Roots: $\mathbf{\alpha \beta = \frac{c}{a}}$
  • Formation of Equation: A quadratic equation having roots $\alpha$ and $\beta$ is given by: $$\mathbf{x^2 - (\alpha + \beta)x + (\alpha \beta) = 0}$$

Key Formulas, Identities & Theorems

Imaginary Unit & Cyclic Powers
$$i^(4k+r) = i^r$$
Calculated modulo 4 where remainder r in {0, 1, 2, 3}; note that sqrt(-a)sqrt(-b) = -sqrt(ab) for a, b > 0.
Modulus & Multiplicative Inverse
z⁻¹ = z̄ / |z|²
Valid for any non-zero complex number z != 0; product of z and its conjugate is always real and non-negative.
Principal Argument (Amplitude)
θ ∈ (-π, π]
Standard WBCHSE range is -π < θ <= π; never confuse acute reference angle α with principal argument θ.
Polar & Euler Exponential Forms
z = r(cosθ + i sinθ) = re^(iθ)
In polar multiplication, moduli multiply while arguments add; in division, moduli divide while arguments subtract.
Square Root of Complex Number
√(a + ib)
Sign of imaginary part sgn(b) matches the sign of b; standard values include sqrt(i) = +-(1+i)/sqrt(2).
Cube Roots of Unity & Quadratic Formula
1 + ω + ω² = 0, ω³ = 1
Non-real roots of real quadratic equations always occur in complex conjugate pairs.

Conceptual Solved Examples & Case Studies

Example 1
Evaluate the value of \(i^{243} + \frac{1}{i^{99}}\). [2 marks]
Step-by-Step Solution:
Solution:
Step 1: Simplify $i^{243}$: Divide $243$ by $4$: $243 = 4 \times 60 + 3$. $$i^{243} = (i^4)^{60} \cdot i^3 = (1)^{60} \cdot (-i) = \mathbf{-i}$$
Step 2: Simplify $\frac{1}{i^{99}}$: Divide $99$ by $4$: $99 = 4 \times 24 + 3$. $$i^{99} = (i^4)^{24} \cdot i^3 = (1)^{24} \cdot (-i) = -i$$ Now evaluate the reciprocal: $$\frac{1}{i^{99}} = \frac{1}{-i} = \frac{i}{-i^2} = \frac{i}{-(-1)} = \mathbf{+i}$$
Step 3: Add the two simplified terms: $$i^{243} + \frac{1}{i^{99}} = (-i) + (i) = \mathbf{0}$$
Conclusion: The value of $i^{243} + \frac{1}{i^{99}}$ is equal to $0$.
Example 2
Express the complex number \(z = \frac{1 + 7i}{(2 - i)^2}\) in the standard form \(a + ib\), and hence find its modulus. [3 marks]
Step-by-Step Solution:
Solution:
Step 1: Expand the denominator: $$(2 - i)^2 = 2^2 - 2(2)(i) + i^2 = 4 - 4i - 1 = 3 - 4i$$
Step 2: Realize the denominator by multiplying by its conjugate $(3 + 4i)$: $$z = \frac{1 + 7i}{3 - 4i} = \frac{(1 + 7i)(3 + 4i)}{(3 - 4i)(3 + 4i)}$$ Numerator expansion: $$(1 + 7i)(3 + 4i) = 3 + 4i + 21i + 28i^2 = 3 + 25i - 28 = -25 + 25i$$ Denominator expansion: $$(3 - 4i)(3 + 4i) = 3^2 + 4^2 = 9 + 16 = 25$$
Step 3: Write in standard $a + ib$ form: $$z = \frac{-25 + 25i}{25} = \mathbf{-1 + i}$$ Here $a = \text{Re}(z) = -1$ and $b = \text{Im}(z) = 1$.
Step 4: Compute the modulus $|z|$: $$|z| = \sqrt{a^2 + b^2} = \sqrt{(-1)^2 + (1)^2} = \sqrt{1 + 1} = \mathbf{\sqrt{2}}$$
Conclusion: Standard form is $-1 + i$ and modulus is $\sqrt{2}$.
Example 3
Find the modulus and the principal argument of \(z = -1 - i\sqrt{3}\), and express it in polar form. [3 marks]
Step-by-Step Solution:
Solution:
Step 1: Find the modulus $r = |z|$: Here $a = -1$ and $b = -\sqrt{3}$. $$r = |z| = \sqrt{(-1)^2 + (-\sqrt{3})^2} = \sqrt{1 + 3} = \sqrt{4} = \mathbf{2}$$
Step 2: Find the acute reference angle $\alpha$: $$\tan \alpha = \left|\frac{b}{a}\right| = \left|\frac{-\sqrt{3}}{-1}\right| = \sqrt{3} \implies \alpha = \frac{\pi}{3} \quad (60^\circ)$$
Step 3: Determine the quadrant and principal argument $\theta$: Since $a = -1 < 0$ and $b = -\sqrt{3} < 0$, the point $P(-1, -\sqrt{3})$ lies in Quadrant III. According to the principal argument rule for Quadrant III: $$\theta = -(\pi - \alpha) = -\left(\pi - \frac{\pi}{3}\right) = -\frac{2\pi}{3} \quad (-120^\circ)$$
Step 4: Express in polar form: $$z = r(\cos\theta + i\sin\theta) = \mathbf{2\left[\cos\left(-\frac{2\pi}{3}\right) + i\sin\left(-\frac{2\pi}{3}\right)\right]}$$ Alternatively written as: $2\left[\cos\frac{2\pi}{3} - i\sin\frac{2\pi}{3}\right]$.
Example 4
Find the square root of the complex number \(7 - 24i\). [4 marks]
Step-by-Step Solution:
Solution:
Step 1: Set up the algebraic relation: Let $\sqrt{7 - 24i} = x + iy$, where $x, y \in \mathbb{R}$. Squaring both sides: $$7 - 24i = (x + iy)^2 = (x^2 - y^2) + i(2xy)$$
Step 2: Equate real and imaginary parts: $$\text{Equation (1): } x^2 - y^2 = 7$$ $$\text{Equation (2): } 2xy = -24 \implies xy = -12$$ Note that since $xy = -12 < 0$, $x$ and $y$ must have opposite signs.
Step 3: Use the algebraic identity for $x^2 + y^2$: $$(x^2 + y^2)^2 = (x^2 - y^2)^2 + (2xy)^2 = 7^2 + (-24)^2 = 49 + 576 = 625$$ $$\text{Equation (3): } x^2 + y^2 = \sqrt{625} = 25 \quad (\text{since } x^2 + y^2 > 0)$$
Step 4: Solve for $x$ and $y$: Adding Equation (1) and Equation (3): $$2x^2 = 7 + 25 = 32 \implies x^2 = 16 \implies x = \pm 4$$ Subtracting Equation (1) from Equation (3): $$2y^2 = 25 - 7 = 18 \implies y^2 = 9 \implies y = \pm 3$$
Step 5: Apply the sign condition: Since $xy = -12 < 0$:
  • When $x = 4$, $y = -3$.
  • When $x = -4$, $y = 3$.
$$\mathbf{\sqrt{7 - 24i} = \pm(4 - 3i)}$$
Example 5
If \(\omega\) is a non-real complex cube root of unity, prove that: \((1 - \omega + \omega^2)^5 + (1 + \omega - \omega^2)^5 = 32\). [4 marks]
Step-by-Step Solution:
Solution:
Step 1: Recall the fundamental identities for cube roots of unity: $$1 + \omega + \omega^2 = 0 \quad \text{and} \quad \omega^3 = 1$$ From $1 + \omega + \omega^2 = 0$, we have: $$1 + \omega^2 = -\omega \quad \text{and} \quad 1 + \omega = -\omega^2$$
Step 2: Simplify the first bracket: $$1 - \omega + \omega^2 = (1 + \omega^2) - \omega = (-\omega) - \omega = -2\omega$$ Raising to the 5th power: $$(1 - \omega + \omega^2)^5 = (-2\omega)^5 = (-2)^5 \cdot \omega^5 = -32 \cdot \omega^5$$ Since $\omega^5 = \omega^3 \cdot \omega^2 = 1 \cdot \omega^2 = \omega^2$: $$(1 - \omega + \omega^2)^5 = -32\omega^2$$
Step 3: Simplify the second bracket: $$1 + \omega - \omega^2 = (1 + \omega) - \omega^2 = (-\omega^2) - \omega^2 = -2\omega^2$$ Raising to the 5th power: $$(1 + \omega - \omega^2)^5 = (-2\omega^2)^5 = (-2)^5 \cdot \omega^{10} = -32 \cdot \omega^{10}$$ Since $\omega^{10} = (\omega^3)^3 \cdot \omega = 1^3 \cdot \omega = \omega$: $$(1 + \omega - \omega^2)^5 = -32\omega$$
Step 4: Combine the two terms: $$\text{LHS} = -32\omega^2 - 32\omega = -32(\omega^2 + \omega)$$ Since $1 + \omega + \omega^2 = 0 \implies \omega + \omega^2 = -1$: $$\text{LHS} = -32(-1) = \mathbf{32} = \text{RHS}$$ Hence proved.
Example 6
Solve the quadratic equation with complex coefficients: \(x^2 - (7 - i)x + (18 - i) = 0\). [5 marks]
Step-by-Step Solution:
Solution:
Step 1: Identify coefficients and apply the quadratic formula: Here $a = 1$, $b = -(7 - i)$, $c = 18 - i$. Using $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$: $$x = \frac{(7 - i) \pm \sqrt{[-(7 - i)]^2 - 4(1)(18 - i)}}{2}$$
Step 2: Evaluate the discriminant $\Delta$: $$[-(7 - i)]^2 = (7 - i)^2 = 49 - 14i + i^2 = 49 - 14i - 1 = 48 - 14i$$ $$4ac = 4(1)(18 - i) = 72 - 4i$$ $$\Delta = b^2 - 4ac = (48 - 14i) - (72 - 4i) = (48 - 72) + (-14i + 4i) = \mathbf{-24 - 10i}$$
Step 3: Calculate the square root of $\Delta = -24 - 10i$: Let $\sqrt{-24 - 10i} = u + iv$. Equating parts: $u^2 - v^2 = -24$ and $2uv = -10 \implies uv = -5$ (opposite signs). $$u^2 + v^2 = \sqrt{(-24)^2 + (-10)^2} = \sqrt{576 + 100} = \sqrt{676} = 26$$ Adding the two equations: $2u^2 = -24 + 26 = 2 \implies u^2 = 1 \implies u = \pm 1$. Subtracting: $2v^2 = 26 - (-24) = 50 \implies v^2 = 25 \implies v = \pm 5$. Since $uv = -5 < 0$: $$\sqrt{-24 - 10i} = \pm(1 - 5i)$$
Step 4: Substitute back into the quadratic formula: $$x = \frac{(7 - i) \pm (1 - 5i)}{2}$$ Case 1 (Taking $+$ sign): $$x_1 = \frac{(7 - i) + (1 - 5i)}{2} = \frac{8 - 6i}{2} = \mathbf{4 - 3i}$$ Case 2 (Taking $-$ sign): $$x_2 = \frac{(7 - i) - (1 - 5i)}{2} = \frac{6 + 4i}{2} = \mathbf{3 + 2i}$$
Conclusion: The roots of the equation are $\mathbf{x = 4 - 3i}$ and $\mathbf{x = 3 + 2i}$. Notice: Since the coefficients were not real, the roots are not complex conjugates of each other.

Common Misconceptions & Examiner Traps

Common Misconception

Generalizing the product rule of square roots incorrectly to negative numbers

Scientific Reality & Correction

Express negative square roots in terms of $i$ first: $\sqrt{-4}\sqrt{-9} = (2i)(3i) = 6i^2 = 6(-1) = \mathbf{-6}$.

Common Misconception

Treating the principal argument as simply $\tan^{-1}(b/a)$ without quadrant checking

Scientific Reality & Correction

For $z = -1 - i$, both coordinates are negative, so $z$ lies in Quadrant III. Its principal argument is $\theta = -(\pi - \pi/4) = \mathbf{-\frac{3\pi}{4}}$.

Common Misconception

Assuming complex numbers satisfy linear ordering inequalities ($>$ or $<$) like real numbers

Scientific Reality & Correction

Inequalities between complex numbers with non-zero imaginary parts are mathematically undefined. You can only compare their moduli (real magnitudes): $|3 + 4i| = 5 > |1 + 2i| = \sqrt{5}$.

Common Misconception

Assuming complex roots always occur in conjugate pairs for any quadratic equation

Scientific Reality & Correction

The roots of $x^2 - (2+3i)x = 0$ are $0$ and $2 + 3i$. The conjugate $2 - 3i$ is NOT a root because the coefficient $-(2+3i)$ is non-real.

Common Misconception

Confusing the imaginary part $\text{Im}(z)$ by including $i$

Scientific Reality & Correction

By definition, for $z = a + ib$, both $a$ and $b$ are REAL numbers. Thus, $\text{Im}(3 - 4i) = \mathbf{-4}$.

Argand Plane Geometry, Modulus-Argument Coordinates & Quadratic Roots Diagram

ℂ Complex Numbers & Argand Plane (Gaussian Plane) Modulus | Principal Argument | Polar Form | Conjugates | Roots of Unity | Quadratic Roots Real Axis (Re) → +X ↑ Imaginary Axis (Im) (+iY) -X ↓ -iY O(0,0) Q1: θ = α Q2: θ = π - α Q3: θ = -(π - α) Q4: θ = -α a = Re(z) ib = Im(z) P(z) = a + ib = r(cosθ + i sinθ) θ r = |z| -ib Q(z̄) = a - ib (Conjugate Reflection) -θ Algebraic Foundations i² = -1, i³ = -i, i⁴ = 1 z · z̄ = |z|² = a² + b² z⁻¹ = z̄ / |z|² (Multiplicative Inverse) Polar & Euler Form z = r(cosθ + i sinθ) z = r · e^(iθ) (Euler's Formula) |z₁z₂| = |z₁||z₂|, arg(z₁z₂) = arg(z₁)+arg(z₂) Cube Roots of Unity Roots: 1, ω, ω² where x³ = 1 1 + ω + ω² = 0 ω³ = 1, ω = (-1 + i√3)/2 Quadratic Equations (Δ < 0) ax² + bx + c = 0 (a ≠ 0) Δ = b² - 4ac < 0 (Complex Conjugate Roots) x = (-b ± i√|Δ|) / (2a)

Chapter Summary & 10 Key Takeaways

Takeaway 1
The imaginary unit i satisfies i = √(-1), i² = -1, i³ = -i, i⁴ = 1; for any integer k and remainder r ∈ {0, 1, 2, 3}, i^(4k+r) = i^r.
Takeaway 2
A complex number has the standard algebraic form z = a + ib where a, b ∈ ℝ; a = Re(z) is the real part and b = Im(z) is the imaginary part.
Takeaway 3
Two complex numbers a₁ + ib₁ and a₂ + ib₂ are equal if and only if their real and imaginary parts are simultaneously equal: a₁ = a₂ and b₁ = b₂.
Takeaway 4
The complex conjugate of z = a + ib is z̄ = a - ib; the product z·z̄ = a² + b² = |z|² is always a non-negative real number.
Takeaway 5
The multiplicative inverse of a non-zero complex number z is given by z⁻¹ = z̄ / |z|² = (a - ib)/(a² + b²).
Takeaway 6
The modulus |z| = √(a² + b²) represents Euclidean distance from the origin in the Argand plane and satisfies the triangle inequality |z₁ + z₂| ≤ |z₁| + |z₂|.
Takeaway 7
The principal argument θ = Arg(z) lies strictly in the interval (-π, π]; its quadrant value is determined by acute reference angle α = tan⁻¹|b/a|.
Takeaway 8
Polar representation is z = r(cos θ + i sin θ) and Euler exponential form is z = r·e^(iθ), where |z₁z₂| = |z₁||z₂| and Arg(z₁z₂) = Arg(z₁) + Arg(z₂) (mod 2π).
Takeaway 9
The non-real cube roots of unity satisfy x³ = 1 with roots 1, ω, ω²; fundamental properties include 1 + ω + ω² = 0 and ω³ = 1.
Takeaway 10
For a real quadratic equation ax² + bx + c = 0 with discriminant Δ = b² - 4ac < 0, roots are non-real complex conjugates: x = (-b ± i√|Δ|) / (2a).

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
If (x + iy)(2 - 3i) = 4 + i, find the real values of x and y.
Reveal Answer & Explanation
Answer: Divide both sides: x + iy = (4 + i)/(2 - 3i) = [(4 + i)(2 + 3i)] / [2² + (-3)²] = (8 + 12i + 2i - 3) / 13 = (5 + 14i)/13. Hence, x = 5/13 and y = 14/13.
Multiply the factors on the LHS or divide both sides by (2 - 3i) to isolate x + iy, then equate real and imaginary parts.
2
Find the principal argument of the complex number z = -√3 + i.
Reveal Answer & Explanation
Answer: Here a = -√3 < 0 and b = 1 > 0, so z lies in Quadrant II. The reference angle is α = tan⁻¹(1/√3) = π/6. Thus, principal argument θ = π - α = π - π/6 = 5π/6 (or 150°).
Identify the quadrant of (-√3, 1) and calculate the acute angle α = tan⁻¹|1/(-√3)|, then apply the Quadrant II argument rule.
3
If |z - 3| = |z + 3|, describe the locus of the point z in the Argand plane.
Reveal Answer & Explanation
Answer: |x + iy - 3|² = |x + iy + 3|² ⟹ (x - 3)² + y² = (x + 3)² + y² ⟹ x² - 6x + 9 = x² + 6x + 9 ⟹ 12x = 0 ⟹ x = 0. The locus is the straight line x = 0, which is the imaginary axis (the perpendicular bisector of the segment joining 3 and -3).
Substitute z = x + iy and compute the Euclidean distance expressions on both sides, or interpret geometrically as equidistant from (3,0) and (-3,0).
4
Evaluate the value of (1 + ω - ω²)(1 - ω + ω²) where ω is a complex cube root of unity.
Reveal Answer & Explanation
Answer: 1 + ω - ω² = (-ω²) - ω² = -2ω². Similarly, 1 - ω + ω² = (1 + ω²) - ω = (-ω) - ω = -2ω. Multiplying the two expressions gives (-2ω²)(-2ω) = 4ω³ = 4(1) = 4.
Use 1 + ω = -ω² and 1 + ω² = -ω to replace two terms in each bracket before multiplying.
5
Solve the quadratic equation x² + 4x + 13 = 0 over the set of complex numbers.
Reveal Answer & Explanation
Answer: Here a = 1, b = 4, c = 13. Discriminant Δ = 4² - 4(1)(13) = 16 - 52 = -36. Thus, x = [-4 ± √(-36)] / 2 = [-4 ± 6i] / 2 = -2 ± 3i. The roots are -2 + 3i and -2 - 3i.
Compute the discriminant Δ = b² - 4ac, note that it is negative, and use x = (-b ± i√|Δ|)/(2a).
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.