IMOClass 11 › Complex Numbers

Complex Numbers

Algebra of Complex Numbers

Some equations have no real solution. The simplest is $x^2 = -1$, because the square of any real number is never negative. To repair this gap we introduce a single new symbol, the imaginary unit $i$, defined by the one rule that does all the work:

$$i = \sqrt{-1}, \qquad i^2 = -1$$

A complex number is any expression of the form $z = a + ib$, where $a$ and $b$ are real numbers. Here $a$ is the real part, written $\operatorname{Re}(z)$, and $b$ is the imaginary part, written $\operatorname{Im}(z)$. Notice that $\operatorname{Im}(z) = b$ is the coefficient of $i$, not $ib$ itself. When $b = 0$ the number is purely real, and when $a = 0$ (with $b \ne 0$) it is purely imaginary.

Equality: two complex numbers are equal exactly when their real parts match and their imaginary parts match — a single equation in complex numbers is really two equations in disguise.

$$a + ib = c + id \iff a = c \text{ and } b = d$$

Powers of $i$ cycle every four steps. From $i^2 = -1$ we get $i^3 = i^2 \cdot i = -i$ and $i^4 = (i^2)^2 = 1$. After that the pattern repeats, so to find any power of $i$ you only need the remainder of the exponent on division by $4$.

PowerValuePowerValue
$i^1$$i$$i^5$$i$
$i^2$$-1$$i^6$$-1$
$i^3$$-i$$i^7$$-i$
$i^4$$1$$i^8$$1$

Arithmetic. Addition and subtraction act part by part. Multiplication uses ordinary distribution, after which every $i^2$ is replaced by $-1$ and like terms are gathered:

$$(a + ib) + (c + id) = (a + c) + i(b + d)$$
$$(a + ib)(c + id) = (ac - bd) + i(ad + bc)$$

Division is the one operation that needs a trick: multiply the top and bottom by the conjugate of the denominator, $c - id$, which turns the denominator into the real number $c^2 + d^2$.

$$\dfrac{a + ib}{c + id} = \dfrac{(a + ib)(c - id)}{c^2 + d^2}$$

A caution with square roots of negatives: the schoolbook rule $\sqrt{x}\,\sqrt{y} = \sqrt{xy}$ fails when both numbers are negative. Always convert first: $\sqrt{-4} = 2i$, so $\sqrt{-4}\,\sqrt{-9} = (2i)(3i) = 6i^2 = -6$, never $\sqrt{36} = 6$.

Deeper Insight — one symbol, and the whole number system closes up: The entire chapter rests on a single act of definition: declare $i^2 = -1$ and agree that $i$ obeys the ordinary laws of algebra. Everything else is forced. Once you accept $a + ib$, addition and multiplication are not new rules to memorise but the familiar distributive law applied while remembering to swap $i^2$ for $-1$. The deeper pay-off is closure: in the real numbers, polynomial equations could run off the edge of the system and have no answer, but the moment $i$ exists, every polynomial equation has a full set of roots — this is the Fundamental Theorem of Algebra, and it is why complex numbers feel less like an invention and more like a discovery. Treat $i$ as an ordinary quantity you can add and multiply, never as something mystical, and the algebra behaves exactly as you expect.

Anatomy of a complex number a plus ib Anatomy of a Complex Number z = a + i b real part imaginary part a and b are real numbers, i = √(−1) The four-step cycle of powers of i Powers of i Repeat Every 4 Steps i−1−i1 multiply by ito step round
Example 1: Express $(3 + 2i) + (5 - 7i)$ in the form $a + ib$.
  1. Add the real parts: $3 + 5 = 8$.
  2. Add the imaginary parts: $2 + (-7) = -5$.
  3. Combine into standard form.

Answer: $8 - 5i$

Example 2: Simplify $i^{73}$.
  1. Powers of $i$ repeat every $4$, so divide the exponent by $4$: $73 = 4 \times 18 + 1$.
  2. The remainder is $1$, so $i^{73} = i^1$.

Answer: $i^{73} = i$

Example 3: Multiply $(2 + 3i)(4 - 5i)$ and write the result as $a + ib$.
  1. Expand by distribution: $2(4) + 2(-5i) + 3i(4) + 3i(-5i)$.
  2. $= 8 - 10i + 12i - 15i^2$.
  3. Replace $i^2$ with $-1$: $-15i^2 = +15$.
  4. Collect: $(8 + 15) + (-10 + 12)i$.

Answer: $23 + 2i$

Example 4: Express $\dfrac{3 + 2i}{1 - 4i}$ in the form $a + ib$.
  1. Multiply numerator and denominator by the conjugate of the denominator, $1 + 4i$.
  2. Denominator: $(1 - 4i)(1 + 4i) = 1 - 16i^2 = 1 + 16 = 17$.
  3. Numerator: $(3 + 2i)(1 + 4i) = 3 + 12i + 2i + 8i^2 = 3 + 14i - 8 = -5 + 14i$.
  4. Divide each part by $17$.

Answer: $-\dfrac{5}{17} + \dfrac{14}{17}i$

Example 5: Find real numbers $x$ and $y$ such that $(x + 2y) + i(2x - y) = 5 - i$.
  1. Equate real parts: $x + 2y = 5$.
  2. Equate imaginary parts: $2x - y = -1$.
  3. From the second, $y = 2x + 1$. Substitute: $x + 2(2x + 1) = 5 \Rightarrow 5x + 2 = 5 \Rightarrow x = \dfrac{3}{5}$.
  4. Then $y = 2\left(\dfrac{3}{5}\right) + 1 = \dfrac{11}{5}$.

Answer: $x = \dfrac{3}{5},\ y = \dfrac{11}{5}$

Example 6: Evaluate $\sqrt{-16}\,\cdot\,\sqrt{-25}$.
  1. Convert each root before multiplying — the rule $\sqrt{x}\sqrt{y} = \sqrt{xy}$ fails for two negatives.
  2. $\sqrt{-16} = 4i$ and $\sqrt{-25} = 5i$.
  3. Multiply: $(4i)(5i) = 20i^2 = 20(-1) = -20$.

Answer: $-20$

Quick recap
  • The imaginary unit satisfies $i^2 = -1$; a complex number has the standard form $z = a + ib$ with $a, b \in \mathbb{R}$.
  • Powers of $i$ cycle with period $4$ — reduce the exponent modulo $4$ to evaluate $i^n$.
  • Add and subtract part by part; multiply by distribution and replace every $i^2$ with $-1$.
  • Divide by multiplying numerator and denominator by the conjugate of the denominator.
  • Always rewrite $\sqrt{-k}$ as $\sqrt{k}\,i$ before combining roots of negative numbers.
✓ Quick check
(5 + 3i) − (2 + i) equals:
Subtract corresponding parts.
The conjugate of 4 + 5i is:
Change the sign of the imaginary part.

Modulus, Conjugate and Argument

Every complex number $z = a + ib$ can be pictured as the point $(a, b)$ in a plane: the horizontal axis carries the real part and the vertical axis carries the imaginary part. This picture is the Argand plane (or complex plane), and it turns algebra into geometry.

Conjugate. The conjugate of $z = a + ib$ is obtained by flipping the sign of the imaginary part:

$$\overline{z} = a - ib$$

Geometrically, $\overline{z}$ is the mirror image of $z$ across the real axis. A key product collapses to a real number:

$$z\,\overline{z} = (a + ib)(a - ib) = a^2 + b^2$$

Modulus. The modulus $|z|$ is the distance of the point from the origin, found by Pythagoras:

$$|z| = \sqrt{a^2 + b^2}, \qquad z\,\overline{z} = |z|^2$$

Because $z\,\overline{z} = |z|^2$, the multiplicative inverse of a non-zero $z$ has a clean closed form — there is no need to guess:

$$z^{-1} = \dfrac{\overline{z}}{|z|^2} = \dfrac{a - ib}{a^2 + b^2}$$

Polar form. Instead of the coordinates $(a, b)$, a point can be located by its distance $r = |z|$ from the origin and the angle $\theta$ its line makes with the positive real axis. Then $a = r\cos\theta$ and $b = r\sin\theta$, which gives the polar (or trigonometric) form:

$$z = r(\cos\theta + i\sin\theta), \qquad r = \sqrt{a^2 + b^2}, \quad \tan\theta = \dfrac{b}{a}$$

The angle $\theta$ is the argument of $z$. The value taken in $(-\pi, \pi]$ is the principal argument, written $\arg(z)$. The quadrant of the point decides the correct angle, so you must check signs of $a$ and $b$ rather than trust $\tan^{-1}(b/a)$ blindly.

Quadrant of $(a,b)$SignsPrincipal argument $\theta$
I$a > 0,\ b > 0$$\tan^{-1}\dfrac{b}{a}$
II$a < 0,\ b > 0$$\pi - \tan^{-1}\dfrac{b}{|a|}$
III$a < 0,\ b < 0$$-\pi + \tan^{-1}\dfrac{|b|}{|a|}$
IV$a > 0,\ b < 0$$-\tan^{-1}\dfrac{|b|}{a}$

Deeper Insight — the modulus and conjugate are two halves of one idea: The conjugate and the modulus are not separate tricks; they are bound together by the single identity $z\,\overline{z} = |z|^2$. That identity is exactly why division and inversion of complex numbers work at all: multiplying by the conjugate is the move that converts a complex denominator into a real one, and the real number it produces is precisely $|z|^2$. Geometry makes the rest intuitive — $|z|$ is a length, so $|z_1 z_2| = |z_1||z_2|$ (lengths multiply) and the modulus obeys the triangle inequality $|z_1 + z_2| \le |z_1| + |z_2|$ just as distances do. The polar form then reveals the deepest fact of all: multiplying complex numbers adds their arguments and multiplies their moduli, so multiplication by a complex number is a rotation combined with a scaling. Seeing complex numbers as points with a length and a direction, rather than as $a + ib$ alone, is what makes the next chapters on rotations and roots fall into place.

Point z on the Argand plane showing modulus and argument The Argand Plane ReIm z = a + ib ab r = |z| θ Conjugate as a reflection across the real axis Conjugate: Mirror Across the Real Axis ReIm z = a + ib z̅ = a − ib
Example 1: Find the conjugate and modulus of $z = 4 - 3i$.
  1. Conjugate: flip the sign of the imaginary part, $\overline{z} = 4 + 3i$.
  2. Modulus: $|z| = \sqrt{4^2 + (-3)^2} = \sqrt{16 + 9} = \sqrt{25}$.

Answer: $\overline{z} = 4 + 3i,\ |z| = 5$

Example 2: Find the multiplicative inverse of $z = 2 + 5i$.
  1. Use $z^{-1} = \dfrac{\overline{z}}{|z|^2}$ with $\overline{z} = 2 - 5i$.
  2. $|z|^2 = 2^2 + 5^2 = 4 + 25 = 29$.
  3. So $z^{-1} = \dfrac{2 - 5i}{29}$.

Answer: $z^{-1} = \dfrac{2}{29} - \dfrac{5}{29}i$

Example 3: Express $z = 1 + i$ in polar form.
  1. Modulus: $r = \sqrt{1^2 + 1^2} = \sqrt{2}$.
  2. The point $(1, 1)$ lies in the first quadrant, so $\theta = \tan^{-1}\dfrac{1}{1} = \dfrac{\pi}{4}$.
  3. Substitute into $z = r(\cos\theta + i\sin\theta)$.

Answer: $z = \sqrt{2}\left(\cos\dfrac{\pi}{4} + i\sin\dfrac{\pi}{4}\right)$

Example 4: Find the modulus and principal argument of $z = -1 + \sqrt{3}\,i$.
  1. Modulus: $r = \sqrt{(-1)^2 + (\sqrt{3})^2} = \sqrt{1 + 3} = 2$.
  2. The point $(-1, \sqrt{3})$ is in the second quadrant, so use $\theta = \pi - \tan^{-1}\dfrac{\sqrt{3}}{1}$.
  3. $\tan^{-1}\sqrt{3} = \dfrac{\pi}{3}$, so $\theta = \pi - \dfrac{\pi}{3} = \dfrac{2\pi}{3}$.

Answer: $r = 2,\ \arg(z) = \dfrac{2\pi}{3}$

Example 5: Write $z = -\sqrt{3} - i$ in polar form using its principal argument.
  1. Modulus: $r = \sqrt{(-\sqrt{3})^2 + (-1)^2} = \sqrt{3 + 1} = 2$.
  2. The point $(-\sqrt{3}, -1)$ is in the third quadrant, so $\theta = -\pi + \tan^{-1}\dfrac{1}{\sqrt{3}}$.
  3. $\tan^{-1}\dfrac{1}{\sqrt{3}} = \dfrac{\pi}{6}$, giving $\theta = -\pi + \dfrac{\pi}{6} = -\dfrac{5\pi}{6}$.

Answer: $z = 2\left(\cos\left(-\dfrac{5\pi}{6}\right) + i\sin\left(-\dfrac{5\pi}{6}\right)\right)$

Example 6: If $z = 3 - 4i$, verify that $z\,\overline{z} = |z|^2$.
  1. $\overline{z} = 3 + 4i$, so $z\,\overline{z} = (3 - 4i)(3 + 4i) = 9 - 16i^2 = 9 + 16 = 25$.
  2. $|z| = \sqrt{3^2 + (-4)^2} = \sqrt{25} = 5$, so $|z|^2 = 25$.
  3. Both sides equal $25$.

Answer: $z\,\overline{z} = |z|^2 = 25$ ✓

Quick recap
  • Plot $z = a + ib$ as the point $(a, b)$ in the Argand plane; the conjugate $\overline{z} = a - ib$ is its reflection across the real axis.
  • Modulus $|z| = \sqrt{a^2 + b^2}$ is the distance from the origin, and $z\,\overline{z} = |z|^2$.
  • The multiplicative inverse is $z^{-1} = \dfrac{\overline{z}}{|z|^2}$ for any non-zero $z$.
  • Polar form: $z = r(\cos\theta + i\sin\theta)$ with $r = |z|$ and $\tan\theta = \dfrac{b}{a}$.
  • The principal argument lies in $(-\pi, \pi]$ — always fix it using the quadrant of $(a, b)$.
✓ Quick check
Which of the following is a valid property of the modulus for two complex numbers z₁ and z₂?
The modulus of a product is the product of the moduli. The other options fail the triangle inequality generally.
What is the modulus of (3+2i)/(3-2i)?
Using the property |z₁/z₂| = |z₁|/|z₂|, we get |3+2i| / |3-2i| = √13 / √13 = 1.

Polar Form and Quadratic Equations

A quadratic equation has the form $ax^2 + bx + c = 0$ with $a \ne 0$. Its roots are given by the quadratic formula, and the quantity under the square root — the discriminant $D = b^2 - 4ac$ — decides the nature of those roots.

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

Over the real numbers, a negative discriminant means "no solution". Once complex numbers exist, that gap closes: a negative $D$ simply produces a square root of a negative number, which we write using $i$. The result is a pair of complex roots in the form $a + ib$.

Discriminant $D = b^2 - 4ac$Nature of roots
$D > 0$Two distinct real roots
$D = 0$One repeated real root
$D < 0$Two complex conjugate roots

When $D < 0$, write $\sqrt{D} = \sqrt{-(4ac - b^2)} = i\sqrt{4ac - b^2}$, so the roots become:

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

For an equation with real coefficients, complex roots always arrive in conjugate pairs: if $p + iq$ is a root, then $p - iq$ is the other. This is why a quadratic over the reals can never have exactly one non-real root.

Relations between roots and coefficients still hold, and they hold even when the roots are complex:

$$\alpha + \beta = -\dfrac{b}{a}, \qquad \alpha\beta = \dfrac{c}{a}$$

These let you check an answer quickly: for conjugate roots $p \pm iq$, the sum is the real number $2p$ and the product is $p^2 + q^2$, both real, exactly as $-b/a$ and $c/a$ must be.

Deeper Insight — why complex roots are a feature, not a failure: A negative discriminant used to mark the end of the road, but it is really a signpost that the answers live one dimension over, off the real line. The reason this works so cleanly is the conjugate pairing forced by real coefficients: the imaginary parts of $p + iq$ and $p - iq$ cancel in the sum and combine into the real quantity $p^2 + q^2$ in the product, so the coefficients $-b/a$ and $c/a$ stay perfectly real even though the roots are not. This is a small instance of the Fundamental Theorem of Algebra, which promises that a degree-$n$ polynomial has exactly $n$ roots in the complex numbers, counted with multiplicity — no equation is ever truly unsolvable. The practical lesson is to stop treating $D < 0$ as an error and start reading it as an instruction: factor out the $i$, simplify the surd, and report the conjugate pair.

The discriminant decides the nature of the roots The Discriminant Decides D > 02 real roots D = 01 repeated root D < 0no real root2 complex roots Complex roots occur as conjugate pairs on the Argand plane Complex Roots Come in Conjugate Pairs ReIm p + iq p − iq mirror images across the real axis
Example 1: Solve $x^2 + 1 = 0$.
  1. Rearrange: $x^2 = -1$.
  2. Take square roots: $x = \pm\sqrt{-1} = \pm i$.

Answer: $x = i$ or $x = -i$

Example 2: Solve $x^2 + 4 = 0$.
  1. Rearrange: $x^2 = -4$.
  2. $x = \pm\sqrt{-4} = \pm\sqrt{4}\,i = \pm 2i$.

Answer: $x = 2i$ or $x = -2i$

Example 3: Solve $x^2 - 2x + 5 = 0$.
  1. Here $a = 1,\ b = -2,\ c = 5$, so $D = (-2)^2 - 4(1)(5) = 4 - 20 = -16$.
  2. $\sqrt{D} = \sqrt{-16} = 4i$.
  3. $x = \dfrac{-(-2) \pm 4i}{2(1)} = \dfrac{2 \pm 4i}{2}$.
  4. Simplify: $x = 1 \pm 2i$.

Answer: $x = 1 + 2i$ or $x = 1 - 2i$

Example 4: Solve $2x^2 + x + 1 = 0$.
  1. $a = 2,\ b = 1,\ c = 1$, so $D = 1^2 - 4(2)(1) = 1 - 8 = -7$.
  2. $\sqrt{D} = \sqrt{-7} = i\sqrt{7}$.
  3. $x = \dfrac{-1 \pm i\sqrt{7}}{2(2)} = \dfrac{-1 \pm i\sqrt{7}}{4}$.

Answer: $x = -\dfrac{1}{4} \pm \dfrac{\sqrt{7}}{4}i$

Example 5: Solve $x^2 - 4x + 13 = 0$ and verify the sum and product of its roots.
  1. $a = 1,\ b = -4,\ c = 13$, so $D = 16 - 52 = -36$ and $\sqrt{D} = 6i$.
  2. $x = \dfrac{4 \pm 6i}{2} = 2 \pm 3i$.
  3. Sum of roots: $(2 + 3i) + (2 - 3i) = 4 = -\dfrac{b}{a} = -\dfrac{-4}{1}$. ✓
  4. Product: $(2 + 3i)(2 - 3i) = 4 - 9i^2 = 4 + 9 = 13 = \dfrac{c}{a}$. ✓

Answer: $x = 2 \pm 3i$; sum $= 4$, product $= 13$, both verified.

Example 6: Solve $\sqrt{3}\,x^2 - \sqrt{2}\,x + 3\sqrt{3} = 0$.
  1. $a = \sqrt{3},\ b = -\sqrt{2},\ c = 3\sqrt{3}$.
  2. $D = (-\sqrt{2})^2 - 4(\sqrt{3})(3\sqrt{3}) = 2 - 36 = -34$.
  3. $\sqrt{D} = i\sqrt{34}$, and $2a = 2\sqrt{3}$.
  4. $x = \dfrac{\sqrt{2} \pm i\sqrt{34}}{2\sqrt{3}}$.

Answer: $x = \dfrac{\sqrt{2} \pm i\sqrt{34}}{2\sqrt{3}}$

Quick recap
  • For $ax^2 + bx + c = 0$, the discriminant $D = b^2 - 4ac$ fixes the nature of the roots.
  • $D > 0$ gives two real roots, $D = 0$ a repeated real root, and $D < 0$ a pair of complex roots.
  • When $D < 0$, write $\sqrt{D} = i\sqrt{|D|}$ and read off the roots in $a + ib$ form.
  • With real coefficients, non-real roots always occur as conjugate pairs $p \pm iq$.
  • Check using $\alpha + \beta = -\dfrac{b}{a}$ and $\alpha\beta = \dfrac{c}{a}$ — both stay real for conjugate roots.
✓ Quick check
A bus in Delhi travels a displacement represented by z₁ = 3+4i km. Another bus travels z₂ = 6-2i km. What is the straight-line distance between their final positions?
Distance = |z₁ - z₂| = |(3+4i) - (6-2i)| = |-3 + 6i| = √( (-3)² + 6² ) = √(9 + 36) = √45 = 3√5 km.
An electrician in Chennai defines complex power as S = V × I̅ (where I̅ is the conjugate of current). If voltage V = 10+5i and current I = 2+i, calculate S.
I̅ = 2 - i. S = (10+5i)(2-i) = 20 - 10i + 10i - 5i² = 20 - 5(-1) = 25.
Ready to test this chapter?
Take the Chapter Test →