📚 Common Mistakes in AS Further Maths Unit 1 (June 2022) | AS 进阶数学第一单元(2022年6月)易错点总结
The June 2022 AS Further Mathematics Unit 1 paper tested core pure topics such as complex numbers, matrices, roots of polynomials, series, proof by induction, inequalities, and calculus. Examiners’ reports revealed a pattern of recurring mistakes — many students lost marks not because of a lack of understanding, but due to slips in sign, misinterpretation of conditions, or incomplete justifications. This article gathers the most frequent errors and shows how to avoid them, helping you sharpen your exam technique.
2022 年 6 月的 AS 进阶数学第一单元试卷考查了复数、矩阵、多项式根、级数、归纳法证明、不等式以及微积分等核心纯数内容。阅卷报告显示,许多学生的失分并非源于概念不清,而是因为符号错误、条件误读或论证不完整。本文汇集了最常见的易错点及其规避方法,助你打磨应试技巧。
1. Complex Numbers: Argument Quadrant Slips | 复数:辐角象限错误
When finding the argument of a complex number z = a + bi, many candidates use arctan(b/a) blindly without checking the quadrant. For example, for z = –1 – i√3, arctan(√3) = π/3, but the correct argument is –2π/3 (or 4π/3) because both real and imaginary parts are negative. Always sketch the Argand diagram.
求复数 z = a + bi 的辐角时,许多考生盲目使用 arctan(b/a) 而不检验象限。例如对 z = –1 – i√3,arctan(√3) = π/3,但正确的辐角是 –2π/3(或 4π/3),因为实部和虚部均为负。务必画 Argand 图。
Another common trap is the argument of a product or quotient. Students often multiply or divide arguments incorrectly, forgetting that arg(z₁z₂) = arg(z₁) + arg(z₂) (+ 2kπ if necessary) and arg(z₁/z₂) = arg(z₁) – arg(z₂). A slip in the sign when subtracting can cost marks.
另一个常见陷阱是积或商的辐角。学生常常错误地乘除辐角,忘记了 arg(z₁z₂) = arg(z₁) + arg(z₂)(必要时加 2kπ)以及 arg(z₁/z₂) = arg(z₁) – arg(z₂)。减法时符号出错会丢分。
2. Matrices: Determinant and Inverse Sign Errors | 矩阵:行列式与逆矩阵的符号错误
For a 2×2 matrix M = [[a, b], [c, d]], the determinant is ad – bc. A surprisingly frequent mistake is writing bc – ad, or forgetting the negative sign when multiplying. Double-check the order: (top-left × bottom-right) – (top-right × bottom-left).
对 2×2 矩阵 M = [[a, b], [c, d]],行列式为 ad – bc。一个惊人的常见错误是写成 bc – ad,或在乘法时漏掉负号。请再三核对顺序:(左上 × 右下) – (右上 × 左下)。
When writing the inverse, M⁻¹ = (1/det) [[d, –b], [–c, a]]. Students often misplace the negatives — only b and c change sign, while a and d swap positions but keep their original signs. Also, remember the inverse only exists if det ≠ 0.
写逆矩阵时,M⁻¹ = (1/det) [[d, –b], [–c, a]]。学生经常把负号放错位置——只有 b 和 c 变号,a 和 d 交换位置但保留原符号。同时记住逆矩阵仅在 det ≠ 0 时存在。
3. Roots of Polynomials: Sign Mistakes in Coefficient Relations | 多项式根:系数关系的符号错误
For a cubic equation x³ + px² + qx + r = 0 with roots α, β, γ, the sums are: Σα = –p, Σαβ = q, αβγ = –r. Many candidates forget the alternating signs and write Σα = p, or αβγ = r. This is especially dangerous when forming a new equation from transformed roots.
对于有根 α, β, γ 的三次方程 x³ + px² + qx + r = 0,求和关系为:Σα = –p, Σαβ = q, αβγ = –r。许多考生忘记了交替的符号,写成 Σα = p 或 αβγ = r。在由变换后的根构造新方程时,这一点尤为危险。
In questions requiring Σα², use the identity Σα² = (Σα)² – 2Σαβ. Errors occur when students expand incorrectly or fail to square the negative Σα properly. Write out the steps: (Σα)² = (–p)² = p², then subtract 2q.
在需要计算 Σα² 的题目中,利用恒等式 Σα² = (Σα)² – 2Σαβ。错误常发生在展开不对或未能正确平方负的 Σα。请写出步骤:(Σα)² = (–p)² = p²,再减去 2q。
4. Summation of Series: Off‑by‑One and Standard Results | 级数求和:下标偏移与标准结果
The standard results Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6, Σr³ = n²(n+1)²/4 are for r starting at 1. When the sum starts at r=0 or r=2, candidates often misapply the formula. For Σ from r=0 to n, adjust by adding or subtracting the missing terms explicitly.
标准结果 Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6, Σr³ = n²(n+1)²/4 均基于 r 从 1 开始。当求和从 r=0 或 r=2 开始时,考生经常错误套用公式。对于 r=0 到 n 的求和,须显式地加上或减去缺失的项。
A frequent mistake is writing Σ (2r – 1) as 2Σr – n, but forgetting that the number of terms is n only if it starts at r=1. If the lower limit is different, the constant term count changes. Always check the number of terms and the value of the first and last terms.
一个常见错误是把 Σ (2r – 1) 写成 2Σr – n,却忘了只有当从 r=1 开始时项数才是 n。如果下限不同,常数项的个数会变化。始终核对项数以及首项和末项的值。
5. Proof by Induction: Weak Base Case and Vague Inductive Step | 归纳法证明:薄弱的奠基步骤与模糊的归纳步骤
Many students lose marks by not verifying the base case properly — merely stating ‘true for n=1’ without showing the substitution. For the inductive step, they often write ‘assume true for n=k’ but fail to write the assumption as a clear equation that will be used later.
许多学生因未妥善验证奠基步骤而失分——仅仅说 “n=1 时成立” 却不展示代入。在归纳步骤中,他们常写 “假设 n=k 时成立” 但未能将假设写成一个清晰的等式,以供后续使用。
A common slip is to manipulate the expression for n=k+1 without linking it to the assumption. Examiners expect to see the statement for n=k substituted into the expression for n=k+1, followed by algebraic simplification to the required form. Avoid working backwards from the target unless the logic is clearly reversible.
常见的失误是在处理 n=k+1 的表达式时未与假设关联。考官期望看到将 n=k 时的命题代入 n=k+1 的表达式,然后通过代数化简得到所需的形式。除非逻辑明显可逆,否则避免从目标倒推。
6. Inequalities: Multiplying by Negatives and Squaring | 不等式:乘以负数与平方陷阱
When solving rational inequalities like (x+2)/(x–3) > 1, students sometimes multiply both sides by (x–3) without considering its sign. This is valid only if you split into cases or rearrange to a single fraction. The safe method: bring all terms to one side and use a sign table.
解理性不等式如 (x+2)/(x–3) > 1 时,学生有时直接两边乘 (x–3) 而不考虑其符号。这种做法仅在分情况讨论或化为单一分式时才有效。安全的方法是:将所有项移到一边,使用符号表。
For inequalities involving square roots, avoid squaring both sides blindly. For √(2x+1) < x, you need the condition 2x+1 ≥ 0 and also x > 0 before squaring. Squaring without these restrictions can introduce extraneous solutions.
对于含平方根的不等式,避免盲目两边平方。对 √(2x+1) < x,需要条件 2x+1 ≥ 0,并且在平方前还要有 x > 0。没有这些限制就平方,会引入增根。
7. Rational Functions and Curve Sketching: Asymptotes and Intercepts | 有理函数与曲线草图:渐近线与截距
When sketching y = (ax+b)/(cx+d), vertical asymptote is x = –d/c and horizontal asymptote is y = a/c. A frequent error is to swap the constants or to write the vertical asymptote as x = d/c (missing the negative). Also, find intercepts: x-intercept at y=0 (ax+b=0) and y-intercept at x=0 (b/d).
画 y = (ax+b)/(cx+d) 的草图时,垂直渐近线为 x = –d/c,水平渐近线为 y = a/c。常见错误是交换常数,或将垂直渐近线写成 x = d/c(漏掉负号)。另外,求截距:x 截距令 y=0 (ax+b=0),y 截距令 x=0 (b/d)。
For curves with quadratic denominators, students often forget to check for holes (removable discontinuities) if a factor cancels. If the numerator and denominator share a factor, the graph has a hole, not a vertical asymptote at that point. Always simplify the fraction first.
对于分母为二次的曲线,如果有因子可约,学生经常忘记检查可去间断点(“洞”)。若分子分母有公因子,图像在该点有洞而非垂直渐近线。务必先化简分式。
8. Calculus: Trigonometric Differentiation and Chain Rule | 微积分:三角微分与链式法则
Differentiating sin(kx) and cos(kx) causes errors when students forget the chain rule factor k. The derivative of sin(3x) is 3cos(3x), not cos(3x). Similarly, for tan(kx), the derivative is k sec²(kx). Always write the inner derivative explicitly.
对 sin(kx) 和 cos(kx) 求导时,学生常忘记链式法则中的因子 k。sin(3x) 的导数是 3cos(3x) 而非 cos(3x)。类似地,tan(kx) 的导数是 k sec²(kx)。要明确写出内层导数。
In questions requiring the second derivative or connected rates of change, a slip in the sign of the derivative of cos can cascade. Remember: d/dx(cos x) = –sin x, so d/dx(cos 2x) = –2sin 2x. Keep a checklist of derivatives and signs.
在需要求二阶导数或相关变化率的题目中,cos 求导的符号错误会引发连锁反应。记住:d/dx(cos x) = –sin x,因此 d/dx(cos 2x) = –2sin 2x。保持一个导数与符号的检查清单。
9. Complex Roots of Unity: Misreading the Power | 复数的单位根:幂次误读
When solving zⁿ = 1, students sometimes give only the real root z=1 and miss the complex roots. The n roots are equally spaced around the unit circle. For z³ = 1, the roots are 1, e^(2πi/3), e^(–2πi/3) (or e^(4πi/3)). Expressing them in exact rectangular form requires correct use of cos and sin values.
解 zⁿ = 1 时,学生有时只给出实根 z=1 而遗漏了复数根。n 个根均匀分布在单位圆上。对于 z³ = 1,根为 1, e^(2πi/3), e^(–2πi/3)(或 e^(4πi/3))。用精确的直角坐标形式表示它们需正确使用 cos 和 sin 的值。
A common mistake is to write ω = e^(2πi/3) but then compute ω² incorrectly. Since ω³ = 1, ω² is another root, often equal to the conjugate of ω. For z³ = 1, the non-real roots are –1/2 ± i√3/2; students frequently get the sign of the imaginary part wrong.
一个常见错误是写出 ω = e^(2πi/3) 但随后算错 ω²。因为 ω³ = 1,ω² 是另一个根,通常等于 ω 的共轭。对于 z³ = 1,非实根为 –1/2 ± i√3/2;学生常常搞错虚部的符号。
10. Matrix Transformations: Order of Multiplication | 矩阵变换:乘法顺序
When a shape is transformed by matrix A followed by matrix B, the resulting transformation matrix is BA, not AB. Students often multiply in the order they read the transformations. Draw a diagram or label column vectors to confirm the correct order: the first transformation is closest to the vector on the right.
当一个图形先由矩阵 A 变换,再由矩阵 B 变换,总的变换矩阵是 BA 而非 AB。学生常按读到变换的顺序做乘法。画图或标记列向量以确认正确顺序:第一个变换最靠近右边的向量。
In questions that ask for the image of a unit square or a specific point, apply the combined matrix carefully. Double-check by testing the transformation on the origin and the standard basis vectors to see if the result matches the description (e.g., rotation, reflection).
在求单位正方形或特定点的像的题目中,要仔细应用组合矩阵。通过对原点和标准基向量测试变换,来检查结果是否与描述(如旋转、反射)一致。
11. Proof: Logical Structure and Terminology | 证明:逻辑结构与术语
Proof questions in Unit 1 often require a clear structure, such as ‘if and only if’ or proof by contradiction. Students sometimes confuse the direction of implication. In proving √2 is irrational, the assumption ‘√2 = p/q in lowest terms’ leads to a contradiction because both p and q turn out to be even. Ensure you explicitly state the contradiction.
第一单元的证明题通常要求清晰的结构,比如 “当且仅当” 或反证法。学生有时搞错蕴涵的方向。在证明 √2 是无理数时,假设 “√2 = p/q 为既约分数” 会推出矛盾,因为最终 p 和 q 都为偶数。要确保明确叙述矛盾。
For ‘if and only if’ statements, you must prove both directions separately. A common pitfall is to prove one direction and assume the converse is obvious. Always label ‘(⇒)’ and ‘(⇐)’ and give a complete argument for each.
对于 “当且仅当” 的命题,必须分别证明两个方向。常见陷阱是只证明了一个方向,且认为逆命题显然成立。务必标明 “(⇒)” 和 “(⇐)” 并对每个方向给出完整论证。
12. Calculus: Area and Integration of Parametric Curves | 微积分:参数曲线的面积与积分
When finding the area under a curve defined parametrically (x(t), y(t)), the formula is ∫ y dx = ∫ y(t) x'(t) dt. Students often forget dx = x'(t) dt, or use the wrong limits. The limits on t must correspond to the x-limits; sketch or solve to find correct t-values.
在求由参数方程 (x(t), y(t)) 给出的曲线下的面积时,公式为 ∫ y dx = ∫ y(t) x'(t) dt。学生经常忘记 dx = x'(t) dt,或使用错误的积分限。t 的积分限必须与 x 的积分限对应;通过画图或解方程来求得正确的 t 值。
In questions involving volume of revolution, the similar formula ∫ π y² dx becomes ∫ π [y(t)]² x'(t) dt. A common slip is to square only part of the expression or to forget the factor π. Write out the substitution step by step.
涉及旋转体体积的题目中,类似公式 ∫ π y² dx 变为 ∫ π [y(t)]² x'(t) dt。常见失误是只平方表达式的一部分或忘记因子 π。一步一步写出换元过程。
Published by TutorHao | Further Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导