📚 Year 13 OCR Further Mathematics: Core Knowledge Points Review | Year 13 OCR 进阶数学:核心知识点梳理
Welcome to this comprehensive review of Year 13 OCR Further Mathematics. This guide distils the essential Pure Core topics that every student must master for the OCR A Level Further Mathematics specification. From complex numbers and matrices to differential equations and proof by induction, each section is presented with clear explanations, key formulas, and helpful summaries. Use this resource to consolidate your understanding and boost your exam readiness.
欢迎阅读本篇 OCR 进阶数学 Year 13 核心知识点梳理。本文浓缩了 OCR A Level 进阶数学纯数核心部分的关键内容,涵盖复数、矩阵、微分方程和归纳法证明等必考主题。每个小节的要点均采用中英双语解析,并配有公式总结,帮助你夯实基础、从容应考。
1. Complex Numbers | 复数
A complex number is written as z = x + iy, where x, y ∈ ℝ and i² = –1. The real part is Re(z) = x and the imaginary part is Im(z) = y. The complex conjugate is denoted z* = x – iy. The modulus of z is |z| = √(x² + y²) and its argument arg(z) = θ satisfies tan θ = y/x, with the quadrant determined by the signs of x and y.
复数写作 z = x + iy,其中 x, y 为实数,i² = –1。实部 Re(z)=x,虚部 Im(z)=y。共轭复数记作 z* = x – iy。模 |z| = √(x² + y²),辐角 arg(z)=θ,满足 tan θ = y/x,象限由 x, y 的符号决定。
De Moivre’s theorem states that (cos θ + i sin θ)ⁿ = cos nθ + i sin nθ for any integer n. This result is essential for finding powers and roots. The n distinct nth roots of a complex number w = r(cos θ + i sin θ) are zₖ = r^(1/n)[cos((θ+2πk)/n) + i sin((θ+2πk)/n)], k = 0,1,…,n−1. Using Euler’s formula e^(iθ) = cos θ + i sin θ, we can write z = r e^(iθ), which makes multiplication, division, and power operations particularly elegant.
棣莫弗定理指出 (cos θ + i sin θ)ⁿ = cos nθ + i sin nθ,对任意整数 n 成立。这是求复数的幂与根的核心工具。复数 w = r(cos θ + i sin θ) 的 n 个不同 n 次根为 zₖ = r^(1/n)[cos((θ+2πk)/n) + i sin((θ+2πk)/n)],k=0,1,…,n−1。借助欧拉公式 e^(iθ) = cos θ + i sin θ,复数可表示为指数形式 z = r e^(iθ),使得乘、除和幂运算更为简洁。
Complex loci in the Argand diagram include: |z – a| = r (a circle centre a, radius r), |z – a| = |z – b| (perpendicular bisector of a and b), and arg(z – a) = α (a half-line from a at angle α). These are particularly useful in solving geometric problems.
复平面上的轨迹包括:|z – a| = r(以 a 为圆心、r 为半径的圆),|z – a| = |z – b|(线段 ab 的垂直平分线),arg(z – a) = α(从 a 出发与实轴正向成 α 角的射线)。处理几何问题时这些轨迹经常出现。
2. Matrices and Determinants | 矩阵与行列式
A matrix is a rectangular array of numbers that can represent a linear transformation. For matrices A (m×n) and B (n×p), the product AB is defined. A square matrix A is invertible if there exists A⁻¹ such that AA⁻¹ = I. The determinant det(A) = |A| is a scalar: for a 2×2 matrix [a b; c d], det(A) = ad – bc. A matrix is invertible precisely when det(A) ≠ 0.
矩阵是一个数字阵列,可用来表示线性变换。对于 m×n 矩阵 A 和 n×p 矩阵 B,乘积 AB 有定义。若存在 A⁻¹ 使得 AA⁻¹=I,则方阵 A 可逆。行列式 det(A)=|A| 是一个标量:对 2×2 矩阵 [a b; c d],det(A)=ad – bc。矩阵可逆当且仅当 det(A) ≠ 0。
The system of linear equations Ax = b has unique solution x = A⁻¹b when A is invertible. Row operations (Gaussian elimination) can also be used. In the context of transformations, the matrix maps the unit vectors i and j to its columns; the area scale factor is |det(A)|. If det(A) = 0, the transformation squashes the plane to a line or a point.
线性方程组 Ax = b 在 A 可逆时有唯一解 x = A⁻¹b,也可用高斯消元法求解。在变换背景下,矩阵将单位向量 i 和 j 映射到其列向量;面积缩放因子为 |det(A)|。若 det(A)=0,变换将平面压缩为一条直线或一个点。
| Transformation | Matrix |
|---|---|
| Rotation by θ (anticlockwise) | [cos θ –sin θ; sin θ cos θ] |
| Reflection in line y = x | [0 1; 1 0] |
| Stretch parallel to x-axis, scale factor k | [k 0; 0 1] |
| Shear parallel to x-axis, factor k | [1 k; 0 1] |
上表列出了常见二维线性变换及其矩阵表示。牢记这些标准矩阵可以快速识别几何变换并求其效果。
3. Eigenvalues and Eigenvectors | 特征值与特征向量
For a square matrix A, a non-zero vector v is an eigenvector if Av = λv for some scalar λ, called the eigenvalue. The eigenvalues are found by solving the characteristic equation det(A – λI) = 0. For a 2×2 matrix [a b; c d], this gives λ² – (a+d)λ + (ad – bc) = 0. The sum of eigenvalues equals the trace (a+d), and the product equals the determinant.
对于方阵 A,若非零向量 v 满足 Av = λv,则 v 为特征向量,λ 为相应的特征值。通过求解特征方程 det(A – λI)=0 可得特征值。对于 2×2 矩阵 [a b; c d],特征方程为 λ² – (a+d)λ + (ad – bc)=0。特征值之和等于迹 (a+d),之积等于行列式。
Eigenvectors correspond to lines through the origin that are invariant under the transformation (each point on the line is mapped to another point on the same line). If a 2×2 matrix has two distinct eigenvalues λ₁, λ₂ with corresponding eigenvectors v₁, v₂, it can be diagonalised: P⁻¹AP = D, where D = diag(λ₁,λ₂) and P = [v₁ v₂]. Then Aⁿ = P Dⁿ P⁻¹, which is a powerful tool for computing matrix powers.
特征向量对应变换下不变的过原点直线(线上每点映射到同一线上的另一点)。若 2×2 矩阵有两个相异特征值 λ₁, λ₂ 及对应的特征向量 v₁, v₂,则可对角化:P⁻¹AP = D,其中 D = diag(λ₁,λ₂),P = [v₁ v₂]。进而 Aⁿ = P Dⁿ P⁻¹,这是计算矩阵幂的有力工具。
Invariant lines: a line through the origin is invariant if every point on it maps to another point on the same line—this corresponds to eigenvectors. An invariant line not through the origin can be found by solving for lines of the form y = mx + c that map to y = mx + c’ with the same gradient m.
不变直线:过原点的不变直线对应特征向量;不过原点的不变直线可通过求解形如 y = mx + c 的直线在变换下映射为具有相同斜率 m 的直线 y = mx + c’ 而得。
4. Vectors: Lines and Planes in 3D | 三维向量:直线与平面
Position vectors and directed line segments are fundamental. The scalar (dot) product is a · b = |a||b| cos θ = a₁b₁ + a₂b₂ + a₃b₃. Two vectors are perpendicular iff a · b = 0. The vector (cross) product a × b gives a vector perpendicular to both a and b, with magnitude |a||b| sin θ, direction given by the right-hand rule.
位置向量与有向线段是基础。数量积(点乘)为 a·b = |a||b| cos θ = a₁b₁+a₂b₂+a₃b₃;两向量垂直当且仅当 a·b=0。向量积(叉乘)a×b 得出垂直于 a 和 b 的向量,其模为 |a||b| sin θ,方向由右手定则确定。
A line in 3D can be expressed as r = a + t d (vector form), where a is a point on the line and d is the direction vector. Alternatively, Cartesian equations: (x – x₀)/d₁ = (y – y₀)/d₂ = (z – z₀)/d₃. A plane can be written as r · n = p (scalar product form) or using vectors: r = a + λ u + μ v. The short distance from point (x₁,y₁,z₁) to the plane ax+by+cz = d is |ax₁+by₁+cz₁ – d| / √(a²+b²+c²).
三维空间中的直线可写作 r = a + t d(向量式),其中 a 为直线上一点,d 为方向向量。也可用对称
Published by TutorHao | Year 13 进阶数学 Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导