📚 GCSE CCEA Mathematics: Complex Numbers | 复变函数基础考点精讲
In GCSE CCEA Further Mathematics, complex numbers mark your first venture beyond the real number line. They provide essential tools for solving equations that have no real solutions and form the foundation for more advanced topics like complex functions. This article unpacks every key concept you need for the exam, from the imaginary unit i to the Argand diagram, with clear bilingual explanations and worked examples.
在 GCSE CCEA 进阶数学中,复数是超越实数轴的第一次探索。它们为解决无实数解的方程提供了关键工具,也为日后学习复变函数等内容打下基础。本文用清晰的双语讲解和例题,逐一剖析考试必考的每一个核心概念,从虚数单位 i 到阿干特图,助你稳稳拿分。
1. Imaginary Unit and Complex Numbers | 虚数单位与复数
The imaginary unit i is defined by the property i² = −1. It is not a real number, but it behaves algebraically like a variable, allowing us to extend the number system. A complex number is any number of the form z = a + bi, where a and b are real numbers. Here a is the real part Re(z) and b is the imaginary part Im(z). If b = 0, z is purely real; if a = 0, z is purely imaginary.
虚数单位 i 由性质 i² = −1 定义。它本身不是实数,但可以像变量一样参与代数运算,从而对数的体系进行扩充。复数就是形如 z = a + bi 的数,其中 a 和 b 为实数。a 叫做实部 Re(z),b 叫做虚部 Im(z)。当 b = 0 时,z 为纯实数;当 a = 0 时,z 为纯虚数。
For example, 3 + 4i has real part 3 and imaginary part 4. The number −2i is purely imaginary. Both are valid complex numbers in CCEA exams.
例如,3 + 4i 的实部为 3,虚部为 4。−2i 是纯虚数。这两类都是 CCEA 考试中常见的复数形式。
2. Standard Form and Equality | 标准形式与相等条件
Always express a complex number in standard form a + bi. Two complex numbers a + bi and c + di are equal if and only if their real parts are equal and their imaginary parts are equal: a = c and b = d.
复数一定要写成标准形式 a + bi。两个复数 a + bi 和 c + di 相等,当且仅当它们的实部相等且虚部相等,即 a = c 且 b = d。
This simple rule allows you to solve equations involving complex numbers. For instance, if (x − 2) + (y + 1)i = 4 + 5i, then x − 2 = 4 and y + 1 = 5, giving x = 6 and y = 4.
利用这个简单的规则可以解出含有复数的方程。比如由 (x − 2) + (y + 1)i = 4 + 5i 可得 x − 2 = 4 且 y + 1 = 5,因此 x = 6,y = 4。
3. Addition and Subtraction | 复数的加减法
To add or subtract complex numbers, simply combine the real parts and combine the imaginary parts separately. For z₁ = a + bi and z₂ = c + di, we have z₁ + z₂ = (a + c) + (b + d)i and z₁ − z₂ = (a − c) + (b − d)i.
复数的加减法只需将实部和虚部分别合并。设 z₁ = a + bi,z₂ = c + di,则有 z₁ + z₂ = (a + c) + (b + d)i,z₁ − z₂ = (a − c) + (b − d)i。
Example: (5 + 2i) + (3 − 7i) = 8 − 5i. Subtraction works the same way, taking care with signs: (4 + i) − (1 − 2i) = 3 + 3i.
示例:(5 + 2i) + (3 − 7i) = 8 − 5i。减法同样处理,注意符号即可:(4 + i) − (1 − 2i) = 3 + 3i。
4. Multiplication of Complex Numbers | 复数的乘法
Multiply complex numbers as you would algebraic binomials, using the distributive property (FOIL). Replace i² with −1 whenever it appears. For (a + bi)(c + di) we compute:
ac + adi + bci + bdi² = ac + (ad + bc)i + bd(−1) = (ac − bd) + (ad + bc)i.
复数的乘法可以像代数二项式那样展开(首外内尾),遇到 i² 就替换为 −1。对于 (a + bi)(c + di),计算过程为:
ac + adi + bci + bdi² = ac + (ad + bc)i + bd(−1) = (ac − bd) + (ad + bc)i。
Worked example: (2 + 3i)(1 − 4i) = 2·1 + 2·(−4i) + 3i·1 + 3i·(−4i) = 2 − 8i + 3i − 12i². Since i² = −1, this becomes 2 − 5i − 12(−1) = 2 − 5i + 12 = 14 − 5i.
练习示例:(2 + 3i)(1 − 4i) = 2·1 + 2·(−4i) + 3i·1 + 3i·(−4i) = 2 − 8i + 3i − 12i²。因为 i² = −1,原式变为 2 − 5i − 12(−1) = 2 − 5i + 12 = 14 − 5i。
5. Complex Conjugate | 共轭复数
The complex conjugate of z = a + bi is denoted by z̄ (or z*) and is defined as z̄ = a − bi. The product z z̄ = (a + bi)(a − bi) = a² − (bi)² = a² − b²i² = a² + b², which is a positive real number (unless both a and b are zero).
复数 z = a + bi 的共轭复数记作 z̄(或 z*),定义为 z̄ = a − bi。乘积 z z̄ = (a + bi)(a − bi) = a² − (bi)² = a² − b²i² = a² + b²,是一个正实数(除非 a 和 b 同时为零)。
This property is the key to dividing complex numbers and to finding the modulus. Conjugates also have useful rules: (z₁ + z₂)̄ = z̄₁ + z̄₂ and (z₁ z₂)̄ = z̄₁ z̄₂.
这一性质是复数除法和求模的关键。共轭还有一些实用的运算律:(z₁ + z₂)̄ = z̄₁ + z̄₂ 以及 (z₁ z₂)̄ = z̄₁ z̄₂。
6. Division of Complex Numbers | 复数的除法
To divide by a complex number, multiply the numerator and denominator by the conjugate of the denominator. This makes the denominator real. For (a + bi) / (c + di), multiply by (c − di)/(c − di):
进行复数除法时,将分子分母同乘以分母的共轭复数,使分母变为实数。对于 (a + bi) / (c + di),乘以 (c − di)/(c − di):
(a + bi)/(c + di) = (a + bi)(c − di) / (c² + d²) = (ac + bd)/(c² + d²) + (bc − ad)/(c² + d²) i
Example: (3 + 2i) / (1 − i) = (3 + 2i)(1 + i) / (1 + 1) = (3 + 3i + 2i + 2i²) / 2 = (3 + 5i − 2) / 2 = (1 + 5i)/2 = 0.5 + 2.5i.
示例:(3 + 2i) / (1 − i) = (3 + 2i)(1 + i) / (1 + 1) = (3 + 3i + 2i + 2i²) / 2 = (3 + 5i − 2) / 2 = (1 + 5i)/2 = 0.5 + 2.5i。
7. Argand Diagram Basics | 阿干特图基础
An Argand diagram represents complex numbers as points or vectors on a plane. The horizontal axis is the real axis, and the vertical axis is the imaginary axis. A complex number z = x + yi is plotted as the point (x, y).
阿干特图用平面上的点或向量来表示复数。横轴为实轴,纵轴为虚轴。复数 z = x + yi 对应点 (x, y)。
This visual tool helps you understand addition as vector addition, and the modulus as the distance from the origin. It also lays the groundwork for polar form and the geometry of complex functions later on.
这一可视化工具能帮助你理解复数加法就是向量加法,而模就是到原点的距离。它也为以后学习极坐标形式以及复变函数的几何意义作了铺垫。
8. Modulus and Argument | 模与辐角
The modulus of z = x + yi, written |z|, is the distance from the origin to the point (x, y): |z| = √(x² + y²). Notice that |z|² = z z̄, which matches the earlier result.
复数 z = x + yi 的模记作 |z|,是原点到点 (x, y) 的距离:|z| = √(x² + y²)。注意 |z|² = z z̄,这与前面的结论一致。
The argument of z, arg(z), is the angle θ the position vector makes with the positive real axis, usually measured in radians or degrees. It satisfies tan θ = y/x, but you must consider the correct quadrant. For instance, z = 1 + i has arg(z) = 45° or π/4 rad; z = −1 + i has arg(z) = 135° or 3π/4 rad.
辐角 arg(z) 是位置向量与正实轴的夹角,通常以弧度或角度量度。它满足 tan θ = y/x,但必须根据象限确定正确角度。例如 z = 1 + i 的辐角为 45°(π/4 rad);z = −1 + i 的辐角为 135°(3π/4 rad)。
Exam questions often require you to find |z| and arg(z) from a given complex number and occasionally use polar form z = |z|(cos θ + i sin θ).
考题常要求根据给定的复数求 |z| 和 arg(z),有时还会用到极坐标形式 z = |z|(cos θ + i sin θ)。
9. Solving Quadratic Equations | 解二次方程
When the discriminant Δ = b² − 4ac of a quadratic equation ax² + bx + c = 0 is negative, the roots are a pair of complex conjugates. The formula remains the same, but √Δ becomes i√|Δ|:
当二次方程 ax² + bx + c = 0 的判别式 Δ = b² − 4ac 小于零时,其根是一对共轭复数。求根公式形式不变,只是 √Δ 变为 i√|Δ|:
x = [ −b ± i√(4ac − b²) ] / (2a)
Example: Solve x² + 4x + 13 = 0. Here a = 1, b = 4, c = 13. Δ = 16 − 52 = −36. Then x = [−4 ± i√36] / 2 = (−4 ± 6i)/2 = −2 ± 3i. The two roots are −2 + 3i and −2 − 3i, which are conjugates.
示例:解 x² + 4x + 13 = 0。其中 a = 1, b = 4, c = 13。Δ = 16 − 52 = −36。于是 x = [−4 ± i√36] / 2 = (−4 ± 6i)/2 = −2 ± 3i。两个根为 −2 + 3i 和 −2 − 3i,恰好共轭。
Always present your final answers in standard a + bi form, and do not leave a negative number under a square root sign.
答案务必写成标准形式 a + bi,不要将负数留在根号下。
10. Powers of i | i 的幂运算
The powers of the imaginary unit repeat in a cycle of four. Learning this pattern saves time in simplification problems:
虚数单位的幂以四为周期循环。记住这个规律可以快速化简:
| i¹ = i | i² = −1 | i³ = −i | i⁴ = 1 |
| i⁵ = i | i⁶ = −1 | i⁷ = −i | i⁸ = 1 |
In general, for any integer n, divide n by 4 and use the remainder: iⁿ = i⁴⁽⁴⁾⁺ʳ = (i⁴)ᵏ · iʳ = iʳ, where r = 0, 1, 2, 3 . Thus i²⁶ = i² = −1, because 26 ÷ 4 leaves a remainder of 2.
一般地,对任意整数 n,用 4 除 n 取余数:iⁿ = i⁴ᵏ⁺ʳ = (i⁴)ᵏ · iʳ = iʳ,余数 r = 0, 1, 2, 3。例如 i²⁶ = i² = −1,因为 26 ÷ 4 余数为 2。
This rule also helps when simplifying expressions like i²⁰²⁵. Divide 2025 by 4: remainder 1, so i²⁰²⁵ = i¹ = i.
化简 i²⁰²⁵ 之类的问题也可依此办理:2025 除以 4 余 1,故 i²⁰²⁵ = i。
11. Key Exam Tips | 考试技巧总结
Always write complex numbers in a + bi form and never leave a negative under a square root. For division, multiply top and bottom by the conjugate of the denominator. Check that your final answer has a real denominator.
始终把复数写成 a + bi 形式,不要把负数留在根号下。做除法时,分子分母同乘分母的共轭;最后检查分母是否已变为实数。
When solving quadratics with negative discriminant, use i√|Δ|, and remember that the two roots are conjugates. On the Argand diagram, sketch points accurately and label the real and imaginary axes. Modulus is always non‑negative; argument requires care with the quadrant.
解判别式为负的二次方程时,使用 i√|Δ|,并牢记两根互为共轭。在阿干特图上准确描点,标出实轴和虚轴。模永远是非负数;求辐角时必须注意象限。
Double‑check the laws of indices when simplifying powers of i. And if a problem gives z and asks for z̄, simply flip the sign of the imaginary part. These small checks can prevent careless marks from the CCEA examiners.
化简 i 的幂次时要复查指数律。若题目给出 z 并要求写出 z̄,只需将虚部变号。这些细节核对能帮你避免 CCEA 阅卷时的失分。
Finally, practise writing clear symbol‑heavy answers: use the conjugate bar, modulus bars, and the Argand diagram confidently. As you master these building blocks, you are also preparing the algebraic thinking needed for future studies of complex functions.
最后,练习书写清晰、符号密集的答案:熟练使用共轭横线、模长竖线以及阿干特图。掌握这些基石后,你也为将来研究复变函数所需的代数思维做好了准备。
Published by TutorHao | GCSE Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导