📚 PDF资源导航

Complex Numbers for AS Maths: Key Concepts Explained | AS数学:复数考点精讲

📚 Complex Numbers for AS Maths: Key Concepts Explained | AS数学:复数考点精讲

Complex numbers extend the real number system to include solutions to equations like x² + 1 = 0. In AS Mathematics, mastering complex numbers means understanding their algebraic form, geometric representation, operations, and applications in solving polynomial equations. This guide breaks down every essential topic you will encounter, from the imaginary unit i to De Moivre’s theorem and basic loci, providing clear explanations in both English and Chinese to support your revision and exam preparation.

复数将实数系统扩展,使得像x² + 1 = 0这样的方程有解。在AS数学中,掌握复数意味着要理解它们的代数形式、几何表示、运算法则以及在解多项式方程中的应用。本指南将分解你将遇到的每一个重要知识点,从虚数单位i到棣莫弗定理和基础轨迹,用中英双语清晰解释,助力你的复习和备考。

1. Introduction to Complex Numbers | 复数入门

A complex number is a number that can be expressed in the form a + bi, where a and b are real numbers and i is the imaginary unit, satisfying i² = −1. The set of complex numbers is denoted by ℂ and includes all real numbers (when b = 0) and purely imaginary numbers (when a = 0). They arise naturally when solving quadratic equations with negative discriminants, providing a complete algebraic closure — every non-constant polynomial equation has a solution in ℂ.

复数是可以表示为a + bi形式的数,其中a和b为实数,i为虚数单位,满足i² = −1。复数集记为ℂ,它包含所有实数(当b = 0时)和纯虚数(当a = 0时)。解判别式为负的二次方程时自然出现复数,它们提供了代数完备性——每个非常数多项式方程在复数域中都有解。

In AS Mathematics, you are expected to perform arithmetic with complex numbers, represent them on an Argand diagram, convert between Cartesian and modulus-argument forms, and apply these concepts to solve equations and interpret simple loci. The journey begins with the definition of i.

在AS数学中,你需要掌握复数的四则运算,在阿干特图上表示复数,在笛卡尔形式和模-辐角形式之间转换,并应用这些概念解方程和解释简单轨迹。旅程从i的定义开始。


2. The Imaginary Unit i | 虚数单位i

The imaginary unit i is defined by the property i² = −1. From this, we can deduce higher powers of i: i³ = i²·i = −i, i⁴ = (i²)² = 1, and then the pattern repeats every four powers. For any integer n, iⁿ can be simplified by finding the remainder when n is divided by 4. For example, i²³ = i⁴·⁵⁺³ = i³ = −i.

虚数单位i由性质i² = −1定义。由此可推导i的高次幂:i³ = i²·i = −i,i⁴ = (i²)² = 1,之后每四次幂循环一次。对任意整数n,可通过求n除以4的余数来化简iⁿ。例如,i²³ = i⁴·⁵⁺³ = i³ = −i。

When solving equations, taking the square root of a negative number introduces i: √(−9) = √(9 × −1) = 3i. It is crucial to express real multiples of i correctly and avoid common mistakes such as writing √(−4) = ±2 — the principal square root of −4 is 2i, not −2. The notation i allows us to handle square roots of negative numbers systematically.

解方程时,对负数开平方根会引入i:√(−9) = √(9 × −1) = 3i。正确地表示实数倍的i至关重要,要避免常见错误,比如写√(−4) = ±2 —— −4的主平方根是2i,而非−2。符号i使我们能系统地处理负数的平方根。


3. Standard Form and the Complex Plane | 标准形式与复平面

Every complex number z can be written uniquely as z = x + iy, where x, y ∈ ℝ. Here x is called the real part, Re(z), and y is the imaginary part, Im(z) — note that Im(z) is y, not iy. Two complex numbers are equal if and only if their real parts are equal and their imaginary parts are equal.

每个复数z可以唯一地写成z = x + iy,其中x, y为实数。这里x称为实部,记作Re(z);y称为虚部,记作Im(z)——注意Im(z)是y,不是iy。两个复数相等当且仅当它们的实部相等且虚部相等。

The complex plane, or Argand diagram, represents complex numbers as points on a plane where the horizontal axis is the real axis and the vertical axis is the imaginary axis. The complex number z = x + iy corresponds to the point (x, y). This geometric view transforms addition and subtraction into vector operations, and later multiplication and division into rotations and scalings.

复平面或称阿干特图,将复数表示为平面上的点,其中横轴为实轴,纵轴为虚轴。复数z = x + iy对应于点(x, y)。这种几何视角将加减法转化为向量运算,之后乘除法转化为旋转和缩放。


4. Addition and Subtraction | 加法与减法

To add or subtract complex numbers, simply combine their real parts and their imaginary parts separately. For z₁ = x₁ + iy₁ and z₂ = x₂ + iy₂, we have z₁ + z₂ = (x₁ + x₂) + i(y₁ + y₂) and z₁ − z₂ = (x₁ − x₂) + i(y₁ − y₂).

将复数相加或相减时,只需分别合并实部和虚部。对于z₁ = x₁ + iy₁和z₂ = x₂ + iy₂,有z₁ + z₂ = (x₁ + x₂) + i(y₁ + y₂)和z₁ − z₂ = (x₁ − x₂) + i(y₁ − y₂)。

On the Argand diagram, addition corresponds to vector addition using the parallelogram law. Subtraction gives the vector from the tip of the subtrahend to the tip of the minuend. This geometric interpretation is useful when solving problems about distances and midpoints in the complex plane.

在阿干特图上,加法对应向量的平行四边形法则。减法给出从减数向量终点指向被减数向量终点的向量。在解复平面上有关距离和中点的问题时,这种几何解释非常有用。


5. Multiplication and Division | 乘法与除法

Multiplication of two complex numbers in standard form uses the distributive law and the fact i² = −1: (x₁ + iy₁)(x₂ + iy₂) = (x₁x₂ − y₁y₂) + i(x₁y₂ + x₂y₁). The result is another complex number. Multiplication can also be understood geometrically, which is explored in the section on polar form.

两个以标准形式表示的复数相乘,运用分配律以及i² = −1: (x₁ + iy₁)(x₂ + iy₂) = (x₁x₂ − y₁y₂) + i(x₁y₂ + x₂y₁)。乘积仍是复数。乘法也可从几何上理解,这将在极坐标形式一节中探讨。

Division is carried out by multiplying the numerator and denominator by the complex conjugate of the denominator. For z₁ = x₁ + iy₁ and z₂ = x₂ + iy₂, we have:

z₁ / z₂ = (x₁ + iy₁)(x₂ − iy₂) / (x₂² + y₂²)

This yields a real denominator, allowing the result to be expressed in the form a + bi. Always simplify the final expression and watch for common errors in sign.

除法通过将分子和分母同乘以分母的共轭复数来完成。对于z₁ = x₁ + iy₁和z₂ = x₂ + iy₂,有:

z₁ / z₂ = (x₁ + iy₁)(x₂ − iy₂) / (x₂² + y₂²)

这样得到实分母,使得结果可写成a + bi的形式。始终要化简最终表达式,并注意符号上的常见错误。


6. Complex Conjugate and Modulus | 共轭复数与模

The complex conjugate of z = x + iy is denoted by z* or z̄ and is defined as z̄ = x − iy. Geometrically, conjugation reflects the point across the real axis. Key properties include: z + z̄ = 2 Re(z), z − z̄ = 2i Im(z), and z·z̄ = x² + y², which is a non-negative real number.

复数z = x + iy的共轭记为z*或z̄,定义为z̄ = x − iy。几何上,共轭是将点关于实轴反射。重要性质包括:z + z̄ = 2 Re(z), z − z̄ = 2i Im(z), 以及z·z̄ = x² + y²,这是一个非负实数。

The modulus of z, written |z|, is the distance of the point from the origin on the Argand diagram. It is given by |z| = √(x² + y²). The modulus is always real and non-negative. The relationship |z|² = z·z̄ is extremely useful in division and in deriving polar form. Also, |z₁z₂| = |z₁||z₂| and |z₁/z₂| = |z₁|/|z₂| for z₂ ≠ 0.

复数z的模,记作|z|,是阿干特图上该点到原点的距离。由|z| = √(x² + y²)给出。模总是实数且非负。关系式|z|² = z·z̄在除法和推导极坐标形式时非常有用。此外,|z₁z₂| = |z₁||z₂|,|z₁/z₂| = |z₁|/|z₂|(z₂ ≠ 0)。


7. Argument of a Complex Number | 复数的辐角

The argument of a non-zero complex number z is the angle θ (in radians or degrees) between the positive real axis and the line joining the origin to the point representing z. It is denoted by arg(z). The principal argument, typically denoted by Arg(z), is usually chosen in the interval (−π, π] or [0, 2π). For AS maths, knowing how to find the argument for z in each quadrant is essential.

非零复数z的辐角是正实轴与连接原点到z对应点的线段之间的夹角θ(弧度或度),记作arg(z)。主辐角通常记为Arg(z),一般在(−π, π]或[0, 2π)范围内取值。对AS数学来说,知道如何求各象限中复数z的辐角是必不可少的。

For z = x + iy, the argument can be found using the relation tan θ = y/x, but care must be taken with the quadrant. For example, if x > 0, θ = arctan(y/x); if x < 0, we need to add or subtract π (or 180°) to the arctan value. The argument is undefined for z = 0. In polar form, we write z = r(cos θ + i sin θ) with r = |z| and θ = arg(z).

对于z = x + iy,可利用tan θ = y/x的关系求辐角,但需要注意象限。例如,若x > 0,θ = arctan(y/x);若x < 0,需对arctan值加或减π(或180°)。当z = 0时辐角未定义。在极坐标形式中,我们写作z = r(cos θ + i sin θ),其中r = |z|,θ = arg(z)。


8. Polar Form (Modulus-Argument Form) | 极坐标形式(模-辐角形式)

The polar form of a complex number is z = r(cos θ + i sin θ), where r = |z| is the modulus and θ = arg(z) is the argument. This representation is particularly powerful for multiplication, division, and finding powers and roots. To convert from Cartesian form x + iy to polar form, calculate r = √(x² + y²) and θ = arctan(y/x) adjusted for quadrant.

复数的极坐标形式为z = r(cos θ + i sin θ),其中r = |z|是模,θ = arg(z)是辐角。这种表示法在乘除运算以及求幂和求根时特别强大。从笛卡尔形式x + iy转换到极坐标形式,计算r = √(x² + y²) 和 θ = arctan(y/x) 并根据象限调整。

Multiplication in polar form: if z₁ = r₁(cos θ₁ + i sin θ₁) and z₂ = r₂(cos θ₂ + i sin θ₂), then z₁z₂ = r₁r₂ [cos(θ₁+θ₂) + i sin(θ₁+θ₂)]. Division gives z₁/z₂ = (r₁/r₂)[cos(θ₁−θ₂) + i sin(θ₁−θ₂)], provided z₂ ≠ 0. This reveals that multiplication scales the moduli and adds the arguments — a beautiful geometric interpretation.

极坐标形式的乘法:若z₁ = r₁(cos θ₁ + i sin θ₁),z₂ = r₂(cos θ₂ + i sin θ₂),则z₁z₂ = r₁r₂ [cos(θ₁+θ₂) + i sin(θ₁+θ₂)]。除法给出z₁/z₂ = (r₁/r₂)[cos(θ₁−θ₂) + i sin(θ₁−θ₂)],其中z₂ ≠ 0。这表明乘法将模相乘、辐角相加——一种优美的几何解释。


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

De Moivre’s theorem is a fundamental tool for working with powers of complex numbers in polar form. It states that for any real number n, (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ). Combined with the modulus, if z = r(cos θ + i sin θ), then zⁿ = rⁿ (cos(nθ) + i sin(nθ)) for integer n. This holds for all rational n if we consider multiple angles, but AS typically focuses on integer powers.

棣莫弗定理是处理以极坐标形式表示的复数幂次的基本工具。它指出,对任意实数n,有(cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ)。结合模,若z = r(cos θ + i sin θ),则对整数n有zⁿ = rⁿ (cos(nθ) + i sin(nθ))。若考虑多值角,该定理对所有有理数n成立,但AS阶段通常关注整数次幂。

Applications include finding exact values of powers like (1 + i)⁸ by first converting to polar form: 1 + i = √2(cos π/4 + i sin π/4), then raising to the 8th power to get (√2)⁸ (cos 2π + i sin 2π) = 16. De Moivre’s theorem also enables us to find trigonometric identities by expanding (cos θ + i sin θ)ⁿ and equating real and imaginary parts.

应用包括通过先转换为极坐标形式来求诸如(1 + i)⁸的精确值:1 + i = √2(cos π/4 + i sin π/4),然后计算8次幂得(√2)⁸ (cos 2π + i sin 2π) = 16。棣莫弗定理还允许我们通过展开(cos θ + i sin θ)ⁿ并令实部和虚部相等来推导三角恒等式。


10. Solving Quadratic Equations with Complex Roots | 解二次方程得复数根

When the discriminant Δ = b² − 4ac of the quadratic equation ax² + bx + c = 0 (with real coefficients a, b, c) is negative, the roots are complex conjugates. Using the quadratic formula: x = [−b ± √(b² − 4ac)] / 2a, we rewrite the square root of a negative number as i√(4ac − b²). The two roots will be of the form p ± iq, where p and q are real.

当二次方程ax² + bx + c = 0(a, b, c为实数)的判别式Δ = b² − 4ac为负时,根是一对共轭复数。使用求根公式x = [−b ± √(b² − 4ac)] / 2a,我们将负数的平方根写成i√(4ac − b²)的形式。两个根将形如p ± iq,其中p和q为实数。

Example: Solve x² + 4x + 13 = 0. Here a = 1, b = 4, c = 13, so Δ = 16 − 52 = −36. The roots are x = [−4 ± √(−36)] / 2 = [−4 ± 6i] / 2 = −2 ± 3i. Always present roots in the form a + bi with real parts and imaginary parts clearly stated. For polynomial equations with real coefficients, complex roots always occur in conjugate pairs.

例题:解x² + 4x + 13 = 0。这里a=1, b=4, c=13,得Δ = 16 − 52 = −36。根为x = [−4 ± √(−36)] / 2 = [−4 ± 6i] / 2 = −2 ± 3i。始终以a + bi的形式呈现根,清晰写明实部和虚部。对于实系数多项式方程,复数根总是以共轭对出现。


11. Loci in the Complex Plane (Basic) | 复平面上的轨迹(基础)

A locus is the set of all points in the complex plane satisfying a given condition. The most common AS-level loci are: |z − a| = r, which describes a circle with centre a and radius r; |z − a| = |z − b|, the perpendicular bisector of the segment joining a and b; and arg(z − a) = θ, a half-line starting at a (excluding a) making an angle θ with the positive real direction.

轨迹是复平面上满足给定条件的所有点的集合。AS级别最常见的轨迹有:|z − a| = r,表示以a为圆心、r为半径的圆;|z − a| = |z − b|,表示连接a和b的线段的垂直平分线;arg(z − a) = θ,表示从a出发(不含a)与正实轴方向成角θ的射线。

To sketch these loci, it helps to substitute z = x + iy and convert the condition into Cartesian equations. For example, |z − (2+i)| = 3 gives (x−2)² + (y−1)² = 9. Interpreting inequalities like |z − a| ≤ r involves shading the interior of the circle, while |z − a| > r shades the exterior. Intersection points of loci can be found by solving simultaneous equations.

为了画出这些轨迹,可代入z = x + iy并将条件转换为笛卡尔方程。例如,|z − (2+i)| = 3给出(x−2)² + (y−1)² = 9。解释不等式如|z − a| ≤ r时,需给圆内部涂色,而|z − a| > r则给外部涂色。轨迹的交点可通过解联立方程求得。


12. Summary and Exam Tips | 小结与考试技巧

Mastering complex numbers at AS level requires fluency in both algebraic manipulation and geometric interpretation. Remember the core structures: the imaginary unit i, the standard form x + iy, the Argand diagram, the conjugate and modulus, the argument and polar form, and De Moivre’s theorem. Always check for conjugate pairs when solving real-coefficient equations, and use polar form for powers and products to simplify calculations.

在AS级别掌握复数要求熟练运用代数操作和几何解释。记住核心结构:虚数单位i,标准形式x + iy,阿干特图,共轭与模,辐角与极坐标形式,以及棣莫弗定理。解实系数方程时总是检查共轭对,在求幂和乘积时使用极坐标形式简化计算。

In exams, present your working step by step: explicitly state moduli and arguments, rationalise denominators using conjugates, and label loci clearly on Argand diagrams. Avoid calculator errors by confirming that arguments are given in the correct interval. Practice converting between forms until it becomes second nature. Complex numbers are a gateway to many higher-level topics—build a strong foundation now.

考试中,逐步展示解题过程:明确写出模和辐角,使用共轭使分母有理化,并在阿干特图上清晰标注轨迹。通过确认辐角在正确区间内来避免计算器错误。反复练习形式转换直到成为第二天性。复数是通往众多高阶主题的门户——现在就打下坚实的基础吧。

Published by TutorHao | Maths 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