Borui Academy

Chapter 10

Complex Numbers

复数 · algebraic form · conjugate · modulus · arithmetic

Unit 10 · Complex Numbers 复数

By the end of this chapter you can:

  1. Write a complex number in algebraic form a+bia + bi and identify its real and imaginary parts
  2. Add, subtract, multiply, divide, and conjugate complex numbers
  3. Compute the modulus z|z| and locate zz in the complex plane
  4. Solve quadratics that have a negative discriminant

Exam weight on past CSCA papers: ~4% (1–2 of 48 MCQs). Often a quick win.


10.1 Algebraic Form 代数形式

The imaginary unit is defined by
i2=1.i^{2} = -1.

Every complex number can be written uniquely as
z=a+biz = a + bi
where a,bRa, b \in \mathbb{R}. We call aa the real part (Rez\operatorname{Re} z) and bb the imaginary part (Imz\operatorname{Im} z).

⚠️ Subtle but exam-friendly: Im(3+5i)=5\operatorname{Im}(3 + 5i) = 5, not 5i5i. The imaginary part is the real number bb, not the term bibi.

When is a complex number...

condition name
b=0b = 0 a real number
a=0, b0a = 0,\ b \neq 0 a pure imaginary number
a=b=0a = b = 0 zero

Equality

Two complex numbers are equal iff their real and imaginary parts agree separately:
a+bi=c+di    a=c and b=d.a + bi = c + di \iff a = c \ \text{and}\ b = d.

This is how you solve equations like x+(y1)i=32ix + (y-1)i = 3 - 2i: match parts to get x=3x = 3, y=1y = -1.

Conjugate 共轭

z=a+bi=abi.\overline{z} = \overline{a + bi} = a - bi.

Three useful facts (memorise):

Identity Why it matters
zz=a2+b2z \cdot \overline{z} = a^{2} + b^{2} always a non-negative real — the key to division
z=z\overline{\overline{z}} = z conjugating twice returns you home
z1+z2=z1+z2\overline{z_1 + z_2} = \overline{z_1} + \overline{z_2} ; z1z2=z1z2\overline{z_1 z_2} = \overline{z_1}\cdot \overline{z_2} conjugation distributes

10.2 Arithmetic with Complex Numbers 复数的四则运算

Addition and subtraction — combine like terms

(a+bi)+(c+di)=(a+c)+(b+d)i(a + bi) + (c + di) = (a+c) + (b+d)i
(3+5i)(12i)=2+7i(3 + 5i) - (1 - 2i) = 2 + 7i

Multiplication — FOIL, then use i2=1i^{2} = -1

(a+bi)(c+di)=ac+adi+bci+bdi2=(acbd)+(ad+bc)i(a + bi)(c + di) = ac + adi + bci + bd\,i^{2} = (ac - bd) + (ad + bc)i

🔑 Powers of ii cycle every 4:
i1=i, i2=1, i3=i, i4=1, i5=i,i^{1} = i,\ i^{2} = -1,\ i^{3} = -i,\ i^{4} = 1,\ i^{5} = i, \ldots
To compute ini^{n}, divide nn by 44 and use the remainder. E.g. i2026i^{2026}: 2026=4(506)+22026 = 4(506) + 2, so i2026=i2=1i^{2026} = i^{2} = -1.

Division — multiply top and bottom by the conjugate

a+bic+di=(a+bi)(cdi)(c+di)(cdi)=(ac+bd)+(bcad)ic2+d2\frac{a + bi}{c + di} = \frac{(a + bi)(c - di)}{(c + di)(c - di)} = \frac{(ac + bd) + (bc - ad)i}{c^{2} + d^{2}}

The denominator is now real, so we can split into real and imaginary parts.

Worked Example 10.2.A

Compute 2+i1i\dfrac{2 + i}{1 - i}.

Solution. Multiply top and bottom by the conjugate 1+i1 + i:
2+i1i1+i1+i=(2+i)(1+i)(1)2+(1)2=2+2i+i+i22=2+3i12=1+3i2=12+32i.\frac{2 + i}{1 - i} \cdot \frac{1 + i}{1 + i} = \frac{(2 + i)(1 + i)}{(1)^{2} + (1)^{2}} = \frac{2 + 2i + i + i^{2}}{2} = \frac{2 + 3i - 1}{2} = \frac{1 + 3i}{2} = \tfrac{1}{2} + \tfrac{3}{2}i.

Worked Example 10.2.B — Q46 on Jan paper

Find mm if zz is a root of x2+mx+4=0x^{2} + mx + 4 = 0 and zz lies on the line xy=0x - y = 0.

Step 1. The discriminant: real roots ↔ m2160m^{2} - 16 \ge 0. The line y=xy = x in the complex plane corresponds to numbers of the form z=t+tiz = t + ti (real and imaginary parts equal). For a non-real root, we need m216<0m^{2} - 16 < 0, i.e. m<4|m| < 4.

Step 2. A real-coefficient quadratic with one non-real root has its conjugate as the other root. So the roots are z=t+tiz = t + ti and z=tti\overline{z} = t - ti.

Step 3. Product of roots: zz=t2+t2=2t2=ca=4    t2=2    t=±2z \overline{z} = t^{2} + t^{2} = 2t^{2} = \dfrac{c}{a} = 4 \implies t^{2} = 2 \implies t = \pm \sqrt{2}.

Step 4. Sum of roots: z+z=2t=ba=m    m=2t=22z + \overline{z} = 2t = -\dfrac{b}{a} = -m \implies m = -2t = \mp 2\sqrt{2}.

Answer: m=±22m = \pm 2\sqrt{2} → choice (b).


10.3 Modulus and the Complex Plane 模与复平面

Complex plane (Argand diagram)

Plot z=a+biz = a + bi as the point (a,b)(a, b):

  • horizontal axis = real part
  • vertical axis = imaginary part
       Im
        ▲
        │
      b ●───── z = a + bi
        │   /
        │  /  |z|
        │ /
        │/
        ●───────────────▶ Re
        O      a

Modulus 模

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

Geometrically, z|z| is the distance from zz to the origin in the complex plane.

Useful facts:

  • z0|z| \ge 0, equals 00 only when z=0z = 0
  • z2=zz|z|^{2} = z \cdot \overline{z}
  • z1z2=z1z2|z_{1} z_{2}| = |z_{1}|\, |z_{2}| and z1z2=z1z2\left|\dfrac{z_{1}}{z_{2}}\right| = \dfrac{|z_{1}|}{|z_{2}|}

Worked Example 10.3.A

Find 34i|3 - 4i|.

34i=32+(4)2=9+16=25=5|3 - 4i| = \sqrt{3^{2} + (-4)^{2}} = \sqrt{9 + 16} = \sqrt{25} = 5. ✓

Worked Example 10.3.B — Geometric locus

What does z1=2|z - 1| = 2 describe?

z1|z - 1| is the distance from zz to the point 1+0i1 + 0i in the complex plane. Setting this equal to 22 describes a circle of radius 22 centred at (1,0)(1, 0).


Try it! 自测练习

Q1. Write 12+i\dfrac{1}{2 + i} in algebraic form.

Q2. Compute (1+i)4(1 + i)^{4}.

Q3. Find i77i^{77}.

Q4. Find z|z| if z=(1+i)(12i)z = (1 + i)(1 - 2i).

Q5. Solve x22x+5=0x^{2} - 2x + 5 = 0 over C\mathbb{C}.

Answers & explanations
  1. Multiply by conjugate: 12+i2i2i=2i4+1=2515i\dfrac{1}{2 + i} \cdot \dfrac{2 - i}{2 - i} = \dfrac{2 - i}{4 + 1} = \tfrac{2}{5} - \tfrac{1}{5}i.

  2. (1+i)2=1+2i+i2=2i(1 + i)^{2} = 1 + 2i + i^{2} = 2i. Then (2i)2=4i2=4(2i)^{2} = 4 i^{2} = -4. So (1+i)4=4(1 + i)^{4} = -4.

  3. 77=4(19)+177 = 4(19) + 1, so i77=i1=ii^{77} = i^{1} = i.

  4. First compute zz: (1+i)(12i)=12i+i2i2=1i+2=3i(1 + i)(1 - 2i) = 1 - 2i + i - 2i^{2} = 1 - i + 2 = 3 - i. So z=9+1=10|z| = \sqrt{9 + 1} = \sqrt{10}.
    Faster: z1z2=z1z2=25=10|z_1 z_2| = |z_1| |z_2| = \sqrt{2} \cdot \sqrt{5} = \sqrt{10}. ✓

  5. Discriminant 420=16<04 - 20 = -16 < 0. Roots:
    x=2±162=2±4i2=1±2i.x = \frac{2 \pm \sqrt{-16}}{2} = \frac{2 \pm 4i}{2} = 1 \pm 2i.


📌 Chapter summary

Topic Key skill
Algebraic form z=a+biz = a + bi, separate parts; equality compares parts separately
Conjugate a+bi=abi\overline{a+bi} = a - bi; product zz=a2+b2z \overline{z} = a^{2} + b^{2} is real
Multiplication FOIL + replace i2i^{2} with 1-1; powers of ii cycle every 4
Division multiply by conjugate of denominator
Modulus z=a2+b2|z| = \sqrt{a^{2}+b^{2}} = distance to origin
Locus zz0=r|z - z_{0}| = r is a circle of radius rr centred at z0z_{0}

Connection to earlier units:

  • The fact "real quadratics with negative discriminant have complex-conjugate roots" ties Unit 1 (inequalities → discriminant sign) directly to this unit.
  • z2=zz|z|^{2} = z\overline{z} is the same identity as a2+b2=(a+bi)(abi)a^{2} + b^{2} = (a + bi)(a - bi) from Unit 1's factoring exercises.