📚 PDF资源导航

A-Level Further Maths Unit 4 Jun19 Key Mistakes Summary | A-Level 进阶数学单元4 2019年6月真题易错点总结

📚 A-Level Further Maths Unit 4 Jun19 Key Mistakes Summary | A-Level 进阶数学单元4 2019年6月真题易错点总结

This article summarises the most common errors students made in the June 2019 A-Level Further Mathematics Unit 4 exam paper. By analysing typical mistakes in topics such as complex numbers, matrices, series, differential equations, hyperbolic functions, polar coordinates, and more, we hope to help future candidates avoid losing marks on these easily preventable pitfalls. Each section highlights a specific misconception, explains why it is wrong, and provides the correct strategy with worked comparisons.

本文针对 2019 年 6 月 A-Level 进阶数学 Unit 4 真题中学生最常犯的错误进行梳理。通过分析复数、矩阵、级数、微分方程、双曲函数、极坐标等主题中的典型失分点,帮助后续考生避开这些本可避免的雷区。每个板块聚焦一个易错概念,说明错误原因,并给出正确的处理方式与对比示例。


1. De Moivre’s Theorem & Multiple Roots | 棣莫弗定理与漏解问题

A very frequent mistake when using De Moivre’s theorem to find the nth roots of a complex number is forgetting to add the periodicity term 2kπi before dividing by n. Students often just evaluate the principal root and stop, losing all marks for other roots.

使用棣莫弗定理求复数 n 次方根时,最常犯的错误是忘记在除以 n 之前加上周期性项 2kπi。很多学生只算出主根就停笔,漏掉其余所有根,导致严重失分。

For example, when solving z³ = 8, some candidates write z = 8^(1/3)(cos(0) + i sin(0)) = 2 only. The correct approach is to express 8 as 8(cos(2kπ) + i sin(2kπ)), then z = 2[cos(2kπ/3) + i sin(2kπ/3)] for k = 0, 1, 2, giving three distinct roots.

例如在求解 z³ = 8 时,一些考生直接写 z = 8^(1/3)(cos(0) + i sin(0)) = 2 就结束。正确做法应先将 8 表为 8(cos(2kπ) + i sin(2kπ)),再应用定理得 z = 2[cos(2kπ/3) + i sin(2kπ/3)],k 取 0, 1, 2,从而得到三个不同的根。

❌ Common Error ✅ Correct Approach
z = 2 only z = 2, 2e^(2πi/3), 2e^(4πi/3)
Misses k ≠ 0 terms Always add 2kπ before dividing

2. 3×3 Matrix Determinant & Sign Errors | 三阶行列式计算与符号错误

When expanding a 3×3 determinant, many candidates misapply the cofactor signs. The checkerboard pattern of signs (+ − + ; − + − ; + − +) is often mistakenly applied to the elements of the second row as + − + instead of − + −. This single sign error cascades through the entire calculation.

展开三阶行列式时,许多考生弄错了代数余子式的符号。棋盘状正负号模式(+ − + ; − + − ; + − +)经常被误用到第二行,错误地记为 + − +,而正确应为 − + −。这一个符号错误会导致整个计算结果出错。

Consider the matrix M = [[1,2,3],[4,5,6],[7,8,9]]. The determinant using the first row is 1·det([[5,6],[8,9]]) − 2·det([[4,6],[7,9]]) + 3·det([[4,5],[7,8]]). Students sometimes write +2·(…) for the second term, forgetting the alternating sign corresponds to the position (1,2) which is negative.

以矩阵 M = [[1,2,3],[4,5,6],[7,8,9]] 为例,按第一行展开的行列式为 1·det([[5,6],[8,9]]) − 2·det([[4,6],[7,9]]) + 3·det([[4,5],[7,8]])。学生有时将第二项写成 +2·(…),忘记位置 (1,2) 的余子式符号为负。

❌ Incorrect Expansion ✅ Correct Expansion
1(45-48) + 2(36-42) + 3(32-35) 1(45-48) − 2(36-42) + 3(32-35)

3. Method of Differences – Cancellation Range | 差分法求和与抵消项边界

In the method of differences, the most common error is misjudging which terms cancel. Students often write the first few and last few terms but fail to account for the shift in index, leaving uncancelled terms from the overlapping zone. This leads to an incomplete or incorrect closed form.

差分法中,最常见的错误是判断错抵消范围。学生通常会写出前几项和末几项,但未考虑到指标平移,导致重叠区域内尚有未抵消的项,最终得到残缺或错误的封闭形式。

For a sum like Σ (1/(r+1) – 1/(r+2)) from r=1 to n, the correct cancellation leaves 1/2 – 1/(n+2). A typical mistake is to write 1/2 – 1/(n+1), missing the +1 shift in the second fraction’s denominator after substitution of the final r.

以和式 Σ (1/(r+1) – 1/(r+2)) 从 r=1 到 n 为例,正确抵消后应剩 1/2 – 1/(n+2)。常见错误是写成 1/2 – 1/(n+1),忽略了代入最终 r 后第二项分母多出的 +1。

Always write a few general terms in the middle to confirm the pattern, and check the last term explicitly: for r=n, the subtracted term is 1/(n+2).

务必写出中间若干一般项以确认抵消规律,并显式检查最后一项:当 r=n 时,被减项为 1/(n+2)。


4. First Order Linear DE – Integrating Factor Mistakes | 一阶线性微分方程积分因子错误

When solving dy/dx + P(x)y = Q(x), the integrating factor is e^(∫P dx). Students often forget to multiply the right-hand side Q(x) by the integrating factor, or they integrate the product incorrectly. Another frequent omission is not including the constant of integration after finding the product derivative, then losing the +C when isolating y.

求解 dy/dx + P(x)y = Q(x) 时,积分因子为 e^(∫P dx)。学生常忘记将右边 Q(x) 也乘以积分因子,或在积分乘积时出错。另一种常见遗漏是:在得到乘积导数后,未在积分时加上常数 +C,导致分离 y 时丢解。

For example, in x dy/dx + 2y = eˣ, rewriting gives dy/dx + (2/x)y = eˣ/x. The integrating factor is e^(∫2/x dx) = x². Multiplying: d/dx (x²y) = x eˣ. Now integrate both sides: x²y = ∫ x eˣ dx. Many students forget the +C here, giving y = (x-1)eˣ / x², missing the term C/x².

例如,x dy/dx + 2y = eˣ,整理得 dy/dx + (2/x)y = eˣ/x。积分因子为 x²。乘积分因子后:d/dx (x²y) = x eˣ。两边积分得 x²y = ∫ x eˣ dx。此处学生常漏 +C,从而得到 y = (x-1)eˣ / x²,遗失通解中的 C/x² 项。

❌ Missing Constant ✅ Correct General Solution
y = (x-1)eˣ / x² y = (x-1)eˣ / x² + C/x²

5. Polar Coordinates – Area Between Curves & Limits | 极坐标面积与积分限选取

When calculating the area enclosed by two polar curves, errors in choosing the correct integration limits are extremely common. Students often use the full range 0 to 2π for one loop or forget that the area is ½ ∫ r² dθ, not ∫ r dθ. Additionally, failing to use symmetry appropriately can result in double counting or omitting half of the area.

计算两条极坐标曲线围成面积时,积分限选取错误极为常见。学生往往对单个环使用整个 0 到 2π 范围,或忘记面积公式为 ½ ∫ r² dθ 而误用 ∫ r dθ。此外,未能恰当使用对称性常常导致重复计算或遗漏一半面积。

Consider the area inside r = 2 sin θ and outside r = 1. The intersection occurs at θ = π/6 and θ = 5π/6. Some candidates integrate from 0 to π, but the correct region uses limits π/6 to 5π/6, with area = ½ ∫ ( (2 sin θ)² − 1² ) dθ over that interval. Remembering to subtract the inner curve’s area is crucial.

以求 r = 2 sin θ 内部且 r = 1 外部区域面积为例。交点出现在 θ = π/6 与 θ = 5π/6。部分考生从 0 积分到 π,但正确区域应使用积分限 π/6 到 5π/6,面积 = ½ ∫ ( (2 sin θ)² − 1² ) dθ。牢记要减去内部曲线面积至关重要。

❌ Wrong Approach ✅ Correct Setup
½ ∫₀ᵖⁱ (2 sin θ)² dθ ½ ∫_{π/6}^{5π/6} ( (2 sin θ)² − 1 ) dθ

6. Hyperbolic Identities – Sign Confusion | 双曲恒等式正负号混淆

The fundamental hyperbolic identity is cosh² x − sinh² x = 1, but many students mistakenly write cosh² x + sinh² x = 1, which is actually cosh 2x. This confusion often occurs when solving equations or integrating expressions involving hyperbolic functions, leading to entirely wrong simplifications.

基本双曲恒等式为 cosh² x − sinh² x = 1,但许多学生错误地写成 cosh² x + sinh² x = 1,而后者实际等于 cosh 2x。这种混淆常出现在解方程或积分双曲函数表达式时,导致完全错误的化简。

For instance, solving 5 cosh² x − 7 sinh x = 7, using the identity correctly gives 5(1 + sinh² x) − 7 sinh x = 7 → 5 sinh² x − 7 sinh x − 2 = 0. If the sign error is made, 5(cosh² x) turns into 5(-sinh² x + 1) or another incorrect relation, derailing the solution.

例如解方程 5 cosh² x − 7 sinh x = 7,正确使用恒等式可得 5(1 + sinh² x) − 7 sinh x = 7 → 5 sinh² x − 7 sinh x − 2 = 0。若犯下符号错误,将 cosh² x 替换为 sinh² x − 1 等不当形式,则会导致后续求解全盘错误。

Always verify: cosh² x = 1 + sinh² x, sinh² x = cosh² x − 1. Writing down the desired substitution before proceeding prevents sign slips.

时刻谨记:cosh² x = 1 + sinh² x,sinh² x = cosh² x − 1。在进行代换前先写出所需恒等式,能有效避免符号错误。


7. Maclaurin Series – Product & Chain Expansions | 麦克劳林级数中乘积与复合展开

When finding the Maclaurin series of a product like eˣ cos x, students frequently expand each factor to, say, x² and multiply term-by-term, but neglect to collect terms correctly up to the required power. They either miss cross-terms that contribute to a certain order or fail to truncate appropriately, leaving terms of higher degree than needed.

求 eˣ cos x 等乘积的麦克劳林级数时,学生通常会将每个因子展开到比如 x² 然后逐项相乘,但很容易漏掉交叉项对某一阶的贡献,或者忘记截断保留所需阶数,引入了高于要求的项。

For eˣ cos x up to x²: eˣ = 1 + x + x²/2 + …; cos x = 1 − x²/2 + … Multiplying: (1 + x + x²/2)(1 − x²/2) = 1 + x + x²/2 − x²/2 − x³/2 − x⁴/4. Collecting: 1 + x + 0x² + … Thus the coefficient of x² is 0. Many students get this wrong by forgetting the − x²/2 from cos x times 1, or the 1 times − x²/2.

以 eˣ cos x 展开到 x² 为例:eˣ = 1 + x + x²/2 + …;cos x = 1 − x²/2 + …。相乘得 (1 + x + x²/2)(1 − x²/2) = 1 + x + x²/2 − x²/2 − x³/2 − x⁴/4。合并后为 1 + x + 0x² + …,即 x² 的系数为 0。很多学生因遗漏 cos x 的 − x²/2 与 1 相乘或 1 与 − x²/2 相乘而出错。

❌ Common Mistake ✅ Careful Multiplication
Coefficient of x² = 1 (only from eˣ) 1·(−x²/2) + (x²/2)·1 = 0 → coefficient 0

8. Loci with Complex Argand Diagrams – Direction of Argument | 复数轨迹与辐角方向

When sketching the locus arg(z − a) = θ, a recurring mistake is interpreting the direction or starting point. Students sometimes draw a ray from the origin instead of from the point a, or they reverse the sense of the angle, drawing the half-line on the opposite side. Another typical slip is forgetting that the point a itself is excluded from the locus (open circle).

在描绘轨迹 arg(z − a) = θ 时,反复出现的错误是解释方向或起点。学生有时会从原点引出射线而非从点 a 出发,或搞错角度方向,将半直线画在相反一侧。另一个典型失误是忘记点 a 本身并不包含在轨迹中(空心圆)。

For arg(z − 2 − i) = π/4, the correct ray starts at (2,1) and makes an angle of π/4 with the positive real axis. Some mistakenly think it starts at (0,0) because they ignore the translation, or they draw it at angle π/4 from the vertical.

对于 arg(z − 2 − i) = π/4,正确的射线应以 (2,1) 为起点,与正实轴成 π/4 夹角。部分学生错误认为起点为 (0,0),忽略了平移,或从竖直方向测量角度。

Remember: |z − a| = r gives a circle centred at a; arg(z − a) = θ gives a half-line from a, excluding a.

记住:|z − a| = r 表示以 a 为圆心的圆;arg(z − a) = θ 表示从 a 出发的半直线(不含 a)。


9. Matrices & Area Scale Factor – Absolute Value of Determinant | 矩阵面积因子与行列式绝对值

The area scale factor of a linear transformation represented by matrix M is |det(M)|. Many candidates forget to take the absolute value, especially when det(M) is negative. They report a negative number as the scale factor or, worse, use the negative value to multiply areas, resulting in a negative area.

矩阵 M 表示的线性变换的面积缩放因子为 |det(M)|。许多考生忘记取绝对值,尤其在行列式为负时。他们会将负值报告为缩放因子,甚至用该负值去乘以面积,得到负的面积结果。

If det(M) = -3, the area scale factor is 3. Students often state -3 and then use it to find the area of an image, writing something like Area = -3 × original area = -15, which is meaningless in a geometric context.

若 det(M) = -3,面积缩放因子为 3。学生常声称是 -3 并用来求像面积,写出诸如 面积 = -3 × 原面积 = -15,在几何背景下毫无意义。

Also, volume scale factor for 3×3 transformations is |det(M)|; the sign indicates whether orientation is preserved or reversed, but the magnitude determines the scaling of size.

此外,三阶变换的体积缩放因子为 |det(M)|。符号仅指示定向保持或反转,大小取决于绝对值。


10. Second Order ODEs – Repeated & Complex Roots | 二阶常微分方程重根与复根

When solving homogeneous second order linear differential equations with constant coefficients, students frequently apply the wrong form for the complementary function when the auxiliary equation has repeated roots or complex roots. For repeated root m, they often write y = Ae^(mx) + Be^(mx) instead of y = (A + Bx)e^(mx). For complex roots α ± iβ, they might forget the x in the sine/cosine argument or mix up the terms.

求解常系数二阶齐次线性微分方程时,当辅助方程出现重根或复根,学生经常套错余函数形式。对重根 m,常误写为 y = Ae^(mx) + Be^(mx) 而非 y = (A + Bx)e^(mx)。对复根 α ± iβ,可能遗忘正弦/余弦中的自变量 x,或混淆各项。

If auxiliary eq: m² + 2m + 1 = 0 → (m+1)²=0 → m=-1,-1. The general solution is y = (A + Bx)e^(-x). Writing y = Ae^(-x) + Be^(-x) is equivalent to Ce^(-x) with only one arbitrary constant, so it is incomplete.

若辅助方程为 m² + 2m + 1 = 0 → (m+1)²=0 → m=-1,-1。通解应为 y = (A + Bx)e^(-x)。写成 y = Ae^(-x) + Be^(-x) 实际上等同于 Ce^(-x),只有一个独立常数,因而不完整。

For complex roots p ± qi, the solution is y = e^(px)(C cos(qx) + D sin(qx)). Missing the x inside the trig functions is a classic error.

对于复根 p ± qi,解形如 y = e^(px)(C cos(qx) + D sin(qx))。忽略三角函数内的 x 是一个典型错误。


11. Vectors – Cross Product for Plane Normal | 向量叉积求平面法向量

When finding the equation of a plane given three points, or two direction vectors, students compute the normal vector using the cross product but often make arithmetic mistakes in the i,j,k components owing to sign errors when evaluating 2×2 determinants. A frequent slip is mis-remembering the order or getting the j component sign wrong (remember: j component is subtracted in ijk expansion).

给定三点或两个方向向量求平面方程时,学生通过叉积求法向量,但在计算 i,j,k 分量时常因二阶行列式符号处理不当而出错。常见失误是记错顺序或搞错 j 分量的符号(注意:在 ijk 展开中,j 分量前是减号)。

For vectors a = (1,2,3) and b = (4,5,6), a × b = i(2·6 − 3·5) − j(1·6 − 3·4) + k(1·5 − 2·4) = i(−3) − j(−6) + k(−3) = (−3, 6, −3). Many students incorrectly compute the j term as + (1·6 − 3·4) = −6, leading to a normal ( -3, -6, -3) or similar.

对于向量 a = (1,2,3) 和 b = (4,5,6),a × b = i(2·6 − 3·5) − j(1·6 − 3·4) + k(1·5 − 2·4) = i(−3) − j(−6) + k(−3) = (−3, 6, −3)。许多学生错误地将 j 项计算为 + (1·6 − 3·4) = −6,导致得到法向量 (−3, −6, −3) 等。

❌ Incorrect Expansion ✅ Correct Cross Product
i(…) + j(1·6−3·4) + k(…) i(…) − j(1·6−3·4) + k(…)

12. Convergence of Series – Ratio Test & Endpoints | 级数收敛域 – 比值检验与端点验证

When determining the interval of convergence for a power series, the ratio test is applied to find the radius of convergence R, giving |x| < R. However, many candidates stop at that inequality and fail to check the endpoints x = R and x = -R separately. At these endpoints the series might converge conditionally, and marks are specifically allocated for testing them.

在求幂级数收敛域时,学生用比值检验求得收敛半径 R,得到 |x| < R 后就停笔,却遗忘单独检验端点 x = R 和 x = -R。在端点处级数可能条件收敛,考题往往会针对端点检验专门给分。

For example, Σ (xⁿ / n) from n=1 to ∞. Ratio test gives |x| < 1. At x=1, the series becomes Σ 1/n, which diverges (harmonic). At x = -1, the series Σ (-1)ⁿ/n converges conditionally (alternating harmonic). Thus the interval is −1 ≤ x < 1. Missing the endpoint check loses the left inclusion.

例如 Σ (xⁿ / n) 从 n=1 到 ∞。比值检验得 |x| < 1。当 x=1 时,级数为 Σ 1/n,发散(调和级数)。当 x = -1 时,Σ (-1)ⁿ/n 条件收敛(交错调和级数)。因此收敛域为 −1 ≤ x < 1。若漏掉端点检验,就会错失左端点的包含。

Always test endpoints by substituting into the original series and using appropriate convergence tests (p-test, alternating series test, comparison test, etc.).

务必将端点代入原级数,并用相应的收敛性判别法(p-检验、交错级数检验、比较检验等)检验。


Published by TutorHao | Further Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading