📚 A-Level Further Mathematics Unit 5 (Jun19) Common Mistakes Summary | A-Level 进阶数学 Unit 5 2019年6月评分方案易错点总结
Many candidates sitting the AQA Further Mathematics Unit 5 paper in June 2019 lost marks not because they lacked understanding, but because they made predictable, avoidable errors under timed conditions. The mark scheme reveals consistent pitfalls: misapplying standard formulas, skipping justification steps, and mismanaging algebraic signs when manipulating complex expressions. This article summarises the most frequent mistakes across the paper and explains how to correct them. By studying these patterns, you can tighten your exam technique and avoid dropping unnecessary marks.
参加2019年6月AQA进阶数学单元5考试的许多考生丢分,并非因为理解不足,而是因为在计时压力下犯下了可预见且本可避免的错误。评分方案揭示了一贯的失分点:误用标准公式、省略论证步骤、以及在处理复杂表达式时弄错代数符号。本文总结了试卷中最常见的错误,并解释如何纠正它们。通过学习这些模式,你可以优化考试技巧,避免不必要的失分。
1. Polar Form to Cartesian Form – Argument Sign Errors | 极坐标形式转化为笛卡尔形式 – 辐角符号错误
A standard question involved converting a complex number from polar form r(cosθ + i sinθ) to a + bi, where the argument θ was given as a negative angle, e.g. -π/3. Many candidates incorrectly applied cos(-θ) = -cosθ or sin(-θ) = sinθ. The correct identities are cos(-θ) = cosθ and sin(-θ) = -sinθ. Consequently, the imaginary part sign was often reversed, leading to a completely different complex number. In mark schemes, such sign errors typically cost one or two marks, even if the method is otherwise correct.
一道标准题目要求将复数从极坐标形式 r(cosθ + i sinθ) 化为 a + bi,其中辐角 θ 为负角,例如 -π/3。许多考生错误地应用了 cos(-θ) = -cosθ 或 sin(-θ) = sinθ。正确的恒等式是 cos(-θ) = cosθ 和 sin(-θ) = -sinθ。因此,虚部符号经常被颠倒,导致完全不同的复数。在评分方案中,即使其他方法正确,这类符号错误通常也会扣掉一到两分。
To avoid this mistake, write down the quadrant of the angle explicitly. If θ = -π/3, the point lies in the fourth quadrant, so the real part must be positive and the imaginary part negative. Always check: a = r cosθ, b = r sinθ; substitute the signed θ directly into the calculator without mentally changing signs beforehand. Practise conversions with negative arguments until the sign handling becomes automatic.
为避免此错误,请明确写出角度所处的象限。如果 θ = -π/3,点位于第四象限,因此实部必须为正,虚部为负。始终检查:a = r cosθ,b = r sinθ;将有符号的 θ 直接代入计算器,不要预先心算改变符号。练习带负辐角的转换,直到符号处理变得自动化。
2. Matrix Multiplication – Order and Dimension Mismatch | 矩阵乘法 – 顺序与维数不匹配
Questions on matrices required multiplying a 3×2 matrix by a 2×3 matrix, or similar non-square combinations. A frequent error was multiplying in the wrong order (e.g. AB instead of BA), particularly when the product was defined only one way. Candidates also attempted to multiply matrices whose inner dimensions did not match, resulting in a nonsense answer. The mark scheme awarded method marks only if the correct multiplication sequence was attempted.
有关矩阵的题目需求计算一个 3×2 矩阵乘以一个 2×3 矩阵,或类似的非方阵组合。一个常见错误是以错误的顺序相乘(例如 AB 而非 BA),尤其是当乘积仅在一个方向上有定义时。考生还尝试将内部维数不匹配的矩阵相乘,导致毫无意义的答案。评分方案仅当尝试了正确的乘法顺序时才给予方法分。
Remember that the product M × N is defined only if the number of columns in M equals the number of rows in N. For M (3×2) and N (2×3), both MN (3×3) and NM (2×2) are defined, but they are entirely different matrices. When in doubt, write the dimensions next to the matrices: (3×2)(2×3) → inner numbers 2 and 2 match, result is 3×3. Always follow the given instructions; if the question says ‘find PQ’, do not compute QP.
请记住,乘积 M × N 仅在 M 的列数等于 N 的行数时有定义。对于 M (3×2) 和 N (2×3),MN (3×3) 和 NM (2×2) 均有定义,但它们是全然不同的矩阵。如有疑问,在矩阵旁边写出维数:(3×2)(2×3) → 内部数字 2 和 2 匹配,结果为 3×3。始终遵循给定的指令;如果题目要求“求 PQ”,就不要计算 QP。
3. Vector Cross Product – Sign of Components | 向量叉积 – 分量的符号
When computing the cross product of two vectors, a classic slip is mishandling the middle component’s sign. The determinant formula gives a × b = (a₂b₃ – a₃b₂, a₃b₁ – a₁b₃, a₁b₂ – a₂b₁). Many candidates forget the minus sign in the j-component, writing a₁b₃ – a₃b₁ instead of a₃b₁ – a₁b₃. In the June 2019 paper, this led to incorrect normal vectors for planes, invalidating subsequent parts of the question.
在计算两个向量的叉积时,一个经典的疏漏是处理中间分量的符号出错。行列式公式给出 a × b = (a₂b₃ – a₃b₂, a₃b₁ – a₁b₃, a₁b₂ – a₂b₁)。许多考生忘记了 j 分量的负号,写作 a₁b₃ – a₃b₁ 而非 a₃b₁ – a₁b₃。在2019年6月的试卷中,这导致了错误的平面法向量,使得问题的后续部分无效。
A reliable mnemonic is to write the i, j, k unit vectors above three columns and repeat the first two coordinates: i j k i j, with a₁ a₂ a₃ a₁ a₂ below i j k, and b₁ b₂ b₃ b₁ b₂ below that. Multiply diagonally: i gets a₂b₃ – a₃b₂, j gets a₃b₁ – a₁b₃, k gets a₁b₂ – a₂b₁. Always double-check the sign of the j-term; it is the only one that flips the natural left-to-right order. Practice with simple vectors like (1,0,0) × (0,1,0) = (0,0,1) to verify your method.
一个可靠的记忆法是,在三列上方写出单位向量 i、j、k,并重复前两个坐标:i j k i j,在 i j k 下方依次写下 a₁ a₂ a₃ a₁ a₂,再在其下方依次写下 b₁ b₂ b₃ b₁ b₂。对角线相乘:i 得 a₂b₃ – a₃b₂,j 得 a₃b₁ – a₁b₃,k 得 a₁b₂ – a₂b₁。始终仔细检查 j 项的符号;它是唯一一个颠倒自然从左到右顺序的分量。用简单向量如 (1,0,0) × (0,1,0) = (0,0,1) 进行练习,以验证你的方法。
4. Differential Equations – Missing Constants of Integration | 微分方程 – 遗漏积分常数
Several questions involved solving first-order differential equations by separation of variables. A persistent mistake was to integrate both sides but omit the constant of integration on one side, writing e.g. ∫ 1/y dy = ∫ x dx ⇒ ln|y| = x²/2, then y = e^(x²/2). The correct step is ln|y| = x²/2 + C, then y = Ae^(x²/2) where A = ±e^C. Without the constant, the general solution collapses to a single curve, and all marks related to particular solutions are lost.
若干题目涉及通过分离变量法求解一阶微分方程。一个持续的错误是两边积分,但遗漏了一侧的积分常数,例如写成 ∫ 1/y dy = ∫ x dx ⇒ ln|y| = x²/2,然后得 y = e^(x²/2)。正确的步骤是 ln|y| = x²/2 + C,然后 y = Ae^(x²/2),其中 A = ±e^C。没有常数,通解坍缩为一条单一曲线,所有与特解相关的分值都将失去。
Make it a habit to write ‘+C’ immediately after evaluating any indefinite integral, before simplifying. If there are two integrals, you only need one constant because the difference of two constants is still a constant. Once you have the general solution, use initial or boundary conditions to find the particular constant. Never substitute conditions before adding the constant; that creates an apparent contradiction and is rarely rewarded in the mark scheme.
养成习惯,在求出任何不定积分后、进行化简之前,立即写上“+C”。如果有两个积分,只需要一个常数,因为两个常数之差仍是一个常数。得到通解后,使用初始条件或边界条件来求出特定常数。切勿在添加常数之前代入条件;那样会造成明显的矛盾,并且在评分方案中几乎不会得到认可。
5. Group Theory – Incomplete Closure Checks | 群论 – 不完备的封闭性检验
In questions asking to prove whether a given set with a binary operation forms a group, the most common oversight was an incomplete closure check. Candidates often tested only a few pairs of elements, perhaps 2 or 3, but failed to provide a general argument for all elements. The June 2019 mark scheme demanded a structured verification for closure: either a Cayley table for small finite sets, or an algebraic proof that the operation preserves the set membership. Simply stating ‘closed because all answers are in the set’ without showing systematic reasoning earned no marks.
在要求证明一个给定集合连同某个二元运算是否构成群的题目中,最常见的疏漏是封闭性检验不完整。考生往往只测试了少数几对元素,也许2或3对,但未能对所有元素给出一般性论证。2019年6月的评分方案要求对封闭性进行结构化的验证:对于小型有限集,使用凯莱表;或者使用代数证明,证明该运算是保持集合成员资格的。仅仅陈述“封闭,因为所有答案都在集合中”而不展示系统推理,将得不到分数。
For a set like {e, a, b} under a defined operation, construct the full Cayley table and check every entry belongs to the set. For infinite sets, such as matrices of a particular form, use algebraic manipulation: assume A, B ∈ S, show AB ∈ S by verifying the defining property. Remember that closure must hold for all elements, not just a sample. Also, watch out for operations that can produce elements outside the set, e.g. matrices whose determinant becomes zero.
对于形如 {e, a, b} 的集合及定义的运算,构建完整的凯莱表,并检查每个表项是否属于该集合。对于无限集,例如特定形式的矩阵,使用代数操作:假设 A, B ∈ S,通过验证定义性质来证明 AB ∈ S。记住,封闭性必须对所有元素成立,而不仅仅是一个样本。同时,留意可能产生集合外元素的运算,例如行列式变为零的矩阵。
6. Graph Theory – Eulerian Trail Conditions | 图论 – 欧拉迹条件
A question required determining whether a graph had an Eulerian trail or circuit. Confusion between the conditions for Eulerian and semi-Eulerian graphs was widespread. An Eulerian circuit exists if every vertex has even degree; an Eulerian trail (non-circuit) exists if exactly two vertices have odd degree. Many candidates incorrectly stated that a graph with two odd-degree vertices has an Eulerian circuit, or that a graph with all even degrees has only a trail. This fundamental misclassification cost marks in both the explanation and the subsequent route finding.
有一道题目需要判断一个图是否具有欧拉迹或欧拉回路。考生普遍混淆了欧拉图与半欧拉图的条件。若每个顶点的度数均为偶数,则存在欧拉回路;若恰好有两个顶点的度数为奇数,则存在欧拉迹(非回路)。许多考生错误地声称具有两个奇数度顶点的图具有欧拉回路,或者声称所有度数均为偶数的图仅具有迹。这种根本性的错误分类在解释环节和随后的路线寻找中都会丢分。
To keep them straight: Eulerian circuit = all even degrees, start and end at the same vertex. Eulerian trail = exactly two odd degrees, start at one odd and end at the other. A graph with 0 odd vertices is Eulerian; with 2 odd vertices it is semi-Eulerian; any other number of odd vertices means no Eulerian trail exists at all. When listing the trail, always check that you traverse every edge exactly once and begin/end at the correct odd vertices.
区分清楚:欧拉回路 = 所有度数为偶数,起点与终点为同一顶点。欧拉迹 = 恰好两个奇数度顶点,起点为一个奇数度顶点,终点为另一个。具有0个奇数度顶点的图是欧拉图;具有2个奇数度顶点的是半欧拉图;任何其他数目的奇数度顶点意味着根本不存在欧拉迹。在列出迹时,务必检查是否恰好遍历每条边一次,并且起点与终点位于正确的奇数度顶点。
7. Polar Coordinates – Area Formula Misapplication | 极坐标 – 面积公式误用
The polar area formula A = ½ ∫ r² dθ was sometimes applied with incorrect limits or integrated without squaring r. In one part, the curve was given as r = 2 + sinθ, and candidates were asked to find the area of a loop. A proportion of students integrated 2 + sinθ directly instead of (2 + sinθ)². Others used limits from 0 to 2π without considering symmetry or the specific region required. The mark scheme explicitly requires the squaring of r before integration; forgetting to square r results in zero or minimal marks for the entire area calculation.
极坐标面积公式 A = ½ ∫ r² dθ 有时被以错误的积分限应用,或是在未对 r 进行平方的情况下积分。在某一部分中,曲线给定为 r = 2 + sinθ,考生被要求求出一个环的面积。部分学生直接对 2 + sinθ 积分,而非对 (2 + sinθ)² 积分。另一些学生使用了从 0 到 2π 的积分限,却未考虑对称性或所需的具体区域。评分方案明确要求在积分前对 r 进行平方;忘记平方 r 将导致整个面积计算得零分或极低分。
Before integrating, always write the squared expression explicitly: r² = (2 + sinθ)² = 4 + 4 sinθ + sin²θ. Then use the appropriate double-angle identity sin²θ = (1 – cos 2θ)/2 to integrate. Be careful with limits: sketch the curve to see how many loops or petals are being described, and set limits that sweep exactly the required region. If the region is symmetric, you can integrate over a half or quarter range and multiply, but clearly state this in your solution.
在积分之前,务必显式写出平方后的表达式:r² = (2 + sinθ)² = 4 + 4 sinθ + sin²θ。然后使用恰当的倍角恒等式 sin²θ = (1 – cos 2θ)/2 进行积分。小心处理积分限:画出曲线草图,观察所描述的环或花瓣的数量,并设定恰好扫过所需区域的积分限。如果区域是对称的,你可以对一半或四分之一的范围积分然后相乘,但需在解答中明确说明。
8. Determinants – Sign Errors in Expansion | 行列式 – 展开中的符号错误
When evaluating 3×3 determinants by expansion along a row or column, a common slip was misassigning the checkerboard of signs. The sign pattern is + – + on the top row, – + – on the middle, and + – + on the bottom. Many candidates assigned a negative sign to the first element if they expanded by the second column, or forgot that the cofactor sign is (-1)^(i+j). This produced a determinant with the wrong sign, which, in problems about linear independence or invertibility, led to incorrect conclusions.
在通过沿行或列展开计算 3×3 行列式时,一个常见的失误是弄错了棋盘格符号模式。符号模式为:第一行 + – +,中间行 – + -,底行 + – +。许多考生如果沿第二列展开,会给第一个元素分配一个负号,或者忘记了余子式符号为 (-1)^(i+j)。这导致求出行列式符号错误,在关于线性无关或可逆性的问题中,会得出错误结论。
Always write the sign matrix beside the determinant: [[+, -, +], [-, +, -], [+, -, +]]. If you expand by row i, column j, the term is (-1)^(i+j) × aᵢⱼ × Mᵢⱼ, where Mᵢⱼ is the minor. Check a few entries: (1,1) gives +, (1,2) gives -, (2,3) gives – because i+j=5 odd. You can also compute determinants using the rule of Sarrus or by transforming to upper triangular form, but whichever method you use, verify the final sign by checking against a known case, e.g. identity matrix det=+1.
始终在旁边写出符号矩阵:[[+, -, +], [-, +, -], [+, -, +]]。如果按第 i 行第 j 列展开,项为 (-1)^(i+j) × aᵢⱼ × Mᵢⱼ,其中 Mᵢⱼ 是子式。检查几项:(1,1) 得 +,(1,2) 得 -,(2,3) 得 -,因为 i+j=5 为奇数。你也可以使用萨鲁斯法则或将矩阵化为上三角形来计算行列式,但无论采用哪种方法,都要通过已知情形(如单位矩阵 det=+1)来验证最终符号。
9. Series Convergence – Confusing Necessary and Sufficient Conditions | 级数收敛性 – 混淆必要条件与充分条件
When using tests for convergence of infinite series, some candidates incorrectly applied the converse of the nth term test. The test states: if Σaₙ converges, then lim aₙ = 0. But the converse is not true: aₙ → 0 does not guarantee convergence. Several students argued that since aₙ = 1/n → 0, the harmonic series Σ 1/n converges, which is a famous counterexample. In the June 2019 paper, such misapplication of divergence/convergence tests was penalised heavily.
在使用无穷级数收敛性判别法时,一些考生错误地应用了第 n 项检验的逆命题。该检验指出:若 Σaₙ 收敛,则 lim aₙ = 0。但其逆命题不成立:aₙ → 0 并不能保证收敛。若干学生论证,由于 aₙ = 1/n → 0,调和级数 Σ 1/n 收敛,而这正是一个著名的反例。在2019年6月的试卷中,此类对发散/收敛判别法的错误应用受到了严厉扣分。
Know precisely what each test is capable of proving. Ratio test: if L<1, absolute convergence; L>1, divergence; L=1, test fails → try comparison test. Always state the conditions, e.g. for the comparison test, 0 ≤ aₙ ≤ bₙ. Do not claim convergence based solely on aₙ→0. For alternating series, check that the terms decrease in magnitude and tend to zero. In all cases, show your reasoning step by step; the mark scheme rewards correct justification, not just a correct conclusion.
准确了解每种判别法能够证明什么。比值判别法:若 L<1,绝对收敛;L>1,发散;L=1,判别法失效 → 尝试比较判别法。务必陈述条件,例如对于比较判别法,0 ≤ aₙ ≤ bₙ。不要仅凭 aₙ→0 就声称收敛。对于交错级数,检查各项的绝对值是否递减并趋于零。在所有情况下,逐步展示推理过程;评分方案奖励的是正确的论证,而不仅仅是正确的结论。
10. Fundamental Theorem of Algebra – Missing Conjugate Pairs | 代数基本定理 – 遗漏共轭对
In a polynomial question with real coefficients, candidates were told that 2 – i is a root and asked to write the polynomial as a product of real linear and quadratic factors. A surprising number of candidates did not immediately deduce that 2 + i is also a root, trying instead to divide the polynomial by (x – (2 – i)) and ending up with complex coefficients in the quotient. This wasted time and often led to arithmetic errors. The mark scheme expected the conjugate root theorem to be used explicitly.
在一道实系数多项式题目中,考生被告知 2 – i 是一个根,并被要求将多项式写为实线性因式和二次因式的乘积。出乎意料的是,许多考生没有立即推导出 2 + i 也是一个根,而是试图用 (x – (2 – i)) 去除多项式,结果在商式中得到了复系数。这不仅浪费时间,还常常导致算术错误。评分方案期望考生明确使用共轭根定理。
For a polynomial with real coefficients, non-real complex roots always occur in conjugate pairs. So if z = a + bi is a root, then z̄ = a – bi is a root. Multiply (x – z)(x – z̄) = x² – 2ax + (a² + b²) to get a quadratic with real coefficients. Never attempt long division with a complex linear factor unless the question specifically requires it. Always list all known roots first, then build factors. This approach simplifies the problem and is much less error-prone.
对于实系数多项式,非实复根总是以共轭对形式出现。所以,若 z = a + bi 是一个根,则 z̄ = a – bi 也是一个根。将 (x – z)(x – z̄) 相乘可得 x² – 2ax + (a² + b²),得到一个实系数二次式。切勿尝试用复线性因式进行长除法,除非题目明确要求如此。务必首先列出所有已知根,然后构建因式。这种方法能简化问题,并且大大降低错误发生的机会。
11. Eigenvalues and Eigenvectors – Arithmetic Slips in the Characteristic Equation | 特征值与特征向量 – 特征方程中的算术失误
Finding eigenvalues of a 3×3 matrix required solving det(A – λI) = 0. The most frequent errors occurred when forming A – λI: subtracting λ only from two diagonal entries and leaving the third unchanged, or writing λ incorrectly in off-diagonal positions. The characteristic polynomial ended up lacking a λ² term or having a wrong constant term, leading to incorrect eigenvalues. Since eigenvectors depend on correct eigenvalues, a chain reaction of errors wiped out the question’s remaining marks.
求解 3×3 矩阵的特征值需求解 det(A – λI) = 0。最常见的错误发生在构造 A – λI 时:仅从两个对角线元素中减去 λ,而遗漏了第三个对角元,或者在非对角位置误写了 λ。特征多项式最终缺少 λ² 项或常数项错误,导致特征值不正确。由于特征向量依赖于正确的特征值,一连串错误连锁反应将问题剩余部分的分数全部抹去。
Write out A – λI explicitly: the diagonal elements become a₁₁ – λ, a₂₂ – λ, a₃₃ – λ; all other entries remain exactly as in A. Double-check each diagonal before expanding. Expand the determinant methodically using cofactor expansion or Sarrus’ rule. Factor the polynomial carefully; if you cannot factor it, verify that you have computed the determinant correctly by testing λ=0 (should give det(A)) or λ=1. Any discrepancy indicates an arithmetic mistake early in the process.
显式写出 A – λI:对角线元素变为 a₁₁ – λ, a₂₂ – λ, a₃₃ – λ;所有其他项保持与 A 中完全一致。在展开之前,仔细检查每个对角元。使用余子式展开或萨鲁斯法则有条不紊地计算行列式。仔细因式分解多项式;如果无法分解,通过测试 λ=0(应给出 det(A))或 λ=1 来验证行列式计算是否正确。任何不一致都表明过程中早期存在算术错误。
12. de Moivre’s Theorem – Multiple Angle Trigonometry | 棣莫弗定理 – 多倍角三角函数
Applying de Moivre’s theorem to express sin 5θ in terms of sinθ often involved binomial expansion errors. The expansion of (cosθ + i sinθ)⁵ was sometimes truncated, or the real and imaginary parts were not correctly separated. Candidates would forget that i² = -1, causing sign mistakes in the imaginary terms. In the mark scheme, collecting the imaginary part and equating to sin 5θ was a key step; any slip in the binomial coefficients or powers of i led to a wrong trigonometric identity, costing several marks.
应用棣莫弗定理将 sin 5θ 表示为 sinθ 的形式,常常涉及二项式展开错误。(cosθ + i sinθ)⁵ 的展开有时被截断,或者实部与虚部没有被正确分离。考生会忘记 i² = -1,导致虚部各项出现符号错误。在评分方案中,收集虚部并与 sin 5θ 等同是关键步骤;二项式系数或 i 的幂的任何失误都会导致错误的三角恒等式,损失多分。
Set (cosθ + i sinθ)⁵ = cos 5θ + i sin 5θ. Expand the left side carefully: use Pascal’s triangle (1,5,10,10,5,1). Compute powers of i: i⁰=1, i¹=i, i²=-1, i³=-i, i⁴=1, i⁵=i. Group all terms without i as the real part = cos 5θ, and terms with i as the imaginary part = i sin 5θ, then cancel i to obtain sin 5θ = 5 cos⁴θ sinθ – 10 cos²θ sin³θ + sin⁵θ. If needed, replace cos²θ by 1 – sin²θ. Show all steps clearly; credit is awarded for method even if a final algebraic slip occurs.
设 (cosθ + i sinθ)⁵ = cos 5θ + i sin 5θ。仔细展开左边:使用帕斯卡三角形 (1,5,10,10,5,1)。计算 i 的幂:i⁰=1, i¹=i, i²=-1, i³=-i, i⁴=1, i⁵=i。将所有不含 i 的项合并为实部 = cos 5θ,含 i 的项合并为虚部 = i sin 5θ,然后约去 i 得到 sin 5θ = 5 cos⁴θ sinθ – 10 cos²θ sin³θ + sin⁵θ。若需要,将 cos²θ 替换为 1 – sin²θ。清晰展示所有步骤;即使最后出现代数失误,方法分仍可获得。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导