📚 AS Further Mathematics Unit 1 June 2019 – Common Mistakes Summary | AS 进阶数学第一单元 2019年6月考试易错点总结
The June 2019 AS Further Mathematics Unit 1 paper tested core pure topics such as complex numbers, matrices, roots of polynomials, series, and proof by induction. Many students performed well on routine procedures but lost marks on subtle conceptual traps. This article highlights the most frequent errors and shows you how to avoid them.
2019年6月的AS进阶数学第一单元试卷考查了复数、矩阵、多项式根、级数以及数学归纳法等核心纯数内容。许多学生在常规操作上表现不错,却常在细微的概念陷阱上丢分。这篇文章汇总了最常见的错误,并告诉你如何避免这些问题。
1. Complex Numbers: Misinterpreting the Argument | 复数:辐角的理解错误
When finding the argument of a complex number such as −√3 + i, many candidates simply calculated arctan(1/(−√3)) and gave −π/6, forgetting to adjust for the quadrant. The correct argument is 5π/6 (or 150°), because the point lies in the second quadrant. Always sketch the Argand diagram to check the quadrant.
在求复数 −√3 + i 的辐角时,许多考生直接计算了 arctan(1/(−√3)) 并得出 −π/6,却忘记根据象限进行调整。正确的辐角是 5π/6(或 150°),因为该点位于第二象限。永远记得画出阿冈特图来检查象限。
Another subtlety was expressing the argument in the correct principal range, usually (−π, π]. Some gave 5π/6 − 2π = −7π/6, which is not wrong but not in the principal range. Stick to the range specified in the question.
另一个微妙之处在于将辐角表示在正确的主值范围内,通常是 (−π, π]。有人写出 5π/6 − 2π = −7π/6,这并不算错,但不在主值范围内。务必严格按照题目要求的范围来作答。
2. Matrices: Incorrect Multiplication Order | 矩阵:乘法顺序错误
In transformation questions, a common mistake is multiplying matrices in the wrong order. If transformation A is followed by transformation B, the combined matrix is BA, not AB. For example, a rotation R followed by an enlargement E is represented by E × R. Many candidates reversed this, costing them the entire marks for successive transformations.
在变换题中,一个常见错误是矩阵乘法的顺序不对。如果先进行变换 A,再进行变换 B,组合变换的矩阵是 BA,而不是 AB。例如,先旋转 R 接着放大 E 应表示为 E × R。很多考生把这个顺序搞反了,导致整道连续变换题一分不得。
When asked to find the image of a point under a combined transformation, multiply the combined matrix by the position vector. Write the vector as a column matrix on the right. Messing up the position of the vector (pre‑multiplying or post‑multiplying incorrectly) was a frequent source of error in the June 2019 paper.
在求某点在组合变换下的像时,需要用组合矩阵乘以位置向量,并将向量写成右侧的列矩阵。向量位置放错(错误地左乘或右乘)也是2019年6月试卷中常犯的错误。
3. Roots of Polynomials: Forgetting Sum and Product Relationships | 多项式根:遗忘和与积的关系
For a cubic equation αx³ + βx² + γx + δ = 0 with roots p, q, r, the relationships Σα = −β/α, Σαβ = γ/α, αβγ = −δ/α are essential. A typical error was writing the sum of roots as β/α without the negative sign, especially when the coefficient of x³ was not 1. Always write the polynomial in the form αx³ + βx² + γx + δ = 0 and verify the signs.
对于三次方程 αx³ + βx² + γx + δ = 0,其根为 p, q, r,有关根的和 Σα = −β/α,两两积之和 Σαβ = γ/α,根的积 αβγ = −δ/α 是核心关系式。一个典型错误是将根的和写成 β/α 而漏掉了负号,特别是当 x³ 的系数不为1时。一定要将多项式整理成 αx³ + βx² + γx + δ = 0 的形式并核实正负号。
When constructing new equations whose roots are functions of the original roots, such as (p+1), (q+1), (r+1), many mistakenly substituted the new variable directly into the original equation without properly applying transformation. Instead, let y = x+1, then x = y−1, substitute and simplify. The 2019 paper showed that candidates who set up the method logically scored much higher than those who attempted to guess new coefficients.
在构造新方程(其根为原根的函数,如 p+1, q+1, r+1)时,许多人错误地将新变量直接代入原方程,而没有正确地运用变换。正确方法是令 y = x+1,则 x = y−1,代入并化简。2019年试卷表明,有逻辑地建立方法的考生比试图猜测新系数的考生得分高得多。
4. Series: Off‑by‑One Errors in Summation Limits | 级数:求和界限的偏一错误
Using standard summation formulae for Σr² and Σr from r=1 to n is straightforward, but when the summation starts from r=5 or r=0, students often applied the formula directly without adjusting limits. For Σ from r=5 to n, write it as Σ from r=1 to n minus Σ from r=1 to 4. Forgetting this step led to massive miscalculations in the 2019 paper.
对 Σr² 和 Σr 使用从 r=1 到 n 的标准求和公式很简单,但当求和从 r=5 或 r=0 开始时,学生常常直接套公式而不调整界限。对于从 r=5 到 n 的求和,应写为 r=1 到 n 的和减去 r=1 到 4 的和。2019年试卷中忘记这一步导致了大量的计算错误。
Another repeated error was mishandling constant terms. For Σ(2r + 3), many forgot to sum the constant as 3n. Write Σ(2r+3) = 2Σr + 3Σ1, and remember Σ1 from r=1 to n is n. The “+3” term does not become 3; it must be multiplied by the number of terms.
另一个反复出现的错误是常数项处理不当。对于 Σ(2r + 3),很多人忘记将常数项求和为 3n。应写成 Σ(2r+3) = 2Σr + 3Σ1,要记住从 r=1 到 n 的 Σ1 等于 n。“+3”这一项不是 3,而必须乘以项数。
5. Proof by Induction: Weak Base Case Verification | 数学归纳法:基例验证不充分
A common pitfall in induction proofs was only writing “true for n=1” without showing the working. The June 2019 mark scheme required explicit substitution to prove that the statement holds for the base case. For example, if proving a divisibility statement like 3^(2n) − 1 is divisible by 8, you must show for n=1, 3²−1 = 8, which is divisible by 8.
归纳证明中的一个常见陷阱是只写“当 n=1 时成立”却没有展示计算过程。2019年的评分标准要求明确代入,以证明命题在基例下成立。例如,若要证明整除性命题 3^(2n) − 1 能被 8 整除,必须展示 n=1 时,3²−1=8,确实能被8整除。
In the inductive step, many candidates assumed the statement for n=k and tried to add something to both sides, but the crucial error was not linking the (k+1) expression back to the k case in a clear chain of reasoning. Write P(k+1) using P(k) explicitly, e.g., for sums, “Assuming Σ… = …, then Σ to k+1 = [expression from P(k)] + (k+1)th term”. Random algebraic manipulation without this connection often led to no marks.
在归纳步骤中,许多考生假设 n=k 时成立,并试图在等式两边加东西,但关键错误在于未能明确地将 (k+1) 的表达式与 k 情形以清晰的推理链联系起来。要用 P(k) 明晰地表示 P(k+1),例如对于求和:“假设 Σ… = …,则到 k+1 的和 = [来自 P(k) 的表达式] + 第 (k+1) 项”。缺乏这种联系的随意代数推导通常无法得分。
6. Complex Numbers: Loci Sketching Inaccuracies | 复数:轨迹绘图不准确
When asked to sketch |z − a| = |z − b|, the perpendicular bisector of the segment joining a and b, many drew a line but forgot to label the midpoint or indicate it was a straight line. The 2019 paper penalised sketches that lacked the correct geometric interpretation, such as drawing a circle instead of a line, or missing the shading for inequalities.
在要求绘制 |z − a| = |z − b| 的图像时,它表示连接 a 和 b 的线段的垂直平分线,许多人画了一条线却忘记标出中点或说明那是条直线。2019年试卷中对缺乏正确几何解释的草图都进行了扣分,例如画成了圆而非直线,或者没有为不等式画出阴影区域。
For |z − a| = r, the circle centre a and radius r was usually drawn correctly, but errors occurred when the equation involved |z − (x+iy)| > k: candidates shaded the wrong side of the boundary. Always test a point (often the origin) to determine which region satisfies the inequality.
对于 |z − a| = r,表示以 a 为圆心、r 为半径的圆,通常画得正确,但当方程涉及 |z − (x+iy)| > k 时,考生常常在边界两侧选错了阴影区域。务必代入一个测试点(通常是原点)来判断哪个区域满足不等式。
7. Matrices: Determinant and Inverse Confusions | 矩阵:行列式与逆矩阵的混淆
In the 2019 session, students frequently attempted to compute the inverse of a 2×2 matrix by swapping a and d, negating b and c, but forgot to divide by the determinant. Writing the inverse as [ d −b ; −c a ] without the factor 1/(ad−bc) was a catastrophic error that appeared even among otherwise strong candidates.
在2019年的考试中,学生频繁地在求 2×2 矩阵的逆矩阵时,记得交换 a 和 d 的位置,并将 b 和 c 取负,但却忘记除以行列式。将逆矩阵写成 [ d −b ; −c a ] 而遗漏因子 1/(ad−bc),这是一个严重的错误,即使在强生中也屡见不鲜。
Calculating a determinant from a 3×3 matrix caused trouble when signs in the cofactor expansion were mismanaged. Remember the sign pattern: + − + on the first row. Also, when a row or column contains zeros, expand along that row/column to minimise work — yet many chose a full row, making arithmetic blunders.
计算 3×3 矩阵的行列式时,余子式展开的符号处理错误也带来了麻烦。请记住符号模式:第一行为 + − +。此外,当某行或某列含零时,应沿该行或该列展开以减少工作量——但很多考生却选择了全非零行,从而导致算术失误。
8. Polynomials: Handling Repeated Roots | 多项式:重根的处理
When a cubic equation had a repeated root, say a double root at x = 2, many candidates tried to use the sum and product relationships directly but got tangled. A more efficient approach is to let the polynomial be a(x−2)²(x−p), expand and compare coefficients. In the June 2019 paper, those who set up the factorised form early avoided messy algebra.
当三次方程有重根时,例如在 x=2 处有一个二重根,许多考生试图直接套用根的和与积的关系,却弄得一团乱。更高效的方法是设多项式为 a(x−2)²(x−p),展开然后比较系数。在2019年6月的试卷中,尽早设定因式分解形式的考生避免了繁琐的代数运算。
Another related error was misapplying the discriminant for repeated roots. For a cubic, the condition for a repeated root involves the derivative sharing a common root with the original polynomial. Simply setting the discriminant to zero (which is appropriate for quadratics) without justification lost marks.
另一个相关错误是在处理重根时错误地使用判别式。对于三次方程,重根的条件涉及到导数与原多项式有公共根。不加解释地直接令判别式为零(这仅适用于二次方程)会导致失分。
9. Summation of Series: Misusing Standard Results | 级数求和:标准结果的误用
The formula for Σr³ = (n(n+1)/2)² is often memorised, but candidates mistakenly wrote Σr³ = n²(n+1)²/4, then, when combining with Σr², forgot to square the correct part. Double‑check by testing a small n: for n=2, Σr³ = 1+8=9, and the formula gives (2×3/2)² = 9. Such sanity checks would have prevented many blunders in 2019.
Σr³ = (n(n+1)/2)² 的公式大家常常记着,但候选人错误地将其写成 n²(n+1)²/4,然后在与 Σr² 合并时忘记了将正确部分进行平方。可以通过验证一个小数值 n 来进行双重检查:当 n=2 时,Σr³ = 1+8=9,而公式给出 (2×3/2)² = 9。2019年若能这样做合理性检查,就会避免许多大错。
In method‑of‑differences questions, the typical error was not correctly cancelling terms. When writing out the first few and last few terms of Σ [f(r) − f(r+1)], students often stopped too early or wrote f(1) − f(n) instead of f(1) − f(n+1). Pay meticulous attention to the telescoping pattern: only the very first and very last terms survive.
在差分法求和的题目中,典型错误是项与项之间未能正确抵消。写出 Σ [f(r) − f(r+1)] 的前几项和最后几项时,学生常常太早收手,或者写出 f(1) − f(n) 而漏掉了 f(n+1)。务必细致观察伸缩模式:只有最前和最后的项保留下来。
10. Complex Numbers: Solving Equations Involving Conjugates | 复数:含共轭的方程求解
Questions requiring solving for z when both z and its conjugate z* appear often cause panic. A common mistake was to take the conjugate of the whole equation incorrectly. Given an equation like 2z + 3z* = 5 + i, many did not use the substitution z = x+iy and instead tried to manipulate symbols, leading to wrong answers. Substituting z = x+iy and z* = x−iy, then equating real and imaginary parts, is a bulletproof method.
要求求解含 z 及其共轭 z* 的方程时,常常令人恐慌。一个常见错误是对整个方程取共轭时操作不当。给定方程如 2z + 3z* = 5 + i,许多人没有使用代入 z = x+iy,而是试图进行符号操作,导致了错误的答案。代入 z = x+iy 及 z* = x−iy,然后令实部和虚部分别相等,是一个万无一失的方法。
Another subtle point that appeared in 2019 was interpreting |z − i| = |z + 1| as the perpendicular bisector and then finding its Cartesian equation. Candidates often forgot to square both sides properly: √(x² + (y−1)²) = √((x+1)² + y²). Squaring eliminates the roots and yields a linear equation, but algebra slip‑ups in expanding (y−1)² or (x+1)² were common.
2019年出现的另一个微妙之处是将 |z − i| = |z + 1| 解读为垂直平分线并求其笛卡尔方程。候选人常常忘记正确地两边平方:√(x² + (y−1)²) = √((x+1)² + y²)。平方后可以消去根号得到线性方程,但在展开 (y−1)² 或 (x+1)² 时常出现代数疏忽。
11. Proof by Induction: Forgetting the Conclusion | 数学归纳法:遗忘结论陈述
After successfully showing P(k) ⇒ P(k+1), many students moved on without writing a proper conclusion. The June 2019 mark scheme explicitly required a statement like “Since P(1) is true and P(k) implies P(k+1), by mathematical induction P(n) is true for all positive integers n.” Omitting this step often cost the final accuracy mark.
在成功演示 P(k) ⇒ P(k+1) 之后,许多学生没有写下恰当的结论就转做下一题。2019年6月的评分标准明确要求写出类似这样的陈述:“由于 P(1) 为真且 P(k) 蕴含 P(k+1),由数学归纳法可知,P(n) 对所有正整数 n 成立。”遗漏这一步通常会丢掉最后的准确度分数。
In divisibility proofs, the conclusion must restate the divisibility property. For example, “Hence 3^(2n) − 1 is divisible by 8 for all n ∈ ℕ”. A vague “therefore true” lacks precision and fails to satisfy the examiners.
在整除性证明中,结论必须重申整除性质。例如,“因此对于所有 n ∈ ℕ,3^(2n) − 1 能被 8 整除。”一个模糊的“因此成立”缺乏精确性,无法令考官满意。
12. General Advice for AS Further Mathematics Unit 1 | AS 进阶数学第一单元整体建议
Beyond topic‑specific errors, many marks in the 2019 paper were lost due to omitted brackets, incorrect copying of numbers from the question, or failing to clearly state the final answer. In matrix and complex number problems, keep your work well‑structured and always verify by plugging the answer back into the original condition.
除了具体专题的错误外,2019年试卷中许多分数是因遗漏括号、抄错题目数字或未能清晰地写出最终答案而丢掉的。在矩阵和复数问题中,要保持解题结构清晰,并始终将答案代回原条件进行验证。
Time management also played a role. The proof by induction question was often left until last and rushed. Since the paper covers diverse topics, allocate time proportionally and practise mixed exercises under timed conditions. Mastering these common pitfalls will confidently boost your grade.
时间管理也有影响。数学归纳法题目常被留到最后并匆忙作答。由于试卷涵盖多样化的主题,应按比例分配时间并在计时条件下练习混合型习题。掌握这些常见陷阱将有力地提升你的成绩。
Published by TutorHao | AS Further Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply