📚 Common Mistakes in FM01 January 2023 International Further Mathematics AS | 2023年1月FM01国际进阶数学AS易错点总结
The January 2023 FM01 (WFM01/01) International Further Mathematics AS paper required candidates to apply concepts from complex numbers, roots of polynomials, proof by induction, matrix transformations, series, parametric equations, and numerical methods. This article highlights recurring errors observed in student scripts, offering targeted advice to help future candidates avoid losing marks unnecessarily.
2023年1月的FM01(WFM01/01)国际进阶数学AS试卷要求考生综合运用复数、多项式根、数学归纳法证明、矩阵变换、级数、参数方程以及数值方法等知识。本文梳理了考生答卷中反复出现的典型错误,并提供针对性建议,帮助今后的考生避免无谓失分。
1. Complex Numbers: Misjudging the Argument Due to Quadrant | 复数:辐角象限判断失误
Question 1 typically asked for all three cube roots of a complex number such as z³ = 8i or z³ = -8i. A very common error was calculating the modulus correctly but writing the argument as π/2 for -8i instead of -π/2 (or 3π/2), ignoring that the point lies on the negative imaginary axis. This led to one incorrect root and a cascade of mistakes in plotting on the Argand diagram.
第1题通常要求找出一个复数(例如 z³ = 8i 或 z³ = -8i)的三个立方根。非常常见的错误是模长计算正确,但在辐角上出错,比如把 -8i 的辐角误写成 π/2 而不是 -π/2(或 3π/2),忽视了该点位于负虚轴。这直接导致一个错误根,并在后续 Argand 图上作图时产生连锁错误。
When a complex number is purely imaginary, candidates must check the sign of the imaginary part before fixing the argument. For -8i, the principal argument is -π/2, and the three cube roots are spaced by 2π/3. Many scripts lost the root with argument 7π/6 because the starting angle was wrong.
当一个复数为纯虚数时,考生必须先判断虚部的符号再确定辐角。对于 -8i,主辐角为 -π/2,三个立方根相差 2π/3。许多答卷因为初始角度错误而丢失了辐角为 7π/6 的根。
2. Roots of Polynomials: Sign Errors in Sum and Product Relations | 多项式根:和与积的符号错误
Question 2 gave a cubic equation with roots α, β, γ, such as 2x³ – 3x² + 4x – 5 = 0, and asked for the values of Σα, Σαβ and αβγ. The most frequent mistake was writing Σα = 3/2 instead of -(-3)/2 = 3/2, which coincidentally gave a correct positive value, but then misapplying signs for the product: αβγ = -(-5)/2 = 5/2, whereas many wrote -5/2.
第2题给出一个三次方程,其根为 α, β, γ,例如 2x³ – 3x² + 4x – 5 = 0,要求计算 Σα, Σαβ 和 αβγ。最常见的错误是把 Σα 写为 3/2,尽管符号规则是 -(-3)/2 = 3/2,巧合得到了正值,但在处理乘积时却误用符号:αβγ = -(-5)/2 = 5/2,很多人却写成了 -5/2。
Candidates should internalise: for ax³ + bx² + cx + d = 0, the sum of roots is -b/a, the sum of pairwise products is c/a, and the product is -d/a. Failing to alternate signs, especially for the product, was penalised heavily because it affected later parts involving symmetric functions like α²βγ + αβ²γ + αβγ².
考生应当牢记:对于 ax³ + bx² + cx + d = 0,根之和为 -b/a,两两积之和为 c/a,乘积为 -d/a。未能正确使用交替符号,尤其在乘积上出错,会受到严重扣分,因为这影响到后续涉及对称函数如 α²βγ + αβ²γ + αβγ² 的计算。
3. Proof by Induction: Missing the Base Case or Jumping to Conclusion | 数学归纳法证明:遗漏基础情况或跳跃到结论
Question 3 required a proof by induction for a summation formula, e.g., Σ(r=1 to n) r(r+1) = n(n+1)(n+2)/3. Many candidates verified the base case but did not state the assumption clearly, writing ‘assume true for n’ without expressing the assumption with summation notation. The inductive step often lacked the crucial algebraic manipulation, jumping directly from ‘adding the (k+1)th term’ to the expected form without showing the factorisation.
第3题要求用数学归纳法证明一个求和公式,例如 Σ(r=1 to n) r(r+1) = n(n+1)(n+2)/3。很多考生验证了基础情况,但未清晰陈述归纳假设,仅写“假设 n 时成立”而未用求和符号写出假设等式。归纳步骤中又常常缺少关键的代数操作,直接从“加上第 k+1 项”跳到目标形式,未展示因式分解过程。
For full marks it is essential to write ‘Assume true for n=k: Σ r(r+1) = k(k+1)(k+2)/3’, then add the (k+1)th term to both sides, and factorise step-by-step. A common pitfall was making an arithmetic slip when expanding (k+1)(k+2) and then failing to spot the common factor.
要拿到满分,必须写出“假设 n=k 时成立:Σ r(r+1) = k(k+1)(k+2)/3”,然后两边加上第 k+1 项,并逐步因式分解。常见的失误是在展开 (k+1)(k+2) 时出现计算错误,进而无法提取公因子。
4. Matrix Transformations: Misapplying the Order of Multiplication | 矩阵变换:乘法顺序应用错误
Question 4 described two successive linear transformations, for example a reflection in the line y = x followed by a stretch, and asked to find the image of a point or the single matrix representing the combined transformation. A significant number of students multiplied the matrices in the wrong order, using M_stretch × M_reflection instead of M_reflection × M_stretch (if the stretch is applied second, it goes on the left).
第4题描述了两次连续的线性变换,例如先关于直线 y = x 的反射,然后再进行拉伸,要求求出某点的像或表示复合变换的单一矩阵。大量学生搞错了矩阵相乘的顺序,用了 M_stretch × M_reflection 而非 M_reflection × M_stretch(如果拉伸是后做的,则应放在左边)。
Remember that the first transformation is closest to the column vector, so the matrix for the first transformation is on the right. In a composite transformation T2 ∘ T1, the matrix is M2 M1. Many candidates lost marks because they wrote the correct individual matrices but combined them in the reverse order.
切记,先进行的变换最靠近列向量,因此其所对应的矩阵写在右侧。在复合变换 T2 ∘ T1 中,矩阵是 M2 M1。不少考生因把正确的单个矩阵以相反顺序相乘而失分。
5. Parametric Equations: Incorrect Differentiation for Tangents | 参数方程:切线问题求导有误
Question 5 gave parametric equations, such as x = t², y = 2t + 1, and asked for the equation of the tangent or normal at a particular t. The most basic error was calculating dy/dx as dy/dt × dt/dx or forgetting the reciprocal. For example, some wrote dy/dx = (dy/dt)(dx/dt) instead of (dy/dt)/(dx/dt).
第5题给出了参数方程,例如 x = t², y = 2t + 1,要求求某特定 t 值处的切线或法线方程。最基本的错误是计算 dy/dx 时搞错公式,如写成 dy/dt × dt/dx 或忘记倒数关系。例如,有人写成 dy/dx = (dy/dt)(dx/dt),而正确应为 (dy/dt)/(dx/dt)。
Additionally, when finding the normal, candidates often forgot to take the negative reciprocal of the gradient. Even those who found the correct derivative sometimes substituted t incorrectly into the coordinates, leading to an incorrect point and a valid but misplaced line.
此外,求法线时考生经常忘记使用切线斜率的负倒数。即使那些正确求出导数的学生,有时在将 t 代入坐标时算错,导致求得错误的点,从而得出正确形式但位置不对的直线。
6. Summation of Series: Misuse of Standard Formulas | 级数求和:标准公式的误用
Question 6 required using standard results for Σr, Σr², Σr³ to evaluate a more complicated sum such as Σ(r+1)(2r-1) between limits. A prevalent error was writing Σr² = n²(n+1)²/4, confusing it with the formula for Σr³ = n²(n+1)²/4. Others incorrectly applied the formula for Σr as n(n+1)/2 to only part of the expression, forgetting to multiply by the coefficient.
第6题要求利用 Σr, Σr², Σr³ 的标准结果来计算更复杂的和式,例如在某一区间内求 Σ(r+1)(2r-1)。一个普遍错误是将 Σr² 的公式写成 n²(n+1)²/4,与 Σr³ = n²(n+1)²/4 混淆。还有的只将 Σr = n(n+1)/2 套用到表达式的一部分上,忘记乘以系数。
The safest approach is to expand the sum into separate terms and apply linearity. Many candidates failed to handle the constant term correctly when summing from a starting index other than 1, forgetting to subtract the lower limit sum. For instance, evaluating Σ(from r=4 to n) r, they used n(n+1)/2 without subtracting 1+2+3.
最稳妥的做法是将和式展开成若干项,并利用线性性质。很多考生在起始下标不为 1 时未能正确处理常数项,忘记减去下限之前的部分和。例如求 Σ(from r=4 to n) r,他们直接用了 n(n+1)/2 而未减去 1+2+3。
7. Numerical Methods: Iteration Not Checked for Convergence | 数值方法:未验证迭代收敛性
Question 7 involved an iteration formula x_{n+1} = g(x_n) derived from an equation like x³ – 5x + 1 = 0. Candidates were often required to perform iterations and show that a root exists. A common oversight was not stating that the change of sign between f(1) and f(2) justified the root’s existence before iterating. Some also failed to recognise that the iteration oscillated or diverged when the starting value was outside the interval of convergence.
第7题涉及由方程如 x³ – 5x + 1 = 0 导出的迭代公式 x_{n+1} = g(x_n)。通常要求进行迭代并证明根的存在。常见的疏忽是迭代前不先说明 f(1) 与 f(2) 的符号变化证明了根的存在。有些考生未意识到当初值选在收敛区间之外时迭代会出现振荡或发散。
Even if values are correctly computed, marks are reserved for a concluding statement that the root is accurate to a certain number of decimal places because successive iterations agree to that precision. Simply stopping after three iterations without justification lost the final accuracy mark.
即使数值计算正确,仍需给出结论说明由于连续两次迭代值在小数点后某几位一致,因此根精确到该位数。仅仅进行三次迭代而不作说明就会失去最后的精度分。
8. Argand Diagram Loci: Misinterpreting Inequalities and Perpendicular Bisectors | Argand 图轨迹:不等式与垂直平分线的误解
Question 8 presented a locus such as |z – 2i| = |z – 4| and asked to shade the region satisfying an inequality. A frequent mistake was drawing the line as a bisector but misplacing it because the points were misidentified; the perpendicular bisector of (0,2) and (4,0) has equation y = 2x – 3, but many sketched it incorrectly. Worse, they shaded the wrong half-plane when the inequality was strict.
第8题给出了如 |z – 2i| = |z – 4| 的轨迹,并要求对满足不等式的区域进行涂色。常见错误是画出了平分线但位置有误,因为点 (0,2) 和 (4,0) 的垂直平分线方程为 y = 2x – 3,但很多草图将其画错。更糟糕的是,当不等式为严格不等时,选错了半平面进行涂色。
For inequalities of the form |z – a| ≤ |z – b|, the region contains the point a, but many shaded the side containing b. Testing with a simple point like a itself would have avoided this. Also, using solid or dashed lines according to the inequality symbol was frequently neglected.
对于形如 |z – a| ≤ |z – b| 的不等式,区域应包含点 a,但很多人涂了包含 b 的一侧。用点 a 本身作简单测试即可避免此错误。另外,根据不等号是否带等号而使用实线或虚线这一要求也常被忽略。
9. Transformation of Roots: Substituting Without Explicit New Variable | 根的变换:代入时没有显式引入新变量
Question 9 asked for a polynomial whose roots are related to those of a given cubic by a linear transformation, e.g., w = 3α – 1. A common mistake was to write α = (w+1)/3 but then incorrectly substitute into the original polynomial, leaving the equation in terms of α and w mixed. Students needed to replace every x with (w+1)/3 and clear denominators to obtain an equation solely in w.
第9题要求找出一个新多项式,其根与已知三次方程的根满足线性关系,例如 w = 3α – 1。常见错误是写出 α = (w+1)/3 后,在代入原多项式时处理不当,导致方程中 α 与 w 混杂。正确的做法是用 (w+1)/3 替换每一个 x,然后去分母得到完全关于 w 的方程。
Many candidates also forgot to multiply through by the leading coefficient when the transformation involved division, leading to fractional coefficients incorrectly handled. The final polynomial should have integer coefficients if the original had integer coefficients and the transformation was linear with integer parameters.
很多考生在变换涉及除法时忘记乘以首项系数,从而未能正确处理分数系数。若原多项式系数为整数且变换为整数参数的线性关系,最终的多项式系数也应为整数。
10. Conic Sections: Matrix Representation of Rotation and Identifying Invariant Lines | 圆锥曲线:旋转的矩阵表示与不变线的识别
Question 10 applied a matrix representing rotation by θ to a hyperbola equation to find the rotated form. Errors arose when candidates used sinθ and cosθ from the wrong quadrant, particularly if the rotation angle was given in the second or third quadrant. They confused the sign of sinθ in the rotation matrix.
第10题将表示旋转 θ 的矩阵应用于双曲线方程以求其旋转后的形式。当旋转角位于第二或第三象限时,考生容易搞错 sinθ 的符号,直接套用第一象限的矩阵形式而出错。
When asked to find invariant lines of a matrix transformation, many students set up the equation M(x, y)ᵀ = λ(x, y)ᵀ but then treated λ as the eigenvalue without solving the characteristic equation correctly, or they attempted to solve (M – λI) with λ unknown but did not eliminate to find possible λ, losing marks for incomplete reasoning.
当要求找出矩阵变换的不变线时,许多学生建立了方程 M(x, y)ᵀ = λ(x, y)ᵀ,却要么把 λ 当作特征值却不正确求解特征方程,要么在未知 λ 的情况下试图解 (M – λI) 却未消元,导致推理不完整而失分。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导