📚 AS Mathematics Unit 1 June 2019 Common Mistakes Summary | AS数学单元1 2019年6月常见错误总结
The June 2019 AS Mathematics Unit 1 paper assessed fundamental algebra, coordinate geometry, sequences, differentiation and integration. Many candidates demonstrated sound understanding but lost marks through recurring slips in routine processes. This article highlights the most common errors and provides concise clarifications to help you avoid them in future assessments.
2019年6月AS数学单元1试卷考察了基础代数、坐标几何、数列、微分和积分。许多考生展现了扎实的理解,却因反复出现在常规步骤中的失误而丢分。本文提炼出最常见的错误,并给出简明辨析,帮助你在未来考试中避免同类失分。
1. Surds and Indices Errors | 根式与指数错误
-
A very frequent mistake was simplifying √(a + b) as √a + √b. This is generally false; test with a=9, b=16: √25 = 5, but √9 + √16 = 7. Always keep surd sums under a single root unless they are like terms.
一个极为常见的错误是将 √(a + b) 化简为 √a + √b。这通常不成立;可用 a=9, b=16 检验:√25=5,但 √9+√16=7。除非是同类根式,否则永远不要把根式之和拆分为单独的根式。
-
When expanding (√a + √b)², many omitted the middle term 2√(ab) and wrote simply a + b. The correct expansion is a + b + 2√(ab). Similarly, (√a – √b)² = a + b – 2√(ab).
展开 (√a + √b)² 时,许多人遗漏了中间项 2√(ab),直接写成 a + b。正确展开应为 a + b + 2√(ab)。类似地,(√a – √b)² = a + b – 2√(ab)。
-
Indices laws were confused: candidates wrote a^m × a^n = a^(mn) instead of a^(m+n), or (a^m)^n = a^(m+n) instead of a^(mn). Remember: multiply powers only when raising a power to another power.
指数运算法则被混淆:考生将 a^m × a^n 写成 a^(mn) 而不是 a^(m+n),或将 (a^m)^n 写成 a^(m+n) 而不是 a^(mn)。请牢记:只在幂的乘方时指数才相乘。
2. Quadratic Discriminant Misuse | 二次判别式的误用
-
When calculating the discriminant Δ = b² – 4ac, sign errors occurred if c was negative. For 2x² – 5x – 3 = 0, b² – 4ac = (-5)² – 4(2)(-3) = 25 + 24 = 49, but some wrote 25 – 24 = 1. Always double-check the sign of each term.
计算判别式 Δ = b² – 4ac 时,若 c 为负数容易出现符号错误。对于 2x² – 5x – 3 = 0,b² – 4ac = (-5)² – 4(2)(-3) = 25 + 24 = 49,但有些考生写成了 25 – 24 = 1。务必仔细核对每一项的符号。
-
When stating the number of real roots, students forgot to interpret Δ = 0 as one repeated root or claimed no real roots when Δ > 0. For Δ > 0 there are two distinct real roots; Δ = 0 gives one real root (repeated); Δ < 0 gives no real roots.
在陈述实根个数时,学生忘记 Δ = 0 表示一个重根,或在 Δ > 0 时声称没有实根。需记住:Δ > 0 有两个不等实根;Δ = 0 有一个实根(重根);Δ < 0 没有实根。
-
In inequalities involving quadratics, many solved the equality but ignored the sign of the quadratic coefficient when sketching the graph. A negative coefficient means the parabola opens downward, which flips the solution region.
在二次不等式问题中,许多考生求解等式后却忽略了二次项系数的正负对草图的影响。负系数意味着抛物线开口向下,这会颠倒解集区域。
3. Completing the Square Pitfalls | 配方时的常见陷阱
-
When the coefficient of x² is not 1, students often forgot to factor it out before completing the square. For 2x² + 8x + 5, write 2[x² + 4x] + 5, then complete the square inside: 2[(x+2)² – 4] + 5 = 2(x+2)² – 8 + 5 = 2(x+2)² – 3. Omitting this step leads to an incorrect constant.
当 x² 系数不为 1 时,学生常常忘记在配方之前先提出该系数。对于 2x² + 8x + 5,应写成 2[x² + 4x] + 5,然后在括号内配方:2[(x+2)² – 4] + 5 = 2(x+2)² – 8 + 5 = 2(x+2)² – 3。省略此步骤会导致常数项错误。
-
Misreading the vertex coordinates from completed square form y = a(x – p)² + q. The vertex is (p, q), not (-p, q). For y = (x + 3)² – 4, the vertex is (-3, -4). Many incorrectly wrote (3, -4).
从配方式 y = a(x – p)² + q 读取顶点坐标时出错。顶点是 (p, q) 而非 (-p, q)。对于 y = (x + 3)² – 4,顶点为 (-3, -4),而许多人错误地写成了 (3, -4)。
-
Forgetting to adjust the constant term after squaring. When completing the square for x² + bx, the added term is (b/2)², and the same amount must be subtracted outside the bracket to keep the expression equivalent.
平方后忘记调整常数项。为 x² + bx 配方时,添加的项为 (b/2)²,同时必须在括号外减去等量的值,以保持表达式等价。
4. Equation Solving Slips | 方程求解中的失误
-
Squaring both sides of an equation without checking for extraneous solutions. For √(2x+3) = x, squaring gives 2x+3 = x² ⇒ x² – 2x – 3 = 0, which yields x = 3 or x = -1. Substituting back: x = -1 fails because √1 ≠ -1. Always verify solutions in the original equation.
方程两边平方后没有检验增根。对于 √(2x+3) = x,两边平方得 2x+3 = x² ⇒ x² – 2x – 3 = 0,解得 x=3 或 x=-1。代回原方程:x=-1 不成立,因 √1 ≠ -1。务必在原方程中验证所有解。
-
When multiplying an equation by a denominator containing a variable, candidates forgot to state or consider domain restrictions. Solving 1/(x-2) = 3 leads to 1 = 3(x-2) ⇒ x = 7/3, but x=2 would be invalid. Though not a solution here, always exclude values that make any denominator zero.
当方程两边同乘含有未知数的分母时,考生忘记声明或考虑定义域限制。解 1/(x-2)=3 得 1=3(x-2)⇒x=7/3,但 x=2 会导致分母为零。尽管此处不是解,但始终要排除使任何分母为零的值。
-
Mishandling indices in equations like 2^(2x-1) = 8. Recognise 8 as 2^3, then equate powers: 2x-1 = 3. Some incorrectly tried to take logs of both sides without simplifying the base, introducing unnecessary complexity.
错误处理诸如 2^(2x-1) = 8 中的指数。应识别 8 = 2^3,然后令指数相等:2x-1=3。有些考生未化简底数便取对数,导致不必要的复杂计算。
5. Coordinate Geometry Basics | 坐标几何基础错误
-
The gradient formula m = (y&sub2; – y&sub1;)/(x&sub2; – x&sub1;) was inverted by some, writing (x&sub2; – x&sub1;)/(y&sub2; – y&sub1;). This yields the reciprocal of the gradient. Always place y-difference in the numerator.
有人将斜率公式倒置为 (x&sub2; – x&sub1;)/(y&sub2; – y&sub1;),得到斜率的倒数。应始终将 y 的差值放在分子:m = (y&sub2; – y&sub1;)/(x&sub2; – x&sub1;)。
-
Perpendicular gradient condition misremembered. For lines with gradients m&sub1; and m&sub2; to be perpendicular, m&sub1; × m&sub2; = -1, not m&sub1; = m&sub2; nor m&sub1; + m&sub2; = 0. Example: if m&sub1; = 2, then m&sub2; = -1/2.
垂直斜率条件记错。两直线垂直时,斜率满足 m&sub1; × m&sub2; = -1,而非 m&sub1; = m&sub2; 或 m&sub1; + m&sub2; = 0。例如若 m&sub1; = 2,则 m&sub2; = -1/2。
-
Midpoint coordinates often confused with distance. The midpoint of (x&sub1;, y&sub1;) and (x&sub2;, y&sub2;) is ((x&sub1;+x&sub2;)/2, (y&sub1;+y&sub2;)/2). Some averaged only one coordinate or divided by 2 incorrectly.
中点坐标常与距离混淆。两点 (x&sub1;, y&sub1;) 和 (x&sub2;, y&sub2;) 的中点为 ((x&sub1;+x&sub2;)/2, (y&sub1;+y&sub2;)/2)。部分考生只对一个坐标取平均或除以2时出错。
6. Circle Equation Errors | 圆的方程错误
-
Completing the square for circles led to sign errors in the centre. For x² + y² – 6x + 4y – 12 = 0, rewrite as (x-3)² – 9 + (y+2)² – 4 – 12 = 0, giving centre (3, -2). Many mistakenly wrote centre (-3, 2) or (3, 2). The sign in the brackets is opposite to the coordinate.
在圆的方程配方求圆心时符号出错。对于 x² + y² – 6x + 4y – 12 = 0,配方得 (x-3)² – 9 + (y+2)² – 4 – 12 = 0,圆心为 (3, -2)。许多人错误地写成 (-3, 2) 或 (3, 2)。括号内的符号与坐标相反。
-
When finding the equation of a circle given the endpoints of a diameter, candidates used the radius as half the sum of coordinates instead of half the distance between the endpoints. The centre is the midpoint; the radius is half the distance between the endpoints.
已知直径端点求圆的方程时,考生错误地将半径取为坐标和的一半,而不是端点间距离的一半。圆心是中点,半径是两端点距离的一半。
-
The tangent to a circle at a point is perpendicular to the radius. Students often used the gradient of the radius as the tangent gradient, forgetting to take the negative reciprocal. If radius gradient is 3/4, the tangent gradient is -4/3.
圆上一点的切线与过该点的半径垂直。学生常将半径斜率直接当作切线斜率,忘记了取负倒数。若半径斜率为 3/4,则切线斜率应为 -4/3。
7. Arithmetic Series Formula Mix-ups | 等差数列公式混淆
-
The nth term formula u_n = a + (n-1)d was incorrectly recalled as a + nd or a + (n+1)d. For a=5, d=3, the 10th term is 5 + 9×3 = 32, not 5 + 10×3 = 35. The (n-1) is essential.
第 n 项公式 u_n = a + (n-1)d 被错误回忆为 a + nd 或 a + (n+1)d。当 a=5, d=3 时,第10项应为 5 + 9×3 = 32,而非 5 + 10×3 = 35。(n-1) 不可遗漏。
-
Sum of the first n terms: S_n = n/2 [2a + (n-1)d] or S_n = n/2 (a + l) where l = a + (n-1)d is the last term. Many confused these, using l as the nth term but inserting incorrect d. If only the last term is given, use the second form.
前 n 项和公式:S_n = n/2 [2a + (n-1)d] 或 S_n = n/2 (a + l),其中 l = a + (n-1)d 是末项。许多人混淆了这两个公式,在使用 l 时仍代入了错误的 d。若只给出末项,应使用第二种形式。
-
When solving for n given S_n, students derived quadratic equations but ignored the requirement that n must be a positive integer. Negative or fractional solutions must be rejected.
已知 S_n 求 n 时,学生列出二次方程却忽略了 n 必须为正整数。负根或分数根都应舍去。
8. Differentiation Technique Lapses | 微分技巧疏忽
-
The power rule d/dx (x^n) = nx^(n-1) was applied incorrectly when the coefficient was not 1. For y = 5x^3, the derivative is 15x^2, but some wrote 5 × 3x^2 = 15x^2 correctly; others gave 3x^2, forgetting to multiply by the constant coefficient.
应用幂法则 d/dx(x^n) = nx^(n-1) 时,当系数不为1时出错。对于 y = 5x^3,导数为 15x^2,但有人仅写 3x^2,忘了乘常数系数。
-
Differentiating a constant term gave zero by some but others treated it as if it kept the constant. E.g., for y = 2x + 3, the derivative is 2, not 2x + 3 or 2 + 3. Remember the derivative of any constant is 0.
对常数项求导,有些人正确地得零,但也有人保留常数。例如对 y = 2x + 3 求导,导数是 2,而非 2x+3 或 2+3。牢记任何常数的导数均为零。
-
When finding the equation of a tangent, candidates substituted x into the original function to get a point but then used the x-value as the gradient instead of evaluating the derivative at that point. The gradient comes from dy/dx.
求切线方程时,考生将 x 代入原函数求得切点,却直接将 x 值当作斜率,而不是在该点计算导数值。斜率必须由 dy/dx 得到。
9. Integration and Area Slips | 积分与面积失误
-
The most common integration error was forgetting the constant of integration +C. In indefinite integrals, ∫ x^n dx = x^(n+1)/(n+1) + C. Omitting +C was penalised in many answers.
最常见的积分错误是遗忘积分常数 +C。在不定积分中,∫ x^n dx = x^(n+1)/(n+1) + C。许多答卷因漏写 +C 而被扣分。
-
Integrating x^n incorrectly as x^(n+1)/n instead of x^(n+1)/(n+1). For ∫ x^2 dx, the correct result is x^3/3 + C, not x^3/2 + C. Always add one to the power and divide by the new power.
错误地将积分公式记为 x^(n+1)/n 而非 x^(n+1)/(n+1)。对于 ∫ x^2 dx,正确结果为 x^3/3 + C,而非 x^3/2 + C。始终将指数加1并除以新指数。
-
When using integration to find an area between a curve and the x-axis, many treated the entire area as positive without checking where the curve cuts the axis. If the curve is below the x-axis on part of the interval, that part’s area must be found separately and its absolute value taken, or the integral must be split and signs handled appropriately.
用积分求曲线与 x 轴之间的面积时,许多人未检查曲线在哪里穿过轴,直接对整个区间积分。若曲线在某区间位于 x 轴下方,该部分面积需单独计算并取绝对值,或者将积分分段并正确处理符号。
10. Graph Transformation Confusions | 图像变换的混淆
-
Horizontal translations caused sign confusion: f(x + 2) shifts the graph 2 units to the left, not to the right. Many students moved it right because of the ‘+’ sign. Think about it as ‘(x – (-2))’ reveals the shift left.
水平平移引起符号混乱:f(x + 2) 表示图像
Published by TutorHao | 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