📚 AS Further Maths Unit 1 Jan 2021 Mark Scheme: Common Pitfalls | AS进阶数学单元1 2021年1月评分方案易错点总结
This article analyses the most frequent errors students made in the AS Further Mathematics Unit 1 examination from January 2021, based on the official mark scheme. Understanding these pitfalls can help you avoid unnecessary loss of marks and improve exam technique.
本文基于官方评分标准,分析了考生在2021年1月AS进阶数学单元1考试中最常犯的错误。了解这些易错点有助于避免不必要的失分,并提高应试技巧。
1. Complex Numbers: Forgetting Conjugate Solutions | 复数:求解时忽略共轭解
When solving quadratic equations with real coefficients that have complex roots, the solutions always occur in conjugate pairs. Many candidates found one root correctly but failed to state the second root, losing valuable marks. The mark scheme explicitly awards marks for both roots, so writing only z = 2 + i instead of z = 2 + i and z = 2 − i forfeits half of the solution marks.
当求解实系数二次方程的复根时,解总是成共轭对出现。许多考生正确地求出一个根,但漏写了另一个根,导致失分。评分标准明确要求给出两个根,因此只写 z = 2 + i 而不写 z = 2 + i 和 z = 2 − i 会失去一半的分数。
Similarly, when giving the modulus of a complex number, it must be expressed as an exact surd. The mark scheme often penalises decimal approximations unless the question specifies an approximation. Writing √(a² + b²) is essential.
同样,表达复数的模时,必须保留根式精确值。除题目明确要求外,评分标准通常会扣减使用小数近似的答案。保留 √(a² + b²) 的形式至关重要。
2. Quadratic Roots: Sign Errors in α² + β² | 二次方程根:α² + β² 公式中的符号错误
Questions requiring expressions like α² + β², α³ + β³ or α/β + β/α are common. A typical mistake is misapplying the sign when using sum and product of roots. For an equation ax² + bx + c = 0, the sum α + β = −b/a and product αβ = c/a. Candidates often forget the negative sign in the sum, leading to incorrect expansion: α² + β² = (α + β)² − 2αβ. If the sum is taken as b/a, the whole expression is wrong and no marks are given for the derived expression.
题目常要求计算 α² + β²、α³ + β³ 或 α/β + β/α 等表达式。典型的错误是在使用根的和与积时弄错符号。对于方程 ax² + bx + c = 0,根的和 α + β = −b/a,根的积 αβ = c/a。考生经常忘记和的负号,导致展开式错误:α² + β² = (α + β)² − 2αβ。如果把和记为 b/a,整个表达式都会出错,后续推导分数全失。
Another frequent error is failing to express symmetric functions in simplest factorised form, which the mark scheme often requires for the final A mark.
另一个常见错误是未能将对称函数化简为最简因子形式,评分标准在最终答案分中常要求最简形式。
3. Argand Diagrams: Misidentifying Half-Planes for Inequalities | 阿根图:不等式半平面识别错误
When sketching |z − (a + bi)| < r or ≤ r, many candidates correctly drew the circle but shaded the wrong region. The inequality |z − z₀| < r represents the inside of the circle, while > r represents the outside. The mark scheme often gives a mark for correct shading; shading the opposite region loses that mark. Furthermore, for combined inequalities such as r₁ < |z − z₀| ≤ r₂, the region is an annulus, and both boundaries must be indicated clearly with solid or dashed lines as appropriate.
在绘制 |z − (a + bi)| < r 或 ≤ r 的图形时,许多考生能正确画出圆,但阴影区域标错。不等式 |z − z₀| < r 表示圆内部的区域,而 > r 表示外部。评分标准通常对正确阴影设有一分;标成相反的阴影就会失去这一分。此外,对于 r₁ < |z − z₀| ≤ r₂ 这样的复合不等式,区域是一个圆环,两条边界必须正确地用实线或虚线标示清楚。
Another subtle point is the use of a solid line for ≤ or ≥ versus a dashed line for < or >. Failure to distinguish these at the boundary can cost the accuracy mark.
另一个细微之处是 ≤ 或 ≥ 使用实线,< 或 > 使用虚线。在边界上未做区分可能会失去准确性分数。
4. Matrices: Multiplying Transformation Matrices in the Wrong Order | 矩阵:变换矩阵相乘顺序颠倒
A matrix representing a transformation followed by another must be multiplied in reverse order. For example, if matrix A represents a rotation and B represents a reflection, the combined transformation ‘rotation followed by reflection’ is represented by BA, not AB. Many candidates incorrectly wrote AB and thus obtained a completely wrong transformation matrix, losing all marks for that part. The mark scheme may award a method mark if the candidate’s matrices are multiplied correctly but in the wrong order, but the final matrix will be incorrect.
表示一个变换接着另一个变换时,矩阵乘法必须按逆序进行。例如,若矩阵 A 表示旋转,B 表示反射,则“先旋转后反射”的复合变换矩阵为 BA,而非 AB。许多考生错误地写成 AB,从而得到完全错误的变换矩阵,导致该部分全失。评分标准可能会为“矩阵相乘”这一方法给予一分,但最终矩阵错误,准确分全失。
Always verify by applying the matrix to a general point and tracking the transformations step by step.
始终建议通过将矩阵作用于一般点并逐步追踪变换来验证。
5. Matrices: Determinant and Inversion Mistakes | 矩阵:行列式与逆矩阵错误
Finding the inverse of a 2 × 2 matrix involves computing the determinant ad − bc. A sign slip in calculating the determinant is a common mistake, especially when c or b is negative. Writing the inverse as 1/(ad − bc) [[d, -b], [-c, a]] is correct, but candidates often forget to change the signs of b and c or misplace them. The mark scheme typically awards one mark for the correct determinant and another for the correct adjugate matrix arrangement.
求 2 × 2 矩阵的逆矩阵需要计算行列式 ad − bc。计算行列式时符号出错是常见错误,尤其当 c 或 b 为负数时。正确的逆矩阵是 1/(ad − bc) [[d, -b], [-c, a]],但考生常忘记改变 b 和 c 的符号,或放错位置。评分标准通常给行列式正确一分,伴随矩阵正确一分。
Additionally, if the determinant is zero, the matrix is singular and the inverse does not exist. Stating ‘no inverse’ or ‘singular’ without justification may lose the mark; a brief statement that det = 0 suffices.
此外,若行列式为零,矩阵奇异,逆矩阵不存在。仅写明“无逆矩阵”或“奇异”而不说明理由可能会失分;简写 det = 0 即可。
6. Series: Misusing Standard Summation Formulas | 级数:误用标准求和公式
The standard sums ∑ r = n(n+1)/2, ∑ r² = n(n+1)(2n+1)/6 and ∑ r³ = n²(n+1)²/4 must be applied accurately. A common error when evaluating ∑ (ar + b)² is expanding incorrectly or forgetting the constant factor. For example, ∑ (2r+3)² should be expanded to 4∑ r² + 12∑ r + 9n, but many students miscopy the coefficients. The mark scheme gives method marks for expansion and substituting the correct standard formulas, but arithmetic slips lead to lost accuracy marks.
标准求和公式 ∑ r = n(n+1)/2、∑ r² = n(n+1)(2n+1)/6 和 ∑ r³ = n²(n+1)²/4 必须准确应用。在计算 ∑ (ar + b)² 时,常见错误是展开不当或遗漏常数因子。例如,∑ (2r+3)² 应展开为 4∑ r² + 12∑ r + 9n,但许多学生抄错系数。评分标准对展开和代入正确标准公式给予方法分,但计算错误会导致准确性分丢失。
Another pitfall is forgetting to multiply by the number of terms when a constant is summed, i.e., ∑ c = cn.
另一个陷阱是常数求和时忘记乘以项数,即 ∑ c = cn。
7. Proof by Induction: Skipping the Base Case or Using Weak Assumption | 数学归纳法:跳过基础情况或使用不完整的假设
A rigorous proof by induction requires three clear steps: base case, inductive hypothesis, and inductive step. Many scripts failed to verify the base case for n = 1 explicitly, simply stating ‘true for n = 1’ without substitution. The mark scheme insists on substituting n = 1 into both sides to show equality, otherwise the base case mark is not awarded.
严谨的数学归纳法证明需要三个清晰的步骤:基础情况、归纳假设和归纳步骤。许多卷子没有明确验证 n = 1 的基础情况,仅写“n=1 成立”而未经代入。评分标准要求将 n = 1 代入等式两边以证明相等,否则基础情况分数不予给出。
In the inductive step, candidates often use the assumption incorrectly by writing ‘Assume true for n = k’ but then manipulating the expression for n = k+1 without linking it to the assumption. The crucial line connecting the sum for k+1 to the sum for k plus the (k+1)-th term must be explicitly shown.
在归纳步骤中,考生常误用假设,写“假设 n = k 成立”,但在处理 n = k+1 的表达式时未能与假设关联起来。关键的一行——将 k+1 的和与 k 的和加上第 (k+1) 项联系起来——必须明确写出。
8. Numerical Methods: Linear Interpolation without Checking Sign Change | 数值方法:线性插值未检查符号变化
Linear interpolation to find roots of f(x) = 0 relies on a sign change between two x-values. A typical mistake is performing interpolation using two points where f(x) has the same sign, yielding a nonsensical estimate. The mark scheme often requires a statement confirming a sign change, e.g. ‘f(1) = −, f(2) = +, therefore root lies in [1,2]’. Skipping this statement loses the justification mark.
用线性插值求 f(x)=0 的根依赖于两个 x 值之间的符号变化。典型错误是使用 f(x) 同号的两点进行插值,得出无意义的估计。评分标准常常要求声明符号变化,例如“f(1) = −,f(2) = +,因此根在 [1,2]”。跳过此声明会失去解释分。
When computing the interpolated value, candidates must apply the similar-triangles formula correctly, and retain an appropriate degree of accuracy. Over-rounding intermediates can cause the final answer to be outside the accepted tolerance.
在计算插值时,考生必须正确使用相似三角形公式,并保持适当的精确度。对中间值过度四舍五入会导致最终答案超出可接受误差范围。
9. Parabolas: Tangents and Normals in Parametric Form | 抛物线:参数方程下的切线与法线错误
For a parabola given parametrically as (at², 2at), many candidates struggle with the gradient. The derivative dy/dx = (dy/dt)/(dx/dt) = 1/t. A common error is to use the gradient t or −t, leading to incorrect tangent and normal equations. The mark scheme often awards marks for correctly finding the gradient at a point, then forming the equation. Using the wrong gradient may forfeit all subsequent accuracy marks.
对于以参数形式 (at², 2at) 给出的抛物线,许多考生对梯度感到棘手。导数 dy/dx = (dy/dt)/(dx/dt) = 1/t。常见错误是误用梯度 t 或 −t,导致切线和法线方程错误。评分标准通常对正确求出某点梯度给予分数,然后求方程。用错梯度可能失去后续所有准确分。
Furthermore, when the question asks for the equation of the normal, candidates must use −1/m as gradient, but sometimes they forget the negative reciprocal relationship and simply use the same gradient as the tangent.
此外,当题目要求求法线方程时,考生必须使用 −1/m 作为梯度,但有时他们会忘记负倒数关系,直接使用切线的梯度。
10. General Accuracy: Exact Values and Rounding Errors | 答题规范:精确值与舍入错误
Throughout the paper, the mark scheme expects exact values unless a degree of rounding is specified. Providing a decimal such as 0.707 instead of 1/√2 or √2/2 can lose accuracy marks. In questions involving ln or e, the exact form ln 2 or e³ must be retained until the final answer. Premature rounding in intermediate steps often leads to cumulative errors that push the final answer outside the permitted range.
整份试卷中,除非明确要求舍入,否则评分标准期望给出精确值。给出 0.707 这样的小数而不是 1/√2 或 √2/2 会失去准确性分。在涉及 ln 或 e 的问题中,必须保留 ln 2 或 e³ 的精确形式直至最终答案。中间步骤过早舍入常导致累计误差,使最终答案超出允许范围。
Be mindful of presentation: algebraic fractions should be simplified, surds rationalised where appropriate, and answers stated in the form requested. A correct answer given in a different but equivalent form may be accepted, but not always if the instruction was explicit.
注意书写格式:代数分式应化简,根式在适当情形下有理化,并按题目要求的形式给出答案。若要求明确,一个正确但形式不同的答案不一定被接受。
Published by TutorHao | AS Further Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导