📚 IGCSE CIE Mathematics: Common Mistakes and Model Solutions | IGCSE CIE 数学:易错题精讲
IGCSE CIE Mathematics often rewards clear, systematic thinking, yet many students lose marks on questions that appear straightforward at first glance. This article highlights ten of the most common pitfalls across the syllabus, explains why they occur, and provides step-by-step model solutions. By working through these examples, you will learn to spot typical traps and build the precision needed for top-tier performance.
IGCSE CIE 数学往往奖励清晰而系统的思维,但许多学生却在看似简单的问题上丢分。本文梳理了覆盖考纲的十个最常见易错点,解释错误原因并给出分步标准解法。通过这些例题,你将学会识别典型陷阱,培养取得高分的严谨性。
1. Inequality Direction When Multiplying by a Negative | 乘除负数时不等号方向
A classic blunder is forgetting to reverse the inequality sign when both sides are multiplied or divided by a negative number. For example, solving –2x > 6 often leads to x > –3, but the correct step gives x < –3. The rule stems from the fact that multiplying by –1 reflects the number line; neglecting it reverses the order relationship.
经典错误是在不等式两边同乘或同除一个负数时忘记反转不等号。例如解 –2x > 6 常得出 x > –3,而正确步骤应为 x < –3。这一规则源于乘以 –1 会翻转数轴,忽略它就会使大小关系颠倒。
Model solution: –2x > 6 ⟹ divide by –2 and flip the sign ⟹ x < –3. Always perform the reversal immediately. In double inequalities like –4 < 2x ≤ 6, dividing by positive 2 keeps signs as they are: –2 < x ≤ 3.
标准解法:–2x > 6 ⇒ 两边除以 –2 并翻转符号 ⇒ x < –3。要立即反转符号。对于双不等式 –4 < 2x ≤ 6,除以正数 2 时符号保持不变:–2 < x ≤ 3。
When working with reciprocals, caution is needed. If a < b and both are positive, then 1/a > 1/b. The inequality flips because reciprocal function is decreasing for positive values. Without explicit multiplication, students often keep the original direction.
处理倒数时也需谨慎。若 a < b 且均为正,则 1/a > 1/b。不等式方向翻转是因为倒数函数在正数域上单调递减。未进行显式乘除时,学生常保持原方向,导致失分。
2. Quadratic Factorisation Sign Slips | 二次因式分解符号错误
Solving x² – 5x – 6 = 0 by factorising into (x – 2)(x – 3) is a frequent mistake: the constant term miscalculation leads to incorrect roots. The product must equal the constant (–6) and the sum must match the coefficient of x (–5). The correct factors are (x – 6)(x + 1) = 0, giving x = 6 or x = –1.
将 x² – 5x – 6 = 0 分解为 (x – 2)(x – 3) 是常见的错误:常数项计算错误导致根不正确。乘积应等于常数项 (–6),和应等于 x 的系数 (–5)。正确的因式是 (x – 6)(x + 1) = 0,解得 x = 6 或 x = –1。
Double-check by expanding: (x – 6)(x + 1) = x² + x – 6x – 6 = x² – 5x – 6. Using the AC method (multiply a × c = 1 × –6 = –6) and finding two numbers with product –6 and sum –5: –6 and +1 are correct.
通过展开验证:(x – 6)(x + 1) = x² + x – 6x – 6 = x² – 5x – 6。使用“交叉相乘法” (a×c = 1×–6 = –6),找出积为 –6、和为 –5 的两数:–6 与 +1 正确。
Sign errors also appear when the coefficient of x² is not 1. For 2x² + 7x + 3, students might write (2x + 1)(x + 3), which gives 2x² + 7x + 3. This works, but missing systematic trials often leads to wrong combinations. Alternatively, using the quadratic formula avoids sign mistakes: x = [–7 ± √(49 – 24)]/4 = [–7 ± 5]/4, so x = –½ or x = –3.
当 x² 系数不为 1 时符号错误更常见。对于 2x² + 7x + 3,有些学生会盲目试凑。可以通过公式法避免符号错误:x = [–7 ± √(49 – 24)]/4 = [–7 ± 5]/4,得 x = –½ 或 x = –3。
3. Gradient and Intercept Misreading | 斜率和截距的误读
Many candidates write the gradient of the line 2y = 6x + 8 as 6. The error is ignoring that the equation must be in the form y = mx + c first. Rearranging gives y = 3x + 4, so the gradient m = 3 and y-intercept c = 4.
许多考生将直线 2y = 6x + 8 的斜率写成 6,错误在于忽略了方程必须化为 y = mx + c 的形式。整理得 y = 3x + 4,所以斜率 m = 3,y 截距 c = 4。
A similar trap appears when finding the intercept from a graph. Reading the x-intercept as the point where the graph crosses the y-axis is a fundamental confusion. The x-intercept occurs when y = 0, and the y-intercept when x = 0. In the line y = –2x + 5, the y-intercept is (0,5), the x-intercept is (2.5, 0).
从图中读取截距时也有类似陷阱。把 x 截距读作图像与 y 轴的交点是一个基本混淆。x 截距是当 y = 0 时的点,y 截距是当 x = 0 时的点。直线 y = –2x + 5 的 y 截距为 (0,5),x 截距为 (2.5, 0)。
When calculating gradient from two points (x₁, y₁) and (x₂, y₂), the formula m = (y₂ – y₁)/(x₂ – x₁) must be applied consistently. Using (y₁ – y₂)/(x₂ – x₁) gives the negative of the correct gradient; using (y₂ – y₁)/(x₁ – x₂) also flips the sign. Write coordinates clearly and subtract in the same order.
由两点 (x₁, y₁) 与 (x₂, y₂) 求斜率时,必须一致地使用公式 m = (y₂ – y₁)/(x₂ – x₁)。若用 (y₁ – y₂)/(x₂ – x₁) 会得到正确斜率的相反数;用 (y₂ – y₁)/(x₁ – x₂) 也会翻转符号。要清晰写下坐标并按相同顺序相减。
4. Probability Tree Diagram: Conditional Cases | 概率树图:条件情形
In “without replacement” questions, students often redraw identical branches for the second stage, forgetting that probabilities change. For example, a bag contains 5 red and 3 blue marbles. Two are drawn without replacement. The probability the second is red given the first was red is not 5/8, but 4/7. The reduced total is crucial.
在不放回的题目中,学生常常在第二阶段画出与第一阶段相同的分支,忘记概率已变化。例如袋中有 5 红 3 蓝共 8 颗弹珠,无放回抽两次。若第一颗为红,第二颗为红的概率不是 5/8,而是 4/7。总数减少至关重要。
Model the tree: first branch P(R) = 5/8, P(B) = 3/8. From the first red node, second branch P(R|R) = 4/7, P(B|R) = 3/7. From the first blue node, P(R|B) = 5/7, P(B|B) = 2/7. Multiplying along branches gives combined probabilities. A common mistake is calculating P(RR) as (5/8)×(5/8) = 25/64, instead of (5/8)×(4/7) = 20/56 = 5/14.
构建树图:第一次 P(R) = 5/8,P(B) = 3/8。从第一个红节点出发,第二次 P(R|R) = 4/7,P(B|R) = 3/7。从第一个蓝节点出发,P(R|B) = 5/7,P(B|B) = 2/7。沿分枝相乘得到联合概率。常犯错误是将 P(RR) 算成 (5/8)×(5/8) = 25/64,正确的是 (5/8)×(4/7) = 20/56 = 5/14。
For “at least one” scenarios, using the complement rule is more reliable: P(at least one red) = 1 – P(no red) = 1 – P(BB) = 1 – (3/8)×(2/7) = 1 – 6/56 = 50/56 = 25/28. Direct addition of RR, RB, BR is possible but error-prone if a branch is omitted.
遇到“至少一个”的情形,使用补集规则更可靠:P(至少一个红) = 1 – P(无红) = 1 – P(BB) = 1 – (3/8)×(2/7) = 1 – 6/56 = 50/56 = 25/28。直接相加 RR、RB、BR 可行但若遗漏分支极易出错。
5. Mean, Median and Range Confusion | 平均数、中位数与极差混淆
A typical error is answering a question about the median by calculating the mean. The median is the middle value of an ordered data set. For {3, 1, 7, 5}, students might average them to get 4, but the ordered list is 1, 3, 5, 7, so the median is (3+5)/2 = 4. In this case coincidentally the same, but with {1, 2, 100} the mean is 34.3, median is 2. Understanding the distinction is essential for describing data.
常见错误是将中位数问题当作平均数来答。中位数是有序数据集的中间值。对于 {3, 1, 7, 5},学生可能求平均值得 4,但排序后为 1, 3, 5, 7,中位数为 (3+5)/2 = 4。此处恰好一致,但 {1, 2, 100} 的平均数为 34.3,中位数则为 2。理解这一区别对描述数据至关重要。
Range is the difference between maximum and minimum. In a frequency table, students may incorrectly use the frequency numbers instead of the data values. Given intervals 0–10, 10–20, 20–30 with frequencies, the range is still 30 – 0 = 30, not the difference between highest and lowest frequency.
极差是最大值与最小值的差。在频数表中,学生常误用频数而不是数据值。区间为 0–10、10–20、20–30,极差仍是 30 – 0 = 30,而不是最高频数与最低频数之差。
When finding the mean from a grouped frequency table, using midpoints is correct, but forgetting to multiply by frequency before summing leads to an unweighted average. For interval 0 ≤ x < 10 with frequency 5, the contribution is 5×5 = 25. Summing these products and dividing by total frequency gives the estimated mean.
从分组频数表求平均数时,要用组中点,但若在求和前忘记乘以频数,会导致未加权平均值。对于区间 0 ≤ x < 10,频数为 5,贡献为 5×5 = 25。将这些乘积求和再除以总频数即得估计平均数。
6. Negative and Fractional Powers | 负指数与分数指数
Mishandling index laws is a frequent source of lost marks. A common misconception is that 3⁻² equals –9. In fact, a negative exponent means reciprocal: 3⁻² = 1/3² = 1/9. Similarly, (1/4)⁻² = (4/1)² = 16. The minus sign never changes the sign of the base.
指数运算规则误用是常见的失分点。普遍误解是 3⁻² 等于 –9。实际上,负指数表示倒数:3⁻² = 1/3² = 1/9。同理 (1/4)⁻² = (4/1)² = 16。负号从不改变底数的符号。
Fractional powers represent roots: x^(1/2) = √x, and x^(1/3) = ∛x. For 8^(2/3), students often multiply 8 by 2/3. The correct method: either take the cube root of 8 first (2), then square (4); or square 8 (64) then cube root (4). The order does not matter. A typical error is writing 8^(2/3) = (8²)/3 = 64/3.
分数指数表示方根:x^(1/2) = √x,x^(1/3) = ∛x。对于 8^(2/3),学生常将 8 乘以 2/3。正确方法:先取 8 的立方根得 2,再平方得 4;或先平方 8 得 64,再开立方也得 4。顺序无关紧要。典型错误是将 8^(2/3) 写成 (8²)/3 = 64/3。
Applying the power to both numerator and denominator inside a bracket is vital: (x³y⁻²)² = x⁶y⁻⁴. Forgetting to square the constant: (3x)² = 3x² is wrong; it should be 9x². Always write intermediate steps.
括号内幂次分配到分子分母至关重要:(x³y⁻²)² = x⁶y⁻⁴。忘记对常数平方:(3x)² = 3x² 是错误的;应为 9x²。务必写出中间步骤。
7. Trigonometry: Mode and Right-Triangle Setup | 三角函数:模式与直角三角形设定
In right-angled triangle problems, a common mistake is mixing up opposite and adjacent sides, especially in text questions where a diagram is not given. The memory aid SOH CAH TOA (Sin = Opposite/Hypotenuse, Cos = Adjacent/Hypotenuse, Tan = Opposite/Adjacent) must be applied to the specified acute angle, not the right angle.
在直角三角形问题中,常见错误是混淆对边和邻边,尤其在未提供图的应用题中。助记语 SOH CAH TOA(正弦=对/斜,余弦=邻/斜,正切=对/邻)必须应用于指定的锐角,而非直角。
Example: a ladder 5 m long leans against a wall, making a 70° angle with the ground. How high up the wall does it reach? Many incorrectly use cos: height = 5 × cos70°. The correct relationship is sin70° = opposite/hypotenuse = height/5, so height = 5 × sin70°. Drawing a clear sketch and labelling O, A, H prevents this error.
例题:一架 5 米长的梯子斜靠在墙上,与地面成 70° 角。梯子顶端离地面多高?许多学生错误地使用余弦:高度 = 5 × cos70°。正确关系为 sin70° = 对边/斜边 = 高度/5,因此高度 = 5 × sin70°。绘制清晰草图并标注 O、A、H 可避免此类错误。
Another critical trap is calculator mode. Solving sin θ = 0.5 and getting θ = 30° works only in degree mode. In radian mode the answer would be π/6 ≈ 0.5236 rad. CIE questions may provide angle measures in degrees, but some trigonometry (e.g. circular measure) expects radians. Always check that your calculator is set to the correct mode; an answer like 30° written when the question requires radians will lose marks.
另一个关键陷阱是计算器模式。解 sin θ = 0.5 得 θ = 30° 仅当处于度模式时才正确。若处于弧度模式,答案会是 π/6 ≈ 0.5236 rad。CIE 题目可能提供角度值,但部分三角学(如弧度制)期望使用弧度。务必检查计算器设置;题目要求弧度时写出 30° 会失分。
8. Function and Inverse Function Notation | 函数与反函数表示法
Students often misinterpret f⁻¹(x) as the reciprocal 1/f(x), which is a severe error. The notation f⁻¹ denotes the inverse function, which reverses the mapping. For f(x) = 2x + 3, the inverse is found by writing y = 2x + 3, swapping x and y to get x = 2y + 3, then solving for y: f⁻¹(x) = (x – 3)/2. This is not 1/(2x+3).
学生常将 f⁻¹(x) 误解为倒数 1/f(x),这是严重错误。符号 f⁻¹ 表示反函数,它逆转映射关系。对于 f(x) = 2x + 3,求反函数:令 y = 2x + 3,交换 x 与 y 得 x = 2y + 3,解出 y:f⁻¹(x) = (x – 3)/2。这绝非 1/(2x+3)。
When composing functions, fg(x) means apply g first, then f. For f(x) = x² and g(x) = x + 1, fg(2) = f(g(2)) = f(3) = 9, while gf(2) = g(4) = 5. Order matters. A common mistake is to apply left function first or assume they are commutative, which they rarely are.
组合函数时,fg(x) 表示先作用 g 再作用 f。对于 f(x) = x² 与 g(x) = x + 1,fg(2) = f(g(2)) = f(3) = 9,而 gf(2) = g(4) = 5。顺序至关紧要。常见错误是先作用左边的函数或假设可交换,但函数复合极少满足交换律。
The domain of the inverse must be considered. For f(x) = x² with domain x ≥ 0, the inverse is f⁻¹(x) = √x. If the domain restriction is omitted, the inverse would not be a function. Always state the domain of the inverse explicitly.
必须考虑反函数的定义域。对于 f(x) = x²(定义域 x ≥ 0),反函数为 f⁻¹(x) = √x。若未限制定义域,反函数将不是函数。务必明确写出反函数的定义域。
9. Circle Theorem Misapplications | 圆定理的错误应用
Misidentifying angles in circle theorems costs many marks. For the theorem “angle at centre is twice angle at circumference,” students often confuse which angle is at the centre. The central angle must share the same arc as the angle at the circumference. Using the reflex angle at the centre instead of the interior angle is a common oversight.
错误地识别圆定理中的角会导致大量失分。对于“圆心角是圆周角的两倍”这一定理,学生常弄混哪个角是圆心角。圆心角必须与圆周角同弧。常见疏忽是使用了优弧所对的圆心角而非劣弧所对的圆心角。
In the alternate segment theorem, the angle between a tangent and a chord equals the angle in the alternate segment. Many mistakenly equate it to the angle opposite the chord in the same segment, ignoring the word “alternate.” A clear diagram shading the alternate segment helps.
弦切角定理(交替切割定理)中,切线与弦的夹角等于交替弓形内的圆周角。许多人错误地将其等同于弦同侧所对的圆周角,忽略了“交替”一词。画出清晰图表并涂色标明交替弓形有助于正确应用。
For cyclic quadrilaterals, opposite angles sum to 180°. A typical pitfall is assuming adjacent angles are supplementary instead. Given a cyclic quadrilateral with angles 70° and x opposite, x = 110°, not because 70 + x = 180 but because opposite angles add to 180°. Check which angles are opposite.
圆内接四边形对角互补。典型陷阱是误认为邻角互补。若一圆内接四边形中某角为 70°,其对角度数为 x,则 x = 110°,因为对角之和为 180°,而非邻角。务必检查哪些角是对角。
10. Transformations: Stretch vs. Translation | 图形变换:拉伸与平移的混淆
Describing a stretch fully requires scale factor and direction. Stating “stretch, factor 2” without specifying “parallel to the x-axis” or “parallel to the y-axis” is insufficient. Furthermore, a stretch by factor 2 parallel to the x-axis transforms (x, y) to (2x, y), which makes the graph narrower horizontally, not wider as some students assume.
完整描述拉伸需要指明比例因子与方向。仅说“拉伸,因子 2”而不指出“平行于 x 轴”或“平行于 y 轴”是不充分的。此外,平行于 x 轴、因子为 2 的拉伸将 (x, y) 映射到 (2x, y),使图形水平方向变窄,而非学生想象的变宽。
Translation is described by a vector. Mistaking a stretch for a translation can occur when a graph appears to have moved. For instance, y = f(2x) is a horizontal compression by factor 1/2 (or stretch factor 1/2 parallel to x-axis), not a shift. The point (2, 3) on y = f(x) becomes (1, 3) on y = f(2x). This is often wrongly interpreted as a translation left by 1.
平移用向量描述。当图形看起来移动了,容易混淆拉伸与平移。例如 y = f(2x) 是水平方向压缩,因子 1/2(或平行于 x 轴拉伸因子 1/2),而非平移。原图上点 (2,3) 变为 (1,3)。常被错误解读为向左平移 1 单位。
Combining transformations: when a reflection and a translation are applied, order affects the result. Reflecting in the y-axis then translating by vector (2,0) yields different final coordinates than translating then reflecting. CIE questions explicitly test this order. Write the coordinates step by step and never assume commutativity.
组合变换:先反射再平移的顺序与先平移再反射的结果不同。例如先作 y 轴反射再向右平移 2 单位,与先平移再反射得到的坐标不同。CIE 试题明确考查这一顺序。逐步写出坐标变化,切勿假设可交换。
11. Misreading Scatter Graphs and Lines of Best Fit | 散点图与最佳拟合线的误读
When drawing a line of best fit, students often connect the first and last points or force it through the origin. The line must pass through the ‘mean point’ (mean of x, mean of y) and balance the points above and below equally. Using a line that touches only extreme points usually leads to an incorrect gradient when estimating values.
绘制最佳拟合线时,学生常连接首尾两点或强行使直线通过原点。最佳拟合线必须穿过“均值点” (x̅, y̅) 并均衡上下点数。只通过极值点的直线在估值时通常产生错误斜率。
In interpreting scatter graphs, confusing correlation with causation is a contextual mistake, but mathematically, the common error is picking the wrong scale. Predicting a y-value from a given x-value inside the data range is interpolation and is reliable; predicting outside is extrapolation and may be unreliable. Students must identify whether the question asks for a reliable estimate and comment accordingly.
解读散点图时,混淆相关与因果是情境错误;但数学上常见错误是读错刻度。在数据范围内由 x 预测 y 是内插,较为可靠;超出范围则是外推,可能不可靠。学生需判断题目是否要求给出可靠估计,并相应评述。
When finding the equation of the line of best fit, use two well-separated points on the line, not original data points. Calculate gradient m = Δy/Δx and then solve for the intercept using y = mx + c. Accuracy is vital; a slight misreading can alter the entire equation.
求最佳拟合线方程时,应使用直线上两个间距较大的点,而非原始数据点。计算斜率 m = Δy/Δx,再用 y = mx + c 求出截距。精读坐标至关重要;轻微误读会改变整个方程。
12. Unit and Scale Errors in Mensuration | 测量中的单位与比例错误
Mensuration problems frequently involve area and volume unit conversions that students treat as decimal shifts. 1 m² is not 100 cm², but 100² = 10 000 cm². Similarly, 1 m³ = 1 000 000 cm³. When a diagram gives dimensions in cm and an answer is required in m², failure to convert correctly leads to massive errors.
面积与体积单位换算常被学生当作小数移位。1 m² 不是 100 cm²,而是 100² = 10 000 cm²。类似地,1 m³ = 1 000 000 cm³。当图中尺寸以 cm 给出而答案要求 m² 时,未正确换算会导致巨大错误。
Scale drawing: a map scale of 1 : 25 000 means 1 cm on the map represents 25 000 cm (250 m) in reality. When calculating area from a map, the linear scale must be squared. If a rectangle measures 2 cm by 3 cm on the map, actual area = (2 × 250 m) × (3 × 250 m) = (500 m) × (750 m) = 375 000 m². Using (2 × 3) × 25 000 gives a nonsense area in cm².
比例尺:地图比例 1 : 25 000 表示图上 1 cm 代表实地 25 000 cm (250 m)。根据地图计算面积时,长度比例必须平方。若地图上一个 2 cm × 3 cm 的矩形,实际面积 = (2×250 m) × (3×250 m) = 500 m × 750 m = 375 000 m²。若直接用 (2×3)×25 000 会得到错误的面积数值。
In volume scaling, if two similar solids have lengths in ratio a : b, then surface area ratio is a² : b² and volume ratio is a³ : b³. A common slip is using the wrong power or forgetting to cube. For example, if length ratio is 1 : 3, volume ratio is 1 : 27. Many write 1 : 9 instead.
体积缩放中,若两相似体的长度比为 a : b,则表面积比为 a² : b²,体积比为 a³ : b³。常见失误是用了错误的幂次或忘记立方。例如长度比 1 : 3,体积比为 1 : 27。许多学生误写为 1 : 9。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply