📚 PDF资源导航

Common Mistakes in A Level Maths Pure Paper 2 | A Level 数学纯数 Paper 2 易错点总结

📚 Common Mistakes in A Level Maths Pure Paper 2 | A Level 数学纯数 Paper 2 易错点总结

Pure Mathematics Paper 2 often contains questions that appear straightforward but hide subtle pitfalls. Many students lose marks not because they lack understanding, but because they overlook domain restrictions, forget constant terms, or mishandle algebraic manipulations under pressure. This article compiles the most frequently observed errors in Pure Paper 2 across all major exam boards, providing clear examples and corrections to help you secure those crucial marks.

纯数 Paper 2 中的许多题目看似简单,实则暗藏陷阱。很多同学丢分并不是因为知识点没掌握,而是因为在考试紧张状态下忽略了定义域限制、遗漏常数项或代数操作失误。本文梳理了各大考局 Pure Paper 2 最高频的易错点,通过明确的例子与纠正策略,帮助你稳稳抓住那些关键分数。

1. Hidden Domain Restrictions in Logarithmic Equations | 对数方程中隐藏的定义域限制

When solving equations like ln(x−2)+ln(x+3)=ln(6), students often mechanically combine the logs to get (x−2)(x+3)=6 and solve the quadratic x²+x−12=0. They obtain x=3 and x=−4 and present both as valid solutions, forgetting that the original log arguments must be positive. Substituting x=−4 gives ln(−6)+ln(−1), which are undefined. The only valid solution is x=3. Always check the domain before solving or immediately after obtaining solutions.

在求解如 ln(x−2)+ln(x+3)=ln(6) 这类方程时,同学们常机械地合并对数得到 (x−2)(x+3)=6,解二次方程 x²+x−12=0 得到 x=3 和 x=−4,并直接提交两个答案,却忘记了原对数式的真数必须大于零。代入 x=−4 会出现 ln(−6)+ln(−1),无定义。唯一有效解是 x=3。解题前或得出解后,务必检验定义域。

2. Losing the Constant of Integration in Differential Equations | 微分方程中漏掉积分常数

A classic error in solving first-order differential equations occurs after separating variables and integrating both sides. Students write ∫f(y)dy = ∫g(x)dx and then jump to an explicit form for y without adding ‘+C’. Even if they remember +C, they sometimes forget to apply initial conditions correctly or treat the constant as an afterthought. Marks are specifically allocated for the inclusion of an arbitrary constant and its subsequent determination using given conditions.

在求解一阶微分方程时,分离变量并积分后,同学常直接写出 y 的显式而遗漏 ‘+C’。即使记得加 C,有时也会忘记正确使用初始条件,或将常数当作可有可无的附加项。评分标准明确要求写出任意常数,并利用给定条件确定其值,这些步骤都有独立的分数。

3. Mishandling Modulus Functions in Equations and Inequalities | 绝对值方程与不等式处理不当

For an equation like |2x−3|=x+1, many students simply remove the modulus to get 2x−3=x+1, giving x=4, and ignore the second case 2x−3=−(x+1). The full solution requires solving both possibilities and checking each result satisfies the original equation. Similarly, with inequalities such as |x−1|<2x, squaring both sides without considering the sign of 2x can produce extraneous solutions. Always split into separate branches defined by the critical value where the modulus expression changes sign.

对于方程 |2x−3|=x+1,不少同学直接去掉绝对值符号得到 2x−3=x+1,解得 x=4,却忽略了第二种情况 2x−3=−(x+1)。完整求解需要讨论两种可能,并验证每个解是否满足原方程。同样,处理不等式如 |x−1|<2x 时,如果不考虑 2x 的符号就两边平方,很容易产生增根。务必以零点为界分段讨论。

4. Differentiation of Parametric Equations: Missing the Chain Rule Link | 参数方程求导:遗漏链式法则的联结

When finding dy/dx from parametric equations x=f(t), y=g(t), the formula is dy/dx = (dy/dt) ÷ (dx/dt). A common mistake is to differentiate y with respect to t and then differentiate x with respect to t, but then multiply instead of divide, or forget to express the final derivative in terms of the parameter or the original variable. Examiners often require the derivative evaluated at a specific point; using the wrong sign or arithmetic division can cost several marks.

由参数方程 x=f(t), y=g(t) 求 dy/dx 时,公式为 dy/dx = (dy/dt) ÷ (dx/dt)。常见错误是:分别对 y 和 x 关于 t 求导后,却相乘而非相除,或者忘记将最终导数用参数或原变量表达。阅卷人常要求求某一点的导数,此时符号错或除法算术错会导致一连串失分。

5. Trigonometric Equations: Forgetting Allied Angles and Domain Extensions | 三角方程:遗漏相关角与定义域扩展

When solving sin(2x)=0.5 for 0≤x≤360°, students often find 2x=30°, 150° and then divide by 2 to get x=15°, 75°, stopping there. They fail to consider that the domain for 2x is 0≤2x≤720°, so additional solutions 2x=390°, 510° yield x=195°, 255°. Similarly, using inverse trig functions without drawing the CAST diagram leads to missing solutions in other quadrants.

在求解 sin(2x)=0.5 (0≤x≤360°) 时,同学们常求得 2x=30°, 150°,除以 2 得到 x=15°, 75° 就停笔。他们没有考虑 2x 的范围是 0≤2x≤720°,因此还有解 2x=390°, 510°,对应 x=195°, 255°。同样,若不用 CAST 图而直接依赖反三角函数键,极易漏掉其他象限的解。

6. Misapplying the Chain Rule with Exponential and Logarithmic Functions | 指数与对数函数中链式法则用错

Differentiating e^(2x²) correctly gives 4x·e^(2x²), but some students write e^(2x²) multiplied only by the derivative of the outer function forgetfully, or apply the product rule incorrectly when the exponent is a product. For ln(sin x), the derivative is cos x/sin x = cot x, yet many erroneously write 1/sin x or cos x/sin²x. Revise the exact derivative of a^x and log_a(x) as well, since these involve ln a factors.

对 e^(2x²) 求导,正确结果应为 4x·e^(2x²),但有学生忘记乘以内层导数,或在指数为乘积时误用乘积法则。对 ln(sin x),导数为 cos x/sin x = cot x,却有不少写成 1/sin x 或 cos x/sin²x。同时要熟记 a^x 和 log_a(x) 的导数公式,这些公式都含有 ln a 因子,不可遗漏。

7. Errors with Arithmetic Series Sum Formula or Miscounting Terms | 等差数列求和公式用错或项数算错

Using S_n = n/2 (2a+(n−1)d) is straightforward, but students frequently use n as the number of terms from the start to the end without correctly identifying it. For example, in finding the sum of the first 50 even numbers: 2+4+6+… they might set a=2, d=2, but carelessly take n=50, which is correct here, but if the sequence is 5+8+11+… up to 101, they might miscount the terms. Always verify n = (l−a)/d + 1.

使用 S_n = n/2 (2a+(n−1)d) 本身不难,但学生常常用错项数 n。例如求前 50 个偶数和 2+4+6+…,这里 a=2, d=2,n=50 正确,但若序列为 5+8+11+… 到 101,容易数错项数。务必确认项数 n = (l−a)/d + 1,而不是随意估计。

8. Vectors: Dot Product Confusion and Direction Vectors | 向量:点积混淆与方向向量选取

When finding the angle between two lines, students sometimes use the dot product of position vectors instead of direction vectors. The lines’ equations give d₁ and d₂; the angle θ satisfies cos θ = |d₁·d₂|/(|d₁||d₂|). Using points on the lines leads to a completely incorrect angle. Also, marks are lost by forgetting the absolute value when an acute angle is required, or by using the wrong sign in the formula for the angle between a line and a plane.

在求两直线夹角时,有同学错误地使用了位置向量的点积,而不是方向向量。直线方程给出方向向量 d₁ 和 d₂,夹角 θ 满足 cos θ = |d₁·d₂|/(|d₁||d₂|)。若误用直线上某点的位置向量,结果全错。此外,求锐角时忘了加绝对值,或在计算线面角时符号用错,也会导致失分。

9. Integration by Substitution: Neglecting to Change Limits and dx | 换元积分法:未换积分限和忘换 dx

For a definite integral ∫_0^1 x√(x+1) dx, using u=x+1, students often write ∫ x√u dx without expressing dx in terms of du (dx=du) and x in terms of u (x=u−1). The integral becomes ∫_1^2 (u−1)√u du. Failing to change the limits from 0,1 to 1,2, or keeping x inside the new integrand, is a persistent error. For indefinite integrals, always remember to revert to the original variable at the end.

对于定积分 ∫_0^1 x√(x+1) dx,令 u=x+1 换元后,学生常写成 ∫ x√u dx,却未将 dx 用 du 表示 (dx=du),也未将 x 表示为 u 的函数 (x=u−1)。积分应变为 ∫_1^2 (u−1)√u du。不把积分限从 0,1 换成 1,2,或在被积函数中残留 x,都是顽固错误。不定积分换元后,最后一定记得换回原变量。

10. Proof by Contradiction: Starting Assumption Too Weak | 反证法:初始假设不够强或偏离

In proving that √2 is irrational, the correct start is: assume √2 = p/q where p,q are integers with no common factors. A weak start like “assume √2 is rational” without specifying the coprime condition often leads to an invalid argument. Similarly, when proving there are infinitely many primes, the assumption must be “there are finitely many primes: p₁, p₂, …, pₙ”, and then construct a new number. Missing the full list or failing to reach a genuine contradiction costs logical flow marks.

在证明 √2 是无理数时,正确假设是:设 √2 = p/q,其中 p, q 为互质整数。若仅假设“√2 是有理数”而不点明互质条件,论证往往不严谨。同样,证明质数有无穷多个时,需假设“质数有限:p₁, p₂, …, pₙ”,再构造新数。缺少完整列表或无法推出真正的矛盾,会损失逻辑推理的分数。

11. Algebraic Manipulation in Partial Fractions and Expansions | 部分分式与展开中的代数操作失误

Splitting (3x+5)/((x+2)(x−1)) into partial fractions correctly yields A/(x+2) + B/(x−1). Students often multiply through by the denominator correctly but then make sign errors when equating coefficients: they might write 3x+5 = A(x−1)+B(x+2) and then expand A(x−1) as Ax−A correctly, but for B(x+2) write Bx+2 instead of Bx+2B. Or they solve for A and B but forget to write the final answer as the sum of the fractions. Binomial expansions with negative or fractional powers require careful use of brackets and x validity range, another common slip.

将 (3x+5)/((x+2)(x−1)) 分解为部分分式,正确形式为 A/(x+2) + B/(x−1)。通分后,学生常出现符号错误:例如将 3x+5 = A(x−1)+B(x+2) 展开时,B(x+2) 误写成 Bx+2 而非 Bx+2B。或者解出 A 和 B 后忘了写回分式之和。对于含负指数或分式的二项式展开,括号处理及 x 的有效范围也极易出错。

12. Curve Sketching: Ignoring Asymptotes and Intercepts | 曲线草图:忽略渐近线与截距

When asked to sketch y = (2x−1)/(x+3), marks are awarded for the vertical asymptote x=−3, horizontal asymptote y=2, and intercepts with axes. Many students correctly find the horizontal asymptote by dividing leading coefficients but misplace the vertical one by solving x+3=0 incorrectly or forgetting the sign. Some only draw the branch on one side and fail to show the asymptotic behaviour approaching the asymptote from both directions. Additionally, failing to label coordinates of key points loses marks.

要求绘制 y = (2x−1)/(x+3) 草图时,给分点包括:垂直渐近线 x=−3,水平渐近线 y=2,以及坐标轴截距。许多学生用系数比得出水平渐近线,却因解 x+3=0 的符号错或忘了负号而标错垂直渐近线。有人只画一支曲线,未展现从渐近线两侧逼近的趋势。此外,不标关键点坐标也会失分。


Published by TutorHao | Maths 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