📚 PDF资源导航

A-Level Further Mathematics: Last-Minute Revision Notes | A-Level 进阶数学:考前冲刺笔记

📚 A-Level Further Mathematics: Last-Minute Revision Notes | A-Level 进阶数学:考前冲刺笔记

Welcome to your last‑minute revision guide for A-Level Further Mathematics. This article concentrates the core definitions, key formulas, and the most common mistakes from the pure mathematics syllabus. Use it to refresh your memory, avoid typical traps, and walk into the exam with confidence.

欢迎阅读A-Level进阶数学考前冲刺指南。本文浓缩了纯数部分的核心定义、关键公式和最高频的易错点,帮助你快速回顾、避开常见陷阱,自信地步入考场。


1. Complex Numbers | 复数

Euler’s relation links exponentials and trigonometry: eⁱθ = cosθ + i sinθ. From this, de Moivre’s theorem gives (cosθ + i sinθ)ⁿ = cos(nθ) + i sin(nθ) for any integer n.

欧拉公式连接指数与三角:eⁱθ = cosθ + i sinθ。由此得到的棣莫弗定理为 (cosθ + i sinθ)ⁿ = cos(nθ) + i sin(nθ),对任意整数 n 成立。

To find the nth roots of z = reⁱθ, write z^(1/n) = r^(1/n) e^(i(θ + 2kπ)/n) with k = 0, 1, …, n−1. The roots are equally spaced around a circle of radius r^(1/n).

求 z = reⁱθ 的 n 次方根时,用 z^(1/n) = r^(1/n) e^(i(θ + 2kπ)/n),k = 0,1,…,n−1。所有根均匀分布在半径为 r^(1/n) 的圆上。

Never forget that the argument must be in radians and that the principal argument usually lies in (−π, π]. When solving loci such as |z − (a+bi)| = r, always interpret it geometrically as a circle.

切记幅角须用弧度表示,主值通常落在 (−π, π] 内。遇到如 |z − (a+bi)| = r 的轨迹方程,要立即从几何上理解为圆。

eⁱθ = cosθ + i sinθ


2. Matrices and Linear Transformations | 矩阵与线性变换

For a 2×2 matrix M = [[a, b], [c, d]], its determinant is det(M) = ad − bc. M is singular if det(M) = 0. The inverse is M⁻¹ = (1/det(M)) [[d, −b], [−c, a]], provided det(M) ≠ 0.

对于 2×2 矩阵 M = [[a, b], [c, d]],行列式为 det(M) = ad − bc。若 det(M) = 0,矩阵是奇异矩阵。其逆矩阵为 M⁻¹ = (1/det(M)) [[d, −b], [−c, a]],前提是 det(M) ≠ 0。

Eigenvalues λ satisfy det(M − λI) = 0. Once you have λ, eigenvectors are non‑zero solutions to (M − λI)v = 0. A matrix can be diagonalised if it has a full set of linearly independent eigenvectors.

特征值 λ 满足 det(M − λI) = 0。求出 λ 后,特征向量为非零向量 v,满足 (M − λI)v = 0。若矩阵具有一组完备的线性无关特征向量,则可对角化。

Linear transformations: a rotation by θ uses [[cosθ, −sinθ], [sinθ, cosθ]]; a reflection in the line y = x tanθ uses [[cos2θ, sin2θ], [sin2θ, −cos2θ]]. Check that the matrix maps basis vectors correctly.

线性变换:绕原点旋转 θ 角的矩阵为 [[cosθ, −sinθ], [sinθ, cosθ]];关于直线 y = x tanθ 的反射矩阵为 [[cos2θ, sin2θ], [sin2θ, −cos2θ]]。务必检验矩阵对基向量的作用是否正确。


3. Vectors and Planes | 向量与平面

A straight line in 3D can be written as r = a + t d, where a is a point on the line and d is a direction vector. A plane is defined by r ⋅ n = p, with n being a normal vector and p a constant.

三维空间中的直线可表示为 r = a + t d,a 为直线上一点,d 为方向向量。平面由 r ⋅ n = p 定义,n 为法向量,p 为常数。

To find the intersection of a line and a plane, substitute the line equation into the plane equation and solve for t. For the angle between a line and a plane, use sinφ = |d ⋅ n| / (|d| |n|).

求直线与平面的交点时,将直线方程代入平面方程解出 t 即可。直线与平面的夹角 φ 满足 sinφ = |d ⋅ n| / (|d| |n|)。

The shortest distance from a point with position vector p to the plane r ⋅ n = d is |p ⋅ n − d| / |n|. For the distance between two skew lines, use the scalar triple product technique.

点 p 到平面 r ⋅ n = d 的最短距离为 |p ⋅ n − d| / |n|。对于两条异面直线的距离,需利用标量三重积的方法。


4. Hyperbolic Functions | 双曲函数

Definitions: sinh x = (eˣ − e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2, tanh x = sinh x / cosh x. The fundamental identity is 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。

Derivatives: d/dx sinh x = cosh x; d/dx cosh x = sinh x; d/dx tanh x = sech² x. For inverse hyperbolic functions, use logarithmic forms, e.g., arsinh x = ln(x + √(x² + 1)).

求导:d/dx sinh x = cosh x;d/dx cosh x = sinh x;d/dx tanh x = sech² x。反双曲函数的导数和积分常借助对数形式,如 arsinh x = ln(x + √(x² + 1))。

Integrals similar to ∫ 1/√(x² + a²) dx can be recognised as arsinh(x/a) + c. Always check whether a trigonometric or hyperbolic substitution makes the integral standard.

形如 ∫ 1/√(x² + a²) dx 的积分可化为 arsinh(x/a) + c。遇到根号下的平方和或平方差时,优先考虑三角或双曲代换。


5. Polar Coordinates | 极坐标

A curve is given by r = f(θ). The area enclosed by a polar curve between θ = α and θ = β is (1/2) ∫ r² dθ. The arc length from θ = α to θ = β is ∫ √(r² + (dr/dθ)²) dθ.

极坐标曲线由 r = f(θ) 给出。曲线在 θ = α 到 θ = β 之间围成的面积为 (1/2) ∫ r² dθ。对应的弧长公式为 ∫ √(r² + (dr/dθ)²) dθ。

Tangents parallel to the initial line occur where d/dθ (r sinθ) = 0; tangents perpendicular to the initial line occur where d/dθ (r cosθ) = 0. Sketching loops of cardioids (r = a(1+cosθ)) and roses (r = a cos(nθ)) is a frequent exam task.

平行于极轴的切线发生在 d/dθ (r sinθ) = 0 处;垂直于极轴的切线发生在 d/dθ (r cosθ) = 0 处。画出心形线 (r = a(1+cosθ)) 和玫瑰线 (r = a cos(nθ)) 的图形是常见考题。

A common error is forgetting to square r inside the area integral, or using limits in the wrong order when the curve traces over itself.

常见错误:面积积分中忘记对 r 平方,或在曲线自交时使用了错误的积分限。


6. Differential Equations | 微分方程

First‑order: separate variables if possible, giving ∫ (1/g(y)) dy = ∫ f(x) dx. For linear equations dy/dx + P(x)y = Q(x), the integrating factor is e^(∫ P dx).

一阶方程:若能分离变量,则化为 ∫ (1/g(y)) dy = ∫ f(x) dx。对于线性方程 dy/dx + P(x)y = Q(x),积分因子为 e^(∫ P dx)。

Second‑order linear ODEs with constant coefficients: for a d²y/dx² + b dy/dx + c y = f(x), solve the auxiliary equation a m² + b m + c = 0. The complementary function depends on whether roots are real distinct, repeated, or complex.

常系数二阶线性常微分方程:a d²y/dx² + b dy/dx + c y = f(x),辅助方程为 a m² + b m + c = 0。余函数形式取决于根是相异实根、重根还是复根。

Particular integral: guess a form based on f(x) — polynomial, exponential, trigonometric, or a combination — and substitute to find coefficients. If the standard guess duplicates part of the complementary function, multiply by x.

特解:根据 f(x) 的类型假设形式(多项式、指数、三角或其组合),代入方程确定系数。若假设形式与余函数中某项重合,则需乘以 x。


7. Series and Summation | 级数与求和

Standard results that must be memorised:

必须熟记的标准求和结果:

∑ₐᴺ r = n(n+1)/2
∑ₐᴺ r² = n(n+1)(2n+1)/6
∑ₐᴺ r³ = n²(n+1)²/4

The method of differences splits a general term into f(r) − f(r+1) or similar so that terms telescope. This is particularly handy for sums of rational functions such as 1/(r(r+1)).

裂项相消法将通项拆分为 f(r) − f(r+1) 的形式,使各项相互抵消。这对于有理函数求和(如 1/(r(r+1)))特别有效。

When asked to find the sum to n terms and then to infinity, evaluate lim(n→∞) Sₙ. Watch out for nth‑term tests and always write the final expression in a factorised form where possible.

若题目要求先求前 n 项和再求无穷和,需计算 lim(n→∞) Sₙ。注意第 n 项检验,并尽量将结果写成因式分解形式。


8. Proof by Induction | 归纳法证明

Structure: state the proposition P(n); verify the base case (usually n=1); assume P(k) is true; prove P(k+1) using that assumption; write a concluding statement.

结构:明确命题 P(n);验证基础情况(通常为 n=1);假设 P(k) 成立;在此基础上证明 P(k+1);写出结论声明。

Induction frequently appears in summation proofs, divisibility (show f(k+1) is a multiple of d), matrix powers, and inequalities. For divisibility, aim to express f(k+1) as a linear combination of f(k) and a clearly divisible term.

归纳法常用于求和证明、整除性(如证 f(k+1) 是 d 的倍数)、矩阵乘幂和不等式。处理整除问题时,设法将 f(k+1) 表示为 f(k) 与一个明显可被 d 整除项的线性组合。

For inequalities, the key step is often to start from the assumption P(k) and then multiply or add something, carefully checking the direction of the inequality sign. Don’t forget to link the final expression to P(k+1).

不等式的证明常常从假设 P(k) 出发,通过乘法或加法进行操作,同时务必留意不等号的方向。最终必须清晰地过渡到 P(k+1) 的形式。


9. Roots of Polynomials | 多项式根

For a cubic x³ + px² + qx + r = 0 with roots α, β, γ: Σα = −p, Σαβ = q, αβγ = −r. Relationships for quartics extend similarly.

对于三次方程 x³ + px² + qx + r = 0,根为 α, β, γ,则有 Σα = −p,Σαβ = q,αβγ = −r。四次方程的根与系数关系可类似推广。

When constructing a new equation whose roots are a transformation of the original (e.g., α², 1/α, α+1), set y equal to the transformed root expression, rearrange to make x the subject, and substitute into the original equation.

构造新方程,其根为原方程根的变换形式(如 α²、1/α、α+1)时,令 y 等于变换后的根表达式,解出 x 并代入原方程即可。

Problems often ask for symmetric functions like Σα² (which is (Σα)² − 2Σαβ). Get comfortable manipulating these identities without finding the actual roots.

考题经常要求对称函数,如 Σα² = (Σα)² − 2Σαβ。要熟练运用这些恒等式,而无需真正求出根的值。


10. Exam Strategy and Common Pitfalls | 考试策略与常见错误

Read the question carefully: underline whether the required direction is parallel or perpendicular, whether the angle is in degrees or radians, and whether the answer needs an exact or approximate form.

仔细审题:画出关键词,如要求平行还是垂直、角度使用度还是弧度、答案需精确值还是近似值。

Sketch graphs whenever possible — for complex loci, polar curves, or hyperbolic functions — even a rough sketch can prevent sign errors.

尽可能画草图——复数轨迹、极坐标曲线或双曲函数图像——即使是简图也能有效避免符号错误。

Manage your time: if a proof or algebra becomes too messy, leave it, earn the marks you can elsewhere, and return later. Always check your solution satisfies the original equation where applicable.

时间管理:若某道证明或代数运算变得过于冗杂,果断跳过,先拿稳其他分数,之后回头再做。只要适用,务必将解代回原方程检验。

Finally, write down formulas and method steps even if you cannot finish — method marks are valuable. Remember: a calm, systematic approach is your best tool in the exam room.

最后,即便无法完成计算,也要写出公式和解题步骤——方法分非常宝贵。请牢记:冷静、有条不紊的解题习惯是考场中最好的工具。

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