📚 Complex Numbers for A-Level OCR Maths | A-Level OCR 数学:复数考点精讲
Complex numbers extend the familiar real number system and are essential for A-Level OCR Further Mathematics. They not only enable the solution of equations such as x² + 1 = 0 but also provide powerful tools in geometry, trigonometry and advanced calculus. Mastering complex numbers is a gateway to understanding higher-level mathematical structures and their applications in physics and engineering.
复数将我们熟悉的实数系统进行了扩展,是 A-Level OCR 进阶数学的核心内容。它们不仅能解决 x² + 1 = 0 这类方程,还为几何、三角和高等微积分提供了强有力的工具。掌握复数是通向更高层次数学结构及其在物理和工程中应用的大门。
1. The Imaginary Unit and Complex Numbers | 虚数单位与复数
A complex number is any number that can be expressed in the form z = x + iy, where x and y are real numbers and i is the imaginary unit satisfying i² = −1. The real part of z is Re(z) = x and the imaginary part is Im(z) = y.
复数是可以表示为 z = x + iy 形式的数,其中 x 与 y 是实数,i 是虚数单位,满足 i² = −1。z 的实部 Re(z) = x,虚部 Im(z) = y。
When the imaginary part is zero, the number is purely real; when the real part is zero, it is purely imaginary. Real and imaginary parts must be handled separately in most algebraic operations.
当虚部为零时,该数是实数;当实部为零时,该数是纯虚数。在大多数代数运算中,实部与虚部必须分开处理。
2. The Complex Plane (Argand Diagram) | 复平面(阿干特图)
Complex numbers can be visualised using an Argand diagram, where the horizontal axis represents the real part and the vertical axis represents the imaginary part. This turns every complex number into a point or a position vector.
复数可以用阿干特图可视化表示,其中横轴表示实部,纵轴表示虚部。这样每一个复数都对应一个点或一个位置向量。
The representation as a vector is particularly useful when interpreting addition, subtraction and modulus geometrically. The distance from the origin to the point (x, y) is the modulus of the complex number.
将复数视为向量在几何上解释加法、减法和模时特别有用。从原点到点 (x, y) 的距离就是该复数的模。
3. Addition, Subtraction and Multiplication | 加法、减法与乘法
To add or subtract complex numbers, simply combine the real parts and the imaginary parts separately: (a + i b) ± (c + i d) = (a ± c) + i(b ± d). This mirrors vector addition in the plane.
复数的加减法只需分别合并实部与虚部:(a + i b) ± (c + i d) = (a ± c) + i(b ± d)。这与平面向量的加减法类似。
Multiplication uses the usual algebraic expansion together with the rule i² = −1: (a + i b)(c + i d) = ac + i ad + i bc + i² bd = (ac − bd) + i(ad + bc). Care must be taken with signs.
乘法采用普通代数展开,并结合 i² = −1:(a + i b)(c + i d) = ac + i ad + i bc + i² bd = (ac − bd) + i(ad + bc)。务必注意符号。
4. Complex Conjugate and Division | 共轭复数与除法
The complex conjugate of z = x + iy is denoted by z* = x − iy. It is the reflection of z across the real axis. The product z z* = x² + y² is always a non‑negative real number.
复数 z = x + iy 的共轭记作 z* = x − iy。它是 z 关于实轴的镜像。乘积 z z* = x² + y² 总是一个非负实数。
To divide two complex numbers, multiply the numerator and denominator by the conjugate of the denominator: (a + i b)/(c + i d) = [(a + i b)(c − i d)] / (c² + d²). This process makes the denominator real.
两个复数相除时,将分子分母同时乘上分母的共轭:(a + i b)/(c + i d) = [(a + i b)(c − i d)] / (c² + d²)。这一过程使分母化为实数。
5. Modulus and Argument | 模与辐角
The modulus of z = x + iy is |z| = √(x² + y²). It gives the distance from the origin to the point representing z. The argument of z, arg(z), is the angle θ, measured from the positive real axis to the line joining the origin to the point, typically in the range (−π, π] or [0, 2π).
z = x + iy 的模为 |z| = √(x² + y²),表示从原点到代表 z 的点的距离。z 的辐角 arg(z) 是角度 θ,从正实轴到连接原点与该点的线段所成的角,通常在 (−π, π] 或 [0, 2π) 范围内。
The modulus satisfies |zw| = |z||w| and |z/w| = |z|/|w|, while arguments obey arg(zw) = arg(z) + arg(w) modulo 2π.
模满足 |zw| = |z||w| 及 |z/w| = |z|/|w|;辐角则满足 arg(zw) = arg(z) + arg(w) (模 2π 下)。
6. Modulus-Argument (Polar) Form | 模-辐角(极坐标)形式
Any non-zero complex number can be written as z = r(cos θ + i sin θ), where r = |z| and θ = arg(z). This is called the modulus-argument form or polar form.
任何非零复数都可以写成 z = r(cos θ + i sin θ),其中 r = |z|,θ = arg(z)。这称作模-辐角形式或极坐标形式。
This form simplifies multiplication and division dramatically, as well as providing a natural link to trigonometric identities and exponential notation.
该形式极大地简化了乘法和除法运算,同时自然地与三角恒等式和指数表示建立了联系。
7. Multiplication and Division in Polar Form | 极坐标形式的乘除运算
If z₁ = r₁(cos θ₁ + i sin θ₁) and z₂ = r₂(cos θ₂ + i sin θ₂), then z₁z₂ = r₁r₂[cos(θ₁+θ₂) + i sin(θ₁+θ₂)]. Multiplication multiplies the moduli and adds the arguments.
若 z₁ = r₁(cos θ₁ + i sin θ₁) 且 z₂ = r₂(cos θ₂ + i sin θ₂),则 z₁z₂ = r₁r₂[cos(θ₁+θ₂) + i sin(θ₁+θ₂)]。乘法使模相乘,辐角相加。
Similarly, z₁/z₂ = (r₁/r₂)[cos(θ₁−θ₂) + i sin(θ₁−θ₂)], provided z₂ ≠ 0. This geometric interpretation is fundamental to solving equations involving complex powers.
类似地,z₁/z₂ = (r₁/r₂)[cos(θ₁−θ₂) + i sin(θ₁−θ₂)],其中 z₂ ≠ 0。这一几何解释对于求解含有复数幂次的方程至关重要。
8. De Moivre’s Theorem | 棣莫弗定理
For any integer n, (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ). De Moivre’s theorem provides a straightforward method for raising a complex number to a power when it is in polar form.
对于任意整数 n,有 (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ)。棣莫弗定理为复数在极坐标形式下求幂提供了直接的方法。
This theorem is especially powerful for deriving multiple-angle trigonometric identities, such as expressing cos 3θ in terms of cos θ. It also underpins the method for finding nth roots of complex numbers.
该定理对于推导倍角三角恒等式特别有效,例如用 cos θ 表示 cos 3θ。它也是求复数 n 次方根方法的基础。
9. Roots of Complex Numbers | 复数的根
To find the nth roots of a complex number w, first express w in polar form w = R(cos φ + i sin φ). The nth roots are given by zₖ = R^{1/n} [cos((φ + 2πk)/n) + i sin((φ + 2πk)/n)], for k = 0, 1, …, n−1.
要求复数 w 的 n 次方根,首先将 w 写成极坐标形式 w = R(cos φ + i sin φ)。则 n 次方根为 zₖ = R^{1/n} [cos((φ + 2πk)/n) + i sin((φ + 2πk)/n)],其中 k = 0, 1, …, n−1。
These n roots are equally spaced around a circle of radius R^{1/n} in the complex plane, separated by angles of 2π/n. This symmetry appears frequently in polynomial equations.
这 n 个根均匀分布在半径为 R^{1/n} 的圆周上,彼此间夹角为 2π/n。这种对称性在多项式方程中频繁出现。
10. Roots of Unity | 单位根
The nth roots of unity are the solutions to zⁿ = 1. They are given by ωₖ = cos(2πk/n) + i sin(2πk/n) for k = 0, 1, …, n−1. The principal root ω = cos(2π/n) + i sin(2π/n) generates all the others as its powers.
n 次单位根是方程 zⁿ = 1 的解。它们为 ωₖ = cos(2πk/n) + i sin(2πk/n),k = 0, 1, …, n−1。主根 ω = cos(2π/n) + i sin(2π/n) 的所有幂次可以生成其他所有根。
Properties such as 1 + ω + ω² + … + ωⁿ⁻¹ = 0 and ωⁿ = 1 are frequently used in series, factorisation and geometric problems. Cube roots of unity (1, ω, ω²) are particularly common in exam questions.
诸如 1 + ω + ω² + … + ωⁿ⁻¹ = 0 和 ωⁿ = 1 的性质经常用于级数、因式分解和几何问题。三次单位根 (1, ω, ω²) 在考题中尤为常见。
11. Geometric Applications of Complex Numbers | 复数的几何应用
In the Argand diagram, addition translates a point by a vector, multiplication by a real number scales the point, and multiplication by a complex number of modulus 1 rotates it about the origin.
在阿干特图中,加法相当于点按向量平移,乘以实数相当于缩放,乘以模为 1 的复数则相当于绕原点旋转。
Loci such as |z − a| = r (circle), |z − a| = |z − b| (perpendicular bisector), and arg(z − a) = θ (half-line) are standard problem types. Representing these algebraic conditions geometrically is a key skill for OCR exams.
诸如 |z − a| = r(圆)、|z − a| = |z − b|(垂直平分线)以及 arg(z − a) = θ(射线)等轨迹是标准题型。将这些代数条件几何化是应对 OCR 考试的关键技能。
12. Exponential Form and Euler’s Formula | 指数形式与欧拉公式
Euler’s formula states that e^{iθ} = cos θ + i sin θ. This compact notation unites trigonometric and exponential functions, allowing complex numbers to be written as z = re^{iθ}.
欧拉公式指出 e^{iθ} = cos θ + i sin θ。这一紧凑的记法统一了三角函数与指数函数,使复数可以写成 z = re^{iθ}。
The exponential form makes proofs of properties like |e^{iθ}| = 1 and (e^{iθ})ⁿ = e^{inθ} almost trivial. It is the basis for advanced topics such as complex functions and differential equations, and an OCR candidate should be comfortable converting between all three forms.
指数形式使得 |e^{iθ}| = 1 和 (e^{iθ})ⁿ = e^{inθ} 等性质的证明变得几乎平凡。它是复变函数与微分方程等高阶主题的基础,OCR 考生应能熟练在这三种形式间进行转换。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导