📚 PDF资源导航

Common Mistakes in IB and OCR Mathematics | IB OCR 数学:易错题精讲

📚 Common Mistakes in IB and OCR Mathematics | IB OCR 数学:易错题精讲

Mathematics assessments at IB and A-Level (OCR) often test not just knowledge but also the ability to avoid subtle pitfalls. This article analyses six high-frequency error types, provides worked examples of typical mistakes, and then demonstrates correct solutions. Each section is written as an English-Chinese pair to support bilingual learners.

IB 和 OCR A-Level 数学考试不仅考查知识点,更考验学生避开隐藏陷阱的能力。本文分析六类高频错误,先展示典型错误,再给出正确解法。每个要点均采用中英对照形式,帮助双语学习者精准理解。


1. Domain and Inverse Functions | 函数定义域与逆函数

Given f(x) = ½(x – 3)² – 2, x ≥ 3. A common error is to find the inverse without restricting the domain of the inverse to match the original range. Many students also forget to express the range of f(x) as the domain of f⁻¹(x).

给定 f(x) = ½(x – 3)² – 2, x ≥ 3。常见错误是求逆函数时未对应原函数的值域限制定义域,许多学生还忘记将 f(x) 的值域写成 f⁻¹(x) 的定义域。

Wrong approach: Swap x and y: x = ½(y – 3)² – 2 ⇒ 2(x + 2) = (y – 3)² ⇒ y = 3 ± √(2x + 4). Then give both branches as f⁻¹(x), ignoring that the original domain x ≥ 3 forces y ≥ 3, so only the positive root is valid.

错误做法:交换 x 与 y:x = ½(y – 3)² – 2 ⇒ 2(x + 2) = (y – 3)² ⇒ y = 3 ± √(2x + 4)。然后给出两个分支作为 f⁻¹(x),忽略了原函数定义域 x ≥ 3 迫使 y ≥ 3,因此仅正根有效。

Correct solution: Find the range of f: f(3) = –2, and as x → ∞, f(x) → ∞. So range is [–2, ∞). Thus f⁻¹(x) has domain [–2, ∞) and the rule is f⁻¹(x) = 3 + √(2x + 4).

正确解法:先求 f 的值域:f(3) = –2,当 x → ∞ 时 f(x) → ∞,值域为 [–2, ∞)。因此 f⁻¹(x) 的定义域为 [–2, ∞),解析式为 f⁻¹(x) = 3 + √(2x + 4)。


2. Logarithmic Equation Pitfalls | 对数方程陷阱

Solve log₂(x – 1) + log₂(x + 3) = 3. A frequent mistake is to combine logs and solve algebraically, then forget to check that the arguments are positive. Sometimes students incorrectly apply log laws, writing log₂(x – 1) + log₂(x + 3) = log₂(x – 1 + x + 3).

求解 log₂(x – 1) + log₂(x + 3) = 3。常见错误是合并对数后直接解代数方程,忘记检验真数大于零。有些学生错误地使用对数律,写成 log₂(x – 1 + x + 3)。

Example of error: log₂((x – 1)(x + 3)) = 3 ⇒ (x – 1)(x + 3) = 8 ⇒ x² + 2x – 3 = 8 ⇒ x² + 2x – 11 = 0 ⇒ x = –1 ± 2√3. Then they accept both values, but x ≈ –1 – 3.46 = –4.46 makes x – 1 negative, invalid. Also missing that log₂(x+3) would be negative argument.

错误示例:log₂((x – 1)(x + 3)) = 3 ⇒ (x – 1)(x + 3) = 8 ⇒ x² + 2x – 11 = 0 ⇒ x = –1 ± 2√3。然后接受两个根,但 x ≈ –4.46 时 x – 1 为负且 x+3 也为负,对数无定义。

Correct method: After obtaining potential solutions x = –1 ± 2√3, test in original arguments: x – 1 > 0 ⇒ x > 1; x + 3 > 0 ⇒ x > –3. The stricter condition is x > 1. –1 – 2√3 ≈ –4.46 fails; –1 + 2√3 ≈ 2.46 valid. So only x = –1 + 2√3.

正确方法:得到潜在解 x = –1 ± 2√3 后,代入原方程的真数条件:x – 1 > 0 ⇒ x > 1;x + 3 > 0 ⇒ x > –3,更严格的是 x > 1。–1 – 2√3 ≈ –4.46 不满足;–1 + 2√3 ≈ 2.46 有效。故仅 x = –1 + 2√3。


3. The Constant of Integration | 不定积分的常数 C

When finding an indefinite integral, forgetting the constant of integration ‘+ C’ may only cost a single mark in a pure integration question, but it can derail an entire differential equation problem. A typical error: ∫ (3x² – 4/x) dx = x³ – 4 ln |x|, then using initial conditions yields a wrong particular solution because the constant is missed.

求不定积分时忘记加常数 ‘+C’,在纯积分题中可能只丢一分,但在解微分方程中会导致全盘错误。常见错误:∫ (3x² – 4/x) dx = x³ – 4 ln |x|,然后利用初始条件得到的特解错误,因为缺少常数。

Error illustration: Given dy/dx = 3x² – 4/x and y(1) = 5. A student writes y = x³ – 4 ln |x|, substitutes x = 1: y = 1 – 0 = 1 ≠ 5, then confusion.

错误演示:已知 dy/dx = 3x² – 4/x 且 y(1) = 5。学生写成 y = x³ – 4 ln |x|,代入 x=1 得 y=1,与 5 不符,产生困惑。

Correct approach: y = x³ – 4 ln |x| + C. Use y(1) = 5: 5 = 1³ – 4 ln 1 + C ⇒ 5 = 1 + C ⇒ C = 4. Therefore the particular solution is y = x³ – 4 ln |x| + 4.

正确做法:y = x³ – 4 ln |x| + C。利用 y(1) = 5:5 = 1 – 0 + C ⇒ C = 4。故特解为 y = x³ – 4 ln |x| + 4。

Many students also forget the constant when integrating rational functions by partial fractions; always add C immediately after evaluating an indefinite integral.

许多学生在用部分分式积分有理函数时也会遗漏常数;在求出不定积分后务必立即加上 C。


4. Misapplication of Conditional Probability | 条件概率误用

A bag contains 5 red and 3 blue balls. Two balls are drawn without replacement. What is the probability that the second ball is red given the first is blue? A frequent error is to treat the draws as independent: P(second red | first blue) = P(red) = 5/8, ignoring the changed composition.

袋中有 5 个红球和 3 个蓝球,依次取出两球且不放回。求已知第一个是蓝球的条件下第二个是红球的概率。常见错误是视作独立事件:P(第二个红|第一个蓝) = P(红) = 5/8,忽略了样本空间已变。

Mistake: Student writes: P(R₂|B₁) = P(R₂) = 5/8, because they think the events are independent. But without replacement, the outcome of the first draw affects the second.

错误:学生写:P(R₂|B₁) = P(R₂) = 5/8,因为他们认为事件独立。事实上不放回时第一次结果影响第二次。

Correct calculation: Given first is blue, remaining balls: 5 red and 2 blue, total 7. So P(R₂|B₁) = 5/7. Alternatively by formula: P(B₁ ∩ R₂) = (3/8)×(5/7) and P(B₁)=3/8, division gives 5/7.

正确计算:已知第一个是蓝球,剩余 5 红 2 蓝共 7 球。故 P(R₂|B₁) = 5/7。或用公式:P(B₁ ∩ R₂) = (3/8)×(5/7),P(B₁)=3/8,相除得 5/7。

Another common error is mixing up P(A|B) and P(B|A). When using Bayes’ theorem, always identify which is the condition.

另一个常见错误是混淆 P(A|B) 与 P(B|A)。使用贝叶斯定理时,务必分清哪一个作为条件。


5. Multiple Solutions in Trigonometric Equations | 三角方程的多解

Solve cos 2x = ½ for 0 ≤ x ≤ 2π. A typical mistake is to find only the principal values for 2x and then divide, without capturing all solutions in the required interval. Students often write: 2x = π/3, 5π/3 ⇒ x = π/6, 5π/6, missing additional solutions.

解 cos 2x = ½,0 ≤ x ≤ 2π。典型错误是只找到 2x 的主值,然后除以 2,未在指定区间内捕获所有解。学生常写:2x = π/3, 5π/3 ⇒ x = π/6, 5π/6,遗漏了其他解。

Incomplete solution: cos 2x = ½ ⇒ 2x = ±π/3 + 2kπ. For k=0: 2x = π/3, 5π/3; for k=1: 2x = π/3 + 2π = 7π/3, and 2x = 5π/3 + 2π = 11π/3. Need to find x in [0, 2π]. From 2x = π/3, 5π/3, 7π/3, 11π/3, dividing by 2 gives x = π/6, 5π/6, 7π/6, 11π/6. Many forget the k=1 solutions because they stop after the first two.

不完整解法:cos 2x = ½ ⇒ 2x = ±π/3 + 2kπ。k=0 时 2x = π/3, 5π/3;k=1 时 2x = 7π/3, 11π/3。需找到 x ∈ [0, 2π]。2x 范围是 [0, 4π]。取 2x = π/3, 5π/3, 7π/3, 11π/3,除以 2 得 x = π/6, 5π/6, 7π/6, 11π/6。许多学生遗漏 k=1 的解,因为在得到前两个值后就停住了。

Proper method: Determine the range for 2x: 0 ≤ 2x ≤ 4π. Solve cos θ = ½ ⇒ θ = π/3, 5π/3, 7π/3, 11π/3 within [0,4π]. Then x = θ/2. Always check the boundary conditions and adjust the integer k accordingly.

正确方法:先确定 2x 的范围:0 ≤ 2x ≤ 4π。解 cos θ = ½ 在 [0,4π] 内的解:θ = π/3, 5π/3, 7π/3, 11π/3。然后 x = θ/2。一定要检查边界并相应调整整数 k。


6. Missing Coefficients in Binomial Expansion | 二项展开系数的遗漏

Find the coefficient of x³ in the expansion of (2 – 3x)⁵. A common error is to forget the powers of the constants 2 and –3 when writing the general term, or miscount the exponent. The general term is ⁵Cr (2)5–r (–3x)r. Students may omit the power of 2 or forget the minus sign.

求 (2 – 3x)⁵ 展开式中 x³ 的系数。常见错误是在写通项时忘记常数 2 和 –3 的幂次,或指数计算错误。通项为 ⁵Cr (2)⁵⁻ʳ (–3x)ʳ。学生可能漏掉 2 的幂次或忘记负号。

Error example: Term in x³: r=3 ⇒ ⁵C₃ × 2² × (–3)³ x³ = 10 × 4 × (–27) x³ = –1080 x³. Some miss 2², writing 10 × (–27) = –270, drastically wrong.

错误示例:x³ 项:r=3 ⇒ ⁵C₃ × 2² × (–3)³ x³ = 10 × 4 × (–27) x³ = –1080 x³。有些人漏掉 2²,写成 10 × (–27) = –270,严重错误。

Correct process: Require exponent of x = 3 ⇒ r=3. Coefficient = ⁵C₃ × 25–3 × (–3)³ = 10 × 2² × (–27) = 10 × 4 × (–27) = –1080. Always include both constants with their exponents. Also watch for alternating signs when there is a negative term in the binomial.

正确过程:需要 x 的指数为 3,则 r=3。系数 = ⁵C₃ × 2² × (–3)³ = 10 × 4 × (–27) = –1080。务必带上两个常数的幂次。二项式中有负项时还要注意交错符号。

When the question asks for the term independent of x, set the exponent of x to zero carefully, especially if fractions are involved.

当题目要求常数项时,仔细设 x 的指数为零,尤其在涉及分数的情况下。


7. Misreading ‘Hence’ or ‘Hence or Otherwise’ | 忽视‘由此’或‘或用其他方法’

In multi-part questions, the word ‘Hence’ signals that the previous result must be used. Many learners ignore this and redo the work from scratch, which wastes time and risks errors. For example, part (a) asks to show that sin² θ = (1 – cos 2θ)/2. Part (b) says ‘Hence evaluate ∫ sin² 3x dx’. The efficient method is to apply the identity directly; starting from first principles often leads to algebraic slips.

在多步骤问题中,‘Hence’(由此)提示必须使用前面的结果。许多学生忽略这一点,从头开始推导,浪费时间且易出错。例如,(a) 小题要求证明 sin² θ = (1 – cos 2θ)/2。(b) 小题说 ‘Hence evaluate ∫ sin² 3x dx’。高效方法是直接应用该恒等式;从第一原理推导常导致代数失误。

Typical error: Student ignores part (a) identity and tries integration by parts or writes sin² 3x = (1 – cos 6x)/2 incorrectly. Even if correct, they lose the connection that earns method marks.

典型错误:学生忽视 (a) 部分的恒等式,尝试分部积分或错误写出 sin² 3x = (1 – cos 6x)/2。即使得出正确结果,也会失去关联性带来的方法分。

Optimised approach: From (a), sin² 3x = (1 – cos 6x)/2. Then ∫ sin² 3x dx = ½ ∫ (1 – cos 6x) dx = ½(x – ⅟₆ sin 6x) + C. Link the parts to save time and secure marks.

优化做法:由 (a) 得 sin² 3x = (1 – cos 6x)/2。则 ∫ sin² 3x dx = ½ ∫ (1 – cos 6x) dx = ½(x – ⅟₆ sin 6x) + C。将各部分串联起来以节省时间并锁定分数。


8. Sign Errors in Differentiation of Negative Powers | 负指数求导的符号错误

Differentiate y = 3/x². Many students rewrite as 3x⁻² and correctly bring down the power –2, but then mistakenly write dy/dx = –6x or –6x⁻¹⁺¹. The correct derivative is dy/dx = 3 × (–2)x⁻³ = –6x⁻³ = –6/x³.

对 y = 3/x² 求导。许多学生改写为 3x⁻²,正确地将指数 –2 下乘,但随后错误地写成 dy/dx = –6x 或 –6x⁻¹⁺¹。正确导数为 dy/dx = 3 × (–2)x⁻³ = –6x⁻³ = –6/x³。

Common slip: d/dx (x⁻ⁿ) = –n x⁻ⁿ⁻¹, but sometimes they add 1 incorrectly: –2 – 1 = –3, not –1. Also mixing up with integration rules is common, where the power increases by 1.

常见失误:d/dx (x⁻ⁿ) = –n x⁻ⁿ⁻¹,但有时加 1 计算错误:–2 – 1 = –3,而非 –1。与积分法则混淆也时有发生,积分中指数加 1。

Prevention: After rewriting, write the derivative step by step: y = 3x⁻² ⇒ dy/dx = 3(–2)x⁻²⁻¹ = –6x⁻³ = –6/x³. Double-check the new exponent.

预防:重写后逐步写导数:y = 3x⁻² ⇒ dy/dx = 3(–2)x⁻²⁻¹ = –6x⁻³ = –6/x³。复核新指数。


9. Overlooking the Modulus in Logarithmic Integration | 对数积分忽略绝对值

∫ 1/(2x+1) dx. The correct answer is ½ ln |2x+1| + C. A common mistake is to write ½ ln(2x+1) + C, dropping the absolute value signs. For indefinite integrals, the modulus is essential because 2x+1 could be negative; without modulus, the domain is incorrectly restricted.

∫ 1/(2x+1) dx。正确答案是 ½ ln |2x+1| + C。常见错误是写成 ½ ln(2x+1) + C,去掉了绝对值符号。对于不定积分,绝对值至关重要,因为 2x+1 可能为负;无绝对值则定义域被错误限制。

Error: ½ ln(2x+1) + C is only valid for x > –½. The anti-derivative must be defined for all x ≠ –½. The modulus ensures correctness.

错误:½ ln(2x+1) + C 仅在 x > –½ 时有效。原函数应在所有 x ≠ –½ 有定义,绝对值确保了正确性。

Correct: When integrating 1/(ax+b), always use (1/a) ln |ax+b| + C. Missing modulus is penalised in most mark schemes.

正确:对 1/(ax+b) 积分时,始终使用 (1/a) ln |ax+b| + C。在多数评分标准中遗漏绝对值会被扣分。


10. Misinterpreting Rate of Change Contexts | 变化率情境误读

A cylindrical tank of radius 5 m is being filled at 2 m³/min. Find the rate at which the height of water rises. Volume V = πr²h, with r constant 5, so dV/dt = 25π dh/dt. A common mistake is to differentiate incorrectly with respect to time, or fail to recognise that the radius is constant. Some treat r as a variable and apply product rule, introducing unnecessary complexity.

一个半径 5 m 的圆柱水箱以 2 m³/min 的速率注水。求水面上升速率。体积 V = πr²h,r 为常数 5,故 dV/dt = 25π dh/dt。常见错误是对时间求导出错,或未能识别半径恒定。有人将 r 视为变量并用乘法法则,引入不必要的复杂性。

Mistake: dV/dt = π (2r dr/dt h + r² dh/dt), but dr/dt = 0, so it eventually simplifies, but extra work can cause sign or factor errors.

错误:dV/dt = π (2r dr/dt h + r² dh/dt),虽然 dr/dt = 0 最终会简化,但多余步骤可能导致符号或系数错误。

Efficient solution: Since r = 5 constant, V = 25π h ⇒ dV/dt = 25π dh/dt. Given dV/dt = 2, then dh/dt = 2/(25π) m/min. No need for product rule.

高效解法:由于 r=5 恒定,V = 25π h ⇒ dV/dt = 25π dh/dt。已知 dV/dt = 2,则 dh/dt = 2/(25π) m/min。无需使用乘法法则。

Published by TutorHao | Mathematics Revision Series | aleveler.com

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

Comments

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

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

Exit mobile version