📚 Year 9 OCR Further Mathematics: Core Knowledge Overview | 9 年级 OCR 进阶数学:核心知识点梳理
Year 9 OCR Further Mathematics lays the groundwork for advanced mathematical thinking. This article reviews the key topics you will encounter, from algebraic manipulation to an introduction to calculus, vectors, and matrices. Understanding these fundamentals will prepare you for the rigour of GCSE and beyond.
9 年级 OCR 进阶数学为高阶数学思维打下基础。本文梳理你将遇到的核心主题,从代数运算到微积分入门、向量与矩阵。掌握这些基础知识,将为应对 GCSE 及后续学习的严谨要求做好准备。
1. Algebraic Manipulation | 代数运算
Mastery of algebraic manipulation is essential for simplifying expressions, expanding brackets, and factorising polynomials. You should be confident handling linear equations and rearranging formulae involving multiple variables.
熟练的代数运算是化简表达式、展开括号和因式分解多项式的基础。你应能熟练处理线性方程以及对含多个变量的公式进行变形。
Key skills include expanding products such as (a + b)(c + d) using the distributive law and factorising quadratics of the form x² + bx + c by finding two numbers whose sum is b and product is c.
关键技能包括利用分配律展开如 (a + b)(c + d) 的乘积,以及通过寻找和为 b、积为 c 的两个数来因式分解形如 x² + bx + c 的二次式。
For more complex expressions, you will use techniques like grouping and the difference of two squares: a² – b² = (a – b)(a + b).
对于更复杂的表达式,你将使用分组分解法和平方差公式:a² – b² = (a – b)(a + b)。
Example: Simplify 3x(2x – 5) + 4(x² – 3x). First expand: 6x² – 15x + 4x² – 12x = 10x² – 27x.
示例:化简 3x(2x – 5) + 4(x² – 3x)。先展开:6x² – 15x + 4x² – 12x = 10x² – 27x。
2. Functions and Graphs | 函数与图像
A function relates each input to exactly one output. Function notation f(x) allows you to evaluate expressions and to compose functions. The domain is the set of allowed inputs, while the range is the set of possible outputs.
函数将每个输入与唯一的输出对应。函数记号 f(x) 可用于求值和复合函数。定义域是允许输入的集合,值域是可能输出的集合。
You will learn to sketch and interpret graphs of linear, quadratic, cubic, and reciprocal functions. Recognising key features such as intercepts, turning points, and asymptotes is vital.
你将学习绘制并理解一次函数、二次函数、三次函数和反比例函数的图像。识别截距、转折点和渐近线等关键特征至关重要。
The inverse of a function, denoted f⁻¹(x), reverses the mapping. To find an inverse, swap x and y and solve for y. The graph of an inverse is a reflection in the line y = x.
函数的逆,记作 f⁻¹(x),会逆转映射关系。求逆函数时,交换 x 与 y 并解出 y。逆函数的图像关于直线 y = x 对称。
Example: For f(x) = 2x + 3, set y = 2x + 3. Swap x = 2y + 3 → y = (x – 3)/2, so f⁻¹(x) = (x – 3)/2.
示例:对于 f(x) = 2x + 3,设 y = 2x + 3。交换得 x = 2y + 3 → y = (x – 3)/2,因此 f⁻¹(x) = (x – 3)/2。
3. Quadratic Equations and Inequalities | 二次方程与不等式
Quadratic equations take the form ax² + bx + c = 0. You will solve them by factorising, completing the square, and using the quadratic formula: x = [–b ± √(b² – 4ac)] / 2a.
二次方程形如 ax² + bx + c = 0。你将通过因式分解、配方法和二次公式求解:x = [–b ± √(b² – 4ac)] / 2a。
The discriminant Δ = b² – 4ac tells you about the nature of the roots. If Δ > 0, there are two distinct real roots; if Δ = 0, there is one repeated root; if Δ < 0, there are no real roots.
判别式 Δ = b² – 4ac 揭示根的性质。若 Δ > 0,有两个相异实根;若 Δ = 0,有一个重根;若 Δ < 0,无实根。
Quadratic inequalities such as x² – 5x + 6 > 0 are solved by finding critical values and testing intervals. A sketch of the parabola helps visualise the solution set.
二次不等式如 x² – 5x + 6 > 0 可通过求临界值并检验区间来求解。绘制抛物线草图有助于直观看到解集。
Example: Solve x² – 4x – 5 ≤ 0. Factorise: (x – 5)(x + 1) ≤ 0. Critical values at –1 and 5. The solution is –1 ≤ x ≤ 5.
示例:解 x² – 4x – 5 ≤ 0。因式分解:(x – 5)(x + 1) ≤ 0。临界值为 –1 和 5。解为 –1 ≤ x ≤ 5。
4. Polynomial Division and Factor Theorem | 多项式除法与因式定理
Polynomial division allows you to divide a polynomial by a linear or quadratic divisor. The division algorithm states that for polynomials P(x) and D(x), P(x) = D(x)Q(x) + R(x), where the degree of R is less than that of D.
多项式除法可将一个多项式除以一次或二次除式。带余除法表明,对多项式 P(x) 和 D(x),有 P(x) = D(x)Q(x) + R(x),其中 R 的次数低于 D 的次数。
The Factor Theorem is a corollary of the Remainder Theorem: (x – a) is a factor of P(x) if and only if P(a) = 0. This is used to factorise cubics and higher-degree polynomials.
因式定理是余式定理的推论:(x – a) 是 P(x) 的因式当且仅当 P(a) = 0。它用于分解三次及更高次多项式。
To factorise a cubic, first find one factor by testing divisors of the constant term, then use polynomial long division or synthetic division to find the remaining quadratic factor.
分解三次式时,先通过检验常数项的因数找到一个因式,然后利用多项式长除法或综合除法求出剩余的二次因式。
Example: Factorise x³ – 6x² + 11x – 6. Testing x = 1 gives 0, so (x – 1) is a factor. Dividing yields (x – 1)(x² – 5x + 6) = (x – 1)(x – 2)(x – 3).
示例:分解 x³ – 6x² + 11x – 6。检验 x = 1 得 0,因此 (x – 1) 为因式。做除法得 (x – 1)(x² – 5x + 6) = (x – 1)(x – 2)(x – 3)。
5. Sequences and Series | 数列与级数
Arithmetic sequences have a common difference d between consecutive terms. The nth term is given by uₙ = a + (n – 1)d, and the sum of the first n terms is Sₙ = n/2 [2a + (n – 1)d].
等差数列中相邻两项的差恒定,公差为 d。第 n 项为 uₙ = a + (n – 1)d,前 n 项和为 Sₙ = n/2 [2a + (n – 1)d]。
Geometric sequences have a common ratio r. The nth term is uₙ = arⁿ⁻¹. The sum of the first n terms is Sₙ = a(1 – rⁿ) / (1 – r) for r ≠ 1. An infinite sum exists when |r| < 1: S∞ = a / (1 – r).
等比数列有公比 r。第 n 项为 uₙ = arⁿ⁻¹。前 n 项和为 Sₙ = a(1 – rⁿ) / (1 – r)(r ≠ 1)。当 |r| < 1 时,存在无穷和:S∞ = a / (1 – r)。
You will also explore other sequences such as the Fibonacci sequence and quadratic sequences where the second difference is constant.
你还会探究其他数列,如斐波那契数列以及二阶差为常数的二次数列。
Example: For an arithmetic sequence with a = 5 and d = 3, find S₂₀. S₂₀ = 20/2 [2×5 + (20 – 1)×3] = 10 × (10 + 57) = 670.
示例:在 a = 5、d = 3 的等差数列中求 S₂₀。S₂₀ = 20/2 [2×5 + (20 – 1)×3] = 10 × (10 + 57) = 670。
6. Introduction to Calculus: Rates of Change | 微积分入门:变化率
The derivative of a function represents the instantaneous rate of change or the gradient of a curve. For f(x) = xⁿ, the derivative is f'(x) = nxⁿ⁻¹. This is the power rule.
函数的导数表示瞬时变化率或曲线的斜率。对 f(x) = xⁿ,其导数为 f'(x) = nxⁿ⁻¹。此为幂法则。
Differentiation allows you to find equations of tangents and normals to a curve. The tangent at x = a has gradient f'(a); the normal has gradient –1 / f'(a).
求导可用来求曲线切线和法线的方程。在 x = a 处的切线斜率为 f'(a);法线斜率为 –1 / f'(a)。
Stationary points occur where f'(x) = 0. Use the second derivative f”(x) to classify them: if f”(x) > 0, it is a minimum; if f”(x) < 0, a maximum; if f''(x) = 0, further investigation is needed.
驻点出现在 f'(x) = 0 处。用二阶导数 f”(x) 判断:若 f”(x) > 0,为极小值点;若 f”(x) < 0,为极大值点;若 f''(x) = 0,须进一步分析。
Integration is the reverse process of differentiation. The indefinite integral of xⁿ is (xⁿ⁺¹)/(n+1) + C, where C is the constant of integration. Definite integrals calculate areas under curves.
积分是微分的逆运算。xⁿ 的不定积分是 (xⁿ⁺¹)/(n+1) + C,其中 C 为积分常数。定积分用于计算曲线下方的面积。
Example: Differentiate y = 4x³ – 2x + 5. y’ = 12x² – 2.
示例:对 y = 4x³ – 2x + 5 求导,得 y’ = 12x² – 2。
7. Coordinate Geometry | 坐标几何
The distance between two points (x₁, y₁) and (x₂, y₂) is given by √[(x₂ – x₁)² + (y₂ – y₁)²]. The midpoint has coordinates ((x₁ + x₂)/2, (y₁ + y₂)/2).
两点 (x₁, y₁) 与 (x₂, y₂) 间的距离为 √[(x₂ – x₁)² + (y₂ – y₁)²]。中点坐标为 ((x₁ + x₂)/2, (y₁ + y₂)/2)。
The gradient of a line through two points is (y₂ – y₁) / (x₂ – x₁). Lines are parallel if their gradients are equal; perpendicular if m₁ × m₂ = –1.
过两点的直线斜率为 (y₂ – y₁) / (x₂ – x₁)。若斜率相等,两直线平行;若 m₁ × m₂ = –1,则垂直。
The equation of a straight line can be written in forms y = mx + c or y – y₁ = m(x – x₁). The general form is ax + by + c = 0.
直线方程可写成 y = mx + c 或 y – y₁ = m(x – x₁) 的形式。一般式为 ax + by + c = 0。
The equation of a circle with centre (a, b) and radius r is (x – a)² + (y – b)² = r². Completing the square helps find the centre and radius from the expanded form.
圆心为 (a, b)、半径为 r 的圆的方程为 (x – a)² + (y – b)² = r²。配方法可从展开式求出圆心和半径。
Example: Find the equation of the line through (2, 5) with gradient –3. y – 5 = –3(x – 2) → y = –3x + 11.
示例:求过点 (2, 5) 且斜率为 –3 的直线方程。y – 5 = –3(x – 2) → y = –3x + 11。
8. Trigonometry Beyond Right Angles | 超越直角的三角学
The sine, cosine, and tangent functions are extended to angles of any size using the unit circle. You need to know the exact values for key angles: sin 30° = 1/2, cos 45° = √2/2, tan 60° = √3, and so on.
利用单位圆,正弦、余弦和正切函数可推广至任意大小的角。你需要熟记关键角的精确值:sin 30° = 1/2,cos 45° = √2/2,tan 60° = √3 等。
The sine rule (a / sin A = b / sin B = c / sin C) and the cosine rule (a² = b² + c² – 2bc cos A) allow you to solve non‑right‑angled triangles.
正弦定理 (a / sin A = b / sin B = c / sin C) 和余弦定理 (a² = b² + c² – 2bc cos A) 可用于解非直角三角形。
The area of a triangle can be found using ½ ab sin C. The ambiguous case of the sine rule arises when two sides and a non‑included angle are given.
三角形面积可用 ½ ab sin C 求得。当已知两边及其中一边的对角时,正弦定理可能出现多解情况。
Trigonometric graphs y = sin x, y = cos x, and y = tan x have specific periods and symmetries. Transformations such as amplitude changes and horizontal shifts are important.
y = sin x、y = cos x 和 y = tan x 的三角函数图像具有特定的周期和对称性。振幅变化和水平平移等变换也十分重要。
Example: Solve sin x = 0.5 for 0° ≤ x ≤ 360°. The principal solution is 30°, and using symmetry, the second solution is 150°.
示例:在 0° 到 360° 范围内解 sin x = 0.5。主解为 30°,利用对称性得第二个解为 150°。
9. Vectors in 2D | 平面向量
A vector has both magnitude and direction, often written in column form (x, y) or as xi + yj. Vector addition and scalar multiplication are performed component‑wise.
向量既有大小又有方向,常写作列向量 (x, y) 或 xi + yj。向量的加法和数乘按分量分别进行。
The magnitude of a vector a is |a| = √(x² + y²). A unit vector in the same direction is a / |a|.
向量 a 的模为 |a| = √(x² + y²)。与其方向相同的单位向量为 a / |a|。
Vectors are used to represent translations, velocities, and forces. Position vectors describe points relative to an origin. Vector geometry problems often involve showing that points are collinear or finding ratios.
向量可表示平移、速度和力。位置向量描述点相对于原点的位置。向量几何问题常涉及证明点共线或求比值。
The dot product is introduced later, but at this stage, parallel vectors are recognised when one is a scalar multiple of the other.
点积将在后续引入,但现阶段,若一个向量是另一向量的标量倍数,则可判定两者平行。
Example: Given a = 2i + 3j and b = –i + 4j, find a + 2b. = 2i + 3j + (–2i + 8j) = 0i + 11j = 11j.
示例:已知 a = 2i + 3j,b = –i + 4j,求 a + 2b。= 2i + 3j + (–2i + 8j) = 0i + 11j = 11j。
10. Matrices and Transformations | 矩阵与变换
A matrix is a rectangular array of numbers. You will learn matrix addition, scalar multiplication, and matrix multiplication. Order matters: matrix multiplication is not commutative.
矩阵是一个矩形数字阵列。你将学习矩阵加法、数乘和矩阵乘法。注意,矩阵乘法不满足交换律。
2 × 2 matrices can represent geometric transformations: rotations, reflections, enlargements, and shears. Applying a transformation matrix to the position vector of a point gives its image.
2 × 2 矩阵可表示几何变换:旋转、反射、放大和剪切。将变换矩阵作用于点的位置向量,即可得到其像。
The identity matrix I = [[1,0],[0,1]] leaves points unchanged. The determinant of a matrix A, det(A) = ad – bc, gives the area scale factor of the transformation. If det = 0, the transformation is singular and squashes space onto a line or point.
单位矩阵 I = [[1,0],[0,1]] 变换下点保持不变。矩阵 A 的行列式 det(A) = ad – bc 给出变换的面积比例因子。若行列式为 0,变换退化,将空间压缩到一条线或一个点上。
Combining transformations corresponds to matrix multiplication. The inverse matrix, when it exists, reverses the transformation.
变换的组合对应矩阵乘法。逆矩阵(若存在)可逆转相应的变换。
Example: A rotation of 90° anticlockwise about the origin is given by [[0,–1],[1,0]]. Applying to (3,1) gives (0·3 + –1·1, 1·3 + 0·1) = (–1, 3).
示例:绕原点逆时针旋转 90° 的变换矩阵为 [[0,–1],[1,0]]。作用于 (3,1) 得 (0·3 + –1·1, 1·3 + 0·1) = (–1, 3)。
11. Exponentials and Logarithms | 指数与对数
The function y = aˣ, where a > 0, is an exponential function. Its graph passes through (0,1) and grows rapidly. The number e ≈ 2.718 is the base of natural exponentials.
y = aˣ(a > 0)为指数函数。其图像过点 (0,1) 且增长迅速。自然对数的底 e ≈ 2.718 是自然指数函数的底。
Logarithms are the inverse of exponentials: if aˣ = b, then logₐ b = x. Key laws include log(xy) = log x + log y and log(xⁿ) = n log x.
对数是指数的逆运算:若 aˣ = b,则 logₐ b = x。重要法则包括 log(xy) = log x + log y 以及 log(xⁿ) = n log x。
You will solve exponential equations by taking logs and use logarithmic scales to represent data spanning several orders of magnitude.
你将通过对数来解指数方程,并运用对数尺度表示跨越多个数量级的数据。
The natural logarithm ln x = logₑ x is used extensively. The derivative of eˣ is eˣ, and the derivative of ln x is 1/x, which will be explored deeper in Year 10.
自然对数 ln x = logₑ x 被广泛使用。eˣ 的导数是 eˣ,ln x 的导数是 1/x,这些将在 10 年级深入探究。
Example: Solve 2ˣ = 32. Recognise 32 = 2⁵, so x = 5. Alternatively, x = log₂ 32 = 5.
示例:解 2ˣ = 32。可识别 32 = 2⁵,所以 x = 5。或 x = log₂ 32 = 5。
12. Proof and Problem Solving | 证明与问题求解
Mathematical proof is a logical argument that demonstrates the truth of a statement. You will use algebraic manipulation to prove identities and properties, such as proving that the sum of two even numbers is even.
数学证明是展示命题为真的逻辑论证。你将用代数运算证明恒等式和性质,例如证明两个偶数的和为偶数。
Direct proof, proof by exhaustion, and proof by contradiction are introduced at an informal level. Simple counterexamples disprove false statements.
你会在非正式层面接触直接证明、穷举证明和反证法。简单的反例可用于证伪错误命题。
Problem solving often combines multiple topics. A typical problem might ask you to find the intersection of a line and a circle, or to optimise an area using differentiation.
问题求解常结合多个主题。典型问题可能要求你求直线与圆的交点,或用微分优化面积。
When tackling non‑routine problems, break them into smaller steps, draw diagrams, and check your answers for reasonableness.
处理非常规问题时,将其分解为小步骤,绘制示意图,并检查答案的合理性。
Example: Prove that the square of an odd number is odd. Let an odd number be 2n + 1. (2n + 1)² = 4n² + 4n + 1 = 2(2n² + 2n) + 1, which is of the form 2k + 1, hence odd.
示例:证明奇数的平方仍为奇数。设奇数为 2n + 1。(2n + 1)² = 4n² + 4n + 1 = 2(2n² + 2n) + 1,形如 2k + 1,故为奇数。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导