复数 · algebraic form · conjugate · modulus · arithmetic
Unit 10 · Complex Numbers 复数
By the end of this chapter you can:
Write a complex number in algebraic forma+bi and identify its real and imaginary parts
Add, subtract, multiply, divide, and conjugate complex numbers
Compute the modulus∣z∣ and locate z in the complex plane
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.
Every complex number can be written uniquely as z=a+bi where a,b∈R. We call a the real part (Rez) and b the imaginary part (Imz).
⚠️ Subtle but exam-friendly:Im(3+5i)=5, not5i. The imaginary part is the real number b, not the term bi.
When is a complex number...
condition
name
b=0
a real number
a=0,b=0
a pure imaginary number
a=b=0
zero
Equality
Two complex numbers are equal iff their real and imaginary parts agreeseparately: a+bi=c+di⟺a=candb=d.
This is how you solve equations like x+(y−1)i=3−2i: match parts to get x=3, y=−1.
Conjugate 共轭
z=a+bi=a−bi.
Three useful facts (memorise):
Identity
Why it matters
z⋅z=a2+b2
always a non-negative real — the key to division
z=z
conjugating twice returns you home
z1+z2=z1+z2 ; z1z2=z1⋅z2
conjugation distributes
10.2 Arithmetic with Complex Numbers 复数的四则运算
Addition and subtraction — combine like terms
(a+bi)+(c+di)=(a+c)+(b+d)i (3+5i)−(1−2i)=2+7i
Multiplication — FOIL, then use i2=−1
(a+bi)(c+di)=ac+adi+bci+bdi2=(ac−bd)+(ad+bc)i
🔑 Powers of i cycle every 4: i1=i,i2=−1,i3=−i,i4=1,i5=i,… To compute in, divide n by 4 and use the remainder. E.g. i2026: 2026=4(506)+2, so i2026=i2=−1.
Division — multiply top and bottom by the conjugate
The denominator is now real, so we can split into real and imaginary parts.
Worked Example 10.2.A
Compute 1−i2+i.
Solution. Multiply top and bottom by the conjugate 1+i: 1−i2+i⋅1+i1+i=(1)2+(1)2(2+i)(1+i)=22+2i+i+i2=22+3i−1=21+3i=21+23i.
Worked Example 10.2.B — Q46 on Jan paper
Find m if z is a root of x2+mx+4=0 and z lies on the line x−y=0.
Step 1. The discriminant: real roots ↔ m2−16≥0. The line y=x in the complex plane corresponds to numbers of the form z=t+ti (real and imaginary parts equal). For a non-real root, we need m2−16<0, i.e. ∣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+ti and z=t−ti.
Step 3. Product of roots: zz=t2+t2=2t2=ac=4⟹t2=2⟹t=±2.
Step 4. Sum of roots: z+z=2t=−ab=−m⟹m=−2t=∓22.
Answer: m=±22 → choice (b).
10.3 Modulus and the Complex Plane 模与复平面
Complex plane (Argand diagram)
Plot z=a+bi as the point (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
Geometrically, ∣z∣ is the distance from z to the origin in the complex plane.
Useful facts:
∣z∣≥0, equals 0 only when z=0
∣z∣2=z⋅z
∣z1z2∣=∣z1∣∣z2∣ and z2z1=∣z2∣∣z1∣
Worked Example 10.3.A
Find ∣3−4i∣.
∣3−4i∣=32+(−4)2=9+16=25=5. ✓
Worked Example 10.3.B — Geometric locus
What does ∣z−1∣=2 describe?
∣z−1∣ is the distance from z to the point 1+0i in the complex plane. Setting this equal to 2 describes a circle of radius 2 centred at (1,0).
Try it! 自测练习
Q1. Write 2+i1 in algebraic form.
Q2. Compute (1+i)4.
Q3. Find i77.
Q4. Find ∣z∣ if z=(1+i)(1−2i).
Q5. Solve x2−2x+5=0 over C.
Answers & explanations
Multiply by conjugate: 2+i1⋅2−i2−i=4+12−i=52−51i.
(1+i)2=1+2i+i2=2i. Then (2i)2=4i2=−4. So (1+i)4=−4.
77=4(19)+1, so i77=i1=i.
First compute z: (1+i)(1−2i)=1−2i+i−2i2=1−i+2=3−i. So ∣z∣=9+1=10. Faster:∣z1z2∣=∣z1∣∣z2∣=2⋅5=10. ✓
z=a+bi, separate parts; equality compares parts separately
Conjugate
a+bi=a−bi; product zz=a2+b2 is real
Multiplication
FOIL + replace i2 with −1; powers of i cycle every 4
Division
multiply by conjugate of denominator
Modulus
∣z∣=a2+b2 = distance to origin
Locus
∣z−z0∣=r is a circle of radius r centred at z0
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.
∣z∣2=zz is the same identity as a2+b2=(a+bi)(a−bi) from Unit 1's factoring exercises.