AS AQA FM02 Complete Revision Guide | AS AQA FM02 完整备考指南

📚 AS AQA FM02 Complete Revision Guide | AS AQA FM02 完整备考指南

The AQA International A-level Further Mathematics FM02 paper, sat on 15 May 2023, assesses the second pure mathematics core unit. This paper tests your command of complex numbers, matrices, further trigonometry, series, and calculus — all essential foundations for university-level mathematics and physics.

AQA 国际进阶数学 FM02 试卷(2023年5月15日考试)考核第二张纯数学核心单元试卷。本卷测试你对复数、矩阵、进阶三角学、级数与微积分的掌握——这些是大学数学与物理必备的基础。


1. Complex Numbers on the Argand Diagram | 阿冈图上的复数

Complex numbers occupy the Argand plane, with the real part plotted on the horizontal axis and the imaginary part on the vertical axis. The modulus |z| = √(x² + y²) represents the distance from the origin, while the argument θ = arg z gives the angle from the positive real axis.

复数位于阿冈平面上,实部绘于横轴,虚部绘于纵轴。模 |z| = √(x² + y²) 表示到原点的距离,辐角 θ = arg z 表示与正实轴的夹角。

z = x + yi = r(cos θ + i sin θ), where r = |z| and θ = arg z

z = x + yi = r(cos θ + i sin θ),其中 r = |z|,θ = arg z

When multiplying two complex numbers, the moduli multiply and the arguments add. This geometric interpretation is central to many FM02 questions — a rotation of 90° corresponds to multiplication by i, and a reflection in the real axis corresponds to complex conjugation.

两个复数相乘时,模相乘、辐角相加。这一几何解释是 FM02 许多题目的核心——旋转 90° 等同于乘以 i,关于实轴的反射对应共轭复数。


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

De Moivre’s theorem states that for any integer n, (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ). This seemingly simple result is extraordinarily powerful: it allows us to derive multiple-angle identities, find roots of unity, and evaluate powers of complex numbers.

棣莫弗定理指出:对任意整数 n,(cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ)。这个看似简单的结论极为强大:它让我们推导倍角公式、求单位根、计算复数的幂。

For z = r(cos θ + i sin θ): zⁿ = rⁿ(cos nθ + i sin nθ)

若 z = r(cos θ + i sin θ),则 zⁿ = rⁿ(cos nθ + i sin nθ)

The n-th roots of a complex number z are found by writing z in modulus-argument form and using:

复数 z 的 n 次方根可通过模-辐角形式求得:

z^(1/n) = r^(1/n) [cos((θ + 2kπ)/n) + i sin((θ + 2kπ)/n)], k = 0, 1, …, n − 1

These roots are equally spaced around a circle of radius r^(1/n) — a fact frequently tested in FM02 Q1-type questions. Always remember: the n roots sum to zero and their product is (−1)ⁿ⁺¹ times the original constant term.

这些根在半径为 r^(1/n) 的圆周上等距分布——这是 FM02 第一题常考的性质。切记:n 个根之和为零,其乘积为原常数项的 (−1)ⁿ⁺¹ 倍。


3. Matrix Transformations | 矩阵变换

Matrices in FM02 represent linear transformations of the 2D plane. The matrix [[a, b], [c, d]] maps a point (x, y) to (ax + by, cx + dy). You must be able to identify the geometric effect: reflections, rotations, enlargements, and shears.

FM02 中的矩阵表示二维平面上的线性变换。矩阵 [[a, b], [c, d]] 将点 (x, y) 映射到 (ax + by, cx + dy)。你必须能识别其几何效果:反射、旋转、放大与剪切。

Key matrices to memorise:

需要牢记的关键矩阵:

Transformation Matrix
Reflection in x-axis [[1, 0], [0, −1]]
Reflection in y-axis [[−1, 0], [0, 1]]
Rotation by θ anticlockwise [[cos θ, −sin θ], [sin θ, cos θ]]
Enlargement scale factor k [[k, 0], [0, k]]

The order of matrix multiplication matters. If transformation A is applied first, then B, the combined transformation is BA (B multiplied by A on the left). Getting the order reversed is the most common error in this section — double-check whether the question says “A followed by B” or “A then B”.

矩阵乘法的顺序至关重要。若先施加变换 A、再施加 B,则复合变换为 BA(B 左乘 A)。顺序搞反是本节最常见的错误——务必看清题目是”先 A 后 B”还是”A 随后 B”。


4. Determinants and Inverses | 行列式与逆矩阵

For a 2×2 matrix M = [[a, b], [c, d]], the determinant is ad − bc. The determinant represents the area scale factor of the transformation: a unit square is mapped to a parallelogram of area |det M|. A negative determinant indicates a reflection has occurred.

对于二阶矩阵 M = [[a, b], [c, d]],行列式为 ad − bc。行列式表示变换的面积缩放因子:单位正方形映射为面积为 |det M| 的平行四边形。负的行列式表明发生了反射。

M⁻¹ = (1/(ad − bc)) × [[d, −b], [−c, a]]

The inverse exists if and only if det M ≠ 0. When a matrix is singular (det M = 0), the transformation collapses the plane onto a line, and the equation Mx = b either has no solutions or infinitely many solutions. FM02 often combines this with systems of linear equations: a consistent system with a unique solution requires a non-zero determinant of the coefficient matrix.

逆矩阵存在的充要条件是 det M ≠ 0。当矩阵奇异(det M = 0)时,变换将平面压缩到一条直线上,方程 Mx = b 要么无解、要么有无穷多解。FM02 常将这一性质与线性方程组结合:系数矩阵行列式非零是唯一解存在的条件。


5. Further Trigonometric Identities | 进阶三角恒等式

FM02 extends the sin/cos addition formulae to triple angles and beyond. From De Moivre’s theorem, we can derive:

FM02 将正余弦加法定理拓展到三倍角及更高倍数。利用棣莫弗定理可导出:

cos 3θ = 4 cos³θ − 3 cos θ, sin 3θ = 3 sin θ − 4 sin³θ

Also essential are the factor formulae (sum-to-product) and the product-to-sum identities, which convert products of sines and cosines into sums — these are indispensable for integrating trigonometric powers:

同样重要的是和差化积与积化和差公式,它们将正余弦乘积转化为和差形式——这在对三角函数幂次积分时不可或缺:

sin A cos B = ½[sin(A + B) + sin(A − B)]

sin A sin B = ½[cos(A − B) − cos(A + B)]

cos A cos B = ½[cos(A + B) + cos(A − B)]

In the exam, if you encounter sin²x or cos²x, immediately reach for the double-angle identities to linearise: cos²x = ½(1 + cos 2x), sin²x = ½(1 − cos 2x).

考试中遇到 sin²x 或 cos²x 时,立即用二倍角公式降幂线性化:cos²

Published by TutorHao | AS Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version