A-Level数学 复数与棣莫弗定理 全面解析
Introduction to Complex Numbers
Complex numbers extend the real number system by introducing the imaginary unit i, defined as i² = -1. While real numbers can be placed on a one-dimensional number line, complex numbers occupy a two-dimensional plane, offering a richer mathematical structure that underpins much of advanced physics and engineering. For A-Level Mathematics students, mastering complex numbers is essential: they appear in polynomial equations, trigonometric identities, and vector analysis across both pure and applied modules.
复数通过引入虚数单位 i(定义为 i² = -1)扩展了实数系统。实数可以放在一维数轴上,而复数占据了二维平面,提供了更丰富的数学结构,支撑着高等物理和工程的许多领域。对于A-Level数学学生来说,掌握复数至关重要:它们出现在多项式方程、三角恒等式和矢量分析中,横跨纯数学和应用数学两个模块。
Complex Number Basics: Algebraic Form
A complex number z is written in algebraic form as z = a + bi, where a and b are real numbers. The real part Re(z) = a and the imaginary part Im(z) = b. Two complex numbers are equal if and only if their real and imaginary parts are both equal. Addition and subtraction follow component-wise rules: (a + bi) ± (c + di) = (a ± c) + (b ± d)i. Multiplication uses the distributive law together with i² = -1: (a + bi)(c + di) = (ac – bd) + (ad + bc)i.
复数 z 以代数形式写成 z = a + bi,其中 a 和 b 是实数。实部 Re(z) = a,虚部 Im(z) = b。两个复数相等当且仅当它们的实部和虚部分别相等。加法和减法遵循分量规则:(a + bi) ± (c + di) = (a ± c) + (b ± d)i。乘法使用分配律并结合 i² = -1:(a + bi)(c + di) = (ac – bd) + (ad + bc)i。
The complex conjugate of z = a + bi is denoted as z̄ or z* and equals a – bi. Conjugates are powerful tools: the product z × z̄ = a² + b² is always a non-negative real number; dividing by a complex number involves multiplying numerator and denominator by the conjugate of the denominator.
z = a + bi 的共轭复数记作 z̄ 或 z*,等于 a – bi。共轭是强大的工具:乘积 z × z̄ = a² + b² 始终是非负实数;除以一个复数需要将分子和分母同时乘以分母的共轭。
The Complex Plane: Argand Diagram
An Argand diagram represents complex numbers geometrically on a plane where the horizontal axis is the real axis and the vertical axis is the imaginary axis. The point (a, b) corresponds to z = a + bi, making every complex number uniquely identifiable by its coordinates. This visual representation transforms abstract algebraic operations into geometric transformations: addition becomes vector addition (parallelogram law), while multiplication by i rotates a point 90° counterclockwise about the origin.
阿根图将复数几何化地表示在平面上,横轴为实轴,纵轴为虚轴。点 (a, b) 对应 z = a + bi,使得每个复数都可以通过坐标唯一确定。这种可视化表示将抽象的代数运算转化为几何变换:加法变成矢量加法(平行四边形法则),而乘以 i 则将点绕原点逆时针旋转 90°。
The set of points satisfying |z – (2 + i)| = 3 forms a circle centered at (2, 1) with radius 3. Similarly, |z – 1| = |z – i| describes the perpendicular bisector of the segment joining (1, 0) and (0, 1), which is the line y = x. Translating between algebraic and geometric descriptions is an essential exam skill.
满足 |z – (2 + i)| = 3 的点集构成以 (2, 1) 为圆心、半径为 3 的圆。条件 |z – 1| = |z – i| 描述了连接 (1, 0) 和 (0, 1) 线段的垂直平分线,即直线 y = x。在代数描述和几何描述之间转换是必备的考试技能。
Modulus and Argument
The modulus of z = a + bi, written |z|, is the distance from the origin to the point (a, b): |z| = √(a² + b²). The argument of z, denoted arg(z), is the angle θ measured from the positive real axis, typically in the range (-π, π] for the principal argument. Together, modulus and argument give the polar form: z = r(cos θ + i sin θ), where r = |z| and θ = arg(z).
z = a + bi 的模记作 |z|,是从原点到点 (a, b) 的距离:|z| = √(a² + b²)。辐角 arg(z) 是从正实轴测量的角度 θ,主辐角通常在 (-π, π] 范围内。模和辐角一起给出极坐标形式:z = r(cos θ + i sin θ),其中 r = |z| 且 θ = arg(z)。
Converting between forms: given a + bi, compute r = √(a² + b²) and θ = arctan(b/a), adjusting for the quadrant. For example, z = -1 + √3i has r = √(1 + 3) = 2, and since a < 0 and b > 0, θ = π – π/3 = 2π/3, so z = 2(cos 2π/3 + i sin 2π/3).
在形式之间转换:给定 a + bi,计算 r = √(a² + b²) 和 θ = arctan(b/a),根据象限调整。例如,z = -1 + √3i 有 r = 2,由于 a < 0 且 b > 0,θ = π – π/3 = 2π/3,所以 z = 2(cos 2π/3 + i sin 2π/3)。
de Moivre’s Theorem
de Moivre’s theorem: for any complex number z = r(cos θ + i sin θ) and integer n, zⁿ = rⁿ(cos nθ + i sin nθ). This elegant result connects complex numbers to trigonometry, enabling efficient computation of powers and roots. The theorem follows from the multiplicative property of arguments: multiplying two complex numbers adds their arguments.
棣莫弗定理:对于任何复数 z = r(cos θ + i sin θ) 和整数 n,有 zⁿ = rⁿ(cos nθ + i sin nθ)。这个简洁的结果将复数与三角学联系起来,使得幂和根的计算异常高效。该定理由辐角的乘法性质导出:两个复数相乘时辐角相加。
For roots, nth roots of unity are equally spaced on the unit circle: zⁿ = 1 has solutions z_k = cos(2πk/n) + i sin(2πk/n) for k = 0, 1, …, n-1. A typical question: find cube roots of 8i. Express in polar form: r = 8, θ = π/2. Using z_k = r^(1/n)[cos((θ+2πk)/n) + i sin((θ+2πk)/n)], the three roots are √3 + i, -√3 + i, and -2i.
对于根,n 次单位根是单位圆上等间距的点:zⁿ = 1 的解为 z_k = cos(2πk/n) + i sin(2πk/n)。典型考题:求 8i 的立方根。用极坐标形式:r = 8,θ = π/2。使用公式 z_k = r^(1/n)[cos((θ+2πk)/n) + i sin((θ+2πk)/n)],三个根为 √3 + i, -√3 + i, -2i。
Solving Complex Equations
Quadratic equations with negative discriminants produce complex roots that always appear in conjugate pairs. For a polynomial with real coefficients, if a + bi is a root, its conjugate a – bi is also a root. Given one complex root, students can find all roots using this property: for z³ – 7z² + 19z – 13 = 0 with root 2 + i, the conjugate 2 – i is also a root, yielding factor z² – 4z + 5, so the third root is z = 3.
判别式为负的二次方程产生总是以共轭对出现的复数根。对于具有实系数的多项式,如果 a + bi 是一个根,其共轭 a – bi 也是一个根。给定一个复数根,学生可以利用这个性质求出所有根:对于 z³ – 7z² + 19z – 13 = 0 有根 2 + i,共轭 2 – i 也是根,得到因式 z² – 4z + 5,因此第三个根是 z = 3。
Exam Tips and Common Pitfalls
When finding arguments, always check the quadrant: arctan(b/a) alone is insufficient. If a > 0, arg = arctan(b/a); if a < 0, add or subtract π. Different exam boards specify different principal argument ranges: Edexcel uses (-π, π], while others may use [0, 2π). When solving zⁿ = w, remember there are exactly n distinct solutions : stopping after one root is a common error. Always use the conjugate of the denominator when dividing complex numbers.
求辐角时务必检查象限:仅使用 arctan(b/a) 是不够的。如果 a > 0,辐角为 arctan(b/a);如果 a < 0,加上或减去 π。不同考试局规定不同的主辐角范围:Edexcel 使用 (-π, π],其他可能使用 [0, 2π)。求解 zⁿ = w 时记住有 n 个不同解:只找到一个根是常见错误。除以复数时始终使用分母的共轭。
Key Bilingual Terms: Complex Numbers
Complex Number 复数 | Imaginary Unit 虚数单位 | Real Part 实部 | Imaginary Part 虚部 | Complex Conjugate 共轭复数 | Argand Diagram 阿根图 | Modulus 模 | Argument 辐角 | Polar Form 极坐标形式 | de Moivre’s Theorem 棣莫弗定理 | Roots of Unity 单位根 | Complex Plane 复数平面 | Algebraic Form 代数形式 | Principal Argument 主辐角 | Complex Equation 复数方程 | Quadratic Formula 二次公式 | Discriminant 判别式 | Conjugate Pair 共轭对 | Locus 轨迹 | Fundamental Theorem of Algebra 代数基本定理
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导