📚 GCSE AQA Further Maths: Core Topic Summary | GCSE AQA 进阶数学:核心知识点梳理
The AQA Level 2 Certificate in Further Mathematics extends beyond the standard GCSE Mathematics syllabus, introducing advanced topics such as calculus, matrices, and higher algebra. It is designed for students aiming for A-Level Mathematics and provides a deeper understanding of mathematical structures and problem-solving skills. This article summarises the core topics you need to master for the exam.
AQA 进阶数学(2 级证书)在标准 GCSE 数学大纲基础上,进一步拓展微积分、矩阵和高等代数等课题,为准备学习 A-Level 数学的学生设计,加深对数学结构与问题解决的理解。本文梳理考试必须掌握的核心知识点。
1. Algebra Fundamentals: Polynomials & The Factor Theorem | 代数基础:多项式与因式定理
Polynomial division, the factor theorem and the remainder theorem are essential for solving cubic and higher-degree equations. The factor theorem states that if f(a) = 0 for a polynomial f(x), then (x − a) is a factor. Conversely, if (x − a) is a factor, then f(a) = 0.
多项式除法、因式定理和余式定理是解三次及更高次方程的基础。因式定理指出:对于多项式 f(x),若 f(a) = 0,则 (x − a) 为一个因式;反之,若 (x − a) 是因式,则 f(a) = 0。
To divide a polynomial p(x) by (x − a), you can use long division or the factor theorem to gradually reduce the degree. Once a factor is found, the remaining quadratic can be factorised or solved by formula. The remainder theorem gives the remainder when a polynomial is divided by (x − a) as simply f(a).
用 (x − a) 除多项式 p(x) 时,可使用长除法或借助因式定理逐步降次。一旦找到一个因式,剩余的二次式便可分解或因式公式求解。余式定理指出,多项式除以 (x − a) 的余数就是 f(a)。
Example: Factorise f(x) = x³ − 4x² + x + 6. Try x = −1: f(−1) = −1 −4 −1 +6 = 0, so (x + 1) is a factor. Dividing gives quadratic x² − 5x + 6 = (x − 2)(x − 3). Hence f(x) = (x + 1)(x − 2)(x − 3).
示例:分解 f(x) = x³ − 4x² + x + 6。尝试 x = −1,得 f(−1) = 0,故 (x + 1) 为因式。长除法后得二次式 x² − 5x + 6 = (x − 2)(x − 3)。因此 f(x) = (x + 1)(x − 2)(x − 3)。
2. Quadratic Functions & Inequalities | 二次函数与不等式
Quadratic expressions can be rewritten by completing the square, which reveals the vertex and helps solve equations. The discriminant Δ = b² − 4ac determines the nature of roots: if Δ > 0, two distinct real roots; if Δ = 0, one repeated root; if Δ < 0, no real roots.
二次表达式可通过配方法重写,从而显示顶点并帮助解方程。判别式 Δ = b² − 4ac 决定根的性质:若 Δ > 0,有两个不等实根;若 Δ = 0,一个重根;若 Δ < 0,无实根。
Quadratic inequalities such as x² − 5x + 6 > 0 are solved by first finding the roots and then sketching the parabola. The solution region depends on the sign of the coefficient of x². For a positive coefficient, the graph is ∪-shaped, so the inequality is satisfied outside the interval between the roots.
二次不等式如 x² − 5x + 6 > 0,先求根,再画抛物线草图。解集区域取决于 x² 系数的符号。若系数为正,图像呈 ∪ 形,不等式在两根之外成立。
For example, x² − 5x + 6 > 0 factorises as (x − 2)(x − 3) > 0, so the solution is x < 2 or x > 3. Always express the final answer using set notation or inequalities.
例如 x² − 5x + 6 > 0 因式分解为 (x − 2)(x − 3) > 0,解为 x < 2 或 x > 3。最终答案应使用集合符号或不等式准确表示。
3. Binomial Expansion | 二项展开
The binomial expansion uses Pascal’s triangle or the nCr formula to expand (a + b)ⁿ for positive integer n. The general term is given by ⁿCᵣ aⁿ⁻ʳ bʳ, where r = 0, 1, …, n. This is crucial for simplifying expressions and approximating powers.
二项展开式使用帕斯卡三角或组合数 ⁿCᵣ 对正整数 n 展开 (a + b)ⁿ。通项为 ⁿCᵣ aⁿ⁻ʳ bʳ,其中 r 从 0 到 n。掌握它对简化表达式和近似计算很重要。
To expand (1 + 2x)⁴, identify a = 1, b = 2x, n = 4. The coefficients are 1, 4, 6, 4, 1 from Pascal’s triangle. Thus (1+2x)⁴ = 1 + 4(2x) + 6(2x)² + 4(2x)³ + (2x)⁴ = 1 + 8x + 24x² + 32x³ + 16x⁴.
展开 (1 + 2x)⁴,取 a = 1, b = 2x, n = 4。帕斯卡三角形系数为 1, 4, 6, 4, 1。得 (1+2x)⁴ = 1 + 4(2x) + 6(2x)² + 4(2x)³ + (2x)⁴ = 1 + 8x + 24x² + 32x³ + 16x⁴。
Always simplify each term fully and write the expansion in ascending or descending powers of x, as required by the question.
始终简化每一项,并按题目要求以 x 的升幂或降幂排列展开式。
4. Functions: Composite & Inverse | 函数:复合与反函数
Function notation f(x) defines a rule mapping an input x to an output. The domain is the set of allowed inputs and the range is the set of possible outputs. Composite functions such as fg(x) mean applying g first, then f.
函数记号 f(x) 定义从输入 x 到输出的映射规则。定义域是允许输入的集合,值域是可能输出的集合。复合函数 fg(x) 表示先作用 g,再作用 f。
To find the inverse function f⁻¹(x), write y = f(x), swap x and y, and then solve for y. The domain of f⁻¹ is the range of f. For example, if f(x) = 2x + 3, then y = 2x + 3 → x = 2y + 3 → y = (x − 3)/2, so f⁻¹(x) = (x − 3)/2.
求反函数 f⁻¹(x) 时,令 y = f(x),交换 x 和 y,解出 y。f⁻¹ 的定义域是 f 的值域。例如 f(x) = 2x + 3,则 y = 2x + 3 → x = 2y + 3 → y = (x − 3)/2,故 f⁻¹(x) = (x − 3)/2。
Always check that f(f⁻¹(x)) = x and ff⁻¹(x) = x. In composite functions, take care with the order: fg(x) means f[g(x)], not g[f(x)].
务必验证 f(f⁻¹(x)) = x。复合函数需注意顺序:fg(x) 表示 f[g(x)],而非 g[f(x)]。
5. Coordinate Geometry & Circles | 坐标几何与圆
The equation of a circle with centre (a, b) and radius r is (x − a)² + (y − b)² = r². Given a circle’s equation, you can identify the centre and radius by completing the square for x and y terms if necessary.
以 (a, b) 为圆心、半径为 r 的圆的方程为 (x − a)² + (y − b)² = r²。由圆的方程可通过配方法求出圆心和半径。
The tangent to a circle at a point P is perpendicular to the radius at P. To find the equation of a tangent, first calculate the gradient of the radius, then take the negative reciprocal. Alternatively, using calculus (differentiation) can also give the gradient if the circle’s equation is given in an appropriate form, but radius method is standard.
圆上点 P 处的切线垂直于半径。求切线方程时,先计算半径的斜率,再取负倒数。若圆的方程形式合适,也可用微分法求切线斜率,但半径法是标准方法。
For intersecting lines and circles, solving simultaneous equations reveals intersection points. The discriminant of the resulting quadratic can show whether the line is a secant (Δ > 0), tangent (Δ = 0) or does not intersect (Δ < 0).
直线与圆的交点可通过联立方程求解。所得二次方程的判别式可判断直线与圆相交(Δ > 0)、相切(Δ = 0)或相离(Δ < 0)。
6. Introduction to Calculus: Differentiation | 微积分入门:微分
Differentiation gives the gradient of a curve. For y = xⁿ, the derivative dy/dx = nxⁿ⁻¹. This power rule extends to sums and constant multiples: if y = 5x³ − 2x + 4, then dy/dx = 15x² − 2.
微分用于求曲线的斜率。对于 y = xⁿ,导数 dy/dx = nxⁿ⁻¹。该幂函数法则适用于和与常数倍:若 y = 5x³ − 2x + 4,则 dy/dx = 15x² − 2。
To find the equation of a tangent or normal at a point, first differentiate to get the gradient function, then substitute the x-coordinate. The normal gradient is −1/m where m is the tangent gradient.
求切线与法线方程时,先求导得梯度函数,再代入 x 坐标。法线斜率为切线斜率的负倒数 −1/m。
Stationary points occur where dy/dx = 0. Their nature (maximum, minimum, or point of inflection) can be determined by examining the sign of dy/dx either side or by the second derivative f”(x). If f”(x) > 0, it’s a minimum; if f”(x) < 0, a maximum. Optimisation problems often involve finding the maximum or minimum of a function in context.
驻点出现在 dy/dx = 0 处。其性质(极大、极小或拐点)可通过考察两侧符号或二阶导数 f”(x) 判断。f”(x) > 0 为极小;f”(x) < 0 为极大。最优化问题常涉及根据背景求函数的最大值或最小值。
7. Matrix Operations & Applications | 矩阵运算与应用
A 2 × 2 matrix is written as:
| a | b |
| c | d |
Addition and subtraction are performed element-wise. Matrix multiplication is done by row × column: the product of two 2×2 matrices gives another 2×2 matrix. Note that matrix multiplication is not commutative (AB ≠ BA in general).
2×2 矩阵可表示为上述表格形式。加减法按元素位置进行。矩阵乘法按行乘列法则:两个 2×2 矩阵的乘积仍为 2×2 矩阵。注意矩阵乘法不满足交换律(通常 AB ≠ BA)。
The determinant of a matrix M = (a b; c d) is det(M) = ad − bc. If the determinant is non-zero, the inverse M⁻¹ exists and is given by:
矩阵 M = (a b; c d) 的行列式为 ad − bc。若行列式非零,则存在逆矩阵 M⁻¹:
M⁻¹ = 1/(ad − bc) × [d −b; −c a]
Inverse matrices are used to solve simultaneous equations. For the system ax + by = e, cx + dy = f, write it as M × (x y)ᵀ = (e f)ᵀ, then (x y)ᵀ = M⁻¹ × (e f)ᵀ.
逆矩阵可用于解联立方程组。对方程组 ax + by = e, cx + dy = f,写成矩阵形式 M × (x y)ᵀ = (e f)ᵀ,则 (x y)ᵀ = M⁻¹ × (e f)ᵀ。
8. Trigonometry & Trigonometric Equations | 三角学与三角方程
You must be familiar with the graphs of y = sin x, y = cos x and y = tan x, including their periodicities and symmetries. The identity sin²θ + cos²θ = 1 and tanθ = sinθ / cosθ are essential for solving equations and proving identities.
必须熟悉 y = sin x、y = cos x 和 y = tan x 的图像,包括周期性和对称性。恒等式 sin²θ + cos²θ = 1 及 tanθ = sinθ / cosθ 是解方程和证明的重要工具。
To solve an equation like sin θ = 0.5 for 0° ≤ θ ≤ 360°, first find the principal value from the calculator, then use the sine graph or CAST rule to find all solutions. For sin θ = 0.5, θ = 30°, 150°.
解类似 sin θ = 0.5 (0° ≤ θ ≤ 360°) 的方程时,先由计算器得到主值,再利用正弦图像或 CAST 法则找出所有解。对于 sin θ = 0.5,θ = 30° 和 150°。
When dealing with equations involving both sin and cos, use the identities to rewrite in terms of a single trigonometric function. For example, 3 sin²θ = 2 cos θ + 1 can be expressed using sin²θ = 1 − cos²θ, forming a quadratic in cos θ.
当方程同时包含 sin 与 cos 时,利用恒等式化为单一三角函数。例如 3 sin²θ = 2 cos θ + 1 可代入 sin²θ = 1 − cos²θ,得到关于 cos θ 的二次方程。
9. Sequences | 数列
Linear (arithmetic) sequences have a constant difference d between consecutive terms. The nth term is given by a + (n−1)d, where a is the first term. For example, 5, 8, 11, 14, … has nth term 5 + 3(n−1) = 3n + 2.
线性(等差)数列相邻项的差为常数 d。第 n 项公式为 a + (n−1)d,其中 a 为首项。例如 5, 8, 11, 14, … 的第 n 项为 5 + 3(n−1) = 3n + 2。
Quadratic sequences have a second difference that is constant. To find the nth term expression of the form an² + bn + c, use the second difference to determine a, then set up equations for b and c using known terms.
二次数列的二次差为常数。要求形如 an² + bn + c 的通项表达式,可利用二次差确定 a,再代入已知项建立关于 b 和 c 的方程。
For the sequence 3, 6, 11, 18, 27, … the first differences are 3, 5, 7, 9 and second differences are all 2, so a = 2/2 = 1. Then using n=1 gives 1² + b + c = 3, and n=2 gives 4 + 2b + c = 6. Solving yields b=0, c=2. Thus the nth term is n² + 2.
对于数列 3, 6, 11, 18, 27, …,一阶差为 3, 5, 7, 9,二阶差恒为 2,故 a = 2/2 = 1。代入 n=1 得 1 + b + c = 3,n=2 得 4 + 2b + c = 6。解得 b=0, c=2。因此第 n 项为 n² + 2。
10. Vectors & Geometric Proof | 向量与几何证明
Vectors represent both magnitude and direction and are written in column form or as xi + yj. Two vectors are parallel if one is a scalar multiple of the other. Points A, B and C are collinear if vectors AB and BC are parallel.
向量表示大小和方向,可写成列向量或 xi + yj 的形式。若一个向量是另一个的标量倍数,则两向量平行。若向量 AB 与 BC 平行,则点 A、B、C 共线。
Vector addition and subtraction follow triangle and parallelogram rules. To prove geometric results, assign vectors to line segments and manipulate them algebraically. For example, in a quadrilateral, if vectors show that opposite sides are equal and parallel, it is a parallelogram.
向量加减法遵循三角形和平行四边形法则。为证明几何结论,给各线段分派向量并代数推导。例如,在四边形中,若向量显示对边相等且平行,则该四边形为平行四边形。
Midpoints are often used in vector proofs. If M is the midpoint of AB, then the position vector m = (a + b)/2. Simple algebraic manipulation with these can prove that the diagonals of a parallelogram bisect each other.
中点常用于向量证明。若 M 为 AB 中点,则位置向量 m = (a + b)/2。利用这些性质进行简单的代数处理,可证明平行四边形对角线互相平分。
Always show clear steps: denote vectors, write known relationships, and simplify to reach the required conclusion.
务必清晰展示步骤:标明向量,写出已知关系,通过化简得出所需结论。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply