📚 Year 12 CIE Further Mathematics: Core Knowledge Points Review | Year 12 CIE 进阶数学:核心知识点梳理
Year 12 CIE Further Mathematics builds on the foundations of ordinary A Level Mathematics and introduces more abstract and powerful tools. The AS Level syllabus (typically covering Further Pure Mathematics 1 and an applied module) develops essential skills in complex numbers, matrices, proof by induction, polar coordinates, hyperbolic functions, differential equations and 3D vectors. Mastering these core topics is crucial for success in the full A Level and for university courses in mathematics, physics and engineering. This revision guide provides a bilingual walkthrough of the key concepts, with definitions, useful formulae and typical problem-solving approaches.
Year 12 CIE 进阶数学建立在普通 A Level 数学的基础上,引入了更抽象、更强大的工具。AS 阶段的课程(通常涵盖 Further Pure Mathematics 1 和一个应用模块)着重培养复数、矩阵、数学归纳法、极坐标、双曲函数、微分方程和三维向量等核心技能。掌握这些基础主题对于在完整的 A Level 考试中取得好成绩以及为数学、物理和工程等大学课程做好准备至关重要。本复习指南以双语形式梳理核心概念,给出定义、常用公式和典型的解题思路。
1. Complex Numbers | 复数
The set of complex numbers extends the real numbers by introducing i = √(-1). Any complex number can be written in Cartesian form z = x + iy, where x, y ∈ ℝ. The real part is Re(z) = x and the imaginary part is Im(z) = y. The complex conjugate is z* = x – iy.
复数集通过引入 i = √(-1) 对实数系进行扩张。任意复数均可写为笛卡儿形式 z = x + iy,其中 x, y ∈ ℝ。实部为 Re(z) = x,虚部为 Im(z) = y。复共轭为 z* = x – iy。
Operations with complex numbers follow the usual algebraic rules with i² = -1. Addition, subtraction and multiplication are straightforward. Division is performed by multiplying numerator and denominator by the conjugate of the denominator.
复数的运算遵循通常的代数法则,且 i² = -1。加减法和乘法均直接进行。除法通过将分子与分母同时乘以分母的共轭来实现。
The modulus of z, defined as |z| = √(x² + y²), represents the distance from the origin in the Argand diagram. The argument arg(z) = θ satisfies tan θ = y/x, with attention to the quadrant. The polar form is z = r(cos θ + i sin θ) = reⁱ⁰, where r = |z|. De Moivre’s theorem states that (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ) for integer n, which can be used to find powers and roots of complex numbers.
z 的模定义为 |z| = √(x² + y²),表示在阿甘特图上到原点的距离。辐角 arg(z) = θ 满足 tan θ = y/x,需注意象限。极坐标形式为 z = r(cos θ + i sin θ) = reⁱ⁰,其中 r = |z|。棣莫弗定理指出,对于整数 n,(cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ),可用来求复数的乘幂和方根。
Solving equations such as z³ = 1 yields the cube roots of unity 1, ω and ω² with 1 + ω + ω² = 0. The complex exponential form eⁱ⁰ = cos θ + i sin θ simplifies multiplication and division.
求解如 z³ = 1 的方程即可得到三次单位根 1, ω 和 ω²,满足 1 + ω + ω² = 0。复指数形式 eⁱ⁰ = cos θ + i sin θ 可简化乘除法运算。
2. Matrices and Linear Transformations | 矩阵与线性变换
A matrix is a rectangular array of numbers. The order of a matrix is given by m × n (rows × columns). Addition and subtraction are defined for matrices of the same order, and multiplication is defined when the number of columns of the first equals the number of rows of the second: (m × n)(n × p) gives an m × p matrix.
矩阵是一个矩形的数字阵列。矩阵的阶用 m × n(行 × 列)表示。同阶矩阵可进行加减法,乘法要求第一个矩阵的列数等于第二个矩阵的行数:(m × n)(n × p) 得到一个 m × p 矩阵。
The determinant of a 2 × 2 matrix A = [[a, b], [c, d]] is det A = ad – bc. If det A ≠ 0, the inverse exists: A⁻¹ = (1/det A) [[d, -b], [-c, a]]. A singular matrix has zero determinant and no inverse.
2 × 2 矩阵 A = [[a, b], [c, d]] 的行列式为 det A = ad – bc。若 det A ≠ 0,则逆矩阵存在:A⁻¹ = (1/det A) [[d, -b], [-c, a]]。奇异矩阵的行列式为零,没有逆矩阵。
Linear transformations in the plane can be represented by 2 × 2 matrices. A point (x, y) written as a column vector is mapped to (x’, y’) by [[a, b], [c, d]] [x; y] = [x’; y’]. Common transformations include rotations, reflections, enlargements, shears and stretches. The area scale factor of a transformation is |det A|.
平面上的线性变换可用 2 × 2 矩阵表示。将点 (x, y) 写为列向量,经 [[a, b], [c, d]] [x; y] = [x’; y’] 映射到 (x’, y’)。常见的变换包括旋转、反射、放大、剪切和拉伸。变换的面积缩放因子为 |det A|。
Combining transformations corresponds to multiplying their matrices, with the first transformation placed on the right. The inverse transformation undoes the effect and is represented by A⁻¹.
组合变换对应矩阵的乘法,先进行的变换写在右边。逆变换可以抵消原变换的作用,由 A⁻¹ 表示。
3. Roots and Coefficients of Polynomials | 多项式根与系数关系
For a cubic polynomial ax³ + bx² + cx + d = 0 with roots α, β, γ, the relationships are: Σα = -b/a, Σαβ = c/a, αβγ = -d/a. For a quartic ax⁴ + bx³ + cx² + dx + e = 0 with roots α, β, γ, δ, we have Σα = -b/a, Σαβ = c/a, Σαβγ = -d/a, αβγδ = e/a.
对于三次多项式 ax³ + bx² + cx + d = 0,设根为 α, β, γ,有关系:Σα = -b/a,Σαβ = c/a,αβγ = -d/a。对于四次多项式 ax⁴ + bx³ + cx² + dx + e = 0,设根为 α, β, γ, δ,有 Σα = -b/a,Σαβ = c/a,Σαβγ = -d/a,αβγδ = e/a。
Related polynomials can be formed by transforming the roots, e.g. using substitutions like Σα², Σ(1/α) or finding a new polynomial whose roots are 2α + 1. The key is to express symmetric sums of new roots in terms of the original Σα, Σαβ etc.
可通过变换根来构造相关多项式,例如使用 Σα²、Σ(1/α) 等替换,或求得以 2α + 1 为根的新多项式。关键在于将新根的对称和用原始 Σα、Σαβ 等表示出来。
4. Proof by Mathematical Induction | 数学归纳法
Induction is used to prove statements P(n) for all positive integers n. The process has three key steps: base case – verify P(1) is true; induction hypothesis – assume P(k) is true for some integer k ≥ 1; induction step – show that if P(k) holds then P(k + 1) also holds. The conclusion is that P(n) is true for all n ∈ ℕ.
归纳法用于证明对所有正整数 n 的命题 P(n)。过程包含三个关键步骤:奠基——验证 P(1) 为真;归纳假设——假设对某个整数 k ≥ 1 有 P(k) 成立;归纳递推——证明若 P(k) 成立则 P(k + 1) 也成立。结论为 P(n) 对所有 n ∈ ℕ 均真。
Typical induction proofs in CIE FP1 include summation of series (e.g. Σr² = n(n+1)(2n+1)/6), divisibility statements (e.g. 3²ⁿ – 1 is divisible by 8) and matrix powers. Clear algebraic manipulation in the induction step is essential.
CIE FP1 中常见的归纳证明包括级数求和(如 Σr² = n(n+1)(2n+1)/6)、整除性问题(如 3²ⁿ – 1 能被 8 整除)以及矩阵的乘幂。归纳步骤中清晰的代数推导必不可少。
5. Summation of Series and Recurrence Relations | 级数求和与递推关系
The standard summations are Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6 and Σr³ = [n(n+1)/2]². These can be used to sum more complex polynomial series by splitting the terms and factoring out constants.
标准求和公式有 Σr = n(n+1)/2、Σr² = n(n+1)(2n+1)/6 及 Σr³ = [n(n+1)/2]²。可通过拆分项并提取常数来求更复杂的多项式级数之和。
A first-order linear recurrence relation is of the form uₙ₊₁ = kuₙ + f(n). For the constant case uₙ₊₁ = kuₙ + c, the general solution is uₙ = Akⁿ + c/(1 – k) if k ≠ 1. For uₙ₊₁ = kuₙ + f(n) with non-constant f(n), a particular solution is found by trying a form similar to f(n).
一阶线性递推关系的一般形式为 uₙ₊₁ = kuₙ + f(n)。对于常系数情形 uₙ₊₁ = kuₙ + c,若 k ≠ 1,其通解为 uₙ = Akⁿ + c/(1 – k)。对于 f(n) 非常数的情形 uₙ₊₁ = kuₙ + f(n),可尝试与 f(n) 相似的形式求特解。
6. Polar Coordinates | 极坐标
In polar coordinates, a point is specified by (r, θ) where r is the distance from the pole (origin) and θ is the angle measured from the initial line (positive x-axis). The conversion formulas are x = r cos θ, y = r sin θ and r = √(x² + y²), θ = arctan(y/x).
在极坐标系中,一个点由 (r, θ) 确定,r 为到极点的距离,θ 为从极轴(正 x 轴)测得的角。转换公式为 x = r cos θ,y = r sin θ,以及 r = √(x² + y²),θ = arctan(y/x)。
Curves are often expressed as r = f(θ). Typical shapes include cardioids (r = a(1 + cos θ)), circles (r = a, r = 2a cos θ) and roses. To find the area enclosed by a polar curve between θ = α and θ = β, use the formula A = ½ ∫ r² dθ.
曲线常表示为 r = f(θ)。典型形状包括心形线 r = a(1 + cos θ)、圆 r = a 或 r = 2a cos θ 以及玫瑰线。求极曲线在 θ = α 到 θ = β 之间围成的面积,使用公式 A = ½ ∫ r² dθ。
The length of a polar arc is given by s = ∫ √(r² + (dr/dθ)²) dθ. Tangents parallel to the initial line occur where d/dθ (r sin θ) = 0, and perpendicular to the initial line where d/dθ (r cos θ) = 0.
极坐标下弧长公式为 s = ∫ √(r² + (dr/dθ)²) dθ。平行于极轴的切线出现在 d/dθ (r sin θ) = 0 处,垂直于极轴的切线出现在 d/dθ (r cos θ) = 0 处。
7. Hyperbolic Functions | 双曲函数
The hyperbolic functions are defined as: sinh x = (eˣ – e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2, tanh x = sinh x / cosh x = (e²ˣ – 1)/(e²ˣ + 1). Their graphs and properties mirror trigonometric functions but without periodicity.
双曲函数定义为:sinh x = (eˣ – e⁻ˣ)/2,cosh x = (eˣ + e⁻ˣ)/2,tanh x = sinh x / cosh x = (e²ˣ – 1)/(e²ˣ + 1)。它们的图像和性质与三角函数相似,但不具有周期性。
Key identities include cosh²x – sinh²x = 1, sinh(x ± y) = sinh x cosh y ± cosh x sinh y, cosh(x ± y) = cosh x cosh y ± sinh x sinh y. The derivatives are d(sinh x)/dx = cosh x, d(cosh x)/dx = sinh x, d(tanh x)/dx = sech²x.
关键恒等式有 cosh²x – sinh²x = 1,sinh(x ± y) = sinh x cosh y ± cosh x sinh y,cosh(x ± y) = cosh x cosh y ± sinh x sinh y。导数为 d(sinh x)/dx = cosh x,d(cosh x)/dx = sinh x,d(tanh x)/dx = sech²x。
Inverse hyperbolic functions can be expressed in logarithmic form: 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.
反双曲函数可用对数形式表示:arsinh x = ln(x + √(x² + 1)),arcosh x = ln(x + √(x² – 1))(x ≥ 1),artanh x = ½ ln((1 + x)/(1 – x))(|x| < 1)。
8. First-Order Differential Equations | 一阶微分方程
A first-order differential equation dy/dx = f(x, y) can be solved by separation of variables if it can be written as g(y) dy = h(x) dx. Integrate both sides to obtain an implicit (or explicit) solution and include the constant of integration.
若一阶微分方程 dy/dx = f(x, y) 可写为 g(y) dy = h(x) dx,则可通过分离变量法求解。对两边积分得到隐式(或显式)解,并加上积分常数。
An integrating factor is used for linear equations of the form dy/dx + P(x) y = Q(x). Multiply through by I(x) = e∫ P(x) dx so that the left side becomes d(Iy)/dx. Then integrate: I y = ∫ I Q dx + C.
对于线性方程 dy/dx + P(x) y = Q(x),可使用积分因子。两边乘以 I(x) = e∫ P(x) dx,使得左边变为 d(Iy)/dx。然后积分:I y = ∫ I Q dx + C。
In Further Mechanics and modelling contexts, differential equations often involve rate of change proportional to a quantity, leading to exponential growth or decay. You may also need to interpret the solution in terms of the original physical problem.
在 Further Mechanics 和建模情形中,微分方程常涉及量的变化率与量本身成正比,导致指数增长或衰减。可能还需要结合原始物理问题解释解的意义。
9. Vectors and Planes in Three Dimensions | 三维向量与平面
A vector in 3D can be written as ai + bj + ck or as a column vector. Its magnitude is √(a² + b² + c²). The scalar product a·b = |a||b| cos θ = a₁b₁ + a₂b₂ + a₃b₃ is used to find angles and to test perpendicularity.
三维中的向量可写为 ai + bj + ck 或列向量。其模为 √(a² + b² + c²)。数量积 a·b = |a||b| cos θ = a₁b₁ + a₂b₂ + a₃b₃ 用于求夹角和检验垂直。
The vector equation of a line is r = a + t b, where a is a point on the line and b is the direction vector. The Cartesian equation of a line can be expressed as (x – x₀)/l = (y – y₀)/m = (z – z₀)/n.
直线的向量方程为 r = a + t b,其中 a 为直线上一点,b 为方向向量。直线的笛卡儿方程可表示为 (x – x₀)/l = (y – y₀)/m = (z – z₀)/n。
A plane can be defined by the scalar product form r·n = d, where n is the normal vector. Alternatively, the parametric form r = a + λ u + μ v uses two direction vectors lying in the plane. To find the intersection of a line and a plane, substitute the line equation into the plane equation and solve for the parameter.
平面可由数量积形式 r·n = d 定义,其中 n 为法向量。也可用参数形式 r = a + λ u + μ v,使用平面内的两个方向向量。要求直线与平面的交点,可将直线方程代入平面方程并解出参数。
The angle between a line and a plane is the complement of the angle between the line direction vector and the plane normal: sin φ = |b·n| / (|b||n|). The distance from a point to a plane |(AP·n)| / |n| is frequently examined.
直线与平面的夹角是直线方向向量与平面法向量夹角的余角:sin φ = |b·n| / (|b||n|)。点到平面的距离公式 |(AP·n)| / |n| 经常被考查。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导