📚 PDF资源导航

A-Level CIE Mathematics: Complex Numbers Key Points | A-Level CIE 数学:复数考点精讲

📚 A-Level CIE Mathematics: Complex Numbers Key Points | A-Level CIE 数学:复数考点精讲

In CIE A-Level Mathematics (9231 Further Pure Mathematics), complex numbers form a cornerstone topic that extends algebraic concepts into the complex plane. Often referred to as ‘complex variable’ or ‘complex functions’ in broader contexts, at this level the focus is on algebraic manipulation, geometric representation, and trigonometric applications through de Moivre’s theorem. This revision guide systematically covers all essential examinable points, from basic definitions to loci and roots of unity, ensuring you master both the theory and the typical question styles encountered in CIE papers.

在 CIE A-Level 数学 (9231 进阶纯数学) 中,复数是将代数概念扩展到复平面的重要主题。尽管在更广泛的领域有时被称为“复变函数”,但在 A-Level 阶段主要关注代数运算、几何表示以及通过棣莫弗定理处理三角学应用。本复习指南系统梳理所有核心考点,从基本定义到轨迹与单位根,帮助你掌握理论以及 CIE 试卷中的典型题型。


1. The Imaginary Unit and Basic Form | 虚数单位与基本形式

A complex number is an expression of the form z = a + bi, where a and b are real numbers, and i is the imaginary unit satisfying i² = -1. The real part is Re(z) = a, and the imaginary part is Im(z) = b. Two complex numbers are equal if and only if both their real and imaginary parts are equal.

复数可表示为 z = a + bi,其中 ab 是实数,i 是虚数单位,满足 i² = -1。实部记为 Re(z) = a,虚部为 Im(z) = b。两个复数相等当且仅当它们的实部和虚部分别相等。

The basic arithmetic of complex numbers follows the usual algebraic rules, adding i-terms separately. For subtraction: (a + bi) – (c + di) = (a – c) + (b – d)i. For multiplication, expand and replace with -1: (a + bi)(c + di) = ac + adi + bci + bdi² = (ac – bd) + (ad + bc)i.

复数的基本运算遵循通常的代数规则,将 i 项分别处理。减法:(a + bi) – (c + di) = (a – c) + (b – d)i。乘法需展开并用 i² = -1 替换:(a + bi)(c + di) = ac + adi + bci + bdi² = (ac – bd) + (ad + bc)i


2. Complex Conjugate and Its Properties | 共轭复数及其性质

The complex conjugate of z = a + bi is denoted z̅ = a – bi. It reflects the number across the real axis on the Argand diagram. Key properties include: z · z̅ = a² + b² (a real number), z + z̅ = 2a (twice the real part), and z – z̅ = 2bi (twice the imaginary part times i).

z = a + bi 的共轭复数记为 z̅ = a – bi,它在阿尔冈图上反映了关于实轴的对称。关键性质包括:z · z̅ = a² + b²(实数),z + z̅ = 2a(实部的两倍),以及 z – z̅ = 2bi(虚部的两倍乘以 i)。

Conjugation distributes over addition, subtraction, multiplication, and division: z₁ + z₂̅ = z̅₁ + z̅₂, z₁z₂̅ = z̅₁ z̅₂, and (z₁ / z₂)̅ = z̅₁ / z̅₂ (provided z₂ ≠ 0). These properties are often used to simplify expressions and find real-imaginary parts of quotients.

共轭运算对加、减、乘、除均满足分配律:z₁ + z₂̅ = z̅₁ + z̅₂z₁z₂̅ = z̅₁ z̅₂,以及 (z₁ / z₂)̅ = z̅₁ / z̅₂(其中 z₂ ≠ 0)。这些性质常用于化简表达式及求商的实部与虚部。

To divide complex numbers, multiply the numerator and denominator by the conjugate of the denominator: (a + bi)/(c + di) = (a + bi)(c – di) / (c² + d²).

复数除法可通过分子分母同乘以分母的共轭来实现:(a + bi)/(c + di) = (a + bi)(c – di) / (c² + d²)


3. Modulus and Argument | 模与辐角

The modulus of a complex number z = a + bi is its distance from the origin in the Argand diagram: |z| = √(a² + b²). It is always non-negative, and |z| = 0 if and only if z = 0. The modulus product property |z₁z₂| = |z₁||z₂| and the triangle inequality |z₁ + z₂| ≤ |z₁| + |z₂| are fundamental.

复数 z = a + bi 的模是阿尔冈图上到原点的距离:|z| = √(a² + b²)。模恒非负,且 |z| = 0 当且仅当 z = 0。模的乘积性质 |z₁z₂| = |z₁||z₂| 和三角不等式 |z₁ + z₂| ≤ |z₁| + |z₂| 是基础要点。

The argument of z, denoted arg(z), is the angle θ measured from the positive real axis to the line joining the origin to z. The principal argument usually lies in (-π, π]. For z = a + bi, tan θ = b/a, but quadrant must be considered: if a > 0, θ = arctan(b/a); if a < 0, adjust by ±π accordingly.

辐角 arg(z) 是从正实轴旋转到原点指向 z 的有向角 θ。主辐角通常取值于 (-π, π]。对于 z = a + bi,tan θ = b/a,但需考虑象限:若 a > 0,θ = arctan(b/a);若 a < 0,则需相应加减 π。


4. Polar Form Representation | 极坐标形式

The polar form of a complex number is z = r(cos θ + i sin θ), where r = |z| and θ = arg(z). This representation simplifies multiplication, division, and powers. The expression cos θ + i sin θ is often abbreviated as cis θ.

复数的极坐标形式为 z = r(cos θ + i sin θ),其中 r = |z|θ = arg(z)。这种表示大大简化了乘法、除法和乘方运算。cos θ + i sin θ 常缩写为 cis θ

To convert between Cartesian and polar forms: r = √(a² + b²), cos θ = a/r, sin θ = b/r. Care must be taken to select the correct quadrant for θ using signs of a and b.

直角坐标与极坐标之间的转换:r = √(a² + b²)cos θ = a/rsin θ = b/r。必须根据 a 和 b 的符号正确选择 θ 所在象限。


5. Multiplication and Division in Polar Form | 极坐标下的乘法与除法

When multiplying two complex numbers in polar form, multiply their moduli and add their arguments: z₁z₂ = r₁r₂ [cos(θ₁ + θ₂) + i sin(θ₁ + θ₂)]. For division, divide the moduli and subtract the arguments: z₁ / z₂ = (r₁/r₂) [cos(θ₁ – θ₂) + i sin(θ₁ – θ₂)].

极坐标形式下两复数相乘时,模相乘,辐角相加:z₁z₂ = r₁r₂ [cos(θ₁ + θ₂) + i sin(θ₁ + θ₂)]。相除时,模相除,辐角相减:z₁ / z₂ = (r₁/r₂) [cos(θ₁ – θ₂) + i sin(θ₁ – θ₂)]

These results follow directly from the compound angle formulae and provide an elegant geometric interpretation: multiplication by z corresponds to a scaling by |z| and a rotation by arg(z).

这一结果直接由和角公式导出,并给出了优美的几何解释:乘以复数 z 等价于缩放 |z| 倍并旋转 arg(z)。


6. De Moivre’s Theorem | 棣莫弗定理

De Moivre’s theorem states that for any integer n, (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ). This theorem also extends to rational powers when considering multiple-valued roots. It is proved by induction for positive integers, and extends to negative integers using the reciprocal property.

棣莫弗定理指出,对任意整数 n,有 (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ)。该定理在考虑多值根时也可推广到有理指数。对于正整数可用数学归纳法证明,并借助倒数性质推广至负整数。

Applications include deriving trigonometric identities, such as expressing cos 3θ in terms of cos θ, or finding sin 5θ / sin θ. By expanding (cos θ + i sin θ)ⁿ using the binomial theorem and equating real and imaginary parts, multiple-angle formulas are obtained.

应用包括推导三角恒等式,例如用 cos θ 表示 cos 3θ,或求 sin 5θ / sin θ。利用二项式定理展开 (cos θ + i sin θ)ⁿ,并分别比较实部和虚部,即可得到多倍角公式。

A typical exam question: Express cos 4θ in terms of powers of cos θ and sin θ, or express tan 5θ in terms of tan θ using de Moivre’s theorem.

典型考题:利用棣莫弗定理将 cos 4θ 用 cos θ 和 sin θ 的幂表示,或将 tan 5θ 表示为 tan θ 的函数。


7. Roots of Complex Numbers | 复数的根

To find the nth roots of a complex number z = r(cos θ + i sin θ), we use the formula: wk = r1/n [cos((θ + 2kπ)/n) + i sin((θ + 2kπ)/n)], for k = 0, 1, 2, …, n-1. This gives n distinct roots equally spaced around a circle of radius r1/n.

求复数 z = r(cos θ + i sin θ)n 次根时,用公式:wk = r1/n [cos((θ + 2kπ)/n) + i sin((θ + 2kπ)/n)],其中 k = 0, 1, 2, …, n-1。这给出了 n 个不同的根,等间隔分布在半径为 r1/n 的圆上。

The nth roots of unity (when z = 1) are cos(2kπ/n) + i sin(2kπ/n). Their sum is always zero, and they satisfy the equation zn = 1. These roots are used in factorising polynomials and solving geometric problems.

单位根的 n 次方根(即 z = 1 的根)为 cos(2kπ/n) + i sin(2kπ/n)。它们的和恒为 0,且满足方程 zn = 1。这些根用于因式分解多项式和解决几何问题。

For cube roots of unity (1, ω, ω²), where ω = e2πi/3 = -1/2 + i√3/2, we have 1 + ω + ω² = 0 and ω³ = 1.

对于三次单位根 (1, ω, ω²),其中 ω = e2πi/3 = -1/2 + i√3/2,有 1 + ω + ω² = 0 且 ω³ = 1。


8. Exponential Form and Euler’s Formula | 指数形式与欧拉公式

Euler’s formula states e = cos θ + i sin θ. This allows a complex number to be written in exponential form: z = r e. This form greatly simplifies manipulation, especially with powers and roots: zn = rn einθ, and nth roots are r1/n ei(θ + 2kπ)/n.

欧拉公式 e = cos θ + i sin θ 将复数表示为指数形式:z = r e。这一形式极大简化了运算,特别是乘方与开方:zn = rn einθ,而 n 次根为 r1/n ei(θ + 2kπ)/n

Exponential form also provides a natural link to hyperbolic functions and real integrals, though at CIE level its main use is in proving identities and solving equations elegantly. It is essential to be fluent interchanging between Cartesian, polar, and exponential forms.

指数形式也为双曲函数和实积分提供了自然的联系,但在 CIE 层面主要用于简洁地证明恒等式和求解方程。熟练掌握直角坐标、极坐标和指数形式之间的互换至关重要。


9. Loci in the Complex Plane | 复平面上的轨迹

Loci are sets of points satisfying a given condition, often written as |z – z₀| = r (a circle) or |z – z₁| = |z – z₂| (perpendicular bisector). Understanding how to interpret and sketch these loci is a key exam skill. The argument locus arg(z – z₀) = θ represents a ray from z₀ at angle θ.

轨迹是满足特定条件的点的集合,常写为 |z – z₀| = r(圆)或 |z – z₁| = |z – z₂|(垂直平分线)。理解并绘制这些轨迹是关键的考试技能。辐角轨迹 arg(z – z₀) = θ 表示从 z₀ 出发、角度为 θ 的射线。

  • |z – (a + bi)| = R: circle centre (a, b), radius R.
  • |z – (a + bi)| = R:以 (a, b) 为圆心、R 为半径的圆。
  • |z – z₁| = |z – z₂|: perpendicular bisector of the line segment joining z₁ and z₂.
  • |z – z₁| = |z – z₂|:连接 z₁ 和 z₂ 的线段的垂直平分线。
  • arg(z – z₀) = α: half-line from z₀ excluding z₀ itself, at angle α to positive real axis.
  • arg(z – z₀) = α:从 z₀ 出发(不含 z₀)、与正实轴成 α 角的射线。

Combinations of modulus and argument inequalities define regions, such as |z – 3| < 2 and 0 < arg(z) < π/2, which would represent the interior of a circle intersected with the first quadrant.

模和辐角不等式的组合定义区域,例如 |z – 3| < 2 且 0 < arg(z) < π/2 表示一个圆内部与第一象限的交集。


10. Transformations of the Complex Plane | 复平面的变换

Complex functions can be viewed as transformations from the z-plane to the w-plane, w = f(z). Standard transformations include translation w = z + c, scaling/rotation w = kz (with k real or complex), inversion w = 1/z, and combinations such as Möbius transformations w = (az + b)/(cz + d).

复变函数可视为从 z 平面到 w 平面的变换 w = f(z)。标准变换包括平移 w = z + c,缩放/旋转 w = kzk 为实数或复数),反演 w = 1/z,以及组合如莫比乌斯变换 w = (az + b)/(cz + d)

Under w = kz, the modulus multiplies by |k| and the argument adds arg(k), so shapes are enlarged and rotated. The transformation w = 1/z maps circles not passing through the origin to circles, and lines not through the origin to circles through the origin. These mapping properties are frequently tested.

w = kz 下,模乘以 |k|,辐角增加 arg(k),因此图形被放大并旋转。变换 w = 1/z 将不过原点的圆映射为圆,将不过原点的直线映射为过原点的圆。这些映射性质经常在考试中出现。

When asked to find the image of a locus under a transformation, express z in terms of w, substitute into the locus condition, and simplify to obtain the new locus in w.

当要求求某轨迹在变换下的像时,将 zw 表示,代入原轨迹条件并化简,即可得到 w 中的新轨迹。


11. Trigonometric Sums and Series | 三角和与级数

De Moivre’s theorem, together with the binomial theorem and geometric series, enables summation of trigonometric series like Σ cos kθ or Σ sin kθ. A standard technique is to consider C + iS = Σ eikθ, sum the geometric progression, and then equate real and imaginary parts.

棣莫弗定理与二项式定理及等比数列相结合,能够求和如 Σ cos kθ 或 Σ sin kθ 的三角级数。标准方法是考虑 C + iS = Σ eikθ,对等比数列求和,然后比较实部和虚部。

For example, to sum Σk=0n cos kθ, compute Σ eikθ = (1 – ei(n+1)θ) / (1 – e), rationalize the denominator using conjugates, and extract the real part.

例如,要求和 Σk=0n cos kθ,先计算 Σ eikθ = (1 – ei(n+1)θ) / (1 – e),用共轭有理化分母,然后提取实部。

Similar methods apply to sums of binomial-trigonometric forms like Σ C(n,k) cos kθ, where one uses the expansion of (1 + e)n. This area links complex numbers to combinatorics and series work required in Further Pure 2 papers.

类似方法也适用于二项式-三角形式之和,如 Σ C(n,k) cos kθ,此时利用 (1 + e)n 的展开式。这一领域将复数与组合数学和级数联系起来,是进阶纯数 2 试卷的要求内容。


12. Strategy for CIE Exam Questions | CIE 考试策略

Always begin by identifying the form of the complex number given. If a question involves powers, switch to polar or exponential form. For equations like zⁿ = w, express w in polar form with its argument carefully determined (including the multiple 2kπ). For loci, explicitly state the geometric interpretation before algebraic manipulation.

始终先识别给出的复数形式。若涉及幂次,转换为极坐标或指数形式。对于 zⁿ = w 这类方程,将 w 用极坐标表示并仔细确定辐角(注意加上 2kπ)。处理轨迹时,先明确阐述几何意义再进行代数推导。

When proving trigonometric identities, equate real and imaginary parts after expanding using de Moivre’s theorem. For transformation questions, a simple substitution z = f-1(w) often suffices, but be mindful of domain restrictions.

证明三角恒等式时,利用棣莫弗定理展开后比较实部和虚部。对于变换问题,简单的代换 z = f-1(w) 通常足够,但需注意定义域的限制。

Common pitfalls: forgetting the ± in square roots, misidentifying the quadrant of the argument, omitting the 2kπ for multiple roots, and confusing a half-line with a full line in loci. Check your final answer by verifying a test point satisfies the original condition.

常见错误:忘记平方根的正负,辐角象限判断错误,求多根时遗漏 2kπ,以及将射线与整条直线混淆。通过代入检验点验证原条件可检查最终答案。

Published by TutorHao | Further Pure Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading