📚 PDF资源导航

Common Mistakes and Analysis in AS Mathematics P1 | AS数学P1高频易错题汇总与解析

📚 Common Mistakes and Analysis in AS Mathematics P1 | AS数学P1高频易错题汇总与解析

In AS Mathematics Paper 1, many students lose marks not because they lack understanding, but because they repeatedly fall into the same traps. This article collects the most frequent mistakes seen in coordinate geometry, calculus, sequences, trigonometry and algebraic manipulation, and provides clear corrections alongside. Use it to sharpen your exam technique and avoid losing valuable points.

在 AS 数学 P1 考试中,不少学生丢分并非因为不懂,而是反复掉进同样的陷阱。本文汇集了坐标几何、微积分、数列、三角及代数运算中最常见的高频错误,并给出清晰的纠正方法。用它来打磨你的应试技巧,避免无谓失分。

1. Quadratic Discriminant and Roots | 二次方程判别式与根的性质

The discriminant b² – 4ac is a powerful tool, but small slip-ups cost marks. The most common errors are misidentifying the coefficient c or solving the resulting quadratic inequality backwards.

判别式 b² – 4ac 是一个有力的工具,但小失误常常导致丢分。最常见的错误是弄错系数 c,或者解二次不等式时方向反了。

Example: Find the range of k for which x² + (k – 2)x + 4 = 0 has two distinct real roots.

示例:求使得方程 x² + (k – 2)x + 4 = 0 有两个不等实根的 k 的取值范围。

Common Mistake: (k – 2)² – 4 × 1 × 4 > 0 → k² – 4k + 4 – 16 > 0 → k² – 4k – 12 > 0 → (k – 6)(k + 2) > 0, then the student writes –2 < k < 6.

常见错误:学生解得 (k – 6)(k + 2) > 0 后误写成 –2 < k < 6。

Correct solution: The product of two factors is positive when both are positive or both are negative. Hence k < –2 or k > 6. Always use a quick sign sketch.

正确解法:两因式乘积为正要求同正或同负,因此 k < –2 或 k > 6。务必画个简单的符号草图验证。


2. Inequalities and Sign Changes | 不等式与符号变化

Multiplying or dividing an inequality by a negative quantity without reversing the symbol is a classic trap. Rational inequalities are often mishandled by cross-multiplying without considering the sign of the denominator.

不等式两边乘除负数时忘记变号是一个经典陷阱。分式不等式常常因为未考虑分母的符号就直接交叉相乘而出错。

Example: Solve x/(x – 3) ≥ 2.

示例:解不等式 x/(x – 3) ≥ 2。

Common Mistake: x ≥ 2(x – 3) → x ≥ 2x – 6 → x ≤ 6. This misses the restriction from the denominator.

常见错误:直接交叉相乘得 x ≥ 2x – 6,推出 x ≤ 6,忽略了分母的限制。

Correct solution: Bring all terms to one side: x/(x – 3) – 2 ≥ 0 → (x – 2x + 6)/(x – 3) ≥ 0 → (6 – x)/(x – 3) ≥ 0. Critical values are x = 3 and x = 6. Sign analysis gives 3 < x ≤ 6.

正确解法:移项得 (6 – x)/(x – 3) ≥ 0,临界点为 3 和 6,符号分析得出 3 < x ≤ 6。


3. Exponential and Logarithmic Equations | 指数与对数方程

Logarithmic equations demand careful checks on the domain. Forgetting that the argument must be positive is a frequent cause of extraneous answers being accepted.

对数方程要求严格检查定义域。忘记真数必须为正常常导致把增根当作最终答案。

Example: Solve ln(x + 1) – ln(x – 2) = 1.

示例:解方程 ln(x + 1) – ln(x – 2) = 1。

Common Mistake: Combine to ln[(x+1)/(x–2)] = 1 → (x+1)/(x–2) = e → x+1 = e(x–2) → x = (2e+1)/(e–1) and then stop without checking that x > 2.

常见错误:合并后直接解出 x,但未检验是否满足 x + 1 > 0 且 x – 2 > 0,即 x > 2。

Correct solution: After obtaining x, verify that it is greater than 2. If it were less than 2 it would need to be rejected. In this case the value satisfies the domain, but the check must be shown.

正确解法:求出 x 后必须验证其满足 x > 2,若不符合则舍去。该值满足定义域,但检验过程必须展示。


4. Domain and Range of Functions | 函数的定义域与值域

When dealing with square roots, students often ignore that the radicand must be non-negative. The range of a function with an even root is frequently assumed to include negative values.

处理平方根函数时,学生经常忽视被开方数必须非负。偶次根函数的值域常被误认为包含负值。

Example: Find the domain and range of f(x) = √(4 – x²).

示例:求 f(x) = √(4 – x²) 的定义域和值域。

Common Mistake: Domain: x ≤ 4 or x ≥ –2; Range: all real numbers under 2.

常见错误:定义域写成 x ≤ 4 或 x ≥ –2;值域认为可以是小于 2 的任何实数。

Correct solution: 4 – x² ≥ 0 → x² ≤ 4 → –2 ≤ x ≤ 2. The square root outputs only non-negative values, and the maximum of 4 – x² is 4, so the range is 0 ≤ f(x) ≤ 2.

正确解法:由 4 – x² ≥ 0 得 –2 ≤ x ≤ 2。平方根只输出非负值,且 4 – x² 最大为 4,故值域为 0 ≤ f(x) ≤ 2。


5. Inverse Functions | 反函数

Finding an inverse correctly requires solving for x and then swapping, but the biggest pitfall is ignoring the domain restriction that ensures the inverse is one-to-one.

求反函数需要正确解出 x 然后交换变量,但最大的陷阱是忽略保证反函数为单值的定义域限制。

Example: f(x) = x² – 4x + 5, x ≥ 2. Find f⁻¹(x) and state its domain.

示例:已知 f(x) = x² – 4x + 5, x ≥ 2,求 f⁻¹(x) 及其定义域。

Common Mistake: y = x² – 4x + 5 → x² – 4x + (5 – y) = 0 → x = 2 ± √(y – 1). The student picks the ‘–’ branch or writes both, giving an incorrect inverse.

常见错误:解出 x = 2 ± √(y – 1) 后,学生选择了减号分支或同时保留两个,导致反函数错误。

Correct solution: Since x ≥ 2, we take x = 2 + √(y – 1). Swap variables: f⁻¹(x) = 2 + √(x – 1), with domain x ≥ 1.

正确解法:由于 x ≥ 2,取 x = 2 + √(y – 1),交换变量得 f⁻¹(x) = 2 + √(x – 1),定义域为 x ≥ 1。


6. Straight Line Geometry | 直线几何

Midpoints, gradients and perpendicular lines are the backbone of coordinate geometry. Simple arithmetic slips or forgetting that perpendicular gradients multiply to –1 are alarmingly common.

中点、斜率和垂直线是坐标几何的基础。简单的计算错误或忘记垂直斜率之积为 –1 十分常见。

Example: A(2, 1) and B(5, 5). Find the equation of the perpendicular bisector of AB.

示例:已知 A(2, 1) 和 B(5, 5),求线段 AB 的垂直平分线方程。

Common Mistake: Midpoint (3, 3) is miscalculated as (3.5, 3) – fine here. Gradient AB = (5–1)/(5–2) = 4/3. Perpendicular gradient taken as 3/4 (forgetting the negative sign).

常见错误:中点计算为 (3.5, 3) 正确,AB 斜率 4/3,垂直斜率却写成 3/4(忘了负号)。

Correct solution: Midpoint = (3.5, 3). Gradient AB = 4/3, so perpendicular gradient = –3/4. Equation: y – 3 = –3/4 (x – 3.5).

正确解法:中点为 (3.5, 3),AB 斜率 4/3,垂直斜率 –3/4,方程为 y – 3 = –3/4 (x – 3.5)。


7. Equations of Circles | 圆的方程

Completing the square for circle equations is a process, and sign errors in the centre or misplacing the constant term are frequent. Also, failing to recognise when an equation does not represent a circle leads to wasted time.

圆的方程配方是一个过程,圆心符号错误或常数项位置不当时常发生。此外,未能识别出方程不代表圆会导致浪费时间。

Example: Find the centre and radius of x² + y² – 6x + 4y – 12 = 0.

示例:求圆 x² + y² – 6x + 4y – 12 = 0 的圆心和半径。

Common Mistake: (x – 3)² – 9 + (y + 2)² – 4 – 12 = 0 → (x – 3)² + (y + 2)² = 25, but centre written as (–3, 2) or radius as 5√? Correct centre (3, –2).

常见错误:配方正确但圆心写成 (–3, 2) 或半径写错。

Correct solution: x² – 6x → (x – 3)² – 9; y² + 4y → (y + 2)² – 4. Sum: (x – 3)² + (y + 2)² – 25 = 0 → centre (3, –2), radius 5.

正确解法:平方完成得 (x – 3)² + (y + 2)² = 25,圆心为 (3, –2),半径为 5。


8. Differentiation: Tangents and Normals | 微分:切线与法线

Chain rule errors are the leading cause of mistakes in computing derivatives for composite functions. When finding the equation of a tangent, substituting into the wrong expression for the y-coordinate also happens often.

链式法则是复合函数求导出错的首要原因。在求切线方程时,代入错误的 y 坐标表达式也经常发生。

Example: For y = (2x – 1)³, find the equation of the tangent at x = 1.

示例:曲线 y = (2x – 1)³,求在 x = 1 处的切线方程。

Common Mistake: dy/dx = 3(2x – 1)², forgetting to multiply by the derivative of the inner function 2. Then slope = 3(1)² = 3, but correct slope is 6.

常见错误:求导得 dy/dx = 3(2x – 1)²,漏乘内层函数的导数 2,得到斜率为 3。

Correct solution: dy/dx = 3(2x – 1)² × 2 = 6(2x – 1)². At x = 1, slope = 6 and y = (1)³ = 1. Tangent: y – 1 = 6(x – 1).

正确解法:dy/dx = 6(2x – 1)²,当 x = 1 时斜率为 6,y = 1,切线方程为 y – 1 = 6(x – 1)。


9. Integration and the Constant of Integration | 积分与积分常数

Omitting the ‘+ C’ in an indefinite integral is a classic reason for losing accuracy marks. Another common slip is forgetting the absolute value when integrating 1/x.

不定积分漏写 ‘+ C’ 是丢失准确度分数的经典原因。另一个常见失误是积分 1/x 时忘记加绝对值。

Example: Find ∫(3x² + 1/x) dx.

示例:计算 ∫(3x² + 1/x) dx。

Common Mistake: Writing the result as x³ + ln x, missing both the absolute value and the constant of integration.

常见错误:结果写为 x³ + ln x,既漏了绝对值也漏了积分常数。

Correct solution: ∫3x² dx = x³, ∫1/x dx = ln|x|. Hence the answer is x³ + ln|x| + C.

正确解法:∫3x² dx = x³,∫1/x dx = ln|x|,故答案为 x³ + ln|x| + C。


10. Arithmetic and Geometric Series | 等差与等比数列

Exam candidates frequently use the wrong number of terms in sum formulas, or confuse the n-th term formula with the sum formula. For geometric series, forgetting to check |r| < 1 for sum to infinity is another pitfall.

考生经常在求和公式中使用错误的项数,或者把通项公式与求和公式混淆。等比数列中,忘记检验 |r| < 1 来使用无穷和公式是另一个陷阱。

Example: Arithmetic series with first term 5 and common difference 3. Find the sum of the first 20 terms.

示例:等差序列首项 a = 5,公差 d = 3,求前 20 项之和。

Common Mistake: Using n = 19 or n = 21 in Sₙ = n/2 [2a + (n–1)d].

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