Complex Numbers: Key Concepts and Exam Tips | 复数考点精讲

📚 Complex Numbers: Key Concepts and Exam Tips | 复数考点精讲

Complex numbers unlock a whole new number system, extending the real line into a plane and making equations like x² + 1 = 0 solvable. Whether you are preparing for IB Analysis & Approaches or CIE A‑Level Further Mathematics, a solid command of complex numbers can lift your grade significantly. This article breaks down the must‑know concepts, from representing complex numbers in Cartesian form to mastering de Moivre’s theorem, with exam‑focused tips woven throughout.

复数打开了一个全新的数系,将实数轴扩展为一个平面,使得 x² + 1 = 0 这样的方程也有了解。无论你是在准备 IB Analysis & Approaches 还是 CIE A‑Level 进阶数学,扎实掌握复数都能显著提升你的成绩。本文拆解必知概念,从复数的笛卡儿形式表示到熟练运用棣莫弗定理,并在全文中融入备考要点。

1. The Imaginary Unit and Cartesian Form | 虚数单位与笛卡儿形式

A complex number is any number of the form z = a + b i, where a and b are real numbers, and i is the imaginary unit satisfying i² = –1. The real part Re(z) is a, and the imaginary part Im(z) is b.

复数可表示为 z = a + b i 的形式,其中 a 和 b 为实数,i 是满足 i² = –1 的虚数单位。实部 Re(z) 为 a,虚部 Im(z) 为 b。

Equality of complex numbers means both real and imaginary parts must match separately. This simple fact is often used to find unknown real coefficients by equating real and imaginary parts.

复数相等意味着实部与虚部必须分别相等。这一简单事实常被用来通过比较实虚部求解未知实数系数。

Handling powers of i is a routine skill: i¹ = i, i² = –1, i³ = –i, i⁴ = 1, and then the cycle repeats every four powers. For iⁿ, just reduce n modulo 4.

处理 i 的幂是一项常规技能:i¹ = i, i² = –1, i³ = –i, i⁴ = 1,之后每四次幂一循环。计算 iⁿ 时只需将 n 对 4 取模即可。


2. The Complex Plane and Modulus–Argument Form | 复平面与模长–辐角形式

Complex numbers can be plotted on an Argand diagram with the horizontal axis for the real part and the vertical axis for the imaginary part. This geometric view is crucial for understanding modulus and argument.

复数可以在阿甘德图上表示,横轴为实部,纵轴为虚部。这种几何视角对于理解模长与辐角至关重要。

The modulus of z = a + b i is |z| = √(a² + b²), representing the distance from the origin to the point (a, b). The argument arg(z) is the angle θ (usually in radians) measured from the positive real axis to the line joining the point to the origin, with the convention that –π < θ ≤ π for the principal argument.

复数 z = a + b i 的模长为 |z| = √(a² + b²),表示从原点到点 (a, b) 的距离。辐角 arg(z) 是角 θ(通常以弧度表示),从正实轴开始测量到连接原点和该点的线段,习惯上主辐角范围为 –π < θ ≤ π。

The modulus–argument form is z = r(cos θ + i sin θ), where r = |z| and θ = arg(z). This representation makes multiplication and division much easier.

模长–辐角形式为 z = r(cos θ + i sin θ),其中 r = |z|,θ = arg(z)。这种表示形式大大简化了乘法和除法运算。


3. Euler’s Form and Exponential Notation | 欧拉形式与指数记法

Euler’s formula e^(iθ) = cos θ + i sin θ condenses the polar form into the compact exponential form z = r e^(iθ). This is standard in IB HL and CIE Further Mathematics.

欧拉公式 e^(iθ) = cos θ + i sin θ 将极坐标形式浓缩为简洁的指数形式 z = r e^(iθ)。这在 IB HL 和 CIE 进阶数学中是标准内容。

Multiplication in exponential form: if z₁ = r₁ e^(iθ₁) and z₂ = r₂ e^(iθ₂), then z₁z₂ = r₁r₂ e^(i(θ₁ + θ₂)). Division gives z₁/z₂ = (r₁/r₂) e^(i(θ₁ – θ₂)).

指数形式的乘法:若 z₁ = r₁ e^(iθ₁),z₂ = r₂ e^(iθ₂),则 z₁z₂ = r₁r₂ e^(i(θ₁ + θ₂))。除法为 z₁/z₂ = (r₁/r₂) e^(i(θ₁ – θ₂))。

This reveals the geometry: multiplying by a complex number scales (by the modulus) and rotates (by the argument). Many exam questions ask for the effect of multiplying by i, which is a pure rotation of ½π radians anticlockwise.

这揭示了几何意义:乘以一个复数相当于缩放(根据模长)再旋转(根据辐角)。许多试题问到乘以 i 的效果,即逆时针旋转 ½π 弧度的纯旋转。


4. Complex Conjugates and Their Properties | 共轭复数及其性质

The complex conjugate of z = a + b i is z* = a – b i (also written as z̄). Geometrically it is a reflection in the real axis.

复数 z = a + b i 的共轭为 z* = a – b i(也记作 z̄)。几何上它是关于实轴的镜像。

Key properties: (z*)* = z; (z₁ ± z₂)* = z₁* ± z₂*; (z₁z₂)* = z₁* z₂*; (z₁/z₂)* = z₁*/z₂*; z + z* = 2 Re(z); z – z* = 2 i Im(z); and z z* = |z|², which is real and non‑negative. This last property is often used to rationalise denominators.

关键性质:(z*)* = z;(z₁ ± z₂)* = z₁* ± z₂*;(z₁z₂)* = z₁* z₂*;(z₁/z₂)* = z₁*/z₂*;z + z* = 2 Re(z);z – z* = 2 i Im(z);以及 z z* = |z|²,这是一个实数且非负。最后一条性质常被用于分母实数化。

In polynomial equations with real coefficients, complex roots always occur in conjugate pairs. If 2 + 3i is a root, then 2 – 3i is also a root.

在实系数多项式方程中,复根总是以共轭对的形式出现。如果 2 + 3i 是一个根,那么 2 – 3i 也是一个根。


5. Solving Quadratic and Polynomial Equations | 求解二次及多项式方程

With complex numbers, every quadratic equation ax² + bx + c = 0 has two solutions, given by the quadratic formula. If the discriminant b² – 4ac is negative, the roots are complex conjugates involving i.

有了复数,每一个二次方程 ax² + bx + c = 0 都有两个解,由求根公式给出。如果判别式 b² – 4ac 为负,则根为包含 i 的共轭复数。

For higher‑degree polynomials with real coefficients, the Fundamental Theorem of Algebra guarantees that an nth‑degree polynomial has exactly n complex roots (counting multiplicity). Once one complex root is found, its conjugate gives another, and factorisation can reduce the degree.

对于实系数高次多项式,代数基本定理保证 n 次多项式恰好有 n 个复数根(计重数)。一旦找到一个复数根,其共轭给出另一根,进而通过因式分解降低次数。

Typical exam problem: given that 1 + i is a root of x³ – x² + 2 = 0, find all roots. Use the conjugate 1 – i, then divide the cubic by the quadratic factor (x – (1 + i))(x – (1 – i)) = x² – 2x + 2 to find the remaining real root.

典型试题:已知 1 + i 是 x³ – x² + 2 = 0 的一个根,求所有根。利用共轭根 1 – i,然后用该三次式除以二次因式 (x – (1 + i))(x – (1 – i)) = x² – 2x + 2,找出剩余的实根。


6. de Moivre’s Theorem and Integer Powers | 棣莫弗定理与整数次幂

de Moivre’s theorem states that (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ) for any integer n. It also holds for rational exponents with care about multiple values, though IB and CIE typically limit n to integers unless roots are explicitly sought.

棣莫弗定理指出,对于任意整数 n,有 (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ)。当指数为有理数时该定理也成立,但需注意多值性,IB 和 CIE 通常将 n 限制为整数,除非明确要求求根。

In exponential form it is trivially (e^(iθ))ⁿ = e^(i nθ), showing why the theorem works. Use it to compute powers of complex numbers quickly, especially when the number is first converted to polar form.

在指数形式下它可简单表示为 (e^(iθ))ⁿ = e^(i nθ),说明了该定理为何成立。可利用它快速计算复数的幂,尤其当先将复数转换为极坐标形式时。

It also helps to derive trigonometric identities such as expressing cos 3θ in terms of cos θ by expanding (cos θ + i sin θ)³ and comparing real parts.

它也有助于推导三角恒等式,例如通过展开 (cos θ + i sin θ)³ 并对比实部,用 cos θ 表示 cos 3θ。


7. Roots of Complex Numbers | 复数的根

To find the nth roots of a complex number w, write w = r e^(i(θ + 2kπ)), where k is an integer, and then the roots are zₖ = r^(1/n) e^(i(θ + 2kπ)/n) for k = 0, 1, …, n – 1. These n roots lie on a circle of radius r^(1/n) and are equally spaced by an angle of 2π/n.

为求复数 w 的 n 次方根,将 w 写作 w = r e^(i(θ + 2kπ)),其中 k 为整数,则根为 zₖ = r^(1/n) e^(i(θ + 2kπ)/n),k = 0, 1, …, n – 1。这 n 个根位于半径为 r^(1/n) 的圆上,并以角度 2π/n 等距分布。

For example, the cube roots of unity (solving z³ = 1) are 1, e^(i 2π/3), and e^(i 4π/3). Their sum is zero, a property that often appears in multiple‑choice questions.

例如,单位根(解 z³ = 1)的三次方根为 1、e^(i 2π/3) 和 e^(i 4π/3)。它们的和为零,这一性质常出现在选择题中。

When asked for the square roots of a complex number in Cartesian form, you can either use polar method or set (x + iy)² = a + ib and equate real and imaginary parts. Both methods are examinable.

当要求以笛卡儿形式求复数的平方根时,可使用极坐标方法或设 (x + iy)² = a + ib 并对比实虚部。两种方法皆在考试范围内。


8. Loci in the Argand Diagram | 阿甘德图中的轨迹

Many questions ask you to sketch or identify the set of points z satisfying conditions like |z – a| = r (a circle) or |z – a| = |z – b| (the perpendicular bisector of the segment joining a and b).

许多题目要求画出或识别满足条件的点 z 的集合,如 |z – a| = r(一个圆)或 |z – a| = |z – b|(连接 a 和 b 的线段的垂直平分线)。

Other common loci: arg(z – a) = θ gives a half‑line from a (excluding a itself) at an angle θ to the positive real direction. Inequalities combine to give regions like shaded sectors or disks.

其他常见轨迹:arg(z – a) = θ 给出从 a 出发、与正实轴夹角为 θ 的射线(不含 a)。不等式结合可给出阴影区域,如扇形或圆盘。

When a locus is described by z = x + iy, substitute into the condition and simplify to a Cartesian equation. Being able to move between geometric description and algebraic equation is a core skill.

当轨迹由 z = x + iy 描述时,代入条件并化简为笛卡儿方程。能够在几何描述与代数方程之间相互转换是一项核心技能。


9. Regions and Inequalities | 区域与不等式

Inequalities of the form |z – a| < r represent the interior of a circle, while |z – a| > r represents the exterior. The combination |z – a| < r and |z – b| > s creates intersections of regions.

形如 |z – a| < r 的不等式表示圆的内部,而 |z – a| > r 表示外部。组合 |z – a| < r 和 |z – b| > s 生成了区域的交集。

Arguments in inequalities define angular regions: α < arg(z – a) < β gives a wedge between two half‑lines. Always check whether boundaries are included (solid line) or excluded (dashed line).

含有辐角的不等式定义角形区域:α < arg(z – a) < β 给出两射线之间的楔形区域。务必确认边界是否包含(实线)或排除(虚线)。

The intersection of a circle and an angular wedge is a classic exam region. Shade the area and describe it formally using set notation if required.

圆与角形楔形的交集是经典的考试区域。按要求涂色该区域,并用集合符号正式描述。


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

Functions from complex numbers to complex numbers can be viewed as transformations of the Argand plane. Common transformations include translation (z → z + c), scaling and rotation (z → k z with k complex), and the reciprocal map (z → 1/z).

复函数到复函数的映射可视为阿甘德平面的变换。常见变换包括平移 (z → z + c)、缩放与旋转 (z → k z,其中 k 为复数),以及倒数映射 (z → 1/z)。

The transformation w = 1/z maps circles and lines to other circles or lines. For instance, lines through the origin become lines through the origin, while circles not passing through the origin map to other circles. This is part of Möbius transformations, sometimes explored in Further Math.

变换 w = 1/z 将圆与直线映射为其他圆或直线。例如,穿过原点的直线映射为穿过原点的直线,而未穿过原点的圆映射为其他圆。这属于莫比乌斯变换的一部分,有时在进阶数学中探讨。

When asked to find the image of a locus under a transformation, express z in terms of w, substitute into the original locus equation, and simplify. Recognising the resulting shape is key.

当要求找出轨迹在变换下的像时,将 z 用 w 表示,代入原始轨迹方程并化简。识别最终形状是关键。


11. Complex Numbers and Trigonometric Series | 复数与三角级数

Complex numbers provide elegant summation formulas for series involving cos nθ and sin nθ. Consider a sum like Σ cos(kθ) from k=1 to n. By summing the geometric progression of e^(ikθ) and taking the real part, a closed form emerges.

复数给出了涉及 cos nθ 和 sin nθ 级数的优雅求和公式。考虑从 k=1 到 n 的和式 Σ cos(kθ)。通过对 e^(ikθ) 的等比数列求和并取实部,可得出闭合形式。

This technique is powerful: write cos θ = (e^(iθ) + e^(–iθ))/2, sin θ = (e^(iθ) – e^(–iθ))/(2i), and then binomial expansions or series become easier to manipulate.

这一技巧十分强大:将 cos θ 写作 (e^(iθ) + e^(–iθ))/2,sin θ 写成 (e^(iθ) – e^(–iθ))/(2i),然后二项式展开或级数处理起来就更容易。

Exam questions might ask you to express cosⁱθ sinⁿθ in terms of multiple angles, or to sum a finite series like Σ rⁿ cos(nθ). Practice such algebraic manipulations to gain confidence.

考题可能会要求用多倍角表示 cosⁱθ sinⁿθ,或求有限级数如 Σ rⁿ cos(nθ) 的和。通过练习此类代数操作以建立信心。


12. Common Pitfalls and Exam Strategies | 常见陷阱与应试策略

One frequent mistake is forgetting to give the argument in the correct range –π < θ ≤ π. When a complex number lies on a negative real axis (e.g., –3), the principal argument is π, not –π, unless the syllabus specifies otherwise; always check your exam board’s convention.

一个常见错误是忘记在主辐角范围 –π < θ ≤ π 内给出辐角。当复数位于负实轴上(如 –3)时,主辐角为 π,而非 –π,除非大纲另有规定;务必查证考试局的习惯约定。

Another pitfall is mishandling conjugates in division: remember that (a + bi)/(c + di) = (a + bi)(c – di) / (c² + d²). Multiply numerator and denominator by the conjugate of the denominator, without forgetting to multiply both parts.

另一个陷阱是在除法中错误处理共轭:记住 (a + bi)/(c + di) = (a + bi)(c – di) / (c² + d²)。用分母的共轭同时乘以分子与分母,别忘了两部分都要乘。

When squaring or taking roots, never assume √(z₁z₂) = √z₁ √z₂ holds for complex numbers without careful consideration of branches. It is safer to convert to polar form.

在进行平方或开方时,不要假设 √(z₁z₂) = √z₁ √z₂ 在复数中无条件成立,需要仔细考虑分支切割。更安全的做法是转换为极坐标形式。

In locus questions, precise wording matters: “find the Cartesian equation” means you should give the equation in x and y; “sketch the locus” requires a labelled diagram with key intercepts and boundaries clearly indicated.

在轨迹问题中,准确措辞很重要:“求笛卡儿方程”意味着你应给出用 x 和 y 表达的方程;“画出轨迹”则要求有标注的示意图,清楚标出关键截距和边界。

Time management: if a complex number proof is worth few marks, look for symmetry or known identities before expanding everything in full. Often using exponential form saves precious minutes.

时间管理:如果一道复数证明题分值不高,在全面展开之前先找对称性或已知恒等式。使用指数形式通常能节省宝贵时间。

Published by TutorHao | IB CIE 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