📚 PDF资源导航

AS Further Maths Unit 1 Jan 21 Common Mistakes | AS进阶数学第一单元(2021.1)常见易错点

📚 AS Further Maths Unit 1 Jan 21 Common Mistakes | AS进阶数学第一单元(2021.1)常见易错点

The January 2021 AS Further Mathematics Unit 1 paper covers core pure topics such as complex numbers, polynomials, matrices, binomial expansions and series. While many questions appear routine, students often lose marks by repeating predictable errors. This article highlights the most frequent mistakes, providing clear corrections to help you avoid them in your own revision.

2021年1月AS进阶数学第一单元试卷覆盖了复数、多项式、矩阵、二项展开和级数等核心纯数主题。尽管许多题目看似常规,学生却常常因重复犯下可预见的错误而失分。本文汇总了最高频的易错点,并给出清晰的纠正方法,帮助你在复习中规避类似问题。

1. Complex Numbers Arithmetic | 复数运算

A primary trap is mishandling i². When expanding expressions like (3+2i)², some candidates write 9+4i²+12i then incorrectly simplify i² as +1, giving 13+12i. The correct step is i² = -1, so 4i² = -4, leading to 5+12i. Another frequent slip is dropping the minus sign when multiplying denominators, for example when simplifying (1+i)/(1-i).

一个主要陷阱是错误处理 i²。当展开类似 (3+2i)² 的式子时,有些考生会写成 9+4i²+12i,然后错误地将 i² 当作 +1,得出 13+12i。正确的步骤是 i² = -1,因此 4i² = -4,得到 5+12i。另一个常见失误是在分母有理化时丢失负号,例如化简 (1+i)/(1-i) 时出错。

Common Mistake Correction
(3+2i)² = 9 + 4i² + 12i = 9 + 4 + 12i = 13+12i i² = -1 → 4i² = -4 → 9 – 4 + 12i = 5 + 12i
(1+i)/(1-i) = (1+i)²/(1-i)(1+i) = (1+2i-1)/(1+1) = 2i/2 = i (sign error inside square) (1+i)² = 1 + 2i + i² = 1 + 2i – 1 = 2i, denominator = 1 – i² = 1 – (-1) = 2, so result is i. (Some mistakenly write (1+i)² = 1 + 2i + 1)

2. Modulus and Argument | 模长与辐角

Calculating the argument of a complex number from a+b i requires careful attention to the quadrant. A common error is using θ = arctan(b/a) directly without checking whether the point lies in the second or third quadrant, which would require adding π to the principal value. Another slip is giving the argument in degrees when the question expects radians.

根据 a+b i 计算复数辐角时需格外关注象限。常见错误是直接使用 θ = arctan(b/a),而不检查该点是否位于第二或第三象限,若在第二或第三象限则需要在主值基础上加上 π。另一个失误是题目要求以弧度制给出辐角,考生却给出了度数。

Example: z = -1 + i√3. Correct argument: arctan(√3/-1) = arctan(-√3) = -π/3, but the point is in the second quadrant, so θ = π – π/3 = 2π/3. Mistake: leaving it as -π/3 or converting incorrectly.

例子:z = -1 + i√3。正确辐角:arctan(√3/-1) = -π/3,但该点位于第二象限,因此 θ = π – π/3 = 2π/3。错误:保留为 -π/3 或换算错误。

3. Solving Polynomial Equations with Real Coefficients | 具实系数多项式方程的求解

When a complex number is a root of a real polynomial, its conjugate must also be a root. Many candidates find one complex root correctly but forget to state the conjugate or use the wrong conjugate (e.g., writing 1+2i instead of 1-2i). Moreover, when constructing the quadratic factor from conjugate roots, signs in the linear factors are often muddled.

当复数是一个实系数多项式的根时,其共轭必然也是根。许多考生能正确求出一个复根,却忘了给出其共轭,或者写错了共轭(例如本该写 1-2i 却写成了 1+2i)。此外,用共轭根构造二次因式时,符号常常弄混。

Correct approach: Roots 2+i and 2-i. Quadratic factor: (z – (2+i))(z – (2-i)) = (z-2-i)(z-2+i) = (z-2)² – i² = z² – 4z + 4 + 1 = z² – 4z + 5.

正确方法:两根为 2+i 和 2-i。二次因式:(z – (2+i))(z – (2-i)) = (z-2-i)(z-2+i) = (z-2)² – i² = z² – 4z + 4 + 1 = z² – 4z + 5.

4. Matrix Multiplication | 矩阵乘法

Matrix multiplication is not commutative: AB ≠ BA in general. Candidates often multiply in the wrong order, especially when applying a transformation matrix to a column vector or composing two transformations. Another frequent error is attempting to multiply matrices with incompatible dimensions, such as a 3×2 by a 2×3 incorrectly labelled as impossible when it actually produces a 3×3.

矩阵乘法不满足交换律:通常 AB ≠ BA。考生经常弄错乘法顺序,尤其是在将变换矩阵作用于列向量或复合两个变换时。另一个常见错误是尝试将维度不匹配的矩阵相乘,例如将 3×2 与 2×3 矩阵相乘,有些学生误以为无法相乘,而实际上结果是一个 3×3 矩阵。

Pitfall Correction
For transformation T followed by S, applying matrix M_S × M_T to vector v. Wrong: M_T × M_S × v. Composite matrix is S∘T → M_S × M_T, applied as (M_S M_T) v.
Multiplying a 2×3 by a 2×3 and assuming it’s impossible. Correct dimension check: (a×b) × (b×c) → a×c, here no match. Only matrices of compatible inner dimensions can multiply: (m×n) × (n×p) yields m×p.

5. Determinant and Inverse | 行列式与逆矩阵

The 2×2 inverse formula A⁻¹ = (1/det) × [d, -b; -c, a] is well known, yet many candidates forget to divide by the determinant or swap only some of the entries. Also, if det = 0, the matrix is singular and has no inverse – a check that is often skipped. For 3×3 matrices, sign errors when calculating cofactors are very common.

2×2 矩阵的逆公式 A⁻¹ = (1/det) × [d, -b; -c, a] 尽人皆知,但很多考生忘记除以行列式,或者只交换了部分元素。此外,当 det = 0 时,矩阵是奇异的,不存在逆矩阵——这一检验常被忽略。对于 3×3 矩阵,计算余子式时符号错误极为常见。

Quick check: After finding A⁻¹, multiply A A⁻¹ to see if you obtain I. If not, backtrack.

快速检验:求出 A⁻¹ 后,计算 A A⁻¹ 是否得到单位阵 I。若不是,返回重查。

6. Linear Transformations | 线性变换

Describing geometric transformations from a given matrix is a key skill. Common errors include confusing rotation and reflection matrices, misreading the signs of entries (especially for rotations, where -sinθ appears in different positions depending on direction), and failing to link a given matrix like [0, -1; 1, 0] to a rotation of 90° clockwise about the origin.

根据给定矩阵描述其几何变换是一项核心技能。常见错误包括混淆旋转和反射矩阵、读错元素符号(特别是旋转矩阵,其中 -sinθ 的位置因方向不同而不同),以及未能将诸如 [0, -1; 1, 0] 这样的矩阵与原点上顺时针旋转 90° 联系起来。

Typical transformation matrices to remember:

需要记住的常见变换矩阵:

  • Rotation anticlockwise through θ: [cosθ, -sinθ; sinθ, cosθ]
  • Reflection in the x-axis: [1, 0; 0, -1]
  • Enlargement scale factor k: [k, 0; 0, k]

7. Binomial Expansion | 二项展开

When expanding (a + bx)ⁿ, candidates often fail to rewrite it as a(1 + (b/a)x)ⁿ before applying the standard binomial series. The expansion is only valid for |(b/a)x| < 1, and many students either omit stating the validity condition or quote it incorrectly. Another slip is forgetting to multiply back the factor aⁿ after expanding.

展开 (a + bx)ⁿ 时,考生常忘记先重写为 aⁿ(1 + (b/a)x)ⁿ,再套用标准二项级数。该展开仅在 |(b/a)x| < 1 时成立,许多学生要么遗漏说明收敛条件,要么错误地写出该条件。另一个失误是展开后忘记乘回因子 aⁿ。

Example: Expand (4 + 3x)¹/² up to x². Correct: (4(1 + (3/4)x))¹/² = 4¹/² (1 + (3/4)x)¹/² = 2[1 + (1/2)(3/4)x + ((1/2)(-1/2)/2!)(3/4)²x² + …] = 2[1 + (3/8)x – (9/128)x² + …]. Mistake: forgetting the 2 outside or using wrong powers.

例子:将 (4 + 3x)¹/² 展开至 x² 项。正确:(4(1 + (3/4)x))¹/² = 4¹/² (1 + (3/4)x)¹/² = 2[1 + (1/2)(3/4)x + ((1/2)(-1/2)/2!)(3/4)²x² + …] = 2[1 + (3/8)x – (9/128)x² + …]。错误:遗漏外面的 2 或使用了错误的指数。

8. Summation and Series | 级数求和

Standard results Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6, Σr³ = n²(n+1)²/4 apply for r from 1 to n. When the limits change (e.g., from r=5 to 60), candidates often substitute n incorrectly without splitting the sum. A frequent mistake is writing Σ_{r=5}^{60} r² = 60×61×121/6, which is wrong because the lower limit is not 1.

标准结果 Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6, Σr³ = n²(n+1)²/4 适用于 r 从 1 到 n。当下限改变时(例如从 r=5 到 60),考生经常直接代入 n=60,而没有拆分成两个从 1 开始的求和相减。常见错误是写出 Σ_{r=5}^{60} r² = 60×61×121/6,这是错误的,因为下限不为 1。

Correct: Σ_{r=5}^{60} r² = Σ_{r=1}^{60} r² – Σ_{r=1}^{4} r².

正确方法:Σ_{r=5}^{60} r² = Σ_{r=1}^{60} r² – Σ_{r=1}^{4} r²。

9. Proof by Induction | 归纳法证明

Typical induction questions involve divisibility, summation or matrix powers. Common errors: not clearly stating the assumption for n=k, forgetting to use the assumption in the n=k+1 step, or making algebraic slips when adding the (k+1)th term. For divisibility, failing to write the target expression as a multiple of the divisor is a major flaw. Also, the base case (usually n=1) must be explicitly verified.

典型的归纳法题目涉及整除性、求和或矩阵幂。常见错误:未明确写出 n=k 时的假设,在证明 n=k+1 时忘记使用归纳假设,或在添加第 k+1 项时出现代数错误。对于整除性,未能将目标表达式写成除数的倍数是一个严重缺陷。此外,基础步骤(通常 n=1)必须明验证。

Example structure: Prove Σ r(r+1) = n(n+1)(n+2)/3. Assume true for n=k: Σ_{r=1}^{k} r(r+1) = k(k+1)(k+2)/3. For n=k+1, add term (k+1)(k+2): sum = k(k+1)(k+2)/3 + (k+1)(k+2) = (k+1)(k+2)(k/3 + 1) = (k+1)(k+2)(k+3)/3. The mistake often occurs in factorisation.

示例结构:证明 Σ r(r+1) = n(n+1)(n+2)/3。假设 n=k 时成立:Σ_{r=1}^{k} r(r+1) = k(k+1)(k+2)/3。对于 n=k+1,添加项 (k+1)(k+2):总和 = k(k+1)(k+2)/3 + (k+1)(k+2) = (k+1)(k+2)(k/3 + 1) = (k+1)(k+2)(k+3)/3。错误常出现在因式分解环节。

10. Modulus-Argument Form and Multiplication | 模-辐角形式与乘法

Writing complex numbers in modulus-argument form (r(cosθ + i sinθ)) simplifies multiplication and division. However, many candidates waste time by converting back to Cartesian form unnecessarily. A common error is adding angles incorrectly or using degrees within radian-based arguments. When dividing, some subtract the angles in the wrong order.

将复数写成模-辐角形式(r(cosθ + i sinθ))可以简化乘法和除法。然而,很多考生不必要地转为笛卡尔形式而浪费了大量时间。常见错误是角度相加时出错,或者在应以弧度制表示辐角时使用了度数。做除法时,有人将角度相减的顺序弄反了。

Rule: If z₁ = r₁ cis(θ₁), z₂ = r₂ cis(θ₂), then z₁z₂ = r₁r₂ cis(θ₁+θ₂), z₁/z₂ = (r₁/r₂) cis(θ₁ – θ₂). Always check your arguments are in the correct range (-π < θ ≤ π) after addition.

规则:若 z₁ = r₁ cis(θ₁), z₂ = r₂ cis(θ₂),则 z₁z₂ = r₁r₂ cis(θ₁+θ₂), z₁/z₂ = (r₁/r₂) cis(θ₁ – θ₂)。相加后记得检查辐角是否落在正确区间(通常 -π < θ ≤ π)。


Published by TutorHao | Further Mathematics Revision Series | aleveler.com

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

Comments

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

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