一、什么是复数?实数系的突破性扩展 | What Are Complex Numbers? Breaking Beyond the Real Number System
复数(Complex Numbers)是数学中一个基础而强大的扩展概念,它将我们熟悉的实数系延伸到一个全新的维度。在实数范围内,方程 x² + 1 = 0 是无解的 – 因为没有任何实数的平方等于负数。然而,通过引入虚数单位 i,我们定义 i² = -1,从而使得所有多项式方程都能拥有解。这一突破性的扩展不仅解决了代数基本问题,更开辟了物理学、工程学和信号处理等领域的全新应用空间。对于 AS 进阶数学的学生来说,复数是理解高等数学结构的关键一步。
Complex numbers are a fundamental and powerful extension in mathematics, stretching the familiar real number system into a brand-new dimension. Within the real numbers, the equation x² + 1 = 0 has no solution – because no real number squared can equal a negative. However, by introducing the imaginary unit i, defined as i² = -1, every polynomial equation can have a solution. This breakthrough not only resolves a foundational algebraic problem but also opens up entirely new applications in physics, engineering, and signal processing. For AS Further Mathematics students, complex numbers are a critical step toward understanding the structure of higher mathematics.
二、虚数单位 i:定义、幂次循环与基本运算 | The Imaginary Unit i: Definition, Power Cycle, and Basic Operations
虚数单位 i 的定义是 i² = -1。这一定义的核心推论是 i 的幂次遵循一个四步循环:i¹ = i,i² = -1,i³ = -i,i⁴ = 1,然后模式从 i⁵ = i 重新开始。理解这个循环对于简化含 i 的高次幂表达式至关重要。例如,要计算 i²⁰²³,我们将 2023 除以 4 得到余数 3,因此 i²⁰²³ = i³ = -i。这一简单的幂次规则是所有复数运算的基础。
The imaginary unit i is defined by the single equation i² = -1. The core consequence of this definition is that powers of i follow a four-step cycle: i¹ = i, i² = -1, i³ = -i, i⁴ = 1, and then the pattern restarts with i⁵ = i. Understanding this cycle is essential for simplifying expressions with high powers of i. For example, to evaluate i²⁰²³, divide 2023 by 4 to obtain remainder 3, so i²⁰²³ = i³ = -i. This simple power rule underpins all complex number calculations.
三、复数的标准形式:实部与虚部的代数结构 | Standard Form of Complex Numbers: The Algebraic Structure of Real and Imaginary Parts
每一个复数都可以写成 z = a + bi 的标准形式,其中 a 是实部(Real Part),b 是虚部(Imaginary Part),两者都是实数。当 b = 0 时,z 退化为实数 a;当 a = 0 时,z 是纯虚数。两个复数相等当且仅当它们的实部和虚部分别相等。这一结构使得复数运算可以像处理二项式一样进行,实部与实部结合,虚部与虚部结合。例如,若 z₁ = 3 + 2i 且 z₂ = 1 + 5i,则 z₁ 的实部为 3、虚部为 2。
Every complex number can be written in standard form z = a + bi, where a is the real part and b is the imaginary part, both being real numbers. When b = 0, z reduces to the real number a; when a = 0, z is purely imaginary. Two complex numbers are equal if and only if their real and imaginary parts are respectively equal. This structure allows complex arithmetic to proceed like binomial manipulation – real parts combine with real parts, imaginary parts with imaginary parts. For instance, if z₁ = 3 + 2i and z₂ = 1 + 5i, then the real part of z₁ is 3 and its imaginary part is 2.
四、阿尔冈图:在二维平面上可视化复数 | The Argand Diagram: Visualising Complex Numbers on a Two-Dimensional Plane
阿尔冈图(Argand Diagram)是将复数可视化为二维平面上的点的图形工具。横轴代表实轴(Real Axis),纵轴代表虚轴(Imaginary Axis)。复数 z = a + bi 对应坐标为 (a, b) 的点。这一可视化使得许多抽象概念变得直观:复数的模(Modulus)就是从原点到该点的距离;复数的辐角(Argument)就是该点与正实轴之间的夹角。阿尔冈图也使得复数的加法可以理解为向量加法,旋转和平移等几何变换直接对应于复数运算。
The Argand diagram is a graphical tool that visualises complex numbers as points on a two-dimensional plane. The horizontal axis represents the real axis, and the vertical axis represents the imaginary axis. The complex number z = a + bi corresponds to the point with coordinates (a, b). This visualisation makes many abstract concepts intuitive: the modulus of a complex number is the distance from the origin to the point; the argument is the angle between the point and the positive real axis. The Argand diagram also allows addition of complex numbers to be understood as vector addition, and geometric transformations such as rotation and translation correspond directly to complex number operations.
五、复数的模:从原点到复平面上点的距离 | The Modulus of a Complex Number: Distance from the Origin to a Point on the Complex Plane
复数 z = a + bi 的模(Modulus),记作 |z|,定义为从原点到点 (a, b) 的欧几里得距离:|z| = √(a² + b²)。模始终是非负实数,并且 |z| = 0 当且仅当 z = 0。模满足三角形不等式 |z₁ + z₂| ≤ |z₁| + |z₂|,以及乘法性质 |z₁z₂| = |z₁| × |z₂|。在解题中,模常用于判断方程是否有实数解,或作为复数大小的度量。例如,若 z = 3 + 4i,则 |z| = √(9 + 16) = 5。
The modulus of the complex number z = a + bi, denoted |z|, is defined as the Euclidean distance from the origin to the point (a, b): |z| = √(a² + b²). The modulus is always a non-negative real number, and |z| = 0 if and only if z = 0. The modulus satisfies the triangle inequality |z₁ + z₂| ≤ |z₁| + |z₂|, as well as the multiplicative property |z₁z₂| = |z₁| × |z₂|. In problem-solving, the modulus is used to determine whether an equation has real solutions or as a measure of the magnitude of a complex number. For example, if z = 3 + 4i, then |z| = √(9 + 16) = 5.
六、复数的辐角:正实轴到复数向量的角度测量 | The Argument of a Complex Number: Measuring the Angle from the Positive Real Axis
复数 z = a + bi 的辐角(Argument),记作 arg(z),是正实轴与连接原点到点 (a, b) 的线段之间的角度。辐角通常以弧度表示,主值范围通常取 (-π, π] 或 [0, 2π)。计算公式为 arg(z) = arctan(b/a),但必须根据复数所在的象限调整角度值。注意 a = 0 和 b > 0 时 arg(z) = π/2,b < 0 时 arg(z) = -π/2。辐角在复数的乘法和除法中起着关键作用 - 两个复数相乘,辐角相加;两个复数相除,辐角相减。
The argument of the complex number z = a + bi, denoted arg(z), is the angle from the positive real axis to the line segment joining the origin to the point (a, b). The argument is usually expressed in radians, with the principal value typically in (-π, π] or [0, 2π). The formula is arg(z) = arctan(b/a), but the angle must be adjusted according to the quadrant in which the complex number lies. Note that when a = 0 and b > 0, arg(z) = π/2; when b < 0, arg(z) = -π/2. The argument plays a critical role in multiplication and division of complex numbers - when multiplying, arguments add; when dividing, arguments subtract.
七、复数的极坐标形式:模-辐角表示法 | Polar Form of Complex Numbers: The Modulus-Argument Representation
复数除了标准代数形式 a + bi 外,还可以用极坐标形式表达:z = r(cos θ + i sin θ),其中 r = |z| 是模,θ = arg(z) 是辐角。这种形式通常简写为 z = r cis θ,其中 cis θ = cos θ + i sin θ。极坐标形式特别适合复数的乘除运算以及棣莫弗定理的应用。将代数形式转换为极坐标形式需要三个步骤:计算模 r,计算辐角 θ,代入公式。逆转换也只需将 cos θ 和 sin θ 的值代回即可。
Beyond the standard algebraic form a + bi, complex numbers can also be expressed in polar form: z = r(cos θ + i sin θ), where r = |z| is the modulus and θ = arg(z) is the argument. This form is often abbreviated as z = r cis θ, where cis θ = cos θ + i sin θ. Polar form is particularly well-suited for multiplication and division of complex numbers and for applying De Moivre’s theorem. Converting from algebraic to polar form involves three steps: compute the modulus r, compute the argument θ, and substitute into the formula. The reverse conversion is simply substituting back the values of cos θ and sin θ.
八、共轭复数:实轴的镜像反射与运算性质 | Complex Conjugates: Mirror Reflection Across the Real Axis and Operational Properties
复数 z = a + bi 的共轭复数(Complex Conjugate),记作 z̄ 或 z*,定义为 z̄ = a – bi。在阿尔冈图上,共轭是点关于实轴的水平镜像反射。共轭具有许多重要的代数性质:z × z̄ = |z|² = a² + b²(始终为实数);z + z̄ = 2a(两倍实部);z – z̄ = 2bi。共轭还满足加法、乘法、除法的分布性质:(z₁ + z₂)̄ = z̄₁ + z̄₂,(z₁z₂)̄ = z̄₁z̄₂。这些性质在简化复杂表达式和求解多项式方程时极为有用。
The complex conjugate of z = a + bi, denoted z̄ or z*, is defined as z̄ = a – bi. On the Argand diagram, the conjugate is the horizontal mirror reflection of the point across the real axis. Conjugates possess several important algebraic properties: z × z̄ = |z|² = a² + b² (always a real number); z + z̄ = 2a (twice the real part); z – z̄ = 2bi. Conjugation also distributes over addition, multiplication, and division: (z₁ + z₂)̄ = z̄₁ + z̄₂ and (z₁z₂)̄ = z̄₁z̄₂. These properties are extremely useful for simplifying complex expressions and solving polynomial equations.
九、复数的加法和减法:实部与虚部分别合并 | Addition and Subtraction of Complex Numbers: Combining Real and Imaginary Parts Separately
复数的加法和减法是最直接的基本运算 – 只需分别对实部和虚部进行运算。对于 z₁ = a + bi 和 z₂ = c + di,有 z₁ + z₂ = (a + c) + (b + d)i,z₁ – z₂ = (a – c) + (b – d)i。在阿尔冈图上,加法对应向量的平行四边形法则,减法对应从 z₂ 的终点指向 z₁ 的终点的向量。虽然加法和减法看起来简单,但它们在涉及共轭和模的复杂表达式简化中发挥着基础性作用。
Addition and subtraction of complex numbers are the most straightforward basic operations – simply operate on the real and 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. On the Argand diagram, addition corresponds to the parallelogram rule for vectors, and subtraction corresponds to the vector from the endpoint of z₂ to the endpoint of z₁. Though addition and subtraction appear simple, they play foundational roles in simplifying complex expressions involving conjugates and moduli.
十、复数的乘法和除法:代数展开与共轭有理化 | Multiplication and Division of Complex Numbers: Algebraic Expansion and Conjugate Rationalisation
复数的乘法遵循代数展开规则,利用 i² = -1 化简。对于 z₁ = a + bi 和 z₂ = c + di,有 z₁z₂ = (ac – bd) + (ad + bc)i。更直观地,如果使用极坐标形式 z₁ = r₁ cis θ₁ 和 z₂ = r₂ cis θ₂,则 z₁z₂ = r₁r₂ cis(θ₁ + θ₂) – 模相乘,辐角相加。复数的除法通过对分子分母同时乘以分母的共轭来实现有理化:z₁/z₂ = (z₁z̄₂)/(z₂z̄₂) = (z₁z̄₂)/|z₂|²。在极坐标形式下,z₁/z₂ = (r₁/r₂) cis(θ₁ – θ₂)。
Multiplication of complex numbers follows the algebraic expansion rule, simplifying using i² = -1. For z₁ = a + bi and z₂ = c + di, we have z₁z₂ = (ac – bd) + (ad + bc)i. More intuitively, using polar form z₁ = r₁ cis θ₁ and z₂ = r₂ cis θ₂, we obtain z₁z₂ = r₁r₂ cis(θ₁ + θ₂) – multiply moduli, add arguments. Division of complex numbers is achieved by multiplying numerator and denominator by the conjugate of the denominator: z₁/z₂ = (z₁z̄₂)/(z₂z̄₂) = (z₁z̄₂)/|z₂|². In polar form, z₁/z₂ = (r₁/r₂) cis(θ₁ – θ₂).
十一、棣莫弗定理:复数幂次与三角恒等式的桥梁 | De Moivre’s Theorem: The Bridge Between Powers of Complex Numbers and Trigonometric Identities
棣莫弗定理(De Moivre’s Theorem)是 AS 进阶数学中最优雅的工具之一。该定理指出,对于任意整数 n,有 (r cis θ)ⁿ = rⁿ cis(nθ),即 (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ)。这一定理为计算复数的幂提供了极简方法:只需将模取 n 次方,将辐角乘以 n。更重要的是,棣莫弗定理是推导三角恒等式(如 cos 2θ、sin 3θ 的展开式)和求解形如 zⁿ = w 的方程的核心工具。AQA AS 进阶数学考试中,棣莫弗定理的应用是必考内容。
De Moivre’s Theorem is one of the most elegant tools in AS Further Mathematics. The theorem states that for any integer n, (r cis θ)ⁿ = rⁿ cis(nθ), or equivalently (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ). This theorem provides an extremely concise method for computing powers of complex numbers: simply raise the modulus to the power of n and multiply the argument by n. More importantly, De Moivre’s Theorem is the core tool for deriving trigonometric identities (such as expansions of cos 2θ and sin 3θ) and solving equations of the form zⁿ = w. In the AQA AS Further Mathematics examination, applications of De Moivre’s Theorem are compulsory content.
十二、复数方程的根:单位根与 n 次方根的对称结构 | Roots of Complex Equations: Roots of Unity and the Symmetric Structure of nth Roots
利用棣莫弗定理,我们可以求解形如 zⁿ = w 的方程,找到 n 个互不相同的复根。这些根在阿尔冈图上均匀分布在一个圆周上,彼此的辐角相差 2π/n。特别地,方程 zⁿ = 1 的解称为 n 次单位根(nth Roots of Unity),它们对称地排列在单位圆上。一般求解步骤为:将 w 写为极坐标形式 w = R cis φ,然后第 k 个根为 z_k = R^{1/n} cis((φ + 2πk)/n),其中 k = 0, 1, 2, …, n-1。这种对称结构在信号处理和量子力学中有重要应用。
Using De Moivre’s Theorem, we can solve equations of the form zⁿ = w, finding n distinct complex roots. These roots are evenly distributed around a circle on the Argand diagram, with arguments differing by 2π/n. In particular, the solutions to zⁿ = 1 are called the nth roots of unity, symmetrically arranged on the unit circle. The general solution procedure is: write w in polar form w = R cis φ, then the kth root is z_k = R^{1/n} cis((φ + 2πk)/n) for k = 0, 1, 2, …, n-1. This symmetric structure has important applications in signal processing and quantum mechanics.
十三、阿尔冈图中的轨迹:复平面上的几何约束条件 | Loci in the Argand Diagram: Geometric Constraints on the Complex Plane
AS 进阶数学考试中的一个常见题型是描绘和解释阿尔冈图上的轨迹(Loci)。给定一个关于复数 z 的条件,我们需要画出满足该条件的点的集合。最常见的轨迹类型包括:|z – a| = r 表示以 a 为圆心、r 为半径的圆;|z – a| = |z – b| 表示点 a 和 b 连线的垂直平分线;arg(z – a) = θ 表示从点 a 出发、方向角为 θ 的半直线。涉及不等式如 |z – a| < r 时,需要在图上标出阴影区域。在 AQA 考试中,轨迹问题常与最值求解(最大/最小模、最大/最小辐角)结合考察。
A common question type in AS Further Mathematics examinations is sketching and interpreting loci on the Argand diagram. Given a condition on the complex variable z, we need to draw the set of points satisfying that condition. The most common locus types include: |z – a| = r represents a circle with centre a and radius r; |z – a| = |z – b| represents the perpendicular bisector of the line segment joining a and b; arg(z – a) = θ represents a half-line starting from a with direction angle θ. When inequalities such as |z – a| < r are involved, shaded regions must be indicated on the diagram. In AQA examinations, locus problems are often combined with finding maximum or minimum values of the modulus or argument.
十四、复数在二次方程中的应用:判别式为负时的求解策略 | Complex Numbers in Quadratic Equations: Solving Strategies When the Discriminant Is Negative
复数最初被引入的原因之一正是为了解决二次方程中判别式 Δ = b² – 4ac < 0 的情形。当判别式为负时,方程的根是一对共轭复数。例如,方程 x² - 4x + 13 = 0 的判别式 Δ = 16 - 52 = -36,因此根为 x = (4 ± √36i)/2 = 2 ± 3i。这些根始终以共轭对的形式出现,且它们的和为 -b/a,积为 c/a。理解复数在二次方程中的角色不仅是考试得分点,也是理解更高阶多项式方程的基础。
One of the original motivations for introducing complex numbers was precisely to handle the case where the discriminant Δ = b² – 4ac < 0 in quadratic equations. When the discriminant is negative, the roots are a conjugate pair of complex numbers. For example, the equation x² - 4x + 13 = 0 has discriminant Δ = 16 - 52 = -36, so the roots are x = (4 ± √36i)/2 = 2 ± 3i. These roots always appear as conjugate pairs, with their sum equal to -b/a and their product equal to c/a. Understanding the role of complex numbers in quadratic equations is not only a source of exam marks but also the foundation for understanding higher-degree polynomial equations.
十五、复数在物理学中的应用:交流电路与量子力学的数学语言 | Applications of Complex Numbers in Physics: The Mathematical Language of AC Circuits and Quantum Mechanics
复数并非仅仅是抽象的数学概念 – 它们是现代物理学不可或缺的描述工具。在交流电路分析中,阻抗(Impedance)Z = R + iX 使用复数同时表示电阻(实部)和电抗(虚部),而欧拉公式 e^{iθ} = cos θ + i sin θ 将振荡信号表示为旋转相量。在量子力学中,波函数本质上是复数值的,薛定谔方程包含了虚数 i。对于 AS 进阶数学的学生来说,了解这些实际应用不仅增加了学习动力,也为大学阶段的理工科学习做好了准备。
Complex numbers are far from being merely abstract mathematical concepts – they are indispensable descriptive tools in modern physics. In AC circuit analysis, impedance Z = R + iX uses complex numbers to simultaneously represent resistance (real part) and reactance (imaginary part), while Euler’s formula e^{iθ} = cos θ + i sin θ represents oscillatory signals as rotating phasors. In quantum mechanics, wave functions are fundamentally complex-valued, and the Schrodinger equation contains the imaginary unit i. For AS Further Mathematics students, awareness of these real-world applications not only boosts motivation but also prepares them for STEM studies at university level.
十六、欧拉公式:连接指数函数与三角函数的数学奇迹 | Euler’s Formula: The Mathematical Miracle Connecting Exponential and Trigonometric Functions
欧拉公式(Euler’s Formula)e^{iθ} = cos θ + i sin θ 被许多数学家誉为数学中最优美的公式之一。它将指数函数(由自然常数 e 为底)与三角函数联系起来,提供了复数极坐标形式的第三种表达方式:z = r e^{iθ},称为指数形式(Exponential Form)。当 θ = π 时,我们得到著名的欧拉恒等式 e^{iπ} + 1 = 0,将数学中五个最重要的常数 – 0、1、e、i、π – 用一条简洁的等式串联起来。在 AS 进阶数学中,欧拉公式虽非 AQA 考纲核心内容,但它是理解棣莫弗定理更深层数学背景的关键,也为大学阶段的傅里叶分析和微分方程学习提供了重要的理论框架。
Euler’s Formula, e^{iθ} = cos θ + i sin θ, is celebrated by many mathematicians as one of the most beautiful formulas in mathematics. It connects the exponential function (with base e, the natural constant) to trigonometric functions, providing a third way to express the polar form of a complex number: z = r e^{iθ}, known as exponential form. When θ = π, we obtain the famous Euler’s Identity e^{iπ} + 1 = 0, linking five of the most important constants in mathematics – 0, 1, e, i, π – in a single concise equation. In AS Further Mathematics, Euler’s Formula is not a core AQA syllabus requirement, but it is key to understanding the deeper mathematical background of De Moivre’s Theorem and provides an important theoretical framework for Fourier analysis and differential equations at university level.
十七、AS 进阶数学复数考试技巧与常见失分陷阱 | AS Further Maths Complex Numbers: Exam Techniques and Common Pitfalls
在 AQA AS 进阶数学考试中,复数题目占分显著,但许多学生因细节性错误而丢分。以下是最关键的考试技巧:第一,在计算辐角时务必检查象限 – arctan 计算器输出始终在 (-π/2, π/2),如果复数位于第二或第三象限,必须手动加上或减去 π。第二,在表达最终答案时,若题目未指定形式,代数形式 a + bi 通常是最安全的,因为极坐标形式在代入数值后可能存在精度误差。第三,绘制阿尔冈图轨迹时空常忘记标注关键点(如圆心、截距),这在 AQA 评分方案中是重要的得分项。第四,涉及模的不等式(如 |z – 2| < 3)对应圆内部区域 - 不要与外部的 |z - 2| > 3 混淆。第五,多项式方程的复数根始终以共轭对出现 – 如果找到了 2 + i 是一个根,那么 2 – i 必定也是根,这一性质可以节省大量计算时间。
In the AQA AS Further Mathematics examination, complex numbers questions carry significant marks, yet many students lose points through detail errors. Here are the most critical exam techniques: First, always check the quadrant when computing arguments – the arctan calculator output is always in (-π/2, π/2); if the complex number lies in the second or third quadrant, you must manually add or subtract π. Second, when expressing final answers, if the question does not specify a form, algebraic form a + bi is usually safest, as polar form can introduce precision errors after substituting numerical values. Third, when sketching Argand diagram loci, students frequently forget to label key points such as centres and intercepts – these are important marking points in the AQA marking scheme. Fourth, inequalities involving modulus such as |z – 2| < 3 represent the interior region of a circle - do not confuse this with the exterior region |z - 2| > 3. Fifth, complex roots of polynomial equations always occur in conjugate pairs – if you have found that 2 + i is a root, then 2 – i must also be a root; this property can save substantial calculation time.
十八、典型例题精讲:从基础计算到考试级综合应用 | Worked Examples: From Basic Calculations to Exam-Level Integrated Applications
例题一(基础):将复数 z = -1 + i√3 表示为极坐标形式。第一步,计算模:|z| = √((-1)² + (√3)²) = √(1 + 3) = 2。第二步,计算辐角:arg(z) = arctan(√3/-1) + π(因为实部为负、虚部为正,位于第二象限)。arctan(-√3) = -π/3,加上 π 后得 2π/3。因此极坐标形式为 z = 2 cis(2π/3) 或 z = 2(cos 2π/3 + i sin 2π/3)。
Example 1 (Basic): Express the complex number z = -1 + i√3 in polar form. Step 1, compute the modulus: |z| = √((-1)² + (√3)²) = √(1 + 3) = 2. Step 2, compute the argument: arg(z) = arctan(√3/-1) + π (since the real part is negative and the imaginary part positive, it lies in the second quadrant). arctan(-√3) = -π/3, adding π gives 2π/3. Therefore the polar form is z = 2 cis(2π/3) or z = 2(cos 2π/3 + i sin 2π/3).
例题二(棣莫弗定理):利用棣莫弗定理计算 (1 + i)⁸。首先将 1 + i 转换为极坐标形式:|1 + i| = √2,arg(1 + i) = arctan(1/1) = π/4。应用棣莫弗定理:(1 + i)⁸ = (√2)⁸ cis(8 × π/4) = (√2)⁸ cis(2π)。(√2)⁸ = 2⁴ = 16,cis(2π) = cos 2π + i sin 2π = 1 + 0i = 1。因此 (1 + i)⁸ = 16。
Example 2 (De Moivre’s Theorem): Use De Moivre’s Theorem to evaluate (1 + i)⁸. First convert 1 + i to polar form: |1 + i| = √2, arg(1 + i) = arctan(1/1) = π/4. Apply De Moivre’s Theorem: (1 + i)⁸ = (√2)⁸ cis(8 × π/4) = (√2)⁸ cis(2π). (√2)⁸ = 2⁴ = 16, cis(2π) = cos 2π + i sin 2π = 1 + 0i = 1. Therefore (1 + i)⁸ = 16.
例题三(轨迹与最值,考试级):在阿尔冈图上,点 P 表示复数 z 满足 |z – 3| = 2。求 (a) z 的最大模和最小模;(b) z 的最大辐角和最小辐角。对于 (a),轨迹是以 (3, 0) 为圆心、半径为 2 的圆。从原点到圆上点的距离范围是从 |OC| – r 到 |OC| + r,即从 3 – 2 = 1 到 3 + 2 = 5。因此最大模 = 5,最小模 = 1。对于 (b),从原点出发与圆相切的两条切线的角度即为辐角的范围。切线长 √(3² – 2²) = √5,切线与 OC 的夹角为 arcsin(2/3) ≈ 0.730 rad。因此最大辐角 ≈ 0.730 rad,最小辐角 ≈ -0.730 rad。
Example 3 (Loci and Extremes, Exam Level): On an Argand diagram, point P represents a complex number z satisfying |z – 3| = 2. Find (a) the maximum and minimum modulus of z, and (b) the maximum and minimum argument of z. For (a), the locus is a circle with centre (3, 0) and radius 2. The distances from the origin to points on the circle range from |OC| – r to |OC| + r, i.e., from 3 – 2 = 1 to 3 + 2 = 5. Therefore maximum modulus = 5, minimum modulus = 1. For (b), the two tangent lines from the origin to the circle define the range of the argument. Tangent length = √(3² – 2²) = √5, and the angle between a tangent and OC is arcsin(2/3) ≈ 0.730 rad. Therefore maximum argument ≈ 0.730 rad, minimum argument ≈ -0.730 rad.
Summary | 总结
复数从看似简单的定义 i² = -1 出发,构建了一套完整而优美的数学体系。从代数形式到极坐标形式,从阿尔冈图到棣莫弗定理,每一个概念都相互联系、层层递进。对于 AS 进阶数学的学生而言,掌握复数不仅是为了应对 AQA 考试,更是为未来在数学、物理、工程等领域的学习打下坚实的基础。建议通过大量练习题巩固运算技能,特别是棣莫弗定理的应用和阿尔冈图轨迹的绘制,这两者是考试中的高频考点。
Beginning from the seemingly simple definition i² = -1, complex numbers build a complete and elegant mathematical system. From algebraic form to polar form, from the Argand diagram to De Moivre’s Theorem, every concept is interconnected and progressively layered. For AS Further Mathematics students, mastering complex numbers is not only about passing the AQA examination but also about laying a solid foundation for future studies in mathematics, physics, engineering, and beyond. We recommend reinforcing computational skills through extensive practice, particularly on applications of De Moivre’s Theorem and sketching loci on the Argand diagram – both are high-frequency topics in examinations.
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply