📚 Common Mistakes in IAL Pure Mathematics Unit 2 (MA03) | A-Level国际数学纯数单元2易错点总结
Unit 2 of the International A-Level Pure Mathematics syllabus challenges students with functions, logarithms, trigonometry, calculus, and sequences. Time and again, even strong candidates lose marks to the same predictable pitfalls. This article brings together the most frequent mistakes reported by examiners, paired with clear corrections, so you can spot them before they cost you.
国际A-Level纯数单元2涵盖函数、对数、三角、微积分和数列等内容。即使基础扎实的考生,也常在那些反复出现、本可避免的错误上丢分。本文汇总了阅卷报告中最高频的易错点,逐一给出中英对照的纠偏解析,帮你在考场上提前避开陷阱。
1. Function Notation and Domain/Range Misunderstandings | 函数符号与定义域值域的误解
Many students treat f⁻¹(x) as the reciprocal 1/f(x) rather than the inverse function. The notation f²(x) can also be misread: it often means f(f(x)), not [f(x)]².
许多学生把 f⁻¹(x) 误当作倒数 1/f(x),而不是反函数。符号 f²(x) 也容易被误读:它通常表示复合函数 f(f(x)),而非 [f(x)]²。
A frequent error when stating the domain of a composite function like f(g(x)) is to give the domain of g alone, forgetting that the outputs of g must lie in the domain of f. Always test the inner function’s range against the outer function’s domain.
求复合函数 f(g(x)) 的定义域时,常见错误是只写 g 的自带定义域,却忘了 g 的输出值必须落在 f 的定义域内。务必检验内层函数的值域与外层函数的定义域是否兼容。
For rational functions, students forget that denominator ≠ 0 must hold for all real inputs. With square-root functions, the radicand must be ≥ 0; with logarithmic functions, the argument must be > 0. Writing ‘x ∈ ℝ’ without considering these hidden restrictions is a classic slip.
遇到有理函数,考生常忘记分母 ≠ 0 必须对所有实输入成立;带平方根时被开方数 ≥ 0;带对数时真数 > 0。直接写 ‘x ∈ ℝ’ 而忽略这些隐性限制,是经典失分点。
2. Logarithms: Base Confusion and Domain Restrictions | 对数:底数混淆与定义域限制
The property logₐ (x + y) = logₐ x + logₐ y is false; the correct law is logₐ (xy) = logₐ x + logₐ y. Mixing up addition and multiplication inside a logarithm is one of the most persistent algebraic errors.
性质 logₐ (x + y) = logₐ x + logₐ y 是错的;正确应是对数乘法法则 logₐ (xy) = logₐ x + logₐ y。把对数括号里的加法与乘法混淆,是最顽固的代数错误之一。
When solving exponential equations, students properly take logs on both sides but then incorrectly simplify a term like ln(5eˣ) as ln 5 · ln eˣ or as 5x. The correct expansion is ln 5 + ln eˣ = ln 5 + x.
解指数方程时,学生知道两边取对数,却常把 ln(5eˣ) 错误地拆成 ln 5 · ln eˣ 或 5x。正确展开应为 ln 5 + ln eˣ = ln 5 + x。
Another trap is forgetting the inside of a logarithm must remain strictly positive. After solving an equation such as log₂ (x − 3) = 4, you must check that x − 3 > 0. An answer that makes the argument zero or negative must be rejected.
另一陷阱是忘记对数的真数必须恒为正。解完方程如 log₂ (x − 3) = 4 后,必须验证 x − 3 > 0。若某根令真数 ≤ 0,必须舍去。
3. Binomial Expansion: Validity and Fractional Powers | 二项展开:有效范围与分数指数
When the binomial expansion (1 + x)ⁿ is used with non-positive-integer n, the expansion is infinite and only valid for |x| < 1. Students frequently write the expansion for, say, (1 + 3x)⁻² but forget to limit the domain to |3x| < 1, i.e. |x| < 1/3.
当对非正整数指数 n 使用二项展开 (1 + x)ⁿ 时,级数是无穷的,且仅当 |x| < 1 时有效。学生往往对 (1 + 3x)⁻² 写出展开式,却忘了限定定义域为 |3x| < 1,即 |x| < 1/3。
Another common slip is writing the general term incorrectly. For (1 + x)ⁿ, the r-th term is ⁿCᵣ xʳ when n ∈ ℕ, but for rational n the coefficient involves n(n − 1)…(n − r + 1) / r!. Using the standard ⁿCᵣ button for negative or fractional n gives the wrong coefficient.
把通项写错也很常见。当 n ∈ ℕ 时,(1 + x)ⁿ 的第 r 项是 ⁿCᵣ xʳ,但对有理数 n,系数是 n(n − 1)…(n − r + 1) / r!。对负数或分数 n 直接使用计算器上的 ⁿCᵣ 会得出错误的系数。
In approximations, students sometimes stop after the first two terms without checking whether the required accuracy demands higher-order terms. Always state the number of terms used and justify the omission of further terms by referring to the size of x.
在做近似时,有些学生只展开前两项就不继续了,却未检查所需精度是否要求更高阶项。务必说明所取的项数,并根据 x 的大小来解释为何可略去后续项。
4. Radians and Degrees: The Calculator Mode Trap | 弧度与角度:计算器模式陷阱
In Pure Mathematics Unit 2, all trigonometric calculus is done in radians. Differentiating sin x gives cos x only when x is in radians; in degrees, the derivative is (π/180) cos x. Students who leave their calculator in degree mode will obtain numerically wrong answers for arc length, sector area, and small-angle approximations.
纯数单元2中,所有涉及三角的微积分都使用弧度制。sin x 求导得 cos x,仅当 x 的单位是弧度;若用度数,导数将是 (π/180) cos x。若计算器停留在角度模式,求弧长、扇形面积和小角近似时就会得出数值上全错的答案。
Misreading the question that gives an angle in degrees and requires conversion to radians is a notorious exam pitfall. Always identify the unit from the context: if π appears, radian measure is implied; if a degree symbol is shown, convert immediately.
题目给出的角度可能是度数,但解题需转为弧度——忽略这点是臭名昭著的考场陷阱。务必根据上下文判断单位:一出现 π,就是弧度;一出现度符号 °,立刻转换。
5. Trigonometric Identities and Solving Equations | 三角恒等式与方程求解
When solving trigonometric equations for 0 ≤ θ ≤ 2π, many candidates find one principal solution and stop. They forget the symmetries of the trigonometric graphs: sin(π − θ) = sin θ, cos(2π − θ) = cos θ, tan(π + θ) = tan θ. Sketching the graph or using a CAST diagram is essential to catch all solutions.
在 0 ≤ θ ≤ 2π 范围内解三角方程时,很多考生求出一个主值就停笔,却忘记了三角图形中的对称性:sin(π − θ) = sin θ, cos(2π − θ) = cos θ, tan(π + θ) = tan θ。画草图或使用 CAST 图是找出全部解的关键。
Another classic mistake is dividing both sides of an equation by a trigonometric term, thereby losing roots. For example, from sin 2θ = sin θ, dividing by sin θ leads to 2 cos θ = 1, which discards the solutions where sin θ = 0. Always bring all terms to one side and factorise.
另一个经典错误是方程两边同除以一个三角函数项,从而丢掉根。比如由 sin 2θ = sin θ,两边除以 sin θ 得到 2 cos θ = 1,却丢弃了 sin θ = 0 的解。正确的做法是移项后因式分解。
Manipulating identities such as sin²θ + cos²θ = 1 must be done with care: substituting incorrectly, e.g. writing sin 2θ = 2 sin θ cos θ as sin θ = 2 cos θ, or confusing double-angle and half-angle forms, costs marks.
运用恒等式如 sin²θ + cos²θ = 1 时必须小心翼翼。把 sin 2θ = 2 sin θ cos θ 误写成 sin θ = 2 cos θ,或搞混倍角与半角公式,都会丢分。
6. Differentiation: Chain, Product, and Quotient Rules | 微分:链式法则、乘法法则与商法则
The chain rule is applied by identifying the ‘inner’ and ‘outer’ functions, but students frequently differentiate the outer, forget to multiply by the derivative of the inner, or differentiate the inner twice. For y = (3x² + 1)⁵, the correct derivative is 5(3x² + 1)⁴ · 6x, not 5(6x)⁴ or 5(3x² + 1)⁴ alone.
应用链式法则时要识别“内层”和“外层”函数。但学生常对外层求导后忘记乘以内层导数,或者把内层求导两次。对 y = (3x² + 1)⁵,正确的导数是 5(3x² + 1)⁴ · 6x,而非 5(6x)⁴ 或仅有 5(3x² + 1)⁴。
Product rule: d/dx [uv] = u’v + uv’. A common slip is to write u’v’ or to add the derivatives in the wrong order. Similarly, the quotient rule is often misremembered; a reliable mnemonic is ‘low d-high minus high d-low over low²’, watching the subtraction order.
乘法法则:d/dx [uv] = u’v + uv’。常见失误是写成 u’v’ 或把求导顺序弄反。同样,商法则也常被记错;可靠的记忆口诀是“分母乘分子的导数减分子乘分母的导数,再除以分母平方”,注意被减项的顺序。
For parametric or implicit differentiation, students often treat dy/dx as a fraction without proper chain-rule justification, or they forget to apply d/dx to every term, leaving constant terms undifferentiated on both sides.
做参数方程或隐函数微分时,学生常不经链式法则论证就把 dy/dx 当作分式来操作,或忘记对方程每一项都求导,让常数项两侧未求导。
7. Integration: Constant ‘+C’ and Definite Integrals | 积分:常数”+C”与定积分
For indefinite integrals, missing the constant ‘+C’ is one of the most avoidable marks lost. Integration reverses differentiation, and any constant term differentiates to zero, so the family of antiderivatives must include ‘+C’.
不定积分漏写常数 “+C” 是最可惜的送分项。积分是微分的逆运算,而常数求导为零,因此原函数族必须加上 “+C”。
When evaluating definite integrals, students occasionally plug the limits into the wrong antiderivative, or they forget to multiply by the derivative of the inner function when using substitution. With u-substitution, the limits must be converted into u-values or the original variable restored before applying the original limits.
计算定积分时,学生有时会将上下限代错原函数,或用换元积分时忘记乘以内层函数的导数。使用 u-代换时,必须把上下限转换成 u 值,或在代回原变量后再代入原上下限。
Integrating expressions like 1/(ax + b) requires the factor 1/a: ∫ 1/(ax + b) dx = (1/a) ln |ax + b| + C. Candidates often omit the 1/a multiplier, especially when the coefficient is not 1.
对形如 1/(ax + b) 的积分,需要补上因子 1/a:∫ 1/(ax + b) dx = (1/a) ln |ax + b| + C。考生常常漏掉 1/a 乘数,尤其当系数不是 1 时。
8. Sequences and Series: Arithmetic vs Geometric | 数列与级数:等差与等比
Arithmetic series formula confusion is widespread: the sum Sₙ = n/2 [2a + (n − 1)d] uses the first term a and common difference d. Students sometimes plug in the last term l as a, or use n instead of (n − 1) for the number of differences.
等差数列求和公式混淆十分普遍:Sₙ = n/2 [2a + (n − 1)d],其中 a 是首项、d 是公差。学生有时把末项 l 错当 a 代入,或在表示项数时误用 n 代替 (n − 1) 计算间隔数。
For geometric series, the sum to infinity a / (1 − r) is valid only when |r| < 1. Using it when |r| ≥ 1 is a frequent error. Moreover, students may forget that a is the first term, not the second or the value at n=1 after simplification.
等比数列无穷和 a / (1 − r) 仅在 |r| < 1 时有效。当 |r| ≥ 1 仍使用该公式是常见错误。此外,极易忘记 a 必须是首项,而非第二项或化简后 n=1 时的取值。
When proving a series formula by induction, a typical oversight is forgetting the base case or writing the induction step without linking Sₖ₊₁ to Sₖ properly.
用数学归纳法证明级数公式时,常见的疏忽是忘记验证基础情况,或归纳步中未能正确连接 Sₖ₊₁ 与 Sₖ。
9. Discriminant and Quadratic Equations | 判别式与二次方程
The discriminant Δ = b² − 4ac determines the nature of the roots. Students often state ‘Δ > 0 means two real roots’ but forget that if the quadratic has real coefficients, the roots are real and distinct, not necessarily rational. When a question asks for ‘equal roots’ they set Δ = 0 but then fail to solve the resulting equation correctly for the parameter.
判别式 Δ = b² − 4ac 决定根的性质。学生常说“Δ > 0 有两个实根”,常忘了当二次方程系数为实数时,根是实数且不等,但未必是有理数。当题目要求“等根”时,他们设 Δ = 0,但随后解参数方程时出错。
A very common slip is misidentifying a, b, c when the quadratic is not in standard form. For 3x − x² = 1, it must be rearranged to −x² + 3x − 1 = 0, so a = −1, b = 3, c = −1. Getting the sign of a wrong flips the discriminant sign.
一个极常见失误是,当二次方程未写成标准型时,错误识别 a, b, c。例如 3x − x² = 1 须整理为 −x² + 3x − 1 = 0,故 a = −1, b = 3, c = −1。若 a 的符号弄错,判别式的符号就会反转。
10. Exponential Growth and Decay Models | 指数增长与衰减模型
Word problems involving exponential models P = P₀ eᵏᵗ require careful interpretation of the growth constant k. A positive k implies growth, a negative k implies decay. Students frequently use a negative k for a ‘decreasing’ scenario but then compound the error by treating k as positive in related rates.
涉及指数模型 P = P₀ eᵏᵗ 的应用题需仔细解读生长常数 k。k > 0 表示增长,k < 0 表示衰减。学生常对衰减情境设 k 为负,却在计算相关变化率时又把它当作正数,双重犯错。
Modelling with e and natural logarithms: when solving for t, students take ln of both sides correctly but then fail to isolate t, leaving expressions like ln(P/P₀) / k as ln(P/P₀)/k but without brackets, leading to order-of-operation errors. Always use parentheses: t = (1/k) ln(P/P₀).
用 e 和自然对数建模时:求解 t 时,学生两边取 ln 无误,但孤立 t 时忘了加括号,把 ln(P/P₀) / k 写成易引发运算顺序歧义的模样。务必使用括号:t = (1/k) ln(P/P₀)。
For half-life or doubling-time problems, students often derive a correct equation like eᵏᵗ = 2 but then incorrectly linearize by writing kt = 2, instead of taking ln: kt = ln 2. Recognising that logarithmic undo of e is essential.
对半衰期或倍增时间问题,学生常推出 eᵏᵗ = 2 后,错误地直接写成 kt = 2,而忘记取自然对数得 kt = ln 2。意识到对数是指数的“反运算”至关重要。
Published by TutorHao | Pure Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导