📚 PDF资源导航

Common Mistakes in Further Maths Core Pure 1 | 进阶数学核心纯数1 易错点总结

📚 Common Mistakes in Further Maths Core Pure 1 | 进阶数学核心纯数1 易错点总结

Core Pure 1 lays the groundwork for Further Mathematics, introducing abstract ideas that demand both algebraic fluency and conceptual clarity. Many marks are dropped through recurring slips rather than a lack of understanding. This article collects the most frequent pitfalls and shows how to sidestep them in your exam.

核心纯数1 是进阶数学的地基,引入的概念既需要代数熟练度,也要求概念清晰。许多丢分并非源于不懂,而是重复发生的细小错误。本文汇总最高频的陷阱,并说明如何在考试中避开它们。

1. Complex Numbers | 复数

A classic mistake is solving z³ = 8 and giving only z = 2, forgetting that an nth-degree polynomial has exactly n complex roots.

经典错误是解 z³ = 8 时只给出 z = 2,忘记 n 次多项式恰好有 n 个复数根。

Always write z³ = 8 e^(i(0+2kπ)) so the three roots are 2 e^(i·0), 2 e^(i·2π/3), 2 e^(i·4π/3). Missing the non-real roots will cost marks.

务必写成 z³ = 8 e^(i(0+2kπ)),从而得到三个根 2 e^(i·0)、2 e^(i·2π/3)、2 e^(i·4π/3)。漏掉非实根必然丢分。

Another common slip is leaving the argument of a complex number outside the principal range (−π, π]. For example, giving arg(1 − i) as 7π/4 instead of −π/4.

另一个常见疏漏是把辐角主值留在 (−π, π] 之外,例如将 arg(1 − i) 写成 7π/4 而非 −π/4。

When dividing complex numbers, students occasionally try to split the real and imaginary parts without multiplying by the conjugate of the denominator, leading to arithmetic tangle.

进行复数除法时,学生有时不乘以分母的共轭就直接拆分实部与虚部,导致运算混乱。

Finally, do not treat |z₁z₂| = |z₁||z₂| casually without considering that arg(z₁z₂) = arg z₁ + arg z₂; mixing up modulus and argument rules is a frequent source of error.

最后,不要随意处理 |z₁z₂| = |z₁||z₂| 而忽略了 arg(z₁z₂) = arg z₁ + arg z₂;把模长和辐角的运算法则混用是常见错误源。


2. Roots of Polynomials | 多项式根

Sign errors in the relationships between roots and coefficients are rife: α + β + γ = −b/a, not b/a. Students often drop the minus sign when writing the sum of roots.

根与系数关系中的正负号错误比比皆是:α + β + γ = −b/a,而不是 b/a。学生在写根的和时常常漏掉负号。

When finding α² + β² + γ², the formula (α+β+γ)² − 2(αβ+βγ+γα) is well known, yet the factor 2 is frequently omitted.

在求 α² + β² + γ² 时,公式 (α+β+γ)² − 2(αβ+βγ+γα) 大家都记得,但因子 2 经常被遗漏。

Many forget that complex roots appear in conjugate pairs only when the polynomial has real coefficients. Given a cubic with a complex coefficient, you cannot automatically assume the conjugate is also a root.

很多人忘记复数根成对出现的前提是多项式系数为实数。对于复系数三次方程,不可自动假设共轭也是根。

Building a new polynomial from transformed roots, for instance roots are 2α+1, is a high-risk area. A safer routine is to let y = 2x+1, express x in terms of y, substitute back, and clear denominators.

通过根变换构造新多项式,例如根为 2α+1,是高风险区域。更稳妥的做法是设 y = 2x+1,用 y 表示 x,代回原方程并去分母。


3. Matrices | 矩阵

Matrix multiplication is not commutative: AB ≠ BA in general. Students frequently multiply in the wrong order, especially when combining transformations.

矩阵乘法不满足交换律:一般情况下 AB ≠ BA。学生经常把乘法顺序搞错,尤其在复合变换时。

When finding the inverse of a 2×2 matrix, many write down the adjugate matrix but forget to divide by the determinant. A quick check: multiply your answer by the original matrix; if you don’t get I, you missed the scalar factor.

求 2×2 矩阵的逆时,许多人写出了伴随矩阵却忘记除以行列式。快速检验:将你的答案与原矩阵相乘,若得不到单位阵 I,就是漏了标量因子。

If the determinant is zero, the matrix is singular and has no inverse. Trying to apply the formula regardless produces nonsense and wastes time.

若行列式为零,矩阵是奇异的,不存在逆矩阵。强行套用公式只会得出无意义的结果并浪费时间。

For a composite transformation, the first transformation applied is represented by the rightmost matrix. Reversing this order is one of the most persistent errors in matrix questions.

对于复合变换,先作用的变换对应最右边的矩阵。颠倒这一顺序是矩阵题中最顽固的错误之一。

When using the determinant as an area scale factor, remember to take the absolute value. A negative determinant indicates orientation reversal but still scales area by its magnitude.

用行列式作面积缩放因子时,切记取绝对值。负行列式表示方向反转,但面积缩放仍由其模长给出。


4. Summation of Series | 级数求和

The standard results for Σr, Σr² and Σr³ are valid from r = 1 to n. If the summation starts at r = 0 or r = 2, adjust by subtracting missing terms instead of blindly plugging n.

Σr、Σr²、Σr³ 的标准结果适用于 r = 1 到 n。如果求和的起点是 r = 0 或 r = 2,应该减去缺少的项再代入,而不是盲目使用 n。

In the method of differences, cancelling terms looks easy, but one misaligned term at the beginning or end destroys the whole simplification. Always write out at least the first two and last two terms explicitly.

裂项相消法看上去简单,但只要开头或结尾错位一项,整个化简就失败了。务必至少明确写出前两项和后两项。

A frequent slip is forgetting that Σc from r=1 to n equals cn, not c. Many leave the constant term unchanging after summation.

一个常见失误是忘记 ∑c (从 r=1 到 n) 等于 cn,而不是 c。许多人在求和后常数项仍保持不变。

When proving a sum by induction, first find a conjectured expression. Relying on induction to ‘discover’ the formula without a candidate leads to dead ends.

用归纳法证明和式时,先要找出猜测表达式。试图用归纳法“发现”公式而没有候选式将走入死胡同。


5. Proof by Induction | 归纳法证明

The base case must be fully verified with the smallest valid n—often n = 1, but sometimes n = 2 for statements involving sequences that require two initial terms. A casual “true for n=1” without showing working loses a mark.

奠基步必须用最小的有效 n 进行完全验证——通常是 n = 1,但某些涉及两个初始项的命题需从 n = 2 开始。只写“当 n=1 时成立”而不展示过程会丢分。

The inductive hypothesis must be stated explicitly: “Assume true for n = k”. Leaving it implicit makes the proof incomplete.

归纳假设必须明确陈述:“假设 n = k 时命题成立”。暗示而不明说会让证明不完整。

In the inductive step for n = k+1, the key is to extract the n = k case and use the assumption. Writing a string of algebra that never references the hypothesis fails the proof.

在 n = k+1 的归纳步骤中,关键是提取出 n = k 的情形并使用假设。写一堆代数推导却从未引用假设,证明是失败的。

Divisibility proofs often trip students up when they try to express f(k+1) directly. A reliable technique is to consider f(k+1) − f(k) or f(k+1) − m·f(k) and show the difference is divisible.

整除性证明在学生试图直接表达 f(k+1) 时常常卡住。可靠技巧是考虑 f(k+1) − f(k) 或 f(k+1) − m·f(k),并证明差可被整除。


6. Vectors | 向量

Dot product and cross product serve different purposes: a·b gives a scalar for angles and projections, while a×b yields a vector perpendicular to both. Mixing them up in distance formulas leads to disaster.

点乘和叉乘用途不同:a·b 给出用于角度和投影的标量,而 a×b 给出垂直于两者的向量。在距离公式中将两者混淆会导致灾难。

For the distance from a point to a line, the numerator is |(p−a)×d| where a is a point on the line and d the direction vector; the denominator is |d|. Many omit the absolute value or use dot product incorrectly.

点到直线的距离,分子为 |(p−a)×d|,其中 a 为直线上一点,d 为方向向量;分母为 |d|。很多人遗漏绝对值或错误地使用点乘。

When finding the equation of a plane from three points, compute two direction vectors and then the cross product to get the normal. Forgetting that the normal must be non-zero and checking with a third point is a safety net many skip.

由三点求平面方程时,先计算两个方向向量,再叉乘得到法向量。别忘了法向量必须非零,并用第三点检验——这个安全网很多人跳过了。

Shortest distance between two skew lines requires the scalar triple product technique; confusing the formula with that for parallel lines is a common mistake.

两条异面直线的最短距离需要用标量三重积技巧;将其与平行直线间的距离公式混淆是常见错误。


7. Hyperbolic Functions | 双曲函数

The fundamental identity is cosh²x − sinh²x = 1, not cosh²x + sinh²x = 1. A single plus sign turns a correct solution into a complete loss of marks.

基本恒等式是 cosh²x − sinh²x = 1,而不是 cosh²x + sinh²x = 1。一个加号就会让正确解答变成全错。

Derivatives of hyperbolic functions are straightforward: d/dx(sinh x) = cosh x, d/dx(cosh x) = sinh x. Yet in the exam pressure, students often flip the signs or confuse them with the negatives in trigonometric derivatives.

双曲函数的导数很直接:d/dx(sinh x) = cosh x,d/dx(cosh x) = sinh x。然而在考试压力下,学生经常把正负号弄反或与三角函数的负号混淆。

When integrating, a common error is treating ∫1/√(x²−1) dx as arsinh x instead of arcosh x (for x ≥ 1). Know the standard forms precisely.

积分时常见错误是将 ∫1/√(x²−1) dx 当作 arsinh x 而不是 arcosh x(x ≥ 1)。必须精确掌握标准形式。

For logarithmic forms of inverse hyperbolic functions, the domain of arcosh x is x ≥ 1, and the formula arcosh x = ln(x + √(x²−1)) is valid only there. Waving this domain often leads to undefined values.

反双曲函数的对数形式中,arcosh x 的定义域是 x ≥ 1,公式 arcosh x = ln(x + √(x²−1)) 仅在该域成立。忽略定义域常导致无定义的值。

When proving hyperbolic identities, apply Osborn’s rule: replace cos → cosh, sin → i sinh, and change the sign of any product (or implied product) of two sines.

证明双曲恒等式时应用 Osborn 法则:将 cos 替换为 cosh,sin 替换为 i sinh,并改变任何两个正弦乘积(或隐含乘积)的正负号。


8. Polar Coordinates | 极坐标

The area enclosed by a polar curve is ½ ∫ r² dθ. Forgetting the ½ factor is one of the most heavily penalised mistakes across the whole paper.

极坐标曲线围成的面积是 ½ ∫ r² dθ。忘记 ½ 系数是全卷扣分最重的错误之一。

When finding tangents, convert to Cartesian parameters: x = r cosθ, y = r sinθ. Then dy/dx = (dy/dθ) / (dx/dθ). Writing dy/dx = dy/dθ · dx/dθ is a catastrophic slip.

求切线时,转换为参数形式:x = r cosθ,y = r sinθ。那么 dy/dx = (dy/dθ) / (dx/dθ)。写成 dy/dx = dy/dθ · dx/dθ 是灾难性的错误。

Sketching polar curves, students often ignore values of θ that make r negative, missing loops or petals. Always check the period and symmetry before drawing.

画极坐标曲线草图时,学生常忽略使 r 为负值的 θ,导致漏画环或花瓣。绘图前务必检查周期和对称性。

When finding points of intersection of two polar curves, solving r₁ = r₂ works, but also check if the curves meet at the pole with different θ values. Missing the pole is a frequent omission.

求两条极坐标曲线的交点时,解 r₁ = r₂ 可行,但也要检查曲线是否在不同 θ 下于极点相交。漏掉极点是一个常见疏忽。


9. Calculus Techniques | 微积分技巧

Integrating 1/(a² + x²) gives (1/a) arctan(x/a) + C. Leaving out the 1/a factor is incredibly common; always differentiate your result mentally to verify.

积分 1/(a² + x²) 得到 (1/a) arctan(x/a) + C。漏掉 1/a 因子的情况极其常见;务必用心算求导检验你的结果。

In integration by parts, choosing u and dv correctly using LIATE (Logs, Inverse trig, Algebraic, Trig, Exponentials) helps avoid loops that go nowhere. Writing the formula as ∫u dv = uv − ∫v du and keeping everything neat prevents algebraic drift.

分部积分中,使用 LIATE 原则(对数、反三角、代数、三角、指数)正确选取 u 和 dv,可以避免无解循环。清晰地写出公式 ∫u dv = uv − ∫v du 并保持整洁,防止代数走形。

For hyperbolic substitutions such as √(x² + a²), set x = a sinh u. Then dx = a cosh u du, and the square root simplifies to a cosh u. Forgetting to transform dx is a regular trap.

对于像 √(x² + a²) 这样的双曲代换,设 x = a sinh u,则 dx = a cosh u du,根号化为 a cosh u。忘记变换 dx 是常设陷阱。

Differentiating inverse trigonometric functions, d/dx (arctan x) = 1/(1+x²), but for arctan(kx) the chain rule brings a factor k. Students often write just 1/(1+k²x²) without the k in the numerator.

对反三角函数求导,d/dx (arctan x) = 1/(1+x²),但对于 arctan(kx),链式法则会带来因子 k。学生往往只在分母写出 1+k²x² 而分子忘记 k。


10. Differential Equations | 微分方程(一阶)

When separating variables, after integration you must introduce the constant of integration immediately. Writing ln|y| = f(x) and then y = e^(f(x)) + C is wrong; the constant must appear as y = A e^(f(x)).

分离变量积分后,必须立刻引入积分常数。错误写法:ln|y| = f(x) 然后 y = e^(f(x)) + C;正确做法是将常数写为 y = A e^(f(x))。

Dealing with modulus signs correctly: ln|y| = g(x) implies |y| = e^(g(x)), so y = ± e^(g(x)), which is absorbed into the arbitrary constant A (which can be positive or negative). Ignoring the ± loses half of the solution family.

正确处理绝对值:ln|y| = g(x) 意味着 |y| = e^(g(x)),因此 y = ± e^(g(x)),正负号并入任意常数 A(可正可负)。忽略 ± 会丢掉一半解族。

Always use the given initial condition to find the particular constant. Students sometimes leave the answer as a general solution and wonder why they lost the final mark.

务必使用所给初始条件确定特解常数。有些学生将通解作为最终答案,然后疑惑为何丢了最后一分。

Check if the equation is linear and requires an integrating factor; however, Core Pure 1 mainly tests separation of variables. Attempting an integrating factor where it isn’t needed wastes time and risks mistakes.

检查方程是否为线性并需要积分因子;不过核心纯数1主要考查分离变量法。在不必要时尝试积分因子既费时又易错。


Published by TutorHao | Further Maths Core Pure 1 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