Skip to main content

Complex Numbers

Cartesian Form

Cartesian form complex numbers (zz) are separated to real (aa) and imaginary parts (bibi):

\begin`\{aligned}` z = a + bi, \quad a,b \in \mathbb{'\{'}R{'\}'} \end`\{aligned}`

Polar Form

Complex numbers (zz) in polar form are defined with argument (θ\theta) away from 00 in a unit circle, scaled by the magnitude (rr):

\begin`\{aligned}` z = r(\cos \theta + i \sin \theta) \end`\{aligned}`

Euler's Form

Complex numbers (zz) in Euler's form are defined by extending polar form, using Euler's number:

\begin`\{aligned}` z = re^{i\theta} \end`\{aligned}`

Conversions

Cartesian to Polar Form

As complex numbers is form by two coordinates (real and imaginary), the magnitude can by obtained by the Pythagorean identity:

\begin`\{aligned}` r = |z| = \sqrt{a^2+b^2} \end`\{aligned}`

Similarly, the argument (θ\theta) can be determined by the two coordinates by the definition of tan(θ)=ba\tan(\theta) = \frac{b}{a}:

\begin`\{aligned}` \theta = \arg(z) = \arctan \frac{b}{a} \end`\{aligned}`

Since tanθ\tan \theta is undefined at a=0a = 0, case piecewise definition can define θ\theta at a=0a = 0:

\begin`\{aligned}` \theta = \arg(z) = \begin`\{cases}` \arctan \frac{b}{a} & a \neq 0\\ \frac{\pi}{2} & a = 0, b \gt{} 0\\ -\frac{\pi}{2} & a = 0, b \lt{} 0\\ \end`\{cases}` \end`\{aligned}`

Polar to Cartesian

Since polar coordinates is already defined by the argument, conversion to cartesian is simply evaluating the definition of cartesian coordinate (cisθ\mathrm{cis }\theta):

\begin`\{aligned}` z = r(\cos \theta + i \sin \theta) \end`\{aligned}`

Euler to Polar

The equivalence of Euler and polar form can be shown by their Taylor series expansion:

\begin`\{aligned}` re^{i\theta} = r\left(1 + i\theta + \frac{(i\theta)^2}{2!} + \frac{(i\theta)^3}{3!} + \cdots \right)

Separating real and imaginary parts:

\begin`\{aligned}` re^{i\theta} &= r\left(1 - \frac{\theta^2}{2!} + \frac{\theta^4}{4!} - \cdots \right) + ir\left(\theta - \frac{\theta^3}{3!} + \frac{\theta^5}{5!} - \cdots \right)\\ &= r\cos\theta + ir\sin\theta \end`\{aligned}`

This gives Euler's formula:

eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta

A special case at θ=π\theta = \pi:

eiπ+1=0e^{i\pi} + 1 = 0

This identity links five fundamental constants: ee, ii, π\pi, 11, and 00.

Operations on Complex Numbers

Addition and Subtraction

Add/subtract the real and imaginary parts separately:

\begin`\{aligned}` (a + bi) + (c + di) &= (a + c) + (b + d)i\\ (a + bi) - (c + di) &= (a - c) + (b - d)i \end`\{aligned}`

Multiplication

Use the distributive property and i2=1i^2 = -1:

\begin`\{aligned}` (a + bi)(c + di) &= ac + adi + bci + bdi^2\\ &= (ac - bd) + (ad + bc)i \end`\{aligned}`

In polar form, multiplication is simpler — multiply the magnitudes and add the arguments:

\begin`\{aligned}` r_1 e^{i\theta_1} \cdot r_2 e^{i\theta_2} &= r_1 r_2 \cdot e^{i(\theta_1 + \theta_2)} \end`\{aligned}`

Division

Multiply numerator and denominator by the conjugate of the denominator:

\begin`\{aligned}` \frac{a + bi}{c + di} &= \frac{a + bi}{c + di} \cdot \frac{c - di}{c - di}\\ &= \frac{(ac + bd) + (bc - ad)i}{c^2 + d^2} \end`\{aligned}`

In polar form, divide the magnitudes and subtract the arguments:

r1eiθ1r2eiθ2=r1r2ei(θ1θ2)\frac{r_1 e^{i\theta_1}}{r_2 e^{i\theta_2}} = \frac{r_1}{r_2} \cdot e^{i(\theta_1 - \theta_2)}

Complex Conjugate

The complex conjugate of z=a+biz = a + bi is zˉ=abi\bar{z} = a - bi.

Key properties:

\begin`\{aligned}` z \cdot \bar{z} &= a^2 + b^2 = |z|^2\\ z + \bar{z} &= 2a \quad (\mathrm{real})\\ z - \bar{z} &= 2bi \quad (\mathrm{imaginary}) \end`\{aligned}`

The Argand Diagram

An Argand diagram represents complex numbers in a 2D plane:

  • The horizontal axis represents the real part (Re(z)\mathrm{Re}(z))
  • The vertical axis represents the imaginary part (Im(z)\mathrm{Im}(z))

A complex number z=a+biz = a + bi is plotted at the point (a,b)(a, b).

Modulus

The modulus (magnitude) is the distance from the origin to the point:

z=a2+b2|z| = \sqrt{a^2 + b^2}

Argument

The argument is the angle measured anticlockwise from the positive real axis:

arg(z)=arctan(ba)\arg(z) = \arctan\left(\frac{b}{a}\right)

Principal argument: arg(z)(π,π]\arg(z) \in (-\pi, \pi]

tip

When finding arg(z)\arg(z), always draw a quick Argand diagram to check which quadrant the point is in. A common mistake is to use the calculator value directly without adjusting for the correct quadrant.

Geometric Interpretation of Operations

  • Addition: vector addition (parallelogram rule)
  • Conjugation (zˉ\bar{z}): reflection in the real axis
  • Negation (z-z): reflection in the origin
  • Multiplication by ii: rotation 9090^\circ anticlockwise

Complex Plane (Argand Diagram)

Drag points to see how addition, conjugation, and multiplication affect the position on the Argand diagram.

De Moivre's Theorem

De Moivre's theorem states that for any integer nn:

\begin`\{aligned}` \left(r(\cos\theta + i\sin\theta)\right)^n = r^n\left(\cos(n\theta) + i\sin(n\theta)\right) \end`\{aligned}`

Or in Euler's form:

(reiθ)n=rneinθ\left(re^{i\theta}\right)^n = r^n e^{in\theta}

Applications of De Moivre's Theorem

Raising to a power:

(1+i)6=(2eiπ/4)6=(2)6ei6π/4=8ei3π/2=8(cos3π2+isin3π2)=8i(1 + i)^6 = \left(\sqrt{2}\, e^{i\pi/4}\right)^6 = (\sqrt{2})^6 \cdot e^{i \cdot 6\pi/4} = 8 \cdot e^{i \cdot 3\pi/2} = 8\left(\cos\frac{3\pi}{2} + i\sin\frac{3\pi}{2}\right) = -8i

Trigonometric identities: Expanding (cosθ+isinθ)n(\cos\theta + i\sin\theta)^n using the binomial theorem and equating real and imaginary parts gives expressions for cos(nθ)\cos(n\theta) and sin(nθ)\sin(n\theta).

Roots of Complex Numbers

nnth Roots

Every non-zero complex number has exactly nn distinct nnth roots. To find the nnth roots of z=reiθz = re^{i\theta}:

\begin`\{aligned}` z^{1/n} &= r^{1/n} \cdot e^{i(\theta + 2k\pi)/n}, \quad k = 0, 1, 2, \ldots, n-1 \end`\{aligned}`

Roots of Unity

The nnth roots of unity (zn=1z^n = 1) lie on the unit circle at equal angular intervals of 2πn\frac{2\pi}{n}:

e2kπi/n,k=0,1,2,,n1e^{2k\pi i / n}, \quad k = 0, 1, 2, \ldots, n-1

Worked Example: Cube Roots of Unity

Find all solutions to z3=1z^3 = 1.

z3=e2kπi,z=e2kπi/3,k=0,1,2z^3 = e^{2k\pi i}, \quad z = e^{2k\pi i / 3}, \quad k = 0, 1, 2
  • k=0k = 0: z0=e0=1z_0 = e^0 = 1
  • k=1k = 1: z1=e2πi/3=12+i32z_1 = e^{2\pi i/3} = -\frac{1}{2} + i\frac{\sqrt{3}}{2}
  • k=2k = 2: z2=e4πi/3=12i32z_2 = e^{4\pi i/3} = -\frac{1}{2} - i\frac{\sqrt{3}}{2}

Note that z0+z1+z2=0z_0 + z_1 + z_2 = 0 (the sum of all nnth roots of unity is always 00 for n>1n \gt 1).

Worked Example: Fourth Roots of 16-16

Find all solutions to z4=16z^4 = -16.

Write 16=16eiπ-16 = 16e^{i\pi}:

z=161/4ei(π+2kπ)/4=2ei(2k+1)π/4,k=0,1,2,3z = 16^{1/4} \cdot e^{i(\pi + 2k\pi)/4} = 2 \cdot e^{i(2k+1)\pi/4}, \quad k = 0, 1, 2, 3
  • k=0k = 0: z0=2eiπ/4=2(22+i22)=2+i2z_0 = 2e^{i\pi/4} = 2\left(\frac{\sqrt{2}}{2} + i\frac{\sqrt{2}}{2}\right) = \sqrt{2} + i\sqrt{2}
  • k=1k = 1: z1=2ei3π/4=2+i2z_1 = 2e^{i3\pi/4} = -\sqrt{2} + i\sqrt{2}
  • k=2k = 2: z2=2ei5π/4=2i2z_2 = 2e^{i5\pi/4} = -\sqrt{2} - i\sqrt{2}
  • k=3k = 3: z3=2ei7π/4=2i2z_3 = 2e^{i7\pi/4} = \sqrt{2} - i\sqrt{2}

Solving Polynomial Equations

Complex numbers allow us to solve polynomial equations that have no real solutions.

Complex Roots of Quadratics

For az2+bz+c=0az^2 + bz + c = 0 with discriminant Δ=b24ac<0\Delta = b^2 - 4ac \lt 0:

z=b±Δi2az = \frac{-b \pm \sqrt{-\Delta}\, i}{2a}

Conjugate Root Theorem

If a polynomial has real coefficients, then any non-real complex roots occur in conjugate pairs. That is, if a+bia + bi is a root, then abia - bi is also a root.

Worked Example: Finding a Polynomial from Roots

Problem: A cubic polynomial has real coefficients and roots 22, 1+i1 + i, and 1i1 - i. Find the polynomial.

Solution:

\begin`\{aligned}` P(z) &= (z - 2)(z - (1+i))(z - (1-i))\\ &= (z - 2)\left((z - 1)^2 + 1\right)\\ &= (z - 2)(z^2 - 2z + 2)\\ &= z^3 - 2z^2 + 2z - 2z^2 + 4z - 4\\ &= z^3 - 4z^2 + 6z - 4 \end`\{aligned}`

Summary of Forms

FormExpressionBest For
Cartesianz=a+biz = a + biAddition, subtraction
Polarz=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta)Multiplication, division
Eulerz=reiθz = re^{i\theta}Powers, roots (De Moivre)
tip

Converting between forms is essential. A good strategy: always convert to polar/Euler form before raising to a power or finding roots, and convert back to Cartesian for the final answer.

Modulus-Argument Form Operations

When complex numbers are expressed in modulus-argument form, operations on moduli and arguments follow simple, elegant rules.

Multiplication

Let z1=r1eiθ1z_1 = r_1 e^{i\theta_1} and z2=r2eiθ2z_2 = r_2 e^{i\theta_2}. Then:

z1z2=r1r2ei(θ1+θ2)z_1 z_2 = r_1 r_2 \cdot e^{i(\theta_1 + \theta_2)}

Proof:

\begin`\{aligned}` z_1 z_2 &= r_1 e^{i\theta_1} \cdot r_2 e^{i\theta_2}\\ &= r_1 r_2 \cdot e^{i\theta_1 + i\theta_2}\\ &= r_1 r_2 \cdot e^{i(\theta_1 + \theta_2)} \end`\{aligned}`

Therefore:

z1z2=z1z2,arg(z1z2)=arg(z1)+arg(z2)|z_1 z_2| = |z_1||z_2|, \qquad \arg(z_1 z_2) = \arg(z_1) + \arg(z_2)

Note that the argument sum may exceed π\pi or fall below π-\pi, so normalise to the principal argument by adding or subtracting 2π2\pi as needed.

Division

z1z2=r1r2ei(θ1θ2),z20\frac{z_1}{z_2} = \frac{r_1}{r_2} \cdot e^{i(\theta_1 - \theta_2)}, \qquad z_2 \neq 0

Proof:

\begin`\{aligned}` \frac{z_1}{z_2} &= \frac{r_1 e^{i\theta_1}}{r_2 e^{i\theta_2}}\\ &= \frac{r_1}{r_2} \cdot e^{i\theta_1} \cdot e^{-i\theta_2}\\ &= \frac{r_1}{r_2} \cdot e^{i(\theta_1 - \theta_2)} \end`\{aligned}`

Therefore:

z1z2=z1z2,arg ⁣(z1z2)=arg(z1)arg(z2)\left|\frac{z_1}{z_2}\right| = \frac{|z_1|}{|z_2|}, \qquad \arg\!\left(\frac{z_1}{z_2}\right) = \arg(z_1) - \arg(z_2)

Powers

Applying multiplication repeatedly:

zn=rneinθ,n{Z}z^n = r^n e^{in\theta}, \qquad n \in \mathbb{'\{'}Z{'\}'}

Therefore:

zn=zn,arg(zn)=narg(z)|z^n| = |z|^n, \qquad \arg(z^n) = n\arg(z)

Worked Example: Product and Quotient

Problem: Given z1=2eiπ/3z_1 = 2e^{i\pi/3} and z2=3eiπ/6z_2 = 3e^{-i\pi/6}, find z1z2z_1 z_2 and z1/z2z_1/z_2 in Cartesian form.

Solution:

\begin`\{aligned}` z_1 z_2 &= (2)(3) \cdot e^{i(\pi/3 - \pi/6)} = 6e^{i\pi/6}\\ &= 6\left(\cos\frac{\pi}{6} + i\sin\frac{\pi}{6}\right)\\ &= 6\left(\frac{\sqrt{3}}{2} + i \cdot \frac{1}{2}\right) = 3\sqrt{3} + 3i \end`\{aligned}` \begin`\{aligned}` \frac{z_1}{z_2} &= \frac{2}{3} \cdot e^{i(\pi/3 - (-\pi/6))} = \frac{2}{3} e^{i\pi/2}\\ &= \frac{2}{3}\left(\cos\frac{\pi}{2} + i\sin\frac{\pi}{2}\right) = \frac{2}{3}i \end`\{aligned}`

Worked Example: Argument of a Product

Problem: Given z1=1iz_1 = 1 - i and z2=3iz_2 = -\sqrt{3} - i, find arg(z1z2)\arg(z_1 z_2).

Solution:

Convert each to modulus-argument form:

  • z1=2eiπ/4z_1 = \sqrt{2}\, e^{-i\pi/4}, so arg(z1)=π/4\arg(z_1) = -\pi/4
  • z2=2ei5π/6z_2 = 2e^{-i5\pi/6}, so arg(z2)=5π/6\arg(z_2) = -5\pi/6

Then:

arg(z1z2)=π4+(5π6)=3π+10π12=13π12\arg(z_1 z_2) = -\frac{\pi}{4} + \left(-\frac{5\pi}{6}\right) = -\frac{3\pi + 10\pi}{12} = -\frac{13\pi}{12}

Normalise to the principal value: 13π12+2π=11π12-\frac{13\pi}{12} + 2\pi = \frac{11\pi}{12}.

Complex Plane Geometry

The Argand diagram allows geometric problems to be expressed algebraically using complex numbers.

Distance Between Two Points

The distance between points representing z1z_1 and z2z_2 is:

d=z1z2d = |z_1 - z_2|

Proof: If z1=a+biz_1 = a + bi and z2=c+diz_2 = c + di, then z1z2=(ac)+(bd)iz_1 - z_2 = (a - c) + (b - d)i, and:

z1z2=(ac)2+(bd)2|z_1 - z_2| = \sqrt{(a-c)^2 + (b-d)^2}

This is exactly the distance formula in {R}2\mathbb{'\{'}R{'\}'}^2.

Midpoint of a Line Segment

The midpoint of the segment joining z1z_1 and z2z_2 is:

m=z1+z22m = \frac{z_1 + z_2}{2}

Perpendicular Bisector (Locus)

The perpendicular bisector of the segment joining z1z_1 and z2z_2 is the set of all points zz satisfying:

zz1=zz2|z - z_1| = |z - z_2|

Expanding in Cartesian form: if z1=a+biz_1 = a + bi and z2=c+diz_2 = c + di, then

zz12=zz22    (xa)2+(yb)2=(xc)2+(yd)2|z - z_1|^2 = |z - z_2|^2 \implies (x - a)^2 + (y - b)^2 = (x - c)^2 + (y - d)^2

which simplifies to a linear equation in xx and yy.

Circle as a Locus

The set of all points at a fixed distance rr from z0z_0 is the circle with centre z0z_0 and radius rr:

zz0=r|z - z_0| = r

In Cartesian form, with z0=x0+iy0z_0 = x_0 + iy_0:

(xx0)2+(yy0)2=r2(x - x_0)^2 + (y - y_0)^2 = r^2

Half-Planes and Lines

The condition zz1<zz2|z - z_1| \lt |z - z_2| describes the half-plane of points closer to z1z_1 than to z2z_2. The boundary zz1=zz2|z - z_1| = |z - z_2| is the perpendicular bisector.

Equation of a Line in the Complex Plane

A line through z1z_1 and z2z_2 can be parameterised as:

z=z1+t(z2z1),t{R}z = z_1 + t(z_2 - z_1), \quad t \in \mathbb{'\{'}R{'\}'}

Equivalently, a line with equation Re(aˉz)=c\mathrm{Re}(\bar{a}\, z) = c for some complex constant a0a \neq 0 and real constant cc.

Perpendicular from the Origin to a Line

The shortest distance from the origin to the line Re(aˉz)=c\mathrm{Re}(\bar{a}\, z) = c is:

d=cad = \frac{|c|}{|a|}

Worked Example: Locus as a Circle

Problem: Describe and sketch the locus z34i=5|z - 3 - 4i| = 5.

Solution: This is a circle with centre z0=3+4iz_0 = 3 + 4i and radius r=5r = 5. The centre is at (3,4)(3, 4) on the Argand diagram, and every point zz satisfying the equation is exactly 5 units from this centre.

Worked Example: Perpendicular Bisector

Problem: Find the Cartesian equation of the perpendicular bisector of the segment joining z1=1+2iz_1 = 1 + 2i and z2=52iz_2 = 5 - 2i.

Solution:

zz1=zz2    z12i2=z5+2i2|z - z_1| = |z - z_2| \implies |z - 1 - 2i|^2 = |z - 5 + 2i|^2

Let z=x+iyz = x + iy:

\begin`\{aligned}` (x - 1)^2 + (y - 2)^2 &= (x - 5)^2 + (y + 2)^2\\ x^2 - 2x + 1 + y^2 - 4y + 4 &= x^2 - 10x + 25 + y^2 + 4y + 4\\ -2x - 4y + 5 &= -10x + 4y + 29\\ 8x - 8y &= 24\\ x - y &= 3 \end`\{aligned}`

The perpendicular bisector is the line xy=3x - y = 3.

Worked Example: Intersection of Loci

Problem: Find the points of intersection of z=5|z| = 5 and z3=4|z - 3| = 4.

Solution: Let z=x+iyz = x + iy:

\begin`\{aligned}` x^2 + y^2 &= 25 \tag{1}\\ (x - 3)^2 + y^2 &= 16 \tag{2} \end`\{aligned}`

Subtracting (2)(2) from (1)(1):

x2(x3)2=9    x2x2+6x9=9    x=3x^2 - (x - 3)^2 = 9 \implies x^2 - x^2 + 6x - 9 = 9 \implies x = 3

Substituting into (1)(1): 9+y2=25    y2=16    y=±49 + y^2 = 25 \implies y^2 = 16 \implies y = \pm 4.

The points of intersection are z=3+4iz = 3 + 4i and z=34iz = 3 - 4i.

Proof of De Moivre's Theorem

Theorem: For all integers nn,

(reiθ)n=rneinθ\left(re^{i\theta}\right)^n = r^n e^{in\theta}

Proof by Mathematical Induction

Base case (n=1n = 1): Trivially, (reiθ)1=r1ei1θ\left(re^{i\theta}\right)^1 = r^1 e^{i \cdot 1 \cdot \theta}. Verified.

Inductive hypothesis: Assume the result holds for n=kn = k, i.e.

(reiθ)k=rkeikθ\left(re^{i\theta}\right)^k = r^k e^{ik\theta}

Inductive step (n=k+1n = k + 1):

\begin`\{aligned}` \left(re^{i\theta}\right)^{k+1} &= \left(re^{i\theta}\right)^k \cdot re^{i\theta}\\ &= r^k e^{ik\theta} \cdot r e^{i\theta} \quad \mathrm{(by hypothesis)}\\ &= r^{k+1} \cdot e^{i(k\theta + \theta)}\\ &= r^{k+1} e^{i(k+1)\theta} \end`\{aligned}`

So the result holds for n=k+1n = k + 1. By induction, the theorem is true for all n{N}n \in \mathbb{'\{'}N{'\}'}.

Negative integers: For n=mn = -m where m{N}m \in \mathbb{'\{'}N{'\}'}:

(reiθ)m=1(reiθ)m=1rmeimθ=rmeimθ=rneinθ\left(re^{i\theta}\right)^{-m} = \frac{1}{\left(re^{i\theta}\right)^m} = \frac{1}{r^m e^{im\theta}} = r^{-m} e^{-im\theta} = r^n e^{in\theta}

Connection to the Binomial Theorem

Expanding (cosθ+isinθ)n(\cos\theta + i\sin\theta)^n using the binomial theorem and equating with De Moivre's result gives trigonometric identities. For n=3n = 3:

\begin`\{aligned}` \cos 3\theta + i\sin 3\theta &= (\cos\theta + i\sin\theta)^3\\ &= \cos^3\theta + 3i\cos^2\theta\sin\theta - 3\cos\theta\sin^2\theta - i\sin^3\theta \end`\{aligned}`

Equating real parts:

cos3θ=cos3θ3cosθsin2θ=4cos3θ3cosθ\cos 3\theta = \cos^3\theta - 3\cos\theta\sin^2\theta = 4\cos^3\theta - 3\cos\theta

Equating imaginary parts:

sin3θ=3cos2θsinθsin3θ=3sinθ4sin3θ\sin 3\theta = 3\cos^2\theta\sin\theta - \sin^3\theta = 3\sin\theta - 4\sin^3\theta

Additional Worked Examples

Worked Example: Solving Higher-Degree Equations

Problem: Solve z5+z3+z=0z^5 + z^3 + z = 0.

Solution: Factor:

z(z4+z2+1)=0z(z^4 + z^2 + 1) = 0

So z=0z = 0 is one root. For z4+z2+1=0z^4 + z^2 + 1 = 0, substitute w=z2w = z^2:

w2+w+1=0    w=1±142=1±i32w^2 + w + 1 = 0 \implies w = \frac{-1 \pm \sqrt{1 - 4}}{2} = \frac{-1 \pm i\sqrt{3}}{2}

So z2=e±2πi/3z^2 = e^{\pm 2\pi i/3}. Taking square roots:

\begin`\{aligned}` z^2 &= e^{2\pi i/3} \implies z = \pm\, e^{\pi i/3} = \pm\left(\frac{1}{2} + i\frac{\sqrt{3}}{2}\right)\\ z^2 &= e^{-2\pi i/3} \implies z = \pm\, e^{-\pi i/3} = \pm\left(\frac{1}{2} - i\frac{\sqrt{3}}{2}\right) \end`\{aligned}`

The five roots are 0,  ±12±i320,\; \pm\frac{1}{2} \pm i\frac{\sqrt{3}}{2}.

Worked Example: Geometric Problem on the Argand Diagram

Problem: The points AA, BB, CC on the Argand diagram represent zA=1+iz_A = 1 + i, zB=5+3iz_B = 5 + 3i, and zC=3+7iz_C = 3 + 7i. Show that triangle ABCABC is isosceles and find its area.

Solution:

\begin`\{aligned}` AB &= |z_B - z_A| = |4 + 2i| = \sqrt{16 + 4} = 2\sqrt{5}\\ BC &= |z_C - z_B| = |-2 + 4i| = \sqrt{4 + 16} = 2\sqrt{5}\\ CA &= |z_A - z_C| = |-2 - 6i| = \sqrt{4 + 36} = 2\sqrt{10} \end`\{aligned}`

Since AB=BC=25AB = BC = 2\sqrt{5}, the triangle is isosceles with AB=BCAB = BC.

Using the formula for the area of a triangle with vertices at complex numbers:

\begin`\{aligned}` \mathrm{Area} &= \frac{1}{2}\left|\mathrm{Im}\!\left(\bar{z}_`\{AB}` \cdot z_`\{AC}`\right)\right|\\ &= \frac{1}{2}\left|\mathrm{Im}\!\left((4 - 2i)(2 + 6i)\right)\right|\\ &= \frac{1}{2}\left|\mathrm{Im}(8 + 24i - 4i + 12)\right|\\ &= \frac{1}{2}\left|\mathrm{Im}(20 + 20i)\right|\\ &= \frac{1}{2} \cdot 20 = 10 \end`\{aligned}`

Worked Example: Trigonometric Expansion via De Moivre

Problem: Express cos5θ\cos^5\theta in terms of cos(nθ)\cos(n\theta) for n=1,3,5n = 1, 3, 5.

Solution: Using the binomial expansion of cos5θ=(eiθ+eiθ2)5\cos^5\theta = \left(\frac{e^{i\theta} + e^{-i\theta}}{2}\right)^5:

\begin`\{aligned}` 2^5 \cos^5\theta &= (e^{i\theta} + e^{-i\theta})^5\\ &= e^{5i\theta} + 5e^{3i\theta} + 10e^{i\theta} + 10e^{-i\theta} + 5e^{-3i\theta} + e^{-5i\theta}\\ &= 2\cos 5\theta + 10\cos 3\theta + 20\cos\theta \end`\{aligned}`

Therefore:

cos5θ=116cos5θ+516cos3θ+58cosθ\cos^5\theta = \frac{1}{16}\cos 5\theta + \frac{5}{16}\cos 3\theta + \frac{5}{8}\cos\theta

Worked Example: Converting Between All Three Forms

Problem: Express z=1+i3z = -1 + i\sqrt{3} in all three standard forms and verify the conversions.

Solution:

Cartesian: z=1+i3z = -1 + i\sqrt{3}.

Polar:

r=z=(1)2+(3)2=2r = |z| = \sqrt{(-1)^2 + (\sqrt{3})^2} = 2

The point (1,3)(-1, \sqrt{3}) lies in the second quadrant, so:

θ=πarctan31=ππ3=2π3\theta = \pi - \arctan\frac{\sqrt{3}}{1} = \pi - \frac{\pi}{3} = \frac{2\pi}{3}

Therefore z=2(cos2π3+isin2π3)z = 2\left(\cos\frac{2\pi}{3} + i\sin\frac{2\pi}{3}\right).

Euler: z=2e2πi/3z = 2e^{2\pi i/3}.

Verification: 2e2πi/3=2(12+i32)=1+i32e^{2\pi i/3} = 2\left(-\frac{1}{2} + i\frac{\sqrt{3}}{2}\right) = -1 + i\sqrt{3}. Confirmed.

Common Pitfalls

Wrong Quadrant for the Argument

The function arctan(b/a)\arctan(b/a) always returns a value in (π/2,π/2)(-\pi/2, \pi/2). If the complex number lies in the second or third quadrant, you must adjust:

\begin`\{aligned}` \mathrm{Quadrant II:}\quad &\theta = \pi - \arctan\!\left|\frac{b}{a}\right|\\ \mathrm{Quadrant III:}\quad &\theta = -\pi + \arctan\frac{b}{a} \end`\{aligned}`

Always sketch the Argand diagram before computing the argument.

Forgetting to Add 2kπ2k\pi When Finding Roots

When solving zn=wz^n = w, you must write w=rei(θ+2kπ)w = re^{i(\theta + 2k\pi)} with the 2kπ2k\pi term before dividing the argument by nn. Omitting this term yields only one root instead of all nn distinct roots.

Confusing z|z| with zz

z|z| is a real, non-negative scalar (the modulus), whereas zz is a complex number. They behave differently under operations. For example:

z1+z2z1+z2ingeneral|z_1 + z_2| \neq |z_1| + |z_2| \quad \mathrm{in general}

The triangle inequality gives z1+z2z1+z2|z_1 + z_2| \leq |z_1| + |z_2|, with equality only when z1z_1 and z2z_2 have the same argument.

Calculator Mode Errors

Ensure your calculator is in radian mode when working with arguments and complex exponentials. Using degree mode by mistake is a very common source of error, since π/3\pi/3 radians is 6060^\circ but entering 6060 in radian mode gives a completely different value.

Argument Normalisation

After multiplying or dividing complex numbers, the resulting argument may lie outside (π,π](-\pi, \pi]. Always check whether you need to add or subtract 2π2\pi to express the answer in principal argument form.

Problem Set

Problem 1: Modulus-Argument Operations

Given z1=4eiπ/4z_1 = 4e^{i\pi/4} and z2=2eiπ/3z_2 = 2e^{-i\pi/3}, find z1z2|z_1 z_2| and arg(z1/z2)\arg(z_1/z_2) in exact form.

Solution:

z1z2=z1z2=42=8|z_1 z_2| = |z_1| \cdot |z_2| = 4 \cdot 2 = 8arg ⁣(z1z2)=arg(z1)arg(z2)=π4(π3)=7π12\arg\!\left(\frac{z_1}{z_2}\right) = \arg(z_1) - \arg(z_2) = \frac{\pi}{4} - \left(-\frac{\pi}{3}\right) = \frac{7\pi}{12}
Problem 2: Locus Description

Describe the locus defined by z1i=z+1+i|z - 1 - i| = |z + 1 + i| and give its Cartesian equation.

Solution: This represents the perpendicular bisector of the segment joining z1=1+iz_1 = 1 + i and z2=1iz_2 = -1 - i.

Let z=x+iyz = x + iy:

\begin`\{aligned}` (x - 1)^2 + (y - 1)^2 &= (x + 1)^2 + (y + 1)^2\\ x^2 - 2x + 1 + y^2 - 2y + 1 &= x^2 + 2x + 1 + y^2 + 2y + 1\\ -4x - 4y &= 0\\ y &= -x \end`\{aligned}`

The locus is the line y=xy = -x.

Problem 3: Roots of a Complex Number

Find all cube roots of z=8iz = 8i and express them in Cartesian form.

Solution: Write 8i=8eiπ/28i = 8e^{i\pi/2}. The cube roots are:

zk=81/3ei(π/2+2kπ)/3=2ei(π+4kπ)/6,k=0,1,2z_k = 8^{1/3} \cdot e^{i(\pi/2 + 2k\pi)/3} = 2 \cdot e^{i(\pi + 4k\pi)/6}, \quad k = 0, 1, 2
  • k=0k = 0: z0=2eiπ/6=2(32+i12)=3+iz_0 = 2e^{i\pi/6} = 2\left(\frac{\sqrt{3}}{2} + i\frac{1}{2}\right) = \sqrt{3} + i
  • k=1k = 1: z1=2ei5π/6=2(32+i12)=3+iz_1 = 2e^{i5\pi/6} = 2\left(-\frac{\sqrt{3}}{2} + i\frac{1}{2}\right) = -\sqrt{3} + i
  • k=2k = 2: z2=2ei3π/2=2(0i)=2iz_2 = 2e^{i3\pi/2} = 2(0 - i) = -2i
Problem 4: De Moivre Application

Use De Moivre's theorem to find cos4θ\cos 4\theta in terms of powers of cosθ\cos\theta.

Solution:

\begin`\{aligned}` \cos 4\theta + i\sin 4\theta &= (\cos\theta + i\sin\theta)^4\\ &= \cos^4\theta + 4i\cos^3\theta\sin\theta - 6\cos^2\theta\sin^2\theta - 4i\cos\theta\sin^3\theta + \sin^4\theta \end`\{aligned}`

Equating real parts and using sin2θ=1cos2θ\sin^2\theta = 1 - \cos^2\theta:

\begin`\{aligned}` \cos 4\theta &= \cos^4\theta - 6\cos^2\theta(1 - \cos^2\theta) + (1 - \cos^2\theta)^2\\ &= \cos^4\theta - 6\cos^2\theta + 6\cos^4\theta + 1 - 2\cos^2\theta + \cos^4\theta\\ &= 8\cos^4\theta - 8\cos^2\theta + 1 \end`\{aligned}`
Problem 5: Geometric Locus Intersection

Find all complex numbers zz satisfying both z2=2|z - 2| = 2 and arg(z)=π/4\arg(z) = \pi/4.

Solution: The condition arg(z)=π/4\arg(z) = \pi/4 means zz lies on the ray from the origin at 4545^\circ, so z=t(1+i)z = t(1 + i) for t>0t \gt{} 0.

Substituting into z2=2|z - 2| = 2:

\begin`\{aligned}` |t(1 + i) - 2| &= 2\\ |(t - 2) + ti| &= 2\\ (t - 2)^2 + t^2 &= 4\\ t^2 - 4t + 4 + t^2 &= 4\\ 2t^2 - 4t &= 0\\ 2t(t - 2) &= 0 \end`\{aligned}`

Since t>0t \gt{} 0, we get t=2t = 2. Therefore z=2(1+i)=2+2iz = 2(1 + i) = 2 + 2i.

Problem 6: Polynomial with Complex Roots

The quartic P(z)=z44z3+14z220z+25P(z) = z^4 - 4z^3 + 14z^2 - 20z + 25 has a root at z=1+2iz = 1 + 2i. Find all roots.

Solution: By the conjugate root theorem, z=12iz = 1 - 2i is also a root. The quadratic factor is:

(z(1+2i))(z(12i))=(z1)2+4=z22z+5(z - (1 + 2i))(z - (1 - 2i)) = (z - 1)^2 + 4 = z^2 - 2z + 5

Divide P(z)P(z) by z22z+5z^2 - 2z + 5:

P(z)=(z22z+5)(z22z+5)=(z22z+5)2P(z) = (z^2 - 2z + 5)(z^2 - 2z + 5) = (z^2 - 2z + 5)^2

Solving z22z+5=0z^2 - 2z + 5 = 0:

z=2±4202=2±4i2=1±2iz = \frac{2 \pm \sqrt{4 - 20}}{2} = \frac{2 \pm 4i}{2} = 1 \pm 2i

The roots are 1+2i1 + 2i and 12i1 - 2i, each with multiplicity 2.

Problem 7: Proof Using Modulus Properties

Prove that z1+z22+z1z22=2z12+2z22|z_1 + z_2|^2 + |z_1 - z_2|^2 = 2|z_1|^2 + 2|z_2|^2 for all z1,z2{C}z_1, z_2 \in \mathbb{'\{'}C{'\}'}.

Solution: Let z1=a+biz_1 = a + bi and z2=c+diz_2 = c + di.

\begin`\{aligned}` |z_1 + z_2|^2 &= (a + c)^2 + (b + d)^2 = a^2 + 2ac + c^2 + b^2 + 2bd + d^2\\ |z_1 - z_2|^2 &= (a - c)^2 + (b - d)^2 = a^2 - 2ac + c^2 + b^2 - 2bd + d^2 \end`\{aligned}`

Adding:

z1+z22+z1z22=2a2+2c2+2b2+2d2=2(a2+b2)+2(c2+d2)=2z12+2z22|z_1 + z_2|^2 + |z_1 - z_2|^2 = 2a^2 + 2c^2 + 2b^2 + 2d^2 = 2(a^2 + b^2) + 2(c^2 + d^2) = 2|z_1|^2 + 2|z_2|^2

This is the parallelogram law: the sum of the squares of the diagonals of a parallelogram equals the sum of the squares of all four sides.

Problem 8: Fifth Roots of Unity

Find all fifth roots of unity and verify that their sum is zero.

Solution: The fifth roots of unity are:

zk=e2kπi/5,k=0,1,2,3,4z_k = e^{2k\pi i/5}, \quad k = 0, 1, 2, 3, 4

In Cartesian form:

\begin`\{aligned}` z_0 &= 1\\ z_1 &= \cos\frac{2\pi}{5} + i\sin\frac{2\pi}{5}\\ z_2 &= \cos\frac{4\pi}{5} + i\sin\frac{4\pi}{5}\\ z_3 &= \cos\frac{6\pi}{5} + i\sin\frac{6\pi}{5}\\ z_4 &= \cos\frac{8\pi}{5} + i\sin\frac{8\pi}{5} \end`\{aligned}`

These are the roots of z51=0z^5 - 1 = 0. By Vieta's formulas, the sum of the roots equals the negative coefficient of z4z^4, which is 00.

Alternatively, using the geometric series:

k=04zk=k=04(e2πi/5)k=1(e2πi/5)51e2πi/5=111e2πi/5=0\sum_{k=0}^{4} z_k = \sum_{k=0}^{4} \left(e^{2\pi i/5}\right)^k = \frac{1 - \left(e^{2\pi i/5}\right)^5}{1 - e^{2\pi i/5}} = \frac{1 - 1}{1 - e^{2\pi i/5}} = 0
Problem 9: Area of a Triangle on the Argand Diagram

The vertices of a triangle on the Argand diagram are z1=0z_1 = 0, z2=4+2iz_2 = 4 + 2i, and z3=1+5iz_3 = 1 + 5i. Find the area of the triangle.

Solution: Using the determinant formula for the area of a triangle with vertices at complex numbers:

\begin`\{aligned}` \mathrm{Area} &= \frac{1}{2}\left|\mathrm{Im}\!\left(\bar{z}_2 \cdot z_3\right)\right|\\ &= \frac{1}{2}\left|\mathrm{Im}\!\left((4 - 2i)(1 + 5i)\right)\right|\\ &= \frac{1}{2}\left|\mathrm{Im}(4 + 20i - 2i + 10)\right|\\ &= \frac{1}{2}\left|\mathrm{Im}(14 + 18i)\right|\\ &= \frac{1}{2} \cdot 18 = 9 \end`\{aligned}`
Problem 10: Argument Equations

Solve the equation arg(z1)=arg(z+i)\arg(z - 1) = \arg(z + i) for z{C}z \in \mathbb{'\{'}C{'\}'}, where z1z \neq 1 and ziz \neq -i.

Solution: The condition arg(z1)=arg(z+i)\arg(z - 1) = \arg(z + i) means the vectors from 11 and from i-i to zz have the same direction. This occurs when zz lies on the line through 11 and i-i, excluding those two points.

Algebraically, set Im ⁣(z+iz1)=0\mathrm{Im}\!\left(\frac{z + i}{z - 1}\right) = 0. Let z=x+iyz = x + iy:

z+iz1=x+i(y+1)(x1)+iy\frac{z + i}{z - 1} = \frac{x + i(y + 1)}{(x - 1) + iy}

Multiplying numerator and denominator by the conjugate of the denominator:

(x+i(y+1))((x1)iy)(x1)2+y2\frac{(x + i(y+1))((x-1) - iy)}{(x-1)^2 + y^2}

The imaginary part of the numerator:

x(y)+(y+1)(x1)=xy+xy+xy1=xy1x(-y) + (y + 1)(x - 1) = -xy + xy + x - y - 1 = x - y - 1

Setting this to zero: xy1=0x - y - 1 = 0, i.e. y=x1y = x - 1.

The solution set is {z=x+i(x1):x{R},  z1,  zi}\{z = x + i(x - 1) : x \in \mathbb{'\{'}R{'\}'},\; z \neq 1,\; z \neq -i\}.


tip

Diagnostic Test Ready to test your understanding of Complex Numbers? The diagnostic test contains the hardest questions within the IB specification for this topic, each with a full worked solution.

Unit tests probe edge cases and common misconceptions. Integration tests combine Complex Numbers with other IB mathematics topics to test synthesis under exam conditions.

See Diagnostic Guide for instructions on self-marking and building a personal test matrix.