📚 AS AQA International Further Mathematics FM02: Essential Revision Guide | AS AQA 国际进阶数学 FM02 核心复习指南
This guide is written for students preparing for the AQA International AS Further Mathematics examination, with particular attention to the content assessed in FM02. FM02 builds on the fundamentals of further pure mathematics: complex numbers, matrices, series and induction. We will review each core topic, work through a carefully chosen example, and point you to the resources most useful for your revision.
本指南专为备考AQA国际AS进阶数学考试的学生编写,尤其聚焦于FM02所考查的内容。FM02在进阶纯数学基础上展开,涉及复数、矩阵、级数与归纳等核心主题。我们将逐一复习这些关键知识点,讲解精选例题,并推荐有助于复习的学习资源。
1. Complex Numbers: Arithmetic and Conjugates | 复数运算与共轭
In FM02 you must be able to add, subtract, multiply and divide complex numbers efficiently. A complex number is written in the form a + bi, where a is the real part and b is the imaginary part. The conjugate of a + bi is a − bi. Multiplying by the conjugate is the standard technique used to divide two complex numbers.
在FM02中,你必须能够熟练地对复数进行加、减、乘、除运算。复数一般写成 a + bi 的形式,其中 a 是实部,b 是虚部。a + bi 的共轭为 a − bi。将分母乘以共轭是复除数运算中的标准技巧。
For example, to simplify (3 + 2i) ÷ (1 − i), multiply the numerator and denominator by the conjugate 1 + i. This removes the imaginary part from the denominator. The result is (1 + 5i)/2, or 0.5 + 2.5i.
例如,化简 (3 + 2i) ÷ (1 − i) 时,需要将分子分母同时乘以共轭 1 + i。这使得分母中的虚部被消去,最终结果为 (1 + 5i)/2,也就是 0.5 + 2.5i。
(a + bi) ÷ (c + di) = ((a + bi)(c − di)) ÷ (c² + d²) = (ac + bd)/(c² + d²) + (bc − ad)/(c² + d²)i
2. The Argand Diagram, Modulus and Argument | 阿甘图、模与辐角
A complex number can be represented as a point on the Argand diagram, where the x-axis is the real axis and the y-axis is the imaginary axis. The modulus of z = a + bi is the distance from the origin to the point (a, b), given by |z| = √(a² + b²). The argument θ is the angle the line from the origin to the point makes with the positive real axis, measured anticlockwise.
复数可以用阿甘图上的点来表示,其中x轴为实轴,y轴为虚轴。复数 z = a + bi 的模是原点到点 (a, b) 的距离,记为 |z| = √(a² + b²)。辐角 θ 是从正实轴逆时针旋转到该点与原点的连线所成的角度。
When calculating θ, you must place the angle in the correct quadrant. The basic formula θ = arctan(b/a) works only for the first quadrant; for other quadrants you need to add or subtract 180° (or π). This is a common source of exam errors.
计算 θ 时,必须确保角度位于正确的象限中。基本公式 θ = arctan(b/a) 仅适用于第一象限;对于其他象限,需要加上或减去 180°(或 π)。这是考试中常见的错误来源。
If z = r(cos θ + i sin θ), then r = √(a² + b²) and θ = arctan(b/a) adjusted by quadrant.
3. Exponential (Polar) Form of a Complex Number | 复数的指数(极坐标)形式
An especially useful representation is the exponential form z = r eiθ. This is equivalent to r(cos θ + i sin θ) and is extremely convenient when multiplying, dividing or raising complex numbers to integer powers. For multiplication we add arguments, and for division we subtract them.
复数的指数形式 z = r eiθ 在运算中特别有用,它等价于 r(cos θ + i sin θ)。在相乘时辐角相加,相除时辐角相减,因此该形式非常适合完成乘法、除法以及整数次幂的计算。
Using this notation, (r eiθ)ⁿ = rⁿ ei(nθ), which is a direct version of De Moivre’s theorem. Even if you do not need to prove this theorem in FM02, it is used implicitly in many questions.
利用这种记号,(r eiθ)ⁿ = rⁿ ei(nθ),这正是棣莫弗定理的简洁表达。虽然在FM02中可能不要求证明这一定理,但它在许多题目中会隐含使用。
4. Roots of Quadratic, Cubic and Quartic Equations | 二、三、四次方程的根
For a polynomial with real coefficients, any complex roots must occur in conjugate pairs. For example, if a quadratic equation with real coefficients has one root 2 + 3i, the other root must be 2 − 3i. This property is essential when reconstructing equations from given roots.
对于实系数多项式方程,复根必然成对共轭出现。例如,一个实系数二次方程若有一个根 2 + 3i,则另一个根必为 2 − 3i。这一性质在从已知根构造原方程时至关重要。
If you know the sum of the roots and the product of the roots of a quadratic, you can form the equation x² − (sum)x + (product) = 0. For a quartic, you may be given one complex root and must use the conjugate pair theorem to find another, then divide the quartic by the resulting quadratic factor.
若已知二次方程的根之和与根之积,则可构造方程 x² − (α+β)x + αβ = 0。对于四次方程,若给出一复根,则先利用共轭根定理得到另一复根,然后用所得的二次因式去除四次多项式。
If α and β are the roots of ax² + bx + c = 0, then α + β = −b/a and αβ = c/a.
5. Matrices: Multiplication and Transformations | 矩阵乘法与变换
Matrices are used to represent linear transformations in the coordinate plane. In FM02 you should be able to multiply 2×2 matrices, apply them to points or vectors, and describe the geometric transformation represented by a given matrix. Typical transformations include rotations, reflections, enlargements and stretches.
矩阵被用来表示平面中的线性变换。在FM02中,你应当会进行2×2矩阵的乘法,将其应用于点或向量,并能描述给定矩阵所对应的几何变换。常见的变换包括旋转、反射、放大和伸缩。
Multiplying matrices is not commutative: AB ≠ BA in general. The order of multiplication matters, because applying matrix A and then matrix B corresponds to BA (if we write vectors as column vectors). Always check the order carefully in exam questions.
矩阵乘法不满足交换律,一般而言 AB ≠ BA。相乘的次序非常关键,因为先应用矩阵 A 再应用矩阵 B,对应的是 BA(若向量写成列向量)。考试中务必仔细检查变换的先后顺序。
For two 2×2 matrices A and B, the entry in row i and column j of AB is the dot product of row i of A with column j of B.
6. Determinants and Inverse Matrices | 行列式与逆矩阵
The determinant of a 2×2 matrix A = [[a, b], [c, d]] is ad − bc. It measures the area scale factor of the transformation. If det(A) = 0, the matrix is singular and has no inverse; it maps the plane onto a line or a point.
2×2矩阵 A = [[a, b], [c, d]] 的行列式为 ad − bc,它表示变换的面积缩放因子。若 det(A) = 0,则矩阵为奇异矩阵,不存在逆矩阵;它把平面映射为一条直线或一个点。
The inverse of a non-singular 2×2 matrix is given by (1/(ad − bc))[[d, −b], [−c, a]]. You must be able to compute this quickly and also verify that AA⁻¹ = I, where I is the identity matrix.
非奇异2×2矩阵的逆矩阵为 (1/(ad − bc))[[d, −b], [−c, a]]。你需要快速得出逆矩阵,并能验证 AA⁻¹ = I,其中 I 是单位矩阵。
If A = [[a, b], [c, d]], then A⁻¹ = 1/(ad − bc) [[d, −b], [−c, a]].
7. Summation of Finite Series | 有限级数求和
FM02 requires you to sum finite series using standard results. The three most important results are: Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6, and Σr³ = [n(n+1)/2]². You may also need to combine these to sum more complex expressions such as Σ(3r² + 2r − 1).
FM02要求你利用标准结果求有限级数之和。最重要的三个公式为:Σr = n(n+1)/2,Σr² = n(n+1)(2n+1)/6,以及 Σr³ = [n(n+1)/2]²。在计算 Σ(3r² + 2r − 1) 这类更复杂的表达式时,需要综合运用这些公式。
When the term being summed is a product, such as r(r+1), expand it into a polynomial first. Then sum each term separately using the standard results, and simplify. Always check your result for n = 1, 2, or 3 to catch arithmetic mistakes.
当求和项是乘积形式(如 r(r+1))时,先展开为多项式,再分别用标准公式计算各项之和并化简。建议依次检验 n = 1、2 或 3 的取值,以发现计算中的错误。
Σr = ½n(n+1), Σr² = (1/6)n(n+1)(2n+1), Σr³ = ¼n²(n+1)²
8. Proof by Mathematical Induction | 数学归纳法证明
Mathematical induction is a powerful method for proving statements involving positive integers. The standard approach has four steps: prove the statement for n = 1, assume it is true for n = k, use that assumption to deduce it for n = k + 1, and then conclude by induction that it is true for all positive integers.
数学归纳法是一种证明与正整数有关的命题的强有力方法。标准步骤有四步:验证 n = 1 时命题成立;假设 n = k 时命题成立;在假设基础上推导 n = k + 1 时命题成立;最后归纳得出命题对所有正整数均成立。
In FM02, induction frequently appears with summation identities. For example, suppose you wish to prove that Σ(2r − 1) = n². After checking n = 1, assume the result for n = k, then add the next term 2(k+1) − 1 to both sides and simplify to obtain (k+1)². Clean algebraic manipulation is essential.
在FM02中,归纳法常与求和恒等式结合。例如要证明 Σ(2r − 1) = n²。先检验 n = 1,假设 n = k 时成立,然后两边加上下一项 2(k+1) − 1,化简得到 (k+1)²。简洁的代数变形是关键。
9. Proof by Induction: Divisibility | 归纳法证明整除性
Another common use of induction is to prove that an expression is divisible by a given number. The key is to rewrite the expression at k+1 in terms of the expression at k, so that the assumed divisibility can be used.
归纳法的另一常见用途是证明某个表达式能被给定整数整除。关键是把 n = k + 1 时的表达式改写成 n = k 时表达式的形式,从而运用归纳假设。
For instance, to prove that 7ⁿ − 1 is divisible by 6, assume 7ᵏ − 1 = 6m for some integer m. Then 7ᵏ⁺¹ − 1 = 7·7ᵏ − 1 = 7(7ᵏ − 1) + 6 = 7·6m + 6 = 6(7m + 1), which is clearly divisible by 6.
例如要证明 7ⁿ − 1 能被 6 整除,假设 7ᵏ − 1 = 6m(m为整数)。则 7ᵏ⁺¹ − 1 = 7·7ᵏ − 1 = 7(7ᵏ − 1) + 6 = 7·6m + 6 = 6(7m + 1),显然能被6整除。
10. Worked Example: Combining Several Techniques | 综合例题:多种技巧结合
Let us work through a typical FM02 problem that brings together complex roots, polynomial equations and matrices. This type of question might ask you to find the remaining roots of a quartic equation given one complex root, and then apply a matrix transformation to a related vector.
我们来看一道典型的FM02综合题,它将复根、多项式方程和矩阵结合在一起。此类题目可能给出一个复根,要求求出四次方程的其他根,并再把某一矩阵变换应用于相关向量。
Suppose a quartic equation x⁴ − 4x³ + 14x² − 36x + 45 = 0 has one root 2 + i. Because the coefficients are real, 2 − i is also a root. Dividing the quartic by x² − 4x + 5 gives the remaining quadratic x² + 9, whose roots are 3i and −3i. Thus the complete set of roots is 2 + i, 2 − i, 3i, −3i.
假设四次方程 x⁴ − 4x³ + 14x² − 36x + 45 = 0 有一个根为 2 + i。由于系数为实数,2 − i 也是根。用该四次方程除以 x² − 4x + 5,可得另一个二次因式 x² + 9,其根为 3i 和 −3i。因此全部根为 2 + i、2 − i、3i、−3i。
Next, you might be given a transformation matrix M = [[1, 2], [3, 4]] and need to find its image after applying it to the vector (1, 0). Multiplying M by the column vector [1; 0] yields the first column of M, namely (1, 3). Simple questions like this often appear at the start of a paper.
接下来,如果给出变换矩阵 M = [[1, 2], [3, 4]],并需要求它对向量 (1, 0) 作用后的像,那么用 M 乘以列向量 [1; 0] 就会得到 M 的第一列 (1, 3)。类似的基础题常出现在试卷开头。
11. Key Resources for FM02 | FM02 核心学习资源
The best way to prepare for FM02 is to use a variety of resources that provide both explanation and practice. In addition to your textbook, worked solutions, past papers and online question banks are invaluable.
备考FM02最好的方法是综合使用多种学习资源,既包含讲解也包含练习。除了教科书之外,真题的详细解答、往年试卷以及在线题库都非常有用。
| Resource Type | Examples |
| Textbooks | AQA International AS Further Maths Student Book |
| Past Papers | Official AQA FM02 specimen and practice papers |
| Online Platforms | 更多咨询请联系16621398022(同微信)
CommentsMore posts |
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导