📚 AS AQA Further Mathematics FM01 | AS AQA 进阶数学 FM01
The AQA International AS Further Mathematics FM01 paper tests your mastery of advanced algebra, calculus, and mathematical reasoning. This revision guide condenses the essential techniques into focused sections, each aligned with the official specification. Work through each topic systematically, then attempt past-paper questions under timed conditions.
AQA 国际 AS 进阶数学 FM01 试卷考查你对高等代数、微积分及数学推理的掌握程度。本复习指南将核心技巧浓缩为若干重点章节,每个章节均与官方考纲对应。请按顺序系统学习每一专题,然后在限时条件下完成历年真题。
1. Complex Numbers | 复数
Complex numbers extend the real number system by introducing the imaginary unit i, where i² = −1. Every complex number can be written in Cartesian form z = x + iy, with real part x and imaginary part y. The complex conjugate z* = x − iy is essential for division and for finding moduli: |z|² = z·z*.
复数通过引入虚数单位 i(满足 i² = −1)拓展了实数系。每个复数均可写成笛卡尔形式 z = x + iy,其中 x 为实部,y 为虚部。共轭复数 z* = x − iy 在除法运算及模长计算中至关重要:|z|² = z·z*。
To divide two complex numbers, multiply numerator and denominator by the conjugate of the denominator:
要计算两个复数的除法,将分子分母同乘以分母的共轭复数:
(a + bi) / (c + di) = [(a + bi)(c − di)] / (c² + d²)
The Argand diagram represents complex numbers as points in a plane. Addition and subtraction correspond to vector addition and subtraction. Multiplication by i corresponds to a 90° anticlockwise rotation about the origin.
阿甘图将复数表示为平面上的点。加法与减法对应向量的加减运算。乘以 i 相当于绕原点逆时针旋转 90°。
Key skills:
核心技能:
- Equate real and imaginary parts to solve equations involving z.
- 通过比较实部与虚部来求解含 z 的方程。
- Use the fact that if a complex number equals its conjugate, then it is purely real.
- 利用”若复数等于其共轭,则该复数为纯实数”这一性质。
- For polynomial equations with real coefficients, non-real roots occur in conjugate pairs.
- 对于实系数多项式方程,非实根必成对共轭出现。
2. Roots of Polynomial Equations | 多项式方程的根
For a quadratic equation ax² + bx + c = 0 with roots α and β, the sum and product of roots satisfy:
对于二次方程 ax² + bx + c = 0,设其根为 α 与 β,则根的和与积满足:
α + β = −b/a, αβ = c/a
For a cubic equation ax³ + bx² + cx + d = 0 with roots α, β, γ:
对于三次方程 ax³ + bx² + cx + d = 0,设其根为 α、β、γ:
α + β + γ = −b/a, αβ + βγ + γα = c/a, αβγ = −d/a
These relationships let you find symmetric functions of the roots without solving the equation. For example, α² + β² = (α + β)² − 2αβ.
这些关系式使你无需解方程即可求出根的对称函数。例如,α² + β² = (α + β)² − 2αβ。
Worked technique: Given that one root of z³ − 3z² + 4z − 2 = 0 is 1 + i, find all roots.
解题技巧:已知 z³ − 3z² + 4z − 2 = 0 的一个根为 1 + i,求全部根。
Since coefficients are real, 1 − i is also a root. Their sum is 2, and their product is (1 + i)(1 − i) = 2. The sum of all three roots equals 3, so the third root is 3 − 2 = 1. Hence the roots are 1 + i, 1 − i, and 1.
由于系数为实数,1 − i 也是根。两根之和为 2,乘积为 (1 + i)(1 − i) = 2。三根之和等于 3,因此第三根为 3 − 2 = 1。故根为 1 + i、1 − i 和 1。
3. Summation of Series | 级数求和
The standard results you must recall are:
你必须熟记的标准求和公式如下:
Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6, Σr³ = [n(n+1)/2]²
To sum a series like Σ(3r² + 2r), split it into known components:
要求形如 Σ(3r² + 2r) 的级数和,可将其拆分为已知部分:
Σ(3r² + 2r) = 3·n(n+1)(2n+1)/6 + 2·n(n+1)/2 = n(n+1)(2n+1)/2 + n(n+1)
Simplify the expression carefully, then factorise fully to obtain
仔细化简表达式并完全因式分解,可得
Σ(3r² + 2r) = n(n+1)(2n+3)/2
Common pitfall: Forgetting that Σ of a constant k over r = 1 to n equals kn, not k. Check your formula for n = 1 before finalising.
常见错误:忘记常数 k 从 r = 1 到 n 的求和等于 kn 而非 k。在得出最终结果前,务必用 n = 1 验证公式。
4. Matrix Algebra | 矩阵代数
A 2×2 matrix M = [a b; c d] has determinant det(M) = ad − bc and inverse M⁻¹ = (1/(ad − bc))·[d −b; −c a], provided det(M) ≠ 0.
2×2 矩阵 M = [a b; c d] 的行列式为 det(M) = ad − bc,逆矩阵为 M⁻¹ = (1/(ad − bc))·[d −b; −c a],前提是 det(M) ≠ 0。
For 3×3 matrices, use expansion along a row or column, alternating signs. The determinant of a singular matrix is zero, meaning it has no inverse.
对于 3×3 矩阵,沿某一行或某一列展开计算,注意正负号交替。奇异矩阵的行列式为零,意味着它没有逆矩阵。
Matrix multiplication is not commutative: AB ≠ BA in general. Always maintain the correct order when multiplying. The identity matrix I satisfies MI = IM = M.
矩阵乘法不满足交换律:一般情况下 AB ≠ BA。相乘时务必保持正确顺序。单位矩阵 I 满足 MI = IM = M。
When solving simultaneous equations using matrices, write the system as AX = B, then compute X = A⁻¹B. Check that det(A) is non-zero before inverting.
用矩阵求解联立方程组时,将方程组写为 AX = B,然后计算 X = A⁻¹B。求逆之前先检查 det(A) 是否非零。
5. Linear Transformations | 线性变换
A linear transformation maps points in the plane according to a 2×2 matrix. The transformation matrix for various standard mappings must be memorised:
线性变换通过 2×2 矩阵将平面上的点进行映射。以下标准映射的变换矩阵需要牢记:
| Transformation | 变换 | Matrix | 矩阵 |
| Reflection in x-axis | 关于 x 轴对称 | [1 0; 0 −1] |
| Reflection in y-axis | 关于 y 轴对称 | [−1 0; 0 1] |
| Rotation by 90° anticlockwise | 逆时针旋转 90° | [0 −1; 1 0] |
| Rotation by θ anticlockwise | 逆时针旋转 θ | [cos θ −sin θ; sin θ cos θ] |
| Enlargement by scale factor k | 缩放 k 倍 | [k 0; 0 k] |
The determinant of the transformation matrix gives the area scale factor. A negative determinant indicates a reflection has occurred, reversing orientation.
变换矩阵的行列式给出面积缩放系数。行列式为负表示发生了反射,方向被反转。
To find the image of a point under a transformation, multiply the matrix by the position vector. To find the matrix of a combined transformation (first T₁, then T₂), compute T₂T₁ — the second transformation is written on the left.
求一点在变换下的像,用矩阵乘以该点的位置向量。要求复合变换(先 T₁ 后 T₂)的矩阵,计算 T₂T₁——后进行的变换写在左侧。
6. Graphs and Inequalities | 图形与不等式
Rational functions of the form y = (ax + b)/(cx + d) have a vertical asymptote where the denominator equals zero and a horizontal asymptote given by the ratio of leading coefficients.
形如 y = (ax + b)/(cx + d) 的有理函数,其垂直渐近线出现在分母为零处,水平渐近线由首项系数之比给出。
To sketch these graphs, follow a systematic procedure:
绘制此类图形时,遵循系统化步骤:
- Find the vertical asymptote by setting cx + d = 0.
- 令 cx + d = 0 求垂直渐近线。
- Find the horizontal asymptote: y = a/c.
- 求水平渐近线:y = a/c。
- Find the intercepts: set x = 0 for the y-intercept and y = 0 for the x-intercept.
- 求截距:令 x = 0 得 y 截距,令 y = 0 得 x 截距。
- Plot a few test points to determine the behaviour in each region.
- 选取若干测试点确定每个区间内的图形走势。
When solving inequalities involving rational expressions, never multiply by a denominator that could be negative without considering cases. Instead, bring all terms to one side and analyse the sign of the resulting expression using a sign table.
求解含分式的不等式时,切勿在未分类讨论的情况下乘以可能为负的分母。正确做法是将所有项移到同侧,然后用符号表分析所得表达式的正负。
7. Numerical Methods | 数值方法
The FM01 paper regularly tests the sign-change rule for locating roots: if f(a) and f(b) have opposite signs and f is continuous on [a, b], then there is at least one root in the interval.
FM01 试卷经常考查符号变化法则求根位:若 f(a) 与 f(b) 异号且 f 在 [a, b] 上连续,则区间内至少存在一个根。
The Newton–Raphson iteration formula provides successive approximations to a root:
牛顿-拉弗森迭代公式提供根的逐次逼近:
xₙ₊₁ = xₙ − f(xₙ)/f′(xₙ)
To use this method effectively, choose a starting value close to the root, compute f(x₀) and f′(x₀), then iterate until the answer stabilises to the required degree of accuracy. If f′(xₙ) is zero or very small, the method may fail or diverge.
有效使用此方法时,应选取接近根部的初始值,计算 f(x₀) 与 f′(x₀),然后迭代直至结果稳定到所需精度。若 f′(xₙ) 为零或极小,该方法可能失效或发散。
Example: To solve x³ − 2x − 5 = 0 with x₀ = 2, note f(2) = −1 and f′(2) = 10, giving x₁ = 2 − (−1)/10 = 2.1. Then x₂ = 2.1 − (2.1³ − 2(2.1) − 5)/(3(2.1)² − 2) ≈ 2.0946, and x₃ ≈ 2.0946, confirming the root to 4 d.p.
示例:求解 x³ − 2x − 5 = 0,取 x₀ = 2,f(2) = −1,f′(2) = 10,得 x₁ = 2 − (−1)/10 = 2.1。再算 x₂ = 2.1 − (2.1³ − 2(2.1) − 5)/(3(2.1)² − 2) ≈ 2.0946,x₃ ≈ 2.0946,证实在小数点后四位精度下根为 2.0946。
8. Further Differentiation | 进阶微分
The chain rule is the cornerstone of further differentiation: if y = f(g(x)), then dy/dx = f′(g(x))·g′(x). For exponentials and logarithms:
链式法则是进阶微分的基石:若 y = f(g(x)),则 dy/dx = f′(g(x))·g′(x)。指数函数与对数函数的微分公式:
d/dx [e^(kx)] = k·e^(kx), d/dx [ln(kx)] = 1/x
For trigonometric functions, remember the standard derivatives: d/dx[sin x] = cos x, d/dx[cos x] = −sin x, d/dx[tan x] = sec² x. When differentiating composite trig functions, apply the chain rule carefully.
对于三角函数,牢记标准导数:d/dx[sin x] = cos x,d/dx[cos x] = −sin x,d/dx[tan x] = sec² x。对复合三角函数求导时,务必正确运用链式法则。
The product rule states (uv)′ = u′v + uv′, and the quotient rule states (u/v)′ = (u′v − uv′)/v². Decide which rule applies before differentiating, and write down u, v, u′, v′ explicitly to avoid slips.
乘积法则为 (uv)′ = u′v + uv′,商法则为 (u/v)′ = (u′v − uv′)/v²。求导前先判断适用哪种法则,并明确写出 u、v、u′、v′ 以避免失误。
Parametric differentiation: if x = f(t) and y = g(t), then dy/dx = (dy/dt)/(dx/dt), provided dx/dt ≠ 0. Differentiate both components with respect to t first.
参数求导:若 x = f(t) 且 y = g(t),则 dy/dx = (dy/dt)/(dx/dt),前提是 dx/dt ≠ 0。先分别对 t 求两个分量的导数。
9. Further Integration | 进阶积分
Integration is the reverse of differentiation. Key results include:
积分是微分的逆运算。关键公式包括:
∫xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ −1), ∫e^(kx) dx = (1/k)·e^(kx) + C, ∫(1/x) dx = ln|x| + C
For integrals of the form ∫f′(x)/f(x) dx, the result is ln|f(x)| + C. Recognise this pattern quickly — it appears frequently in FM01.
对于形如 ∫f′(x)/f(x) dx 的积分,结果为 ln|f(x)| + C。快速识别这一模式——它在 FM01 中经常出现。
Integration by parts applies to products: ∫u dv = uv − ∫v du. Choose u to be the function that simplifies when differentiated. The acronym LIATE (Logs, Inverse trig, Algebraic, Trig, Exponential) guides the choice of u.
分部积分适用于乘积:∫u dv = uv − ∫v du。选择 u 为求导后能简化的函数。口诀 LIATE(对数、反三角、代数、三角、指数)帮助选择 u。
Volumes of revolution are computed by rotating a curve about the x-axis or y-axis. About the x-axis:
旋转体体积通过将曲线绕 x 轴或 y 轴旋转获得。绕 x 轴:
V = π∫ₐᵇ y² dx
About the y-axis:
绕 y 轴:
V = π∫ₐᵇ x² dy
10. First-Order Differential Equations | 一阶微分方程
Variables-separable differential equations have the form dy/dx = f(x)·g(y). Rearrange to separate variables, then integrate both sides:
可分离变量的一阶微分方程形如 dy/dx = f(x)·g(y)。整理并分离变量后进行两侧积分:
∫(1/g(y)) dy = ∫f(x) dx + C
Solving a differential equation yields a general solution containing an arbitrary constant. When an initial condition y(x₀) = y₀ is given, substitute to find the particular solution.
求解微分方程得到含任意常数的通解。当给出初始条件 y(x₀) = y₀ 时,代入以求出特解。
Worked example: Solve dy/dx = xy with y(0) = 2.
例题:求解 dy/dx = xy,初始条件 y(0) = 2。
Separate: (1/y) dy = x dx. Integrate: ln|y| = x²/2 + C. Hence y = Ae^(x²/2). Using y(0) = 2 gives A = 2, so the particular solution is y = 2e^(x²/2).
分离变量:(1/y) dy = x dx。积分:ln|y| = x²/2 + C。因此 y = Ae^(x²/2)。代入 y(0) = 2 得 A = 2,故特解为 y = 2e^(x²/2)。
For contexts involving exponential growth and decay, recognise the standard model dy/dt = ky, whose solution is y = y₀e^(kt). Identify k and y₀ from the problem statement carefully; watch whether k is positive (growth) or negative (decay).
对于指数增长与衰减的实际问题,识别标准模型 dy/dt = ky,其解为 y = y₀e^(kt)。仔细从题意中确定 k 与 y₀,注意 k 为正(增长)还是为负(衰减)。
11. Exam Strategy for FM01 | FM01 应试策略
Time management is critical. The FM01 paper typically contains a mix of short and extended-response questions. Allocate approximately one minute per mark and leave 10 minutes at the end for checking.
时间管理至关重要。FM01 试卷通常包含简答题与扩展题。约每分一分钟,并在最后预留 10 分钟检查。
Golden rules during the exam:
考试黄金法则:
- Show all intermediate steps — method marks reward clear working even if the final answer is wrong.
- 展示所有中间步骤——即使最终答案错误,过程分也会奖励清晰的推导。
- Check determinant values before inverting matrices; check for division by zero in every method.
- 求逆矩阵前检查行列式是否为零;每种方法中都要检查除零风险。
- When using Newton–Raphson, carry full calculator precision in intermediate iterations.
- 使用牛顿-拉弗森法时,中间迭代保留计算器的完整精度。
- Verify solutions to differential equations by differentiating your answer.
- 对微分方程求解后,通过求导验证你的答案。
- Read the required degree of accuracy — 3 s.f., 4 d.p., or exact — and respond accordingly.
- 注意题目要求的精度——3 位有效数字、4 位小数或精确值——并相应作答。
Practice with past papers under timed conditions, and review every mistake. Target the topics where marks are most frequently lost: complex roots, matrix inverses, and sign errors in integration.
在限时条件下练习历年真题,并逐一回顾每处错误。重点关注最常丢分的专题:复根、矩阵求逆以及积分中的符号错误。
12. Final Checklist | 最终自查清单
Before the exam, confirm you can:
考试前,确认你能够:
- Perform arithmetic with complex numbers and solve equations involving z.
- 完成复数运算并求解含 z 的方程。
- Write down and apply sum/product relationships for quadratic and cubic roots.
- 写出并应用二次与三次方程根的求和与求积关系。
- Sum series using standard results for Σr, Σr², Σr³.
- 利用 Σr、Σr²、Σr³ 的标准公式求和。
- Calculate determinants and inverses for 2×2 and 3×3 matrices.
- 计算 2×2 与 3×3 矩阵的行列式及逆矩阵。
- Identify transformation matrices and combine transformations correctly.
- 识别变换矩阵并正确复合变换。
- Sketch rational function graphs and solve rational inequalities.
- 绘制有理函数图形并求解有理不等式。
- Apply Newton–Raphson iteration with the sign-change rule.
- 结合符号变化法则运用牛顿-拉弗森迭代法。
- Differentiate and integrate using chain, product, quotient rules, and by parts.
- 运用链式法则、乘积法则、商法则及分部积分法进行微分与积分。
- Set up and solve separable first-order differential equations.
- 建立并求解可分离变量的一阶微分方程。
Consistent practice is the key to success. Work through every topic above, attempt full past papers, and seek help on any point of confusion before exam day.
持之以恒的练习是成功的关键。逐一攻克上述专题,完成整套历年真题,并在考前解决任何疑惑之处。
Published by TutorHao | Further Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导