📚 AS Further Maths Unit 1 Jan 22 Common Mistakes Summary | AS进阶数学单元1 2022年1月易错点总结
Working through the January 2022 AS Further Mathematics Unit 1 paper reveals several recurring errors that students make under exam pressure. This summary highlights key pitfalls in complex numbers, series, induction, matrices, vectors and polynomial roots, along with strategies to avoid losing marks.
分析2022年1月AS进阶数学单元1试卷可以发现,学生在考试压力下常犯一些反复出现的错误。本文梳理了复数、级数、归纳法、矩阵、向量和多项式根等部分的关键陷阱,并提供避免失分的策略。
1. Complex Argument Quadrant Confusion | 复数辐角象限混淆
A common mistake when finding the argument of a complex number a + bi is using θ = arctan(b/a) without considering the quadrant. For example, for z = −1 + i√3, many students write arg(z) = arctan(−√3) = −π/3, ignoring that the point lies in the second quadrant.
求复数 a+bi 的辐角时,常见的错误是不考虑象限直接使用 θ = arctan(b/a)。例如对 z = −1 + i√3,许多学生写 arg(z) = arctan(−√3) = −π/3,却忽略了该点位于第二象限。
Always sketch the complex number on an Argand diagram to determine the correct quadrant. The argument for −1 + i√3 should be π − arctan(√3/1) = π − π/3 = 2π/3.
一定要先在阿甘图上画出复数以确定正确象限。−1 + i√3 的辐角应为 π − arctan(√3/1) = π − π/3 = 2π/3。
Another subtle error arises when the real part is zero: arg(bi) is π/2 for b > 0 and −π/2 for b < 0, which candidates sometimes misstate as ±π.
当实部为零时也容易出错:arg(bi) 在 b>0 时为 π/2,b<0 时为 −π/2,考生有时会误写为 ±π。
2. Argand Loci Misinterpretation | 阿甘图轨迹理解错误
The locus given by |z − a| = |z − b| is the perpendicular bisector of the segment joining a and b, yet some students incorrectly treat it as a circle or fail to find its Cartesian equation. Similarly, |z − a| = k|z − b| with k ≠ 1 can be mishandled if they forget to square and complete the square to obtain a circle.
条件 |z − a| = |z − b| 表示连接 a 和 b 的线段的垂直平分线,但有些学生错误地当成圆,或未能正确求出其笛卡尔方程。类似地,|z − a| = k|z − b| (k ≠ 1) 若不平方配方,也容易出错。
When sketching the region like |z − 3| ≤ |z + i|, remember to test a point to decide which side of the perpendicular bisector is included. A frequent slip is shading the wrong half-plane.
在画区域如 |z−3| ≤ |z+i| 时,记得用点测试垂直平分线的哪一侧应被包括。常见失误是涂错了半平面。
3. Solving Quadratics with Real Coefficients – Complex Roots | 实系数二次方程复根求解
When a quadratic with real coefficients has a negative discriminant, the roots must be a conjugate pair. A typical mistake is writing only one root or forgetting the ± sign, leading to an incomplete answer. The Jan 22 paper featured a question requiring the sum and product of these complex roots to verify they match the coefficients.
当实系数二次方程的判别式为负时,根必为共轭对。典型错误是只写一个根或漏写±号,导致答案不完整。2022年1月试卷中有一题要求用复根的和与积验证系数。
Ensure you write z = [−b ± i√(4ac−b²)]/(2a) clearly, and when asked to find a real quadratic with given complex roots, use the conjugate pair correctly: sum = 2Re(root), product = |root|².
务必清晰写出 z = [−b ± i√(4ac−b²)]/(2a),并且当要求构造给定复根的实二次方程时,正确使用共轭对:和=2Re(根),积=|根|²。
4. Summation of Series – Standard Formula Slips | 级数求和 – 标准公式失误
Students often confuse the formula for sum of squares Σr² = ⅙ n(n+1)(2n+1) with that for sum of cubes Σr³ = ¼ n²(n+1)², especially when dealing with (∑r)² − ∑r³. A common error is applying the wrong constant factor.
学生常混淆平方和公式 Σr² = ⅙ n(n+1)(2n+1) 与立方和公式 Σr³ = ¼ n²(n+1)²,特别是在计算 (∑r)² − ∑r³ 时。常犯错误是使用了错误的常数因子。
When simplifying expressions like Σ(3r² − 2r + 1) from r=1 to n, pull out constants correctly: 3Σr² − 2Σr + n. A frequent slip is to forget that Σ1 from r=1 to n is n, not 1. Also, factorising the final expression into n(an²+bn+c) gives a neat finish required for method marks.
化简如 Σ(3r² − 2r + 1)(从 r=1 到 n)时,正确提取常数:3Σr² − 2Σr + n。常见失误是忘记 Σ1 从 1 到 n 是 n,而不是 1。另外,将最终表达式因式分解成 n(an²+bn+c) 的简洁形式是得方法分的关键。
5. Induction Proof Structure Weaknesses | 数学归纳法结构缺陷
A significant number of marks are lost by poor proof structure. Candidates often skip stating the assumption clearly: “Assume true for n = k, i.e., P(k) : …” and fail to show the link from P(k) to P(k+1) using valid algebraic manipulation.
大量分数因证明结构不佳而丢失。考生常漏掉明确陈述假设:“设 n=k 时成立,即 P(k):…”,且未能通过合理代数推演展示从 P(k) 到 P(k+1) 的关联。
In the inductive step, add the next term to the assumed sum and factorise. A common pitfall is not showing that the expression for P(k+1) matches the target form; merely stating “so true for n=k+1” without full simplification loses final marks.
在归纳步骤中,将下一项加到假设的和上并因式分解。常见陷阱是没有展示 P(k+1) 的表达式与目标形式一致;仅仅说“所以对 n=k+1 成立”而不完全化简,会丢掉最后的分。
6. Matrices: Determinant and Inverse in 2×2 | 矩阵:2×2行列式与逆矩阵
For matrix M = [[a,b],[c,d]], det(M) = ad − bc. A careless sign error occurs when students write bc − ad. Also, the inverse is 1/det(M) [[d,−b],[−c,a]]; many forget to swap a and d and apply the negative signs correctly.
对于矩阵 M = [[a,b],[c,d]],det(M)=ad−bc。马虎时学生可能写成 bc−ad。此外,逆矩阵为 1/det(M)[[d,−b],[−c,a]];许多人忘记交换 a 和 d 并正确应用负号。
If det(M) = 0, the matrix is singular; students sometimes still attempt to write an inverse, or claim it is 1/0, which is invalid. The question may ask to deduce that a transformation has no inverse because area scale factor is zero.
若 det(M)=0,矩阵是奇异的;学生有时仍试图写逆,或声称是 1/0,这是无效的。题目可能要求推断变换无逆因为面积缩放因子为零。
7. Matrix Transformations: Reflection and Rotation Mix-ups | 矩阵变换:反射与旋转的混淆
A reflection matrix in the line y = (tanθ)x is often confused with a rotation matrix. The reflection matrix is [[cos2θ, sin2θ],[sin2θ, −cos2θ]], whereas rotation through θ is [[cosθ, −sinθ],[sinθ, cosθ]]. Substituting θ=45° in the reflection formula yields the matrix for y=x, but mistakes arise when students use the wrong double-angle signs.
反射关于直线 y=(tanθ)x 的矩阵常与旋转矩阵混淆。反射矩阵为 [[cos2θ, sin2θ],[sin2θ, −cos2θ]],而逆时针旋转θ为 [[cosθ, −sinθ],[sinθ, cosθ]]。代入θ=45°得到关于 y=x 的反射,但若用错倍角符号就会出错。
When applying successive transformations A then B, the correct combined matrix is BA (right-to-left). A typical exam slip is multiplying in the wrong order, getting A B instead of B A.
连续进行变换 A 然后 B 时,正确的合成矩阵是 BA(从右到左)。典型考试失误是顺序乘反,得到 AB 而非 BA。
8. Roots of Polynomials – Sum and Product of Roots | 多项式根 – 根的和与积
For the cubic equation ax³ + bx² + cx + d = 0 with roots α, β, γ, the sum α+β+γ = −b/a. A common error is forgetting the minus sign and writing b/a. Similar sign errors occur for the sum of pairwise products αβ+βγ+γα = c/a and product αβγ = −d/a.
对于三次方程 ax³+bx²+cx+d=0,根为 α,β,γ,和 α+β+γ=−b/a。常见错误是漏掉负号写成 b/a。类似的符号错误也发生在两两乘积和 αβ+βγ+γα=c/a 和乘积 αβγ=−d/a 上。
When forming a new equation whose roots are, say, 2α, 2β, 2γ, candidates often miscalculate the new sum and product. For linear transformations of roots, compute the new sums: Σ(2α) = 2Σα, Σ(2α·2β) = 4Σαβ, etc., then construct the cubic using x³ − (sum)x² + (pair sum)x − product = 0.
当构造新方程,其根为 2α,2β,2γ 时,考生常算错新的和与积。对于根的线性变换,重新计算:Σ(2α)=2Σα,Σ(2α·2β)=4Σαβ 等,然后利用 x³−(和)x²+(两两积和)x−积=0 来构造。
9. Vectors: Equation of a Line and Scalar Product | 向量:直线方程与数量积
Writing the vector equation of a line through points A and B requires a direction vector b − a. A mistake is using a − b, which is still valid but may confuse subsequent calculations for intersection. Also, the position vector of a point on the line is r = a + t(b − a); students occasionally omit the parameter t.
写经过点 A 和 B 的直线向量方程需要方向向量 b−a。错误是使用 a−b,虽然也是可以的,但可能打乱后续求交点的计算。此外,线上点的位置向量是 r=a+t(b−a);学生偶尔漏掉参数 t。
When finding the acute
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