📚 Common Mistakes in 9665 FM01 International AS Further Mathematics Specimen Paper 2019 v3 | 9665 FM01 国际AS进阶数学样卷2019 v3 易错点总结
The Pearson Edexcel International AS Further Mathematics Unit FM01 (Further Pure Mathematics 1) specimen paper is designed to assess core algebraic, numerical and graphical skills. Many candidates lose marks not through lack of understanding, but through repeated small mistakes that are entirely avoidable. This article summarises the most frequent errors observed in the 2019 v3 specimen paper, explaining why they happen and how to fix them. Use this guide to strengthen your exam technique and boost your final grade.
爱德思国际AS进阶数学单元FM01(进阶纯数学1)的样卷主要考察代数、数值和图像分析的核心技能。许多考生不是因为不会而丢分,而是因为重复出现的小错误。本文总结了2019年v3样卷中最常见的易错点,解释错误原因并给出纠正方法。请用这份指南强化你的应试技巧,提升最终成绩。
1. Mishandling of Complex Number Division | 复数除法运算错误
When dividing two complex numbers, the standard method is to multiply numerator and denominator by the complex conjugate of the denominator. A common mistake is to forget to change the sign of the imaginary part in the conjugate, or to multiply only the denominator and leave the numerator unchanged. This leads to an entirely wrong real and imaginary part.
两个复数相除时,标准方法是将分子分母同时乘以分母的共轭复数。常见错误是忘记改变共轭中虚部的符号,或者只乘分母而不乘分子,从而导致实部和虚部完全错误。
For example, in finding (3 + 2𝒊)/(1 – 𝒊), some candidates incorrectly write (3 + 2𝒊)(1 – 𝒊)/( (1 – 𝒊)(1 – 𝒊) ), which compounds the error. The correct conjugate of 1 – 𝒊 is 1 + 𝒊, so the denominator becomes 1² – (𝒊)² = 1 + 1 = 2, a real number. The numerator expands to (3×1 + 3×𝒊 + 2𝒊×1 + 2𝒊×𝒊) = 3 + 5𝒊 – 2 = 1 + 5𝒊, giving the result ½ + (5/2)𝒊.
例如,在计算 (3 + 2i)/(1 – i) 时,有些考生错误地写成 (3+2i)(1-i)/((1-i)(1-i)),错上加错。正确的分母共轭是 1 + i,分母变成 1² – (i)² = 2,为实数。分子展开得 3 + 3i + 2i + 2i² = 3 + 5i – 2 = 1 + 5i,结果为 ½ + (5/2)i。
Always write down the conjugate explicitly before multiplying. Practise expansions carefully, paying attention to the 𝒊² = -1 substitution.
务必在相乘前明确写出共轭复数,并仔细展开,特别注意代入 i² = -1。
2. Incorrect Argument of a Complex Number | 复数辐角判断错误
The argument of a complex number must be determined by the quadrant in which the number lies, not simply by calculating arctan(b/a). A frequent slip is to give the principal argument as a negative acute angle when the complex number is in the second or third quadrant, or to state a positive acute angle for a number in the third quadrant.
复数的辐角必须根据其所在象限确定,而不是单纯计算 arctan(b/a)。常见失误是当复数在第二或第三象限时,给出的主辐角为负锐角,或者将第三象限的复数辐角直接写成正锐角。
| Quadrant 象限 | Sign of a, b 实虚部符号 | Adjustment 调整 |
|---|---|---|
| 1 | a>0, b>0 | arg = arctan(b/a) |
| 2 | a<0, b>0 | arg = π – arctan(|b/a|) |
| 3 | a<0, b<0 | arg = -π + arctan(|b/a|) or π + arctan(b/a) |
| 4 | a>0, b<0 | arg = -arctan(|b/a|) |
For z = -2 + 3𝒊, arctan(3/ -2) gives a negative angle, but the correct argument is π – arctan(3/2) ≈ 2.16 rad, not -0.98 rad. Always sketch an Argand diagram to confirm the angle is measured from the positive real axis.
对于 z = -2 + 3i,arctan(3/-2) 给出负角,但正确的辐角应为 π – arctan(3/2) ≈ 2.16 弧度,而非 -0.98 弧度。始终画出阿尔冈图,确认角度是从正实轴开始测量的。
3. Matrix Inverse and Determinant Pitfalls | 矩阵逆与行列式的陷阱
Finding the inverse of a 2 × 2 matrix M = [[a, b], [c, d]] involves swapping a and d, changing the signs of b and c, and dividing by the determinant ad – bc. Many candidates swap the wrong entries or forget to divide by the determinant. A zero determinant means the inverse does not exist, and the system of equations either has no unique solution or is inconsistent.
求2×2矩阵 M = [[a, b], [c, d]] 的逆矩阵需要交换 a 和 d,改变 b 和 c 的符号,再除以行列式 ad – bc。很多考生交换了错误的元素,或者忘记除以行列式。行列式为零意味着逆矩阵不存在,此时方程组要么没有唯一解,要么无解。
In the specimen paper, a typical error is writing the inverse as [[d, -b], [-c, a]] × (1/(ad – bc)) but mistakenly writing -c instead of -c, or forgetting the minus sign for b. Cross-check by multiplying M × M⁻¹ to see if you obtain the identity matrix.
样卷中典型错误是把逆矩阵写成 [[d, -b], [-c, a]] × (1/(ad – bc)),却忘记 c 应为 -c,或漏掉 b 的负号。可通过计算 M × M⁻¹ 来检查是否得到单位矩阵。
For the matrix [[2, 5], [1, 3]], det = 6 – 5 = 1. Then the inverse is [[3, -5], [-1, 2]] / 1 = [[3, -5], [-1, 2]]. Verify: [[2,5],[1,3]] × [[3,-5],[-1,2]] = [[1,0],[0,1]].
对于矩阵 [[2,5],[1,3]],行列式为 1,逆矩阵为 [[3,-5],[-1,2]]。验证乘积可得单位矩阵。
4. Proof by Induction – Base Case Omission | 归纳法证明遗漏基础步骤
A complete induction proof must show three clear parts: the base case (usually n = 1 or n = 0), the inductive hypothesis (assume true for n = k), and the inductive step (prove for n = k + 1 using the hypothesis). Skipping the base case or merely stating ‘true for n=1’ without verification can lose marks. The skeleton of the argument must be logically sound.
完整的归纳法证明必须清晰呈现三个部分:基础情况(通常为 n = 1 或 n = 0)、归纳假设(假设 n = k 时成立),以及归纳步骤(用假设证明 n = k+1 成立)。跳过基础步骤,或仅说“n=1 时成立”而不加验证,都会被扣分。论证结构必须逻辑严谨。
For a summation like Σ(r=1 to n) r² = n(n+1)(2n+1)/6, the base case: LHS for n=1 is 1² = 1; RHS = 1×2×3/6 = 1, holds. Then assume true for n = k, and prove for n = k+1 by adding (k+1)² to both sides and simplifying to the formula with n = k+1. Many candidates incorrectly manipulate the algebraic fractions, e.g. expanding k(k+1)(2k+1)/6 + (k+1)² with a common denominator error.
对于求和公式,如 Σ(r=1 to n) r² = n(n+1)(2n+1)/6,基础步骤:n=1时左边为1,右边为1,成立。然后假设 n=k 时成立,证明 n=k+1 时成立:在等式两边加上 (k+1)²,整理成分式,常出错的是通分时计算错误或提取公因式遗漏。
5. Summation Standard Formula Misuse | 标准求和公式误用
The three standard summation formulas must be known precisely: Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6, Σr³ = n²(n+1)²/4. Mixing up the denominators or the order of factors is very common. Some students recall Σr² as n(n+1)/2 squared, which is incorrect.
三个标准求和公式必须准确记忆:Σr = n(n+1)/2,Σr² = n(n+1)(2n+1)/6,Σr³ = n²(n+1)²/4。混淆分母或因子顺序极为常见。有些学生把 Σr² 记成 n(n+1)/2 的平方,这是错误的。
When a question asks for Σ(r+2)(r-3) from r=1 to n, expand first: Σ(r² – r – 6) = Σr² – Σr – Σ6. Then substitute the formulas carefully: Σr² = n(n+1)(2n+1)/6, Σr = n(n+1)/2, Σ6 = 6n. Combine them into a single fraction, but mistakes arise when finding a common denominator 6. For -Σr term, many write -n(n+1)/2 as -3n(n+1)/6, which is correct, but then forget to multiply correctly or lose a sign.
当题目要求计算 Σ(r+2)(r-3) 从 r=1 到 n 时,先展开:Σ(r² – r – 6) = Σr² – Σr – 6n。代入公式时仔细处理分数:- Σr = -n(n+1)/2 = -3n(n+1)/6,再与 Σr² 和 -6n 合并。常见错误是通分时漏乘或符号错误。
6. Roots of Quadratic Equations – Sign Errors | 二次方程根与系数关系中的符号错误
Given the quadratic equation ax² + bx + c = 0, the sum of roots α + β = -b/a, and the product αβ = c/a. Forgetting the minus sign in the sum is a recurring error, especially when a=1. If a student writes α + β = b, then all subsequent working for symmetric expressions like α² + β² or α³ + β³ will be wrong.
已知二次方程 ax² + bx + c = 0,根的和为 α + β = -b/a,积为 αβ = c/a。忘记和中的负号是屡犯错误,尤其在 a=1 时。如果考生写成 α + β = b,那么后续求解对称表达式如 α² + β²、α³ + β³ 都会出错。
Another frequent pitfall is when forming a new quadratic equation with roots related to α, β, such as 3α and 3β. The new sum is 3α + 3β = 3(α+β) = -3b/a, and new product is 9αβ = 9c/a. Then the new equation is x² – (sum)x + product = 0. Many candidates forget the minus sign in this reconstructed form and write x² + (sum)x + product = 0.
另一个常见陷阱是根据 α、β 构建新方程,例如根为 3α 与 3β。新根和为 3(α+β) = -3b/a,新积为 9c/a。新方程为 x² – (新根和)x + (新积) = 0。许多人忘记了 x² – (sum)x + product 中的负号,误写成加号。
7. Recurrence Relations Limit Calculation | 递推关系求极限的错误
When a recurrence relation u_{n+1} = f(u_n) is given and a limit L is assumed as n→∞, setting L = f(L) yields an equation. However, solving this equation might produce extraneous roots if the recurrence is not defined for those values, or if the sequence does not converge to that root. Candidates must check that the limit lies within the valid range of the recurrence and that the sequence converges (often indicated by |f ‘(L)| < 1). Even if the question does not require proof of convergence, using an inappropriate root shows misunderstanding.
当给出递推关系 u_{n+1} = f(u_n),并假设 n→∞ 时极限为 L,令 L = f(L) 得到方程。但求解此方程可能产生增根,如果递推在某些值上未定义,或数列并不以该根为极限。考生必须检查极限是否在递推的有效范围内,且数列是否收敛(通常表现为 |f'(L)| < 1)。即使题目不要求证明收敛性,选用不当的根也显示理解有误。
For example, for u_{n+1} = √(u_n + 6), the limit equation is L = √(L + 6). Squaring gives L² – L – 6 = 0 → L = 3 or L = -2. Since the recurrence involves a square root, terms stay positive if initial term is positive, so L = -2 is impossible. Choosing L = -2 reveals a failure to link algebra with context.
例如,对于递推 u_{n+1} = √(u_n + 6),极限方程 L = √(L + 6),平方得 L² – L – 6 = 0,解得 L = 3 或 L = -2。由于递推涉及平方根,若首项为正,所有项保持正,因此 L = -2 不可能发生。选择 L = -2 表明代数与情境脱节。
8. Inequality Regions and Transformation | 不等式区域与变换错误
Questions that involve sketching regions like |z – 2 – 3𝒊| ≤ 5 require recognising the set of points within a circle of radius 5 centred at (2, 3). A common slip is to plot the centre at (-2, -3) or to draw the boundary as a solid line when strict inequality is used. Additionally, transforming a region through a matrix multiplication demands careful tracking of vertices. For instance, a square with vertices A, B, C, D under matrix M: the image vertices are M×A, M×B, etc. A frequent mistake is to apply the transformation only to coordinates, forgetting the matrix multiplication order or miscalculating one entry.
涉及绘制区域,如 |z – 2 – 3i| ≤ 5 的题目,需要识别出圆心在 (2, 3)、半径为5的圆内区域。常见错误是画在 (-2,-3) 处,或将严格不等式的边界画成实线。此外,用矩阵变换对区域进行变换时,必须仔细追踪顶点。例如一个以 A, B, C, D 为顶点的正方形在矩阵 M 作用下,像的顶点为 M×A, M×B 等。常见错误是忘记矩阵乘法的顺序,或某个元素的乘法计算出错。
For the matrix [[0, -1], [1, 0]] (rotation 90° anticlockwise), applying to point (p, q) yields (-q, p). Students sometimes swap the entries incorrectly and write (-p, q) or (q, -p). Sketch the image region and label carefully.
对于矩阵 [[0,-1],[1,0]](逆时针旋转90°),作用于点 (p, q) 得到 (-q, p)。学生有时会错误地对调成 (-p, q) 或 (q, -p)。务必绘制映像区域并仔细标注。
9. Polynomial Inequalities and Critical Values | 多项式不等式与临界值
Solving an inequality like (x-2)(x+1)(x-4) < 0 involves finding critical values x = -1, 2, 4 and testing intervals. A typical error is to write the solution as -1 < x < 2 and x > 4, when it should be x < -1 or 2 < x < 4. This happens when the sign chart is misread or the sign of the leading coefficient is ignored. The cubic (x-2)(x+1)(x-4) is positive for large x, so the pattern alternates: +, -, +, - from right to left.
求解如 (x-2)(x+1)(x-4) < 0 的不等式,需要找出临界值 -1, 2, 4 并测试区间。典型错误是将解集写成 -1 < x < 2 和 x > 4,而正确答案应为 x < -1 或 2 < x < 4。这通常是因为误读了符号表,或忽略了首项系数的符号。该三次多项式当 x 很大时为正,因此符号模式从右向左为 +, -, +, -。
Another mis-step is mishandling inequalities when multiplying or dividing by a negative number, such as rearranging (2x-3)/(x+1) > 1. Multiply both sides by (x+1)², which is positive, to avoid sign reversal. Writing down steps without considering the sign of the denominator leads to lost solutions.
另一个常见失误是在乘除负数时忘记反转不等号,例如处理 (2x-3)/(x+1) > 1。最好两边乘以 (x+1)²(恒正),避免讨论分母符号。忽略分母符号直接去分母会导致解集不完整。
10. General Algebraic Slips | 一般代数运算疏忽
Careless expansion, sign errors when moving terms, and incorrect factorisation are the most frequent causes of lost marks across the entire paper. For example, expanding (k+1)(2k+1) as 2k² + 3k + 1 is correct, but many write 2k² + k + 1, missing the middle coefficient. In factorisation, overlooking a common factor such as (k+1) can stop the inductive step from simplifying properly.
粗心的展开、移项时符号错误以及因式分解不当,是全卷最常见的失分原因。例如将 (k+1)(2k+1) 正确展开得 2k² + 3k + 1,但许多人写成 2k² + k + 1,漏掉了中项。因式分解时忽略像 (k+1) 这样的公因式,会导致归纳步骤无法正确化简。
Always double-check expansions using the FOIL method, and take an extra moment to verify that factorisation extracts the greatest common factor. When simplifying rational expressions, look for cancelled factors but ensure the denominator is not zero in the original context.
始终用 FOIL 法复核展开,并花时间确认因式分解提取了最大公因式。化简有理式时,注意寻找可约因子,但要保证在原式中分母不为零。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导