📚 PDF资源导航

A-Level OCR Further Mathematics: Core Knowledge Review | A-Level OCR 进阶数学:核心知识点梳理

📚 A-Level OCR Further Mathematics: Core Knowledge Review | A-Level OCR 进阶数学:核心知识点梳理

The OCR A-Level Further Mathematics syllabus extends pure mathematics into advanced topics essential for university study. This review summarises key concepts from the compulsory Pure Core modules (FP1 and FP2), covering complex numbers, matrices, hyperbolic functions, polar coordinates, differential equations, and more. Each section provides concise explanations to reinforce understanding and exam readiness.

OCR A-Level 进阶数学课程将纯数学延伸到大学必备的高阶主题。本文梳理必修纯核心模块(FP1和FP2)的关键知识点,涵盖复数、矩阵、双曲函数、极坐标、微分方程等。每个部分提供简明的解释,帮助巩固理解,为考试做好准备。

1. Complex Numbers | 复数

The imaginary unit i is defined by i² = -1. A complex number is written as z = a + bi, where a, b ∈ ℝ. The real part is Re(z) = a and the imaginary part is Im(z) = b. Complex numbers extend the real number system and are fundamental in solving polynomial equations.

虚数单位 i 定义为 i² = -1。复数写作 z = a + bi,其中 a, b 为实数。实部为 Re(z)=a,虚部为 Im(z)=b。复数扩展了实数系统,在求解多项式方程中至关重要。

The complex conjugate of z = a + bi is z* = a – bi. The modulus is |z| = √(a² + b²). The argument arg(z) is the angle θ from the positive real axis to the line joining the origin to the point (a, b) on an Argand diagram. The principal argument usually lies in (-π, π].

复数 z=a+bi 的共轭为 z*=a-bi。模为 |z|=√(a² + b²)。辐角 arg(z) 是在 Argand 图中从正实轴到点 (a,b) 连线的角度 θ。主值通常取 (-π, π]。

z = a + bi, z* = a – bi, |z| = √(a² + b²), arg(z) = θ

复数代数形式、共轭、模和辐角的关系。

Operations with complex numbers follow arithmetic rules, treating i like a variable and replacing i² with -1. Division uses the conjugate: (a+bi)/(c+di) = (a+bi)(c-di)/(c²+d²). The product of a complex number and its conjugate gives the square of the modulus: z z* = |z|².

复数运算遵循算术规则,将 i 看作变量并用 -1 替换 i²。除法利用共轭:(a+bi)/(c+di) = (a+bi)(c-di)/(c²+d²)。复数与共轭之积等于模的平方:z z* = |z|²。

De Moivre’s theorem states that for any integer n, (r(cos θ + i sin θ))ⁿ = rⁿ(cos nθ + i sin nθ). This is particularly powerful for computing powers and roots of complex numbers. The exponential form uses Euler’s formula: e^(iθ) = cos θ + i sin θ, so z = r e^(iθ).

棣莫弗定理指出,对于任意整数 n,(r(cos θ + i sin θ))ⁿ = rⁿ(cos nθ + i sin nθ)。这对计算复数的乘幂与方根极为有用。指数形式使用欧拉公式:e^(iθ) = cos θ + i sin θ,因此 z = r e^(iθ)。

(cos θ + i sin θ)ⁿ = cos nθ + i sin nθ, e^(iθ) = cos θ + i sin θ

棣莫弗定理与欧拉公式的简洁表达。

For a polynomial with real coefficients, complex roots occur in conjugate pairs. If a + bi is a root, then a – bi is also a root. This property helps in factorising polynomials and finding all roots from a given complex root.

对于实系数多项式,复数根以共轭对出现。若 a+bi 为根,则 a-bi 也为根。这一性质有助于因式分解和从已知复根找出所有根。


2. Matrices and Transformations | 矩阵与变换

Matrices are rectangular arrays of numbers used to represent linear transformations, solve systems of equations, and handle geometric mappings. The order of a matrix is given by rows × columns. For multiplication, the number of columns in the first must equal the number of rows in the second.

矩阵是数字的矩形阵列,用于表示线性变换、求解方程组和处理几何映射。矩阵的阶为行 × 列。相乘时,第一个矩阵的列数必须等于第二个矩阵的行数。

The 2×2 identity matrix I = [1 0; 0 1] and 3×3 identity matrix satisfy MI = IM = M. A matrix is singular if its determinant is zero; otherwise it is non-singular and has an inverse. The inverse of a 2×2 matrix M = [[a, b], [c, d]] is M⁻¹ = 1/(ad-bc) [[d, -b], [-c, a]], provided ad-bc ≠ 0.

2×2 单位矩阵 I = [1 0; 0 1] 和 3×3 单位矩阵满足 MI = IM = M。若行列式为零,矩阵为奇异矩阵;否则为非奇异矩阵且存在逆矩阵。2×2 矩阵 M = [[a, b], [c, d]] 的逆为 M⁻¹ = 1/(ad-bc) [[d, -b], [-c, a]],要求 ad-bc ≠ 0。

det(M) = ad – bc, M⁻¹ = (1/det(M)) adj(M)

行列式与伴随矩阵求逆公式。

Matrices represent geometric transformations: rotations, reflections, stretches, and shears. For example, a rotation by angle θ anticlockwise is given by [[cos θ, -sin θ], [sin θ, cos θ]]. Repeated transformations correspond to matrix multiplication in the correct order (right to left).

矩阵表示几何变换:旋转、反射、拉伸和剪切。例如,逆时针旋转 θ 角的矩阵为 [[cos θ, -sin θ], [sin θ, cos θ]]。连续变换对应于从右到左的正确顺序的矩阵相乘。

Systems of linear equations can be solved using inverse matrices: AX = B ⇒ X = A⁻¹B, or by row reduction to upper triangular form. A unique solution exists when det(A) ≠ 0. Otherwise there are either no solutions or infinitely many solutions depending on consistency.

线性方程组可用逆矩阵求解:AX = B ⇒ X = A⁻¹B,或通过行化简化为上三角形式。当 det(A) ≠ 0 时有唯一解;否则视一致性,可能无解或有无穷多解。


3. Roots of Polynomials | 多项式的根

The relationships between the coefficients of a polynomial and its roots are vital for constructing equations and solving problems without explicitly finding the roots. For a quadratic ax² + bx + c = 0 with roots α, β: α + β = -b/a, αβ = c/a. For a cubic ax³ + bx² + cx + d = 0 with roots α, β, γ: Σα = -b/a, Σαβ = c/a, αβγ = -d/a. Similar patterns extend to quartics.

多项式系数与根之间的关系对于构造方程以及在不必显式求出根的情况下解题至关重要。二次方程 ax² + bx + c = 0,两根 α, β:α+β = -b/a,αβ = c/a。三次方程 ax³+bx²+cx+d=0,根 α,β,γ:Σα = -b/a,Σαβ = c/a,αβγ = -d/a。类似规律推广到四次方程。

Σα = -b/a, Σαβ = c/a, αβγ = -d/a

三次方程根与系数的韦达公式。

Given one or more roots, you can form new polynomials whose roots are related by a transformation, such as squares, reciprocals, or linear shifts. Use substitution to find the equation satisfied by the new variable, then apply symmetric sums to determine coefficients.

已知某些根,可以构造具有相关新根的多项式,例如平方、倒数或线性平移的根。用代换法求出新变量满足的方程,然后利用对称和确定系数。


4. Series and Summation | 级数与求和

Standard summation formulas are essential tools: Σr = ½ n(n+1), Σr² = ⅙ n(n+1)(2n+1), Σr³ = ¼ n²(n+1)². These allow evaluation of polynomial series by combining terms linearly. The method of differences, or telescoping, simplifies series where terms cancel consecutively.

标准求和公式是基本工具:Σr = ½ n(n+1),Σr² = ⅙ n(n+1)(2n+1),Σr³ = ¼ n²(n+1)²。这使得可以通过线性组合计算多项式级数。差分法(相消法)可简化连续项抵消的级数。

Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6, Σr³ = n²(n+1)²/4

常用级数求和公式。

To sum a series like Σ 1/(r(r+1)), rewrite using partial fractions: 1/(r(r+1)) = 1/r – 1/(r+1). Then the sum from r=1 to n telescopes to 1 – 1/(n+1). This technique is widely applicable for rational expressions.

对于级数如 Σ 1/(r(r+1)),使用部分分式改写:1/(r(r+1)) = 1/r – 1/(r+1),然后从 r=1 到 n 求和相消为 1 – 1/(n+1)。此方法广泛适用于有理表达式。

The binomial expansion for (1+x)ⁿ with rational or negative n is an important series. It converges for |x| < 1 and its general term involves the binomial coefficient n choose r.

指数为有理数或负数的二项式展开 (1+x)ⁿ 是一重要级数。当 |x| < 1 时收敛,通项涉及二项式系数。


5. Mathematical Induction | 数学归纳法

Mathematical induction proves statements P(n) for all positive integers n. The process: (1) Base case – verify P(1) is true. (2) Inductive step – assume P(k) true for some k, then prove P(k+1) true. (3) Conclusion – by PMI, P(n) holds for all n ∈ ℕ.

数学归纳法证明命题 P(n) 对所有正整数 n 成立。步骤:(1) 基础情形——验证 P(1) 为真。(2) 归纳步骤——假设 P(k) 对某 k 为真,证明 P(k+1) 为真。(3) 结论——由归纳原理,P(n) 对所有自然数 n 成立。

Common induction types include proving summation formulas, divisibility statements (e.g., 3ⁿ + 7ⁿ is divisible by 10 for odd n), matrix power identities, and recurrence inequalities. The induction hypothesis is used to manipulate the expression for k+1 into the required form.

常见归纳类型包括证明求和公式、整除命题(如 3ⁿ+7ⁿ 在 n 为奇数时被 10 整除)、矩阵幂恒等式和递推不等式。利用归纳假设将 k+1 的表达式变形为所需形式。


6. Hyperbolic Functions | 双曲函数

Hyperbolic functions are defined by sinh x = (eˣ – e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2, tanh x = sinh x / cosh x. They relate to the rectangular hyperbola x² – y² = 1 in an analogous way to how circular functions relate to the unit circle. Osborne’s rule helps convert trigonometric identities to hyperbolic ones: replace sin² with -sinh² (change sign whenever product of two sines appears).

双曲函数定义为 sinh x = (eˣ – e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2, tanh x = sinh x / cosh x。它们与直角双曲线 x² – y² = 1 的关系类似于圆函数与单位圆的关系。Osborne 法则有助于将三角恒等式转化为双曲恒等式:将 sin² 替换为 -sinh²(每当出现两个正弦之积时变号)。

cosh² x – sinh² x = 1, sinh 2x = 2 sinh x cosh x, cosh 2x = cosh² x + sinh² x

基本双曲恒等式。

The derivatives: d/dx sinh x = cosh x, d/dx cosh x = sinh x, d/dx tanh x = sech² x. Integration yields inverse forms: ∫ dx/√(x²+a²) = arsinh(x/a) + c, ∫ dx/√(x²-a²) = arcosh(x/a) + c for x > a > 0, ∫ dx/(a²-x²) = (1/a) artanh(x/a) + c for |x| < a.

导数:d/dx sinh x = cosh x, d/dx cosh x = sinh x, d/dx tanh x = sech² x。积分给出反函数形式:∫ dx/√(x²+a²) = arsinh(x/a) + c,∫ dx/√(x²-a²) = arcosh(x/a) + c (x>a>0),∫ dx/(a²-x²) = (1/a) artanh(x/a) + c (|x|


7. Polar Coordinates | 极坐标

In polar coordinates, a point is given by (r, θ) where r = distance from origin, θ = angle from the initial line. The conversions are x = r cos θ, y = r sin θ, and r² = x² + y². Curves such as cardioid, limacon, and spirals are expressed in the form r = f(θ).

在极坐标中,点由 (r, θ) 表示,其中 r 为到原点的距离,θ 为从极轴量起的角度。转换关系为 x = r cos θ,y = r sin θ,r² = x²+y²。心形线、蚶线、螺线等曲线用 r = f(θ) 表示。

The area enclosed by a polar curve r = r(θ) between θ = α and θ = β is ½ ∫ r² dθ. The arc length is ∫ √(r² + (dr/dθ)²) dθ. Be careful to use the correct limits and symmetric properties to avoid double counting.

极坐标曲线 r = r(θ) 在 θ = α 到 β 之间的面积为 ½ ∫ r² dθ。弧长为 ∫ √(r² + (dr/dθ)²) dθ。务必正确使用积分限并利用对称性,避免重复计算。

A = ½ ∫ r² dθ, s = ∫ √(r² + (dr/dθ)²) dθ

极坐标下面积与弧长公式。


8. Differential Equations | 微分方程

First-order separable equations: dy/dx = f(x)g(y) ⇒ ∫ 1/g(y) dy = ∫ f(x) dx. An integrating factor solves linear first-order ODEs of the form dy/dx + P(x)y = Q(x); the IF is e^(∫P dx). Multiply through to get d/dx (y·IF) = Q·IF, then integrate.

一阶可分离变量方程:dy/dx = f(x)g(y) ⇒ ∫ 1/g(y) dy = ∫ f(x) dx。积分因子用于求解一阶线性常微分方程 dy/dx + P(x)y = Q(x);积分因子为 e^(∫P dx)。两端相乘得 d/dx (y·IF) = Q·IF,然后积分。

Second-order linear constant-coefficient equations: a d²y/dx² + b dy/dx + c y = f(x). First solve the auxiliary equation am² + bm + c = 0. If roots are real and distinct (m₁, m₂), complementary function (CF) is A e^(m₁x) + B e^(m₂x). For repeated root m, CF = (A + Bx) e^(mx). For complex roots α ± iβ, CF = e^(αx)(A cos βx + B sin βx). The particular integral (PI) is found using the form of f(x): polynomial, exponential, or trigonometric.

二阶线性常系数方程:a d²y/dx² + b dy/dx + c y = f(x)。先解辅助方程 am²+bm+c=0。若根为相异实根 m₁, m₂,补函数 CF = A e^(m₁x) + B e^(m₂x)。若为重根 m,CF = (A+Bx)e^(mx)。若为复根 α±iβ,CF = e^(αx)(A cos βx + B sin βx)。特解积分 PI 根据 f(x) 的形式(多项式、指数或三角)选定。

The general solution is y = CF + PI. Boundary or initial conditions determine the arbitrary constants.

通解为 y = CF + PI。边界条件或初始条件确定任意常数。


9. Vectors in 3D | 三维向量

Vectors in three dimensions are written as xi + yj + zk or as column vectors. The magnitude is |v| = √(x² + y² + z²). The scalar (dot) product a·b = |a||b| cos θ = x₁x₂ + y₁y₂ + z₁z₂. It is used to find angles and test perpendicularity. The vector (cross) product a × b produces a vector perpendicular to both a and b with magnitude |a||b| sin θ, giving area of a parallelogram.

三维向量写作 xi+yj+zk 或列向量。模为 |v| = √(x²+y²+z²)。点积 a·b = |a||b|cos θ = x₁x₂+y₁y₂+z₁z₂,用于求角度和检验垂直。叉积 a×b 得到垂直于 a 和 b 的向量,模为 |a||b| sin θ,表示平行四边形面积。

The vector equation of a line is r = a + λd, where a is a point on the line and d is the direction vector. The plane can be given as r·n = p (scalar product form) or r = a + λu + μv (parametric form). The angle between two planes is the angle between their normals. The shortest distance from a point to a line or plane uses perpendicular geometry.

直线的向量方程为 r = a + λd,其中 a 为线上一点,d 为方向向量。平面可用 r·n = p(点积形式)或 r = a + λu + μv 表示。两平面夹角即法向量的夹角。点到直线或平面的最短距离利用垂直几何求解。


10. Maclaurin Series | 麦克劳林级数

The Maclaurin series expansion of a function f(x) about x = 0 is f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … = Σ (f⁽ⁿ⁾(0) xⁿ / n!). It is valid for values of x where the infinite series converges and is an important tool for approximations and limits.

函数 f(x) 在 x=0 处的麦克劳林展开为 f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … = Σ (f⁽ⁿ⁾(0) xⁿ / n!)。它在级数收敛的范围内成立,是近似和极限问题的重要工具。

f(x) = Σ_(n=0)∞ f⁽ⁿ⁾(0) xⁿ/n!

麦克劳林级数通式。

Standard expansions include: eˣ = 1 + x + x²/2! + x³/3! + … for all x; sin x = x – x³/3! + x⁵/5! – … ; cos x = 1 – x²/2! + x⁴/4! – … ; ln(1+x) = x – x²/2 + x³/3 – … for -1 < x ≤ 1; and (1+x)ⁿ = 1 + nx + n(n-1)x²/2! + ... for |x| < 1. Composite functions can be expanded by substitution provided the series composition is valid.

标准展开包括:eˣ = 1 + x + x²/2! + x³/3! + … 对所有 x 成立;sin x = x – x³/3! + x⁵/5! – …;cos x = 1 – x²/2! + x⁴/4! – …;ln(1+x) = x – x²/2 + x³/3 – … (-1 < x ≤ 1);以及 (1+x)ⁿ = 1 + nx + n(n-1)x²/2! + ... (|x|<1)。复合函数可在级数合成有效的条件下通过代换展开。

To find the series for tan x up to x³, use tan x = sin x / cos x and perform term-by-term division or use known expansions. Limits such as lim_(x→0) (eˣ – 1 – x – x²/2)/x³ = 1/6 are evaluated quickly by series substitution.

求 tan x 的 x³ 项展开,可使用 tan x = sin x / cos x 并逐项除法,或利用已知展开。极限如 lim_(x→0) (eˣ – 1 – x – x²/2)/x³ = 1/6 可通过级数代换快速得到。

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