📚 A-Level Further Mathematics Unit 3 Mark Scheme Jan22: Common Mistakes Summary | A-Level 进阶数学 Unit 3 2022年1月评分方案易错点总结
Analysing the January 2022 mark scheme for Unit 3 of A-Level Further Mathematics reveals recurring errors that students make under exam pressure. This article summarises key pitfalls in topics such as complex numbers, hyperbolic functions, matrices, differential equations, and polar coordinates, providing targeted advice to avoid losing marks.
分析2022年1月A-Level进阶数学第三单元的评分方案,可以发现学生在考试压力下反复出现的错误。本文总结了复数、双曲函数、矩阵、微分方程和极坐标等专题中的关键易错点,并提供针对性建议以避免失分。
1. Misapplying De Moivre’s Theorem for Complex Roots | 复数根中错误应用棣莫弗定理
Many candidates forget to add 2kπ to the argument when finding nth roots, resulting in only one root being stated. For example, solving z³ = 8i, they may give only 2i as the root, ignoring the other two. The mark scheme explicitly penalises incomplete sets of roots and demands the periodic term 2kπ in the argument before division by n.
许多考生在求n次方根时忘记给辐角加上2kπ,只给出一个根。例如,解z³ = 8i时,他们可能只给出2i作为根,忽略了另外两个。评分方案明确对根的不完整集合扣分,并要求在除以n之前辐角中包含周期项2kπ。
The correct method requires expressing 8i in modulus-argument form: 8(cos(π/2) + i sin(π/2)). Then applying z = 8^(1/3)[cos((π/2 + 2kπ)/3) + i sin((π/2 + 2kπ)/3)], for k = 0, 1, 2. This yields three distinct roots: 2i, -√3 – i, √3 – i. Emphasise that the 2kπ must be present to generate all solutions.
正确方法需要将8i写成模-辐角形式:8(cos(π/2) + i sin(π/2))。然后应用 z = 8^(1/3)[cos((π/2 + 2kπ)/3) + i sin((π/2 + 2kπ)/3)], k=0,1,2。得到三个不同的根:2i, -√3 – i, √3 – i。必须强调2kπ的存在才能生成所有解。
2. Confusing Hyperbolic and Trigonometric Identities | 混淆双曲恒等式与三角恒等式
A typical error is writing 1 + tanh²x = sech²x, mirroring the trigonometric identity 1 + tan²θ = sec²θ. The correct hyperbolic identity is 1 – tanh²x = sech²x. Students also misapply Osborn’s rule when handling products of sinh terms, forgetting to change the sign where two sine equivalents are multiplied. The mark scheme often tests this by asking for solutions to equations like cosh 2x = sinh x, where an incorrect identity leads to invalid roots.
一个典型错误是写成1 + tanh²x = sech²x,这模仿了三角恒等式1 + tan²θ = sec²θ。正确的双曲恒等式是1 – tanh²x = sech²x。学生在处理双曲正弦乘积时也常误用奥斯本法则,忘记了当两个正弦等效项相乘时要改变符号。评分方案经常通过求解如cosh 2x = sinh x的方程来测试这一点,使用错误恒等式会导致无效根。
Osborn’s rule: replace cosθ → coshθ, sinθ → i sinhθ. Thus every product of two sines introduces a minus sign. For instance, cosh 2x = 1 + 2sinh²x is correct (since cos2θ = 1 – 2sin²θ; product sinθ·sinθ gives i² = -1, so -2sin²θ → -2(i sinh x)² = 2sinh²x). Avoid directly copying trig identities without sign checking.
奥斯本法则:将cosθ换成coshθ,sinθ换成i sinhθ。因此每次出现两个正弦乘积就会引入一个负号。例如,cosh 2x = 1 + 2sinh²x是正确的(因为cos2θ = 1 – 2sin²θ;乘积sinθ·sinθ产生i² = -1,故 -2sin²θ → -2(i sinh x)² = 2sinh²x)。避免不经符号检查就直接复制三角恒等式。
3. Errors in Matrix Operations for Simultaneous Equations | 矩阵求解联立方程组时的运算错误
When solving the system AX = B using the inverse matrix, a common slip is writing the solution as X = BA⁻¹ instead of the correct X = A⁻¹B. Matrix multiplication is not commutative, so the order matters. In Jan22, several marks were lost because students incorrectly pre-multiplied B by A⁻¹ rather than post-multiplying. Additionally, computing determinants for 3×3 matrices often involves sign errors in the cofactor expansion.
使用逆矩阵求解方程组AX = B时,一个常见疏漏是将解写成X = BA⁻¹而非正确的X = A⁻¹B。矩阵乘法不满足交换律,因此顺序至关重要。2022年1月,许多学生因错误地将B左乘A⁻¹而不是右乘而失分。此外,计算3×3矩阵的行列式时常在余子式展开中出现符号错误。
Always set up A⁻¹ carefully: if A is 3×3, find det(A) and the matrix of cofactors, transpose to get adj(A), then A⁻¹ = (1/det(A))·adj(A). Then multiply A⁻¹B. The mark scheme rewards clear working that shows the determinant and the adjugate before final multiplication.
始终认真建立A⁻¹:如果A是3×3,求det(A)和余子式矩阵,转置得到伴随矩阵adj(A),然后A⁻¹ = (1/det(A))·adj(A)。接着乘以A⁻¹B。评分方案奖励在最终乘法前展示行列式和伴随矩阵的清晰步骤。
4. Mishandling Particular Integrals in Second-Order ODEs | 二阶常微分方程特解处理不当
For a non-homogeneous linear second-order ODE, selecting the wrong trial particular integral is a frequent mistake. Students often use a standard trial function without checking if it already appears in the complementary function. For example, for y” – 3y’ + 2y = eˣ, the complementary function is Aeˣ + Be²ˣ. A trial of Ceˣ fails because eˣ is a solution of the homogeneous equation. The Jan22 mark scheme demands that candidates recognise this overlap and multiply the trial function by x (or x² if necessary).
对于非齐次线性二阶常微分方程,选择错误的试探特解是常见错误。学生经常使用标准试探函数,未检查它是否已出现在余函数中。例如,对于y” – 3y’ + 2y = eˣ,余函数是Aeˣ + Be²ˣ。试探Ceˣ会失败,因为eˣ是齐次方程的解。2022年1月的评分方案要求考生识别这种重叠,并将试探函数乘以x(如有必要乘以x²)。
Correct approach: Complementary function y_c = Aeˣ + Be²ˣ. Since RHS is eˣ and eˣ matches one term of y_c, try y_p = λxeˣ. Substitute into the ODE, which gives λ = -1, so y_p = -xeˣ. The general solution is y = Aeˣ + Be²ˣ – xeˣ. Always justify the modification of the trial function to secure the method marks.
正确方法:余函数y_c = Aeˣ + Be²ˣ。由于右边是eˣ且eˣ与y_c的一项匹配,尝试y_p = λxeˣ。代入ODE,得到λ = -1,所以y_p = -xeˣ。通解为y = Aeˣ + Be²ˣ – xeˣ。始终要说明对试探函数的修正以确保获得方法分。
5. Incorrect Integration Limits in Polar Coordinates Area | 极坐标面积积分限不正确
Finding the area enclosed by a polar curve r = f(θ) is a classic pitfall when students use the wrong limits. A common mistake is to integrate from 0 to 2π as a default, but for loops that only exist between the angles where r = 0, this leads to an overcount. In Jan22, a question on the area inside the curve r = a cos 2θ required limits for one loop: θ from -π/4 to π/4. Many candidates attempted 0 to π/2 and then had to double incorrectly or got the wrong total area.
求极坐标曲线r = f(θ)围成的面积是一个经典陷坑,学生常使用错误的积分限。一个常见错误是默认从0积到2π,但对于只存在于r=0对应角度之间的环线,这会导致多算面积。在2022年1月,一道关于曲线r = a cos 2θ内部面积的问题要求一个环的积分限:θ从-π/4到π/4。许多考生尝试从0到π/2,然后错误地乘以2或得到错误的总面积。
Use the formula A = ½ ∫ r² dθ. Set r = 0 to find terminal angles: a cos 2θ = 0 → 2θ = π/2, 3π/2 → θ = π/4, 3π/4. One loop is traced from θ = -π/4 to π/4. Then integrate A_loop = ½ ∫₋π/₄^(π/4) (a² cos² 2θ) dθ. Full area of the rose (4 loops) = 4 × that area. The mark scheme penalises limits that do not exactly sweep the region once.
使用公式A = ½ ∫ r² dθ。令r = 0求端角:a cos 2θ = 0 → 2θ = π/2, 3π/2 → θ = π/4, 3π/4。一个环从θ = -π/4到π/4。然后积分A_loop = ½ ∫₋π/₄^(π/4) (a² cos² 2θ) dθ。四叶玫瑰的总面积 = 4 × 该面积。评分方案惩罚积分限不恰好扫过区域一次的情况。
6. Misunderstanding the Modulus Argument Form | 对模-辐角形式的误解
Expressing a complex number in the form r(cosθ + i sinθ) seems straightforward, yet errors frequently occur. Students sometimes give the argument in degrees when radians are required, or they place the angle in the wrong quadrant by ignoring the signs of the real and imaginary parts. The Jan22 mark scheme stressed the use of the principal argument, -π < θ ≤ π. For a number like -1 - i√3, the argument is -2π/3 (or 4π/3 out of range), not π/3 or 2π/3.
将复数表示为r(cosθ + i sinθ)看似简单,但错误经常发生。学生有时在要求弧度时给出度数,或者因忽略实部和虚部的符号而将辐角放在错误象限。2022年1月评分方案强调使用主辐角,-π < θ ≤ π。对于如-1 - i√3的数,辐角是-2π/3(或4π/3超出范围),而非π/3或2π/3。
Always sketch an Argand diagram. For z = x + iy, compute r = √(x² + y²) and tanθ = y/x, then adjust according to quadrant: Quadrant I: θ = arctan(y/x); II: θ = π – arctan(|y/x|); III: θ = -π + arctan(|y/x|) (or π + arctan(y/x) if using 0 to 2π, then convert); IV: θ = -arctan(|y/x|). For -1 – i√3, both negative: θ = -π + arctan(√3) = -2π/3.
始终画阿尔冈图。对于z = x + iy,计算r = √(x² + y²)及tanθ = y/x,然后根据象限调整:第一象限:θ = arctan(y/x);第二象限:θ = π – arctan(|y/x|);第三象限:θ = -π + arctan(|y/x|)(若使用
Published by TutorHao | A-Level Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导