📚 Key Concepts from A-Level Further Maths Unit 4 (January 2020 Paper) | A-Level 进阶数学第四单元(2020年1月试卷)知识点精讲
This article provides a focused review of the core topics appearing in a typical A-Level Further Mathematics Unit 4 paper, using the January 2020 session as a reference. We will explore complex numbers in polar form, de Moivre’s theorem, matrices and their eigenvalues, Maclaurin series, hyperbolic functions, and further calculus techniques. Each section is designed to reinforce your understanding and exam technique with bilingual explanations and essential formulae.
本文以2020年1月的A-Level进阶数学第四单元试卷为参考,对常考核心知识点进行精讲。内容涵盖复数的极坐标形式、棣莫弗定理、矩阵与特征值、麦克劳林级数、双曲函数以及进阶微积分技巧。每个部分均采用中英双语讲解,帮你巩固理解并掌握关键公式。
1. Complex Numbers in Polar Form | 复数的极坐标形式
A complex number z = x + iy can be represented in polar form as r(cos θ + i sin θ), where the modulus r = √(x² + y²) and the argument θ = arctan(y/x), adjusted for the correct quadrant. This form is especially useful for multiplication, division, and finding powers.
复数 z = x + iy 可以用极坐标形式表示为 r(cos θ + i sin θ),其中模长 r = √(x² + y²),辐角 θ = arctan(y/x) 需根据象限调整。这种表示法在复数乘除和求幂运算中极为有用。
The principal argument is usually taken in the interval (–π, π]. The polar form makes the geometric interpretation clear: r is the distance from the origin, and θ is the angle measured from the positive real axis.
主辐角通常取在 (–π, π] 区间内。极坐标形式让几何意义一目了然:r 代表到原点的距离,θ 代表从正实轴量起的角度。
z = r(cos θ + i sin θ) = r eiθ
2. De Moivre’s Theorem and Applications | 棣莫弗定理及其应用
De Moivre’s theorem states that for any real number n, (cos θ + i sin θ)n = cos(nθ) + i sin(nθ). It is a powerful tool for computing powers and roots of complex numbers, and for deriving trigonometric identities.
棣莫弗定理指出,对任意实数 n,有 (cos θ + i sin θ)n = cos(nθ) + i sin(nθ)。它是计算复数乘方与开方、推导三角恒等式的重要工具。
For example, to find (1 + i√3)⁵, express 1 + i√3 in polar form as 2(cos(π/3) + i sin(π/3)), then raise to the 5th power to get 32(cos(5π/3) + i sin(5π/3)) = 16 – 16√3 i. This avoids tedious binomial expansion.
例如,计算 (1 + i√3)⁵ 时,可先将 1 + i√3 化为极坐标 2(cos(π/3) + i sin(π/3)),再 5 次方得 32(cos(5π/3) + i sin(5π/3)) = 16 – 16√3 i,避免了繁琐的二项式展开。
(r eiθ)n = rn ei nθ
3. Roots of Unity and Complex Roots | 单位根与复根
The n-th roots of unity are the solutions to zn = 1. They are given by zk = e2πk i/n for k = 0, 1, …, n–1. These points lie equally spaced on the unit circle in the complex plane.
n 次单位根是方程 zn = 1 的解,形式为 zk = e2πk i/n,k = 0, 1, …, n–1。这些点在复平面的单位圆上均匀分布。
More generally, to solve zn = w (w ≠ 0), write w in polar form w = R eiφ, then the roots are zk = R1/n ei(φ + 2πk)/n. In an exam question, you may be asked to plot them or use properties like sum of roots = 0.
更一般地,解 zn = w(w ≠ 0)时,先将 w 写成极坐标 w = R eiφ,则根为 zk = R1/n ei(φ + 2πk)/n。考试中常要求画出根的分布图或利用根之和为 0 等性质。
zk = ⁿ√R · ei(φ + 2πk)/n
4. Matrices and Determinants | 矩阵与行列式
A square matrix A has a determinant det(A) which is a scalar revealing whether the matrix is singular (det = 0) or invertible (det ≠ 0). For a 2×2 matrix [[a, b], [c, d]], det = ad – bc. For a 3×3, expansion by minors or Sarrus’ rule is used.
方阵 A 有一个行列式 det(A),它是一个标量,能够揭示矩阵是否奇异(det = 0)或可逆(det ≠ 0)。对 2×2 矩阵 [[a, b], [c, d]],行列式为 ad – bc;对 3×3 矩阵,可用余子式展开或 Sarrus 法则。
The inverse of a 2×2 matrix is (1/det) [[d, –b], [–c, a]]. For 3×3 or larger, you use the adjugate method. Determinants also represent area/volume scale factors of linear transformations.
2×2 矩阵的逆为 (1/det) [[d, –b], [–c, a]]。对于 3×3 或更高阶,使用伴随矩阵法。行列式还表示线性变换的面积/体积缩放因子。
det(A) = a(ei – fh) – b(di – fg) + c(dh – eg)
5. Eigenvalues and Eigenvectors | 特征值与特征向量
For a square matrix A, an eigenvector v satisfies Av = λv, where λ is the corresponding eigenvalue. The eigenvalues are found by solving the characteristic equation det(A – λI) = 0.
对于方阵 A,若存在非零向量 v 满足 Av = λv,则 v 为特征向量,λ 为对应的特征值。特征值通过解特征方程 det(A – λI) = 0 求得。
Eigenvectors are then found by substituting each eigenvalue back into (A – λI)v = 0 and solving the homogeneous system. These concepts appear in diagonalisation problems and systems of differential equations.
将每个特征值代回 (A – λI)v = 0 并解齐次方程组即可求出特征向量。这些概念常用于矩阵对角化与微分方程组中。
λ solves |A – λI| = 0
6. Maclaurin Series Expansions | 麦克劳林级数展开
The Maclaurin series of a function f(x) is its Taylor expansion about x = 0: f(x) = Σ (f(n)(0)/n!) xn from n=0 to ∞. Standard expansions for ex, sin x, cos x, ln(1+x), and (1+x)m must be memorised.
函数的麦克劳林级数是其在 x = 0 处的泰勒展开:f(x) = Σ (f(n)(0)/n!) xn(n 从 0 到 ∞)。必须熟记 ex、sin x、cos x、ln(1+x) 和 (1+x)m 的标准展开式。
You may be asked to derive a series using differentiation or to combine known series. For example, to expand ln(1+sin x), first expand sin x, then substitute into the ln(1+u) series and simplify up to desired powers.
题目可能会要求通过求导推导级数,或组合已知级数。例如,展开 ln(1+sin x),可先写出 sin x 的级数,再代入 ln(1+u) 展开式中,并整理至所需次幂。
ex = 1 + x + x²/2! + x³/3! + …
7. Hyperbolic Functions | 双曲函数
The hyperbolic functions are defined as sinh x = (ex – e–x)/2, cosh x = (ex + e–x)/2, and tanh x = sinh x / cosh x. They are analogous to trigonometric functions but relate to the unit hyperbola.
双曲函数定义为 sinh x = (ex – e–x)/2,cosh x = (ex + e–x)/2,tanh x = sinh x / cosh x。它们与三角函数相似,但基于单位双曲线。
Key identities include cosh²x – sinh²x = 1, and derivative formulas: d/dx(sinh x) = cosh x, d/dx(cosh x) = sinh x. Inverse hyperbolic functions are often expressed in terms of natural logarithms, e.g. arsinh x = ln(x + √(x²+1)).
重要恒等式有 cosh²x – sinh²x = 1,导数公式为 d/dx(sinh x) = cosh x,d/dx(cosh x) = sinh x。反双曲函数常用对数表示,如 arsinh x = ln(x + √(x²+1))。
cosh²x – sinh²x = 1
8. Second Order Differential Equations | 二阶微分方程
A homogeneous second order linear ODE with constant coefficients has the form a d²y/dx² + b dy/dx + c y = 0. The auxiliary equation is am² + bm + c = 0. Its roots determine the general solution: distinct real roots m₁, m₂ give y = A em₁x + B em₂x; repeated root m gives y = (A + Bx) emx; complex roots α ± iβ give y = eαx(C cos βx + D sin βx).
常系数齐次二阶线性微分方程形如 a d²y/dx² + b dy/dx + c y = 0。其辅助方程为 am² + bm + c = 0。根的类别决定通解形式:相异实根 m₁, m₂ 时 y = A em₁x + B em₂x;重根 m 时 y = (A + Bx) emx;复根 α ± iβ 时 y = eαx(C cos βx + D sin βx)。
For non-homogeneous equations, find the particular integral using a trial function based on the form of the right-hand side (polynomial, exponential, trigonometric, or combination). Add this to the complementary function.
对于非齐次方程,需根据右边函数的形式(多项式、指数、三角函数或其组合)设定特解的试探函数,然后将其与余函数相加。
d²y/dx² + 4 dy/dx + 5y = 0 → m = –2 ± i → y = e–2x(A cos x + B sin x)
9. Reduction Formulae for Integration | 积分的递推公式
A reduction formula expresses an integral involving a parameter n in terms of a similar integral with parameter n–1 (or lower). It is often derived by integration by parts. For example, let In = ∫ xn ekx dx, then integration by parts gives In = (1/k) xn ekx – (n/k) In–1.
递推公式将含参数 n 的积分用含 n–1(或更低)的同类型积分表示,通常通过分部积分法导出。例如,设 In = ∫ xn ekx dx,分部积分可得 In = (1/k) xn ekx – (n/k) In–1。
Such formulae are invaluable when evaluating definite integrals like In = ∫₀¹ xn (1–x)½ dx. You typically derive the reduction formula, then evaluate I₀ or I₁, and work upwards.
这类公式在计算定积分时非常有用,如 In = ∫₀¹ xn (1–x)½ dx。一般先导出递推式,再求出 I₀ 或 I₁,然后递推至所需的 n。
In = ∫ sinnx dx → In = –(1/n) sinn–1x cos x + (n–1)/n In–2
10. L’Hôpital’s Rule and Limits | 洛必达法则与极限
L’Hôpital’s rule is used to evaluate limits that produce indeterminate forms 0/0 or ∞/∞. If lim f(x)/g(x) gives 0/0, then the limit equals lim f'(x)/g'(x) provided the latter exists. It is particularly handy in Maclaurin series contexts to verify coefficients.
洛必达法则用于求解产生 0/0 或 ∞/∞ 不定型的极限。若 lim f(x)/g(x) 为 0/0,则极限等于 lim f'(x)/g'(x),只要后者存在。该法则在麦克劳林级数中验证系数时特别方便。
For example, limx→0 (sin x – x)/x³, using the rule three times (since first two applications still give 0/0) yields –1/6. Always check that the indeterminate form persists before reapplying the rule.
例如,limx→0 (sin x – x)/x³,使用三次法则(前两次仍为 0/0)得到 –1/6。重复使用前务必检查是否仍为不定式。
limx→0 (ex – 1 – x)/x² = limx→0 (ex – 1)/(2x) = limx→0 ex/2 = 1/2
Published by TutorHao | Further Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导