📚 Common Mistakes in International AS Mathematics | 国际AS数学易错点总结
Many students sitting the International AS Mathematics paper lose marks not because they lack understanding, but because they fall into predictable traps. This article highlights the most frequent errors seen in past papers, from careless algebraic slips to conceptual misunderstandings in calculus and trigonometry. By identifying these pitfalls now, you can avoid them in your own exam and walk in with greater confidence.
许多参加国际AS数学考试的学生丢分并非由于知识欠缺,而是掉入了可预见的陷阱。本文梳理了历年真题中最常出现的错误,从粗心的代数失误到微积分和三角学中的概念混淆,一应俱全。现在就识别这些易错点,你就能在考场上成功避开,更加自信地答题。
1. Expanding Brackets Involving Negatives | 含负号的括号展开
A classic mistake occurs when expanding expressions like 3 – 2(x – 4). Many students write 3 – 2x – 8 instead of correctly applying the negative sign to both terms: 3 – 2x + 8. The sign error often happens because the minus is only mentally attached to the first term inside the bracket. Always rewrite the expression with an explicit distribution step, or change –2(x – 4) to + (–2)(x – 4) to avoid sign blindness.
经典的错误发生在展开类似 3 – 2(x – 4) 这样的式子时。很多学生会写成 3 – 2x – 8,而正确做法是把负号同时作用于括号里的两项:3 – 2x + 8。符号错误通常是因为脑海里只将负号与括号内第一项挂钩。为了避免符号盲区,建议写出明确的分配步骤,或者把 –2(x – 4) 改写成 + (–2)(x – 4)。
Similarly, when squaring a binomial like (x – 5)², forgetting the middle term is common: writing x² + 25 instead of x² – 10x + 25. Always use (a – b)² = a² – 2ab + b² or multiply out carefully.
类似地,求平方如 (x – 5)² 时,忘记中间项是常见错误:写成 x² + 25 而不是 x² – 10x + 25。牢记公式 (a – b)² = a² – 2ab + b²,或老老实实逐项相乘。
2. Misapplying Algebraic Fractions | 分式运算失误
When adding or subtracting algebraic fractions, students often combine denominators incorrectly. For example, 1/(x+2) + 1/(x–3) is frequently incorrectly summed as 2/(2x–1) or (2)/(x²–x–6) without adjusting numerators properly. The correct approach is to find the common denominator (x+2)(x–3) and write (x–3 + x+2)/[(x+2)(x–3)] = (2x–1)/[(x+2)(x–3)].
在加减代数分式时,学生经常错误地合并分母。例如,1/(x+2) + 1/(x–3) 常被错误地写成 2/(2x–1) 或 (2)/(x²–x–6),而没有正确地调整分子。正确的方法是找到公分母 (x+2)(x–3),写成 (x–3 + x+2)/[(x+2)(x–3)] = (2x–1)/[(x+2)(x–3)]。
Cancelling terms incorrectly also ranks high: in (x² + 3x)/x, many cancel a single x from the first term only and write x + 3x = 4x. The proper cancellation factors x from both terms: x(x+3)/x = x+3, provided x ≠ 0.
不正确的约分同样高发:在 (x² + 3x)/x 中,很多人只把第一项的 x 约掉,写成 x + 3x = 4x。正确的约分应把 x 作为公因子提出:x(x+3)/x = x+3,并注明 x ≠ 0。
3. Losing Solutions in Quadratic Equations | 解二次方程漏解
A common error when solving x² = 9x is to divide both sides by x, yielding x = 9 and losing the solution x = 0. Never divide by a variable unless you are certain it cannot be zero; instead, bring all terms to one side and factorise: x² – 9x = 0 → x(x – 9) = 0 → x = 0 or x = 9.
解 x² = 9x 时常见错误是两边除以 x,得到 x = 9,丢失了答案 x = 0。除非你确定变量不为零,否则绝不要用变量去除等式两边;正确的做法是把所有项移项再因式分解:x² – 9x = 0 → x(x – 9) = 0 → x = 0 或 x = 9。
When completing the square, students sometimes forget to balance both sides. For x² + 6x + 1 = 0, writing (x+3)² – 9 + 1 = 0 is often mishandled. Ensure you compute (x+3)² – 9 + 1 = (x+3)² – 8 correctly.
在配方时,学生有时会忘记等式两边保持一致。对于 x² + 6x + 1 = 0,写成 (x+3)² – 9 + 1 = 0 后经常处理不当。确保正确计算出 (x+3)² – 9 + 1 = (x+3)² – 8。
4. Differentiation of Negative and Fractional Powers | 负指数与分数次幂的求导
Many candidates struggle with rewriting terms like 1/x² or √x before differentiating. They attempt to differentiate 1/x² straight away using the quotient rule or incorrectly apply the power rule. The safest path: rewrite 1/x² as x⁻² and √x as x½, then differentiate using d/dx (xⁿ) = nxⁿ⁻¹. So d/dx (1/x²) = –2 x⁻³, not –2/x².
许多考生在处理 1/x² 或 √x 这类式子时,不会先将其改写为幂函数的形式再求导。他们试图直接用商法则求导 1/x²,或者错误地套用幂法则。最稳妥的途径:把 1/x² 写成 x⁻²,√x 写成 x½,然后使用 d/dx (xⁿ) = nxⁿ⁻¹ 求导。这样 d/dx (1/x²) = –2 x⁻³,而不是 –2/x²。
Also common: forgetting to multiply by the derivative of the inner function in chain rule. Differentiating (3x+2)4 as 4(3x+2)3 without the inner derivative 3 loses a factor of 3.
同样常见的是链式法则中忘记乘上内层函数的导数。对 (3x+2)4 求导得 4(3x+2)3,却遗漏了内层导数 3,导致缺少因子 3。
5. Integration Without the Constant or Limits Misapplication | 积分漏掉常数或积分限错误
In indefinite integration, forgetting ‘+ C’ is the classic slip. In definite integration, candidates often substitute limits incorrectly, especially when the antiderivative involves negative signs or fractions. For ∫ₐᵇ f(x) dx = F(b) – F(a), carefully compute F(b) and F(a) separately before subtracting. A common mistake with ∫₀² (x–1) dx is plugging in 2 and 0 into x²/2 – x without double-checking signs.
不定积分忘记加上常数 C 是经典疏忽。定积分中,考生经常在代入上下限时出错,尤其是反导数包含负号或分式时。对于 ∫ₐᵇ f(x) dx = F(b) – F(a),务必分别仔细计算 F(b) 和 F(a),再进行相减。像 ∫₀² (x–1) dx 容易错误地把 2 和 0 代入 x²/2 – x 后算错符号。
When the area under a curve lies partly below the x‑axis, simply integrating from a to b yields a signed area. Students often forget to take absolute values or split the interval at roots to find the total area. Always check where f(x) = 0.
当曲线下方的区域部分位于 x 轴下方时,直接从 a 到 b 积分得到的是有符号的面积。学生常忘记取绝对值,或在零点处分段积分以求出总面积。一定要检查 f(x) = 0 的位置。
6. Trigonometric Equation General Solutions and Domain Errors | 三角方程的通解与定义域错误
Solving cos x = 0.5 for 0° ≤ x ≤ 360°: many write x = 60°, missing the second solution 300° (or 360° – 60°). They forget that cosine is positive in the fourth quadrant as well. Knowing the ASTC diagram and using it systematically is essential.
解 cos x = 0.5,0° ≤ x ≤ 360°:很多人只写出 x = 60°,漏掉了第二个解 300°(或 360° – 60°)。他们忘记了余弦在第四象限也为正。系统使用 ASTC 图示至关重要。
Another frequent error: dividing by a trigonometric expression, e.g., sin x cos x = sin x becomes cos x = 1 after cancelling sin x, but this loses all solutions where sin x = 0. Always factor instead: sin x (cos x – 1) = 0.
另一个常见错误:除以三角表达式,比如 sin x cos x = sin x 约掉 sin x 后变成 cos x = 1,却丢失了所有 sin x = 0 的解。应该因式分解:sin x (cos x – 1) = 0。
7. Equation of a Straight Line – Gradient and Forms | 直线方程 – 斜率与各种形式
Mistakes often appear when finding the equation of a line given two points. Students calculate the gradient m = (y₂ – y₁)/(x₂ – x₁) correctly but then substitute the wrong signs into y – y₁ = m(x – x₁). Always double-check that the coordinates of the point used match the y₁ and x₁. Also, watch for the common negative reciprocal requirement for perpendicular lines: m₁ × m₂ = –1, not m₁ = m₂.
给两点求直线方程时经常出错。学生正确算出斜率 m = (y₂ – y₁)/(x₂ – x₁),却在代入点斜式 y – y₁ = m(x – x₁) 时代错了符号。务必检查所用的点的坐标是否与 y₁ 和 x₁ 一致。另外,注意垂直线所要求的负倒数关系:m₁ × m₂ = –1,而不是 m₁ = m₂。
When converting between forms, e.g., from 2y = 4x – 6 to the form y = mx + c, some students incorrectly rewrite the constant as –3 instead of –3, forgetting to divide all terms by 2. 2y = 4x – 6 → y = 2x – 3, not y = 2x – 6.
在不同形式之间转换时,比如 2y = 4x – 6 化为 y = mx + c 的形式,有些学生会错误地只对 x 项除以 2,而忘记把常数也除以 2。2y = 4x – 6 → y = 2x – 3,而不是 y = 2x – 6。
8. Logarithm and Exponential Misconceptions | 指数与对数常见误解
Incorrectly simplifying ln(e² + e³) as 2 + 3 is a classic error. The log of a sum is not the sum of logs. ln(e² + e³) cannot be simplified unless you factor first. On the other hand, ln(e²e³) = ln(e⁵) = 5. Know your log laws: ln(ab) = ln a + ln b, ln(a/b) = ln a – ln b, but there is no simplification for ln(a + b).
错误地将 ln(e² + e³) 简化为 2 + 3 是经典错误。对数的和并不是各个部分对数的和。ln(e² + e³) 除非先提取公因子,否则不能简化。反过来,ln(e²e³) = ln(e⁵) = 5。务必牢记对数法则:ln(ab) = ln a + ln b,ln(a/b) = ln a – ln b,而 ln(a + b) 无法简化。
When solving e²ˣ = 5, taking ln of both sides gives 2x = ln 5, not x = ln 5. Many forget that the exponent 2x must come down as a factor, so x = (ln 5)/2.
解方程 e²ˣ = 5 时,两边取自然对数得到 2x = ln 5,而不是 x = ln 5。很多人忘记指数 2x 要作为因子移下来,所以 x = (ln 5)/2。
9. Vectors and Magnitude Calculation Slips | 向量的模计算失误
In vector questions, the magnitude |ai + bj + ck| is √(a² + b² + c²). A typical mistake is applying √(a + b + c)² or forgetting to square the components. Ensure you square each component individually first, then sum, then square root. For a position vector, the distance from the origin is |r|, not just the coordinate sum.
在向量问题中,|ai + bj + ck| 的大小是 √(a² + b² + c²)。典型错误是写成 √(a + b + c)²,或忘记将各分量平方。确保先分别平方每个分量,再求和,最后开方。对于位置向量,到原点的距离是 |r|,而不是坐标之和。
When finding a unit vector, candidates often divide the vector by its magnitude but forget to divide each component by the same magnitude. The unit vector is (1/|v|) v, so each component is divided by |v|.
求单位向量时,考生经常只将向量除以模,却忘了每个分量都要除以该模。单位向量等于 (1/|v|) v,所以每个分量都要除以 |v|。
10. Sequences and Series – Confusing n and n+1 | 数列与级数 – 混淆项数与下标
In arithmetic sequences, using the term formula incorrectly: the nth term is a + (n–1)d, not a + nd. Many students, under pressure, plug in n instead of n–1 for the number of differences. Verify with a small n: if n=1, term should be a, which requires a + (1–1)d = a.
在等差数列中,错误使用通项公式:第 n 项是 a + (n–1)d,而不是 a + nd。许多学生在压力下直接把 n 当作公差的个数代入,而忘了是 n–1。可取较小的 n 验证:当 n=1 时,首项应为 a,这就需要用 a + (1–1)d = a。
For the sum of the first n terms, Sₙ = n/2 [2a + (n–1)d]. A frequent slip is writing n/2 (a + l) but using the wrong value for l (the last term). Ensure l = a + (n–1)d. Also, don’t confuse arithmetic with geometric series sum formulas; geometric sum uses (1 – rⁿ)/(1 – r) for r ≠ 1.
前 n 项和 Sₙ = n/2 [2a + (n–1)d]。常见笔误是套用 Sₙ = n/2 (a + l) 时,把最后一项 l 的值写错了。记住 l = a + (n–1)d。另外,不要混淆等差数列与等比数列的求和公式;等比数列当 r ≠ 1 时用的是 (1 – rⁿ)/(1 – r)。
Published by TutorHao | International AS Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply