📚 AS Further Maths Unit 2 Jan 2021: Common Mistakes | AS 进阶数学单元二 2021年1月卷易错点总结
AS Further Mathematics Unit 2 consistently challenges students with its blend of pure and applied techniques. The January 2021 sitting was no exception, revealing predictable yet avoidable pitfalls across complex numbers, series, calculus, and beyond. This article pinpoints the most frequent errors made by candidates in that paper, offering clear explanations to sharpen your revision.
AS 进阶数学单元二总是以纯数与应用的混合技巧让学生倍感压力。2021 年 1 月的试卷也不例外,在复数、级数、微积分等考点上暴露了诸多可预见的易错之处。本文精准提炼考生在该卷中最常犯的错误,并给出清晰解析,助你高效复习、避开雷区。
1. Complex Numbers: Argument Range and Loci | 复数:幅角取值区间与轨迹绘图
A recurring error involves the principal argument. When computing Arg(z) from arctan(y/x), candidates often forget to adjust the angle according to the quadrant. For z = –3 + 5i, many write arctan(5/–3) and stop at an acute negative angle, whereas the argument must lie in (–π, π] and, for this quadrant II case, equals π – arctan(5/3). Always sketch the point on the Argand diagram before stating the argument.
一个反复出现的错误是主幅角取值。通过 arctan(y/x) 计算 Arg(z) 时,考生常常忘记根据象限调整角度。例如对于 z = –3 + 5i,许多人直接写出 arctan(5/–3) 并停留在一个负的锐角上,而幅角必须落在 (–π, π] 之间;对于该第二象限的情况,结果应为 π – arctan(5/3)。务必先在 Argand 图上标注点位再确定幅角。
When sketching loci, mistakes centre on misinterpreting the modulus sign. The equation |z – 3i| = 2 represents a circle with centre (0, 3) and radius 2, but a common slip is to place the centre at (3, 0). Similarly, |z – 2| = |z + 4| is a perpendicular bisector of the segment joining (2,0) and (–4,0), not a line through the midpoint with any random slope.
在绘制轨迹时,错误多源于对模长符号的误读。方程 |z – 3i| = 2 表示圆心 (0,3) 半径为 2 的圆,但常见的失误是把圆心标在 (3,0)。类似地,|z – 2| = |z + 4| 表示点 (2,0) 与 (–4,0) 连线的垂直平分线,而非一条随意穿过中点的斜线。
2. Summation of Series: Index Shifts and Standard Formulas | 级数求和:下标偏移与标准公式误用
Many candidates naively plug the upper and lower limits directly into standard formulas, forgetting that those formulas require the sum to start at r = 1. For ∑_{r=5}^{20} r², the correct approach is ∑_{r=1}^{20} r² – ∑_{r=1}^{4} r². Direct application of (n/6)(n+1)(2n+1) with n=20 and n=5 yields nonsense. Always isolate the missing initial terms.
许多考生天真地将上下限直接代入标准公式,却忘记了这些公式要求求和从 r = 1 开始。对于 ∑_{r=5}^{20} r²,正确做法是 ∑_{r=1}^{20} r² – ∑_{r=1}^{4} r²。将 n=20 和 n=5 分别代入公式 (n/6)(n+1)(2n+1) 得到的是错误结果。务必单独处理缺失的前几项。
Another pitfall is mishandling constant multipliers inside the sum. If asked to evaluate ∑_{r=1}^{n} (3r² – 2r + 4), students often compute 3∑r² – 2∑r + 4n but then misapply the formula for ∑r by using n/2( first + last) without checking linearity. Keep constants factored out and apply each standard sum carefully.
另一个易错点是对求和式中常数乘子的处理。遇到 ∑_{r=1}^{n} (3r² – 2r + 4) 时,学生通常会计算 3∑r² – 2∑r + 4n,但在计算 ∑r 时可能误用 n/2(首项+末项) 而忘记线性性质。应将常数提出来,并仔细代入每个标准求和公式。
3. Method of Differences: Cancelling Terms Correctly | 差消法:正确消去项
The method of differences works only when terms are expressed as partial fractions that telescope. A common error is to write the decomposition incorrectly, e.g., for 1/[r(r+2)] writing A/r + B/(r+1) instead of A/r + B/(r+2). Then, when expanding the sum, candidates often fail to list enough terms to spot the cancellation pattern and instead cancel indiscriminately, leaving a wrong combination of remaining terms.
差消法只有在将表达式分解为可裂项的部分分式时才有效。常见错误是分解本身不对,例如将 1/[r(r+2)] 拆成 A/r + B/(r+1),而非 A/r + B/(r+2)。随后展开求和时,考生往往没有列出足够多的项来观察消去规律,而是盲目消去,导致最终留下的项组合出错。
To avoid this, write the first three and last three terms explicitly. For ∑_{r=3}^{n} 1/[r(r+2)] = ½ [∑(1/r – 1/(r+2))], the survivors are ½ [1/3 + 1/4 – 1/(n+1) – 1/(n+2)]. Many miss the 1/4 term because they stop too early. Always check the limits influence which terms do not cancel.
为避免此问题,应明确写出前三项和末三项。对于 ∑_{r=3}^{n} 1/[r(r+2)] = ½ [∑(1/r – 1/(r+2))],剩留项为 ½ [1/3 + 1/4 – 1/(n+1) – 1/(n+2)]。许多人因过早停止求和而遗漏了 1/4 项。务必检验上下限如何决定哪些项无法抵消。
4. Integration by Substitution: Changing Limits | 换元积分法:变换积分限
When using a substitution such as u = 2x – 1, candidates frequently differentiate to find du/dx = 2, then write du = 2 dx correctly, but forget to translate the x‑limits into u‑limits for a definite integral. Evaluating ∫_{x=1}^{3} f(x) dx as ∫_{u=1}^{5} … without adjustment yields a wrong answer. Always rewrite: when x = 1, u = 1; when x = 3, u = 5, so the new limits are 1 and 5.
使用 u = 2x – 1 等换元时,考生常会正确地求出 du/dx = 2 并写出 du = 2 dx,但在定积分中忘记将 x 的积分限转换为 u 的积分限。若不调整就将 ∫_{x=1}^{3} f(x) dx 当作 ∫_{u=1}^{5} … 计算,必然得出错误结果。务必重写:当 x = 1 时 u = 1;当 x = 3 时 u = 5,因此新积分限为 1 和 5。
For indefinite integrals, students often leave the answer expressed in terms of u instead of substituting back to the original variable x. Full marks require the final antiderivative in terms of x. Moreover, after back‑substituting, the constant of integration must be added; neglecting ‘+ C’ is a perennial mistake.
对于不定积分,学生常忘记将结果用原变量 x 表示,而停留在 u 的表达式上。满分答案要求最终原函数必须写成 x 的函数。此外,回代之后务必加上积分常数;遗忘 ‘+ C’ 是一个常年犯的错误。
5. Integration Using Partial Fractions: Splitting and Integrating Logs | 部分分式积分:分解与对数积分
Typical exam questions require integrating rational functions such as (3x+5)/[(x–1)(x+3)]. After decomposing into A/(x–1) + B/(x+3), the integral yields A ln|x–1| + B ln|x+3| + C. A subtle error arises when candidates drop the absolute value signs, writing ln(x–1) instead of ln|x–1|, which is acceptable only if the interval guarantees x–1 > 0. In a definite integral over negative domains, ignoring the modulus can cause sign errors or invalid logs.
典型考题要求对有理函数如 (3x+5)/[(x–1)(x+3)] 进行积分。部分分式分解为 A/(x–1) + B/(x+3) 后,积分结果为 A ln|x–1| + B ln|x+3| + C。一个细微的错误是考生遗漏绝对值符号,写成 ln(x–1) 而非 ln|x–1|,仅在所给区间保证 x–1 > 0 时才能接受。在涵盖负数的定积分中,忽略模长会导致符号错误或无效对数。
Another pitfall occurs when the degree of the numerator equals or exceeds that of the denominator. The jan21 paper contained a problem where polynomial division was necessary first. Candidates who directly attempted partial fractions without division ended up with nonsense equations and lost time. Always check the degree: if improper, perform long division or algebraic manipulation to obtain a polynomial plus a proper fraction.
另一个易错点是当分子次数大于或等于分母次数时。21年1月卷中有一道题需先做多项式长除法。直接使用部分分式法的考生会得到无意义的方程并浪费大量时间。务必先检查次数:若是假分式,应先进行长除法或代数变形,得到一个多项式加上一个真分式,再行分解。
6. Volumes of Revolution: Missing π and Limits | 旋转体体积:遗漏π和积分限错误
The most basic yet costly mistake is dropping the factor π from the volume formula V = π∫ y² dx. Over and over, candidates compute ∫ y² dx perfectly but forget to multiply by π, losing an easy mark. Make it a habit to write V = π ∫_{a}^{b} y² dx explicitly on every volume question.
最基本但代价最高的错误是漏掉体积公式中的 π 因子:V = π∫ y² dx。考生一次又一次准确地算出 ∫ y² dx 却忘记乘 π,白白丢分。养成在每个体积问题中明确书写 V = π ∫_{a}^{b} y² dx 的习惯。
When rotating about the y‑axis, the formula becomes V = π∫ x² dy. Errors creep in when candidates fail to express x² in terms of y, or when they mistakenly use the original x‑limits rather than y‑limits. Additionally, for parametric curves defined by x = f(t), y = g(t), the volume dx/dt must be squared correctly: V = π∫ y² (dx/dt) dt, not π∫ (y dx/dt)² dt. The jan21 paper saw several candidates confuse the placement of the derivative inside the square.
绕 y 轴旋转时公式变为 V = π∫ x² dy。考生若未能用 y 表示 x²,或将原本的 x 积分限误当作 y 积分限,便会产生错误。此外,对于参数方程 x=f(t), y=g(t),求绕 x 轴体积时需注意:V = π∫ y² (dx/dt) dt,而非 π∫ (y dx/dt)² dt。21年1月卷中就有多名考生混淆了导数的平方位置。
7. Polar Coordinates: Area Formula Factor ½ | 极坐标:面积公式中的½因子
The polar area formula A = ½ ∫ r² dθ is deceptively simple, yet the ½ factor is often omitted. Students plunge into ∫ r² dθ and then multiply by π or perform other unnecessary operations. In the jan21 exam, a question on the area enclosed by r = a(1+cos θ) required using ½ ∫₀^{2π} r² dθ; those who ignored the ½ lost all accuracy marks even if their integration was flawless.
极坐标面积公式 A = ½ ∫ r² dθ 表面简单,但½因子常被遗漏。学生埋头计算 ∫ r² dθ,然后再乘 π 或做其他多余步骤。21年1月卷中有一道求 r=a(1+cos θ) 所围面积的题,需用 ½ ∫₀^{2π} r² dθ;忽略½的考生即便积分完全正确也失去了所有准确度分。
Another nuance is determining the integration limits for loops. For r = a cos 3θ, one loop is traced for θ from –π/6 to π/6, but many candidates integrate from 0 to 2π and then divide by 3, which only works for symmetric loops if handled carefully. Always set r = 0 to find the θ‑values that bound a single petal, then use those as limits with the ½ factor. Also, never use negative radius values as physical lengths: r≥0 for area calculations.
另一个细微之处是确定花瓣的积分限。对于 r = a cos 3θ,一个花瓣对应的 θ 范围是从 –π/6 到 π/6,但许多考生从 0 积分到 2π 再除以 3,仅在对称情形且处理得当才有效。务必令 r=0 解出界定单一花瓣的 θ 值,并结合½因子使用。另外,面积计算中 r 代表物理距离,不应为负,故保持 r≥0。
8. Tangents and Normals: Parametric Differentiation | 切线与法线:参数微分错误
When a curve is defined parametrically, the gradient of the tangent is dy/dx = (dy/dt) / (dx/dt). Candidates often mistakenly write dx/dy or invert the ratio. Furthermore, after finding the gradient at a specific t, they may use the wrong point coordinates by mixing up x(t) and y(t). In the jan21 paper, a question gave x = t²+2t, y = t³−3t; finding the tangent at t=2 required plugging t into both x and y to get the point (8, 2); some used (2,2) because they confused t and x.
当曲线以参数方程给出时,切线斜率是 dy/dx = (dy/dt) / (dx/dt)。考生常误写成 dx/dy 或颠倒该比值。此外,在特定 t 值求出斜率后,他们可能混用 x(t) 与 y(t) 而弄错切点坐标。21年1月卷中一题给出 x=t²+2t, y=t³−3t,求 t=2 处的切线时需将 t 代入得到点 (8,2);有考生因混淆 t 与 x 而写成了 (2,2)。
For the equation of a normal, the gradient is –1/(dy/dx). After obtaining dy/dx, students often forget to take the negative reciprocal and simply reuse the tangent gradient. Write ‘gradient of normal = –1 / m_tangent’ explicitly to avoid this slip. Also, when the tangent is horizontal (dy/dx=0), the normal is vertical, giving an equation of the form x = constant — many attempt to write y = constant instead.
法线方程的斜率为切线斜率的负倒数:–1/(dy/dx)。求出 dy/dx 后,学生常常忘记取其负倒数而直接沿用切线斜率。要明确写出“法线斜率 = –1 / m_tangent”以防失误。同时,当切线为水平 (dy/dx=0) 时,法线为竖直线,方程为 x = 常数——很多考生却试图写成 y = 常数。
9. Hyperbolic Functions: Identities and Derivatives | 双曲函数:恒等式与导数混淆
Hyperbolic functions were tested in the jan21 paper through integration and identities. A classic error is miswriting the fundamental identity: cosh²x – sinh²x = 1, but under pressure many write cosh²x + sinh²x = 1, confusing it with the trigonometric version. This leads to disaster when, for example, simplifying ∫ tanh²x dx via 1 – sech²x. The correct hyperbolic form is tanh²x = 1 – sech²x.
21年1月卷通过积分和恒等式考查了双曲函数。一个典型错误是写错基本恒等式:应为 cosh²x – sinh²x = 1,但紧张之下许多人写成 cosh²x + sinh²x = 1,与三角版本混淆。例如在利用 1 – sech²x 化简 ∫ tanh²x dx 时,这种混淆会导致灾难。双曲函数的正确形式是 tanh²x = 1 – sech²x。
Derivatives of hyperbolic functions also cause trouble. The derivative of sinh x is cosh x (no sign change), and the derivative of cosh x is sinh x (positive), unlike trigonometric counterparts. In chain rule applications, students may erroneously introduce a negative sign when differentiating cosh(ax), writing –a sinh(ax) instead of a sinh(ax). For inverse hyperbolic functions, the derivatives are standard formulas: d/dx arsinh x = 1/√(x²+1), but watch out for the square root placement.
双曲函数的导数同样困扰考生。sinh x 的导数是 cosh x(无符号变化),cosh x 的导数是 sinh x(正号),与三角函数不同。在链式法则应用中,学生对 cosh(ax) 求导时可能错误地引入负号,写成 –a sinh(ax) 而非 a sinh(ax)。对于反双曲函数,导数公式为标准形式:d/dx arsinh x = 1/√(x²+1),但要注意平方根的位置。
10. Differential Equations: Separating Variables and Modulus | 微分方程:分离变量与绝对值符号
In the jan21 Unit 2, a first‑order differential equation required separation of variables. Candidates often forgot to rearrange so that all y terms are with dy and all x terms with dx before integrating. For instance, with dy/dx = xy, writing ∫ dy = ∫ xy dx is meaningless; the correct separated form is ∫ (1/y) dy = ∫ x dx.
在21年1月单元二试卷中,有一道一阶微分方程需要分离变量。考生常忘记先重新排列,使所有含 y 的项与 dy 在一起,所有含 x 的项与 dx 在一起,再行积分。例如对于 dy/dx = xy,写成 ∫ dy = ∫ xy dx 毫无意义;正确分离形式
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导