📚 A-Level Further Maths Unit 4 (June 2022) Knowledge Points | A-Level 进阶数学单元4 (2022年6月) 知识点精讲
The June 2022 A-Level Further Mathematics Unit 4 paper (typically Further Pure 2) tests a range of advanced topics that build directly on the core pure content of Year 1. Success in this paper requires fluency with complex numbers in polar form, hyperbolic functions, polar coordinates, matrix transformations, second-order differential equations, Maclaurin series, and proof by induction. This article unpacks each key topic, offering clear explanations and worked examples to help you revise efficiently.
2022年6月的A-Level进阶数学单元4试卷(通常为Further Pure 2)考查了一系列高级主题,这些内容直接建立在第一年核心纯数知识之上。要想在这份试卷中取得成功,需要熟练掌握极坐标形式的复数、双曲函数、极坐标、矩阵变换、二阶微分方程、麦克劳林级数以及数学归纳法证明。本文逐一剖析各个核心知识点,提供清晰的解释和例题,帮助你高效复习。
1. Complex Numbers in Polar Form | 复数的极坐标形式
Any complex number z = x + iy can be expressed in polar form as z = r(cos θ + i sin θ), where r = |z| = √(x² + y²) and θ = arg z. This representation is especially useful for multiplication, division, and finding powers or roots using de Moivre’s theorem: zⁿ = rⁿ(cos nθ + i sin nθ).
任意复数 z = x + iy 都可以表示为极坐标形式 z = r(cos θ + i sin θ),其中 r = |z| = √(x² + y²),θ = arg z。这种表示法在乘法、除法以及利用棣莫弗定理求幂或求根时特别有用:zⁿ = rⁿ(cos nθ + i sin nθ)。
To multiply two complex numbers, multiply their moduli and add their arguments: z₁z₂ = r₁r₂(cos(θ₁+θ₂) + i sin(θ₁+θ₂)). Division works analogously by dividing moduli and subtracting arguments. For solving equations like zⁿ = a + ib, we express both sides in polar form and then apply de Moivre’s theorem to find all n distinct roots, which are equally spaced around a circle of radius r^(1/n).
两个复数相乘时,模长相乘,辐角相加:z₁z₂ = r₁r₂(cos(θ₁+θ₂) + i sin(θ₁+θ₂))。除法类似,模长相除,辐角相减。对于求解形如 zⁿ = a + ib 的方程,我们将两边都表示为极坐标形式,然后利用棣莫弗定理求出所有 n 个不同的根,这些根均匀分布在半径为 r^(1/n) 的圆周上。
2. Hyperbolic Functions and Their Inverses | 双曲函数及其反函数
Hyperbolic functions are defined in terms of exponential functions: sinh x = (eˣ − e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2, and tanh x = sinh x / cosh x. They satisfy identities similar to trigonometric functions but with key sign differences, for example cosh² x − sinh² x = 1.
双曲函数通过指数函数定义:sinh x = (eˣ − e⁻ˣ)/2,cosh x = (eˣ + e⁻ˣ)/2,tanh x = sinh x / cosh x。它们满足与三角函数类似的恒等式,但符号有重要差异,例如 cosh² x − sinh² x = 1。
You must be able to differentiate and integrate hyperbolic functions: d/dx(sinh x) = cosh x, d/dx(cosh x) = sinh x. The inverse hyperbolic functions, such as arsinh x, arcosh x and artanh x, are often required for integration problems. Their logarithmic forms are given in the formula booklet: arsinh x = ln(x + √(x²+1)), arcosh x = ln(x + √(x²−1)) for x ≥ 1, artanh x = ½ ln((1+x)/(1−x)) for |x| < 1.
你需要能够对双曲函数进行求导和积分:d/dx(sinh x) = cosh x,d/dx(cosh x) = sinh x。反双曲函数,如 arsinh x、arcosh x 和 artanh x,在积分问题中经常出现。它们的对数形式在公式手册中有提供:arsinh x = ln(x + √(x²+1)),arcosh x = ln(x + √(x²−1)),x ≥ 1,artanh x = ½ ln((1+x)/(1−x)),|x| < 1。
3. Polar Coordinates and Curve Sketching | 极坐标与曲线绘制
In polar coordinates, a point is defined by (r, θ), where r is the distance from the origin (pole) and θ is the angle measured from the positive x‑axis. Curves are often given in the form r = f(θ). Common examples include cardioids r = a(1 + cos θ), limacons, and roses such as r = a sin nθ.
在极坐标中,一个点由 (r, θ) 定义,其中 r 是到原点(极点)的距离,θ 是从正 x 轴测量的角度。曲线通常以 r = f(θ) 的形式给出。常见的例子包括心形线 r = a(1 + cos θ)、蜗线以及玫瑰线如 r = a sin nθ。
To find the area enclosed by a polar curve, use the formula A = ½ ∫ r² dθ, with appropriate limits. The limits are often determined by finding the values of θ for which r = 0. When finding tangents parallel or perpendicular to the initial line, convert to Cartesian coordinates using x = r cos θ, y = r sin θ and differentiate parametrically: dy/dx = (dy/dθ) / (dx/dθ).
要计算极坐标曲线所围成的面积,使用公式 A = ½ ∫ r² dθ,并选择合适的积分限。积分限通常通过求使 r = 0 的 θ 值来确定。当求平行或垂直于初始线的切线时,利用 x = r cos θ、y = r sin θ 转换为笛卡尔坐标,并通过参数求导得到 dy/dx = (dy/dθ) / (dx/dθ)。
4. Matrices and Linear Transformations | 矩阵与线性变换
Unit 4 extends matrix algebra to 3×3 matrices, their determinants, and inverses. The determinant of a 3×3 matrix A can be found by expansion along any row or column. A matrix is singular if det(A) = 0, meaning it has no inverse. You should be able to find the inverse using the adjugate method or row operations.
单元4将矩阵代数扩展到 3×3 矩阵、其行列式和逆矩阵。3×3 矩阵 A 的行列式可以通过沿任意行或列展开来计算。如果 det(A) = 0,则该矩阵是奇异的,意味着它没有逆矩阵。你需要能够使用伴随矩阵法或行变换法求逆矩阵。
Matrices can represent linear transformations in 3D space, such as rotations about a coordinate axis, reflections in a plane, and enlargements. To determine the image of a point or line, multiply its position vector by the transformation matrix. Combining transformations corresponds to multiplying their matrices, with the order being from right to left. You also need to interpret eigenvalues and eigenvectors in the context of invariant lines and planes.
矩阵可以表示三维空间中的线性变换,例如绕坐标轴的旋转、关于平面的反射以及缩放。要求一个点或一条直线的像,只需将其位置向量乘以变换矩阵。将多个变换组合在一起相当于将它们的矩阵相乘,顺序为从右向左。你还需要在不变直线和不变平面的情境下解释特征值和特征向量。
5. Second-Order Differential Equations | 二阶微分方程
Second-order linear differential equations with constant coefficients appear frequently. The homogeneous form is a d²y/dx² + b dy/dx + c y = 0. The auxiliary equation a m² + b m + c = 0 gives the roots m₁ and m₂. If the roots are real and distinct, the general solution is y = A e^(m₁x) + B e^(m₂x); if repeated, y = (A + Bx) e^(mx); if complex, m = α ± iβ, the solution is y = e^(αx)(A cos βx + B sin βx).
常系数二阶线性微分方程经常出现。齐次形式为 a d²y/dx² + b dy/dx + c y = 0。辅助方程 a m² + b m + c = 0 给出根 m₁ 和 m₂。如果根是实根且不同,通解为 y = A e^(m₁x) + B e^(m₂x);如果为重根,通解为 y = (A + Bx) e^(mx);如果为复根 m = α ± iβ,解为 y = e^(αx)(A cos βx + B sin βx)。
For non-homogeneous equations, the particular integral (PI) is found by making a suitable trial function based on the form of the right-hand side: for a polynomial, try a polynomial; for e^(kx), try C e^(kx); for sin kx or cos kx, try C sin kx + D cos kx. The complete solution is the sum of the complementary function (CF) and the PI. Boundary or initial conditions are then used to find A and B.
对于非齐次方程,特解积分(PI)通过根据右边项的形式设定适当的试探函数来求得:对于多项式,尝试多项式;对于 e^(kx),尝试 C e^(kx);对于 sin kx 或 cos kx,尝试 C sin kx + D cos kx。完整解为余函数(CF)与 PI 之和。然后利用边界条件或初始条件求出 A 和 B。
6. Maclaurin and Taylor Series | 麦克劳林与泰勒级数
The Maclaurin series expansion of a function f(x) about x = 0 is f(x) = f(0) + f'(0) x + f”(0)/2! x² + … + fⁿ(0)/n! xⁿ + … You must know the standard expansions for eˣ, sin x, cos x, ln(1+x), and (1+x)ⁿ, and be able to derive series for composite functions such as e^(−x²) or cos 2x by substitution.
函数 f(x) 在 x = 0 处的麦克劳林级数展开为 f(x) = f(0) + f'(0) x + f”(0)/2! x² + … + fⁿ(0)/n! xⁿ + … 你必须熟记 eˣ、sin x、cos x、ln(1+x) 和 (1+x)ⁿ 的标准展开式,并能够通过代换推导出复合函数(如 e^(−x²) 或 cos 2x)的级数。
Taylor series generalises this to an expansion about x = a: f(x) = f(a) + f'(a)(x−a) + f”(a)/2! (x−a)² + … This is useful for approximating functions near a specific point. In Unit 4, questions often test the ability to approximate values, estimate errors, and use series to evaluate limits, such as lim_(x→0) (sin x − x)/x³.
泰勒级数将其推广到关于 x = a 的展开:f(x) = f(a) + f'(a)(x−a) + f”(a)/2! (x−a)² + … 这对于在特定点附近近似函数很有用。在单元4中,题目经常考查近似求值、估计误差以及利用级数求极限的能力,例如 lim_(x→0) (sin x − x)/x³。
7. Further Calculus: Reduction Formulae | 进阶微积分:约化公式
Reduction formulae are powerful tools for integrating functions involving powers, particularly trigonometric functions and exponentials. If Iₙ = ∫ xⁿ eˣ dx, or Iₙ = ∫ sinⁿ x dx, we use integration by parts to relate Iₙ to Iₙ₋₁ or Iₙ₋₂. The formula allows you to reduce the power step by step until a base integral is reached.
约化公式是积分含幂函数(特别是三角函数和指数函数)的强大工具。如果 Iₙ = ∫ xⁿ eˣ dx 或 Iₙ = ∫ sinⁿ x dx,我们使用分部积分法将 Iₙ 与 Iₙ₋₁ 或 Iₙ₋₂ 联系起来。该公式使你能够逐步降低幂次,直到得到基础积分。
For example, for Iₙ = ∫₀^(π/2) sinⁿ x dx, the reduction formula is Iₙ = (n−1)/n Iₙ₋₂. Then, depending on whether n is odd or even, you evaluate down to I₁ = 1 or I₀ = π/2. This technique is frequently tested in the context of finding exact values of definite integrals that appear in series expansions or volume calculations.
例如,对于 Iₙ = ∫₀^(π/2) sinⁿ x dx,约化公式为 Iₙ = (n−1)/n Iₙ₋₂。然后根据 n 是奇数还是偶数,求值至 I₁ = 1 或 I₀ = π/2。这种技巧经常在求级数展开或体积计算中出现的定积分精确值时被考查。
8. Proof by Induction | 数学归纳法证明
Mathematical induction is a standard method for proving statements involving natural numbers. The process involves three steps: base case (prove true for n = 1), inductive hypothesis (assume true for n = k), and inductive step (prove true for n = k+1 using the assumption). Common statements include summation formulae, divisibility results, and matrix powers.
数学归纳法是证明与自然数有关的命题的标准方法。该过程包括三个步骤:基础情形(证明 n = 1 时成立)、归纳假设(假设 n = k 时成立)以及归纳步骤(利用假设证明 n = k+1 时成立)。常见的命题包括求和公式、整除性结论以及矩阵的幂。
For example, to prove ∑ᵣ₌₁ⁿ r² = n(n+1)(2n+1)/6, you verify n=1, assume the formula holds for n=k, then add the (k+1)th term to the left side and manipulate to match the formula with n=k+1. For matrix powers, you assume Aᵏ has a particular form and then multiply by A to obtain Aᵏ⁺¹ and show it matches the predicted form.
例如,要证明 ∑ᵣ₌₁ⁿ r² = n(n+1)(2n+1)/6,你需要验证 n=1,假设公式对 n=k 成立,然后将第 (k+1) 项加到左边并进行代数运算,使其与 n=k+1 时的公式相匹配。对于矩阵的幂,假设 Aᵏ 具有特定形式,然后乘以 A 得到 Aᵏ⁺¹ 并证明它与预测的形式一致。
9. Vectors: Lines and Planes in 3D | 向量:三维直线与平面
Vector equations for a straight line can be written as r = a + t b, where a is a position vector on the line and b is a direction vector. To find the angle between two lines, use the dot product of their direction vectors: cos θ = |b₁ · b₂| / (|b₁||b₂|).
直线的向量方程可以写为 r = a + t b,其中 a 是线上一点的位置向量,b 是方向向量。要求两条直线之间的夹角,使用它们方向向量的点积:cos θ = |b₁ · b₂| / (|b₁||b₂|)。
A plane can be defined by r · n = d, where n is the normal vector. The intersection of a line and a plane is found by substituting the line equation into the plane equation. The angle between a line and a plane is the complement of the angle between the line’s direction vector and the normal. The shortest distance from a point to a line or plane is also a key skill, often solved using perpendicular vectors or projection formulae.
平面可以由 r · n = d 定义,其中 n 是法向量。直线与平面的交点通过将直线方程代入平面方程来求得。直线与平面的夹角是直线方向向量与法向量之间夹角的余角。点到直线或平面的最短距离也是一项关键技能,通常利用垂直向量或投影公式来解决。
10. Numerical Methods for Differential Equations | 微分方程的数值解法
When an analytical solution to a first-order differential equation is impossible, numerical methods such as Euler’s step-by-step method or the improved Euler method are used. The formula for Euler’s method is yₙ₊₁ = yₙ + h f(xₙ, yₙ), where h is the step size. The improved method (Heun’s) uses an average of gradients at the start and end of the interval for better accuracy.
当一阶微分方程无法求得解析解时,会使用数值方法,如欧拉逐步法或改进欧拉法。欧拉法的公式为 yₙ₊₁ = yₙ + h f(xₙ, yₙ),其中 h 是步长。改进方法(Heun法)使用区间起点和终点梯度的平均值,以提高精度。
Questions may ask you to apply the method over a given range, construct a table of values, or compare the approximate solution with the exact one. Pay close attention to the required number of iterations and the requested degree of accuracy. These methods can also be linked to the mid-ordinate rule or Simpson’s rule for approximating areas under curves when definite integrals cannot be evaluated exactly.
题目可能要求你在给定范围内应用该法、构建数值表,或者将近似解与精确解进行比较。需要特别注意所要求的迭代次数和所需的精度。这些方法也可以与用于近似曲线下面积的中纵线法则或辛普森法则联系起来,当定积分无法精确求值时尤为有用。
Published by TutorHao | Further Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导