📚 Further Maths Core Pure 1 Key Concepts Explained | 进一步数学核心纯数1知识点精讲
The Core Pure 1 module in A‑level Further Mathematics builds a rigorous foundation in advanced algebra, calculus and geometry. This article distils the essential concepts, from complex numbers and matrices to hyperbolic functions and polar coordinates, with clear pairings of English and Chinese explanations. Use it to consolidate your understanding and prepare confidently for exams.
在A‑level进阶数学中,核心纯数1模块为高阶代数、微积分和几何奠定了坚实基础。本文提炼了复数、矩阵、双曲函数、极坐标等重要知识点,以英中双语对照讲解,帮助你巩固理解、自信备考。
1. Complex Numbers and Argand Diagrams | 复数与Argand图
A complex number z = x + iy consists of a real part x and an imaginary part y, where i² = –1. On an Argand diagram, the horizontal axis represents the real part and the vertical axis the imaginary part, allowing geometric visualisation of addition, subtraction and modulus.
复数 z = x + iy 由实部 x 和虚部 y 组成,满足 i² = –1。在Argand图中,横轴表示实部,纵轴表示虚部,可以直观地看到复数的加法、减法和模长的几何意义。
The modulus |z| = √(x² + y²) gives the distance from the origin, while the argument arg(z) = θ is the angle measured anticlockwise from the positive real axis, satisfying tan θ = y/x. The complex conjugate z* = x – iy reflects the point in the real axis.
模 |z| = √(x² + y²) 表示点到原点的距离,而辐角 arg(z) = θ 是从正实轴逆时针量起的角度,满足 tan θ = y/x。共轭复数 z* = x – iy 则是关于实轴的镜像点。
2. Modulus, Argument and de Moivre’s Theorem | 模、辐角与棣莫弗定理
Writing a complex number in modulus–argument form, z = r(cos θ + i sin θ), simplifies multiplication, division and powers. The product rule gives |z₁z₂| = |z₁||z₂| and arg(z₁z₂) = arg z₁ + arg z₂.
将复数写成模–辐角形式 z = r(cos θ + i sin θ),可以使乘法、除法和乘方运算大大简化。乘积的模满足 |z₁z₂| = |z₁||z₂|,辐角满足 arg(z₁z₂) = arg z₁ + arg z₂。
De Moivre’s theorem states that for any integer n, (cos θ + i sin θ)ⁿ = cos nθ + i sin nθ. This is the key tool for finding powers and roots of complex numbers, including solving equations of the form zⁿ = a + ib.
棣莫弗定理指出,对任意整数 n,有 (cos θ + i sin θ)ⁿ = cos nθ + i sin nθ。这是计算复数幂次和求根的核心工具,常用于解形如 zⁿ = a + ib 的方程。
3. Roots of Unity and Polynomial Equations | 单位根与多项式方程
The nᵗʰ roots of unity are the solutions to zⁿ = 1, given by z = e^(2kπi/n) for k = 0, 1, …, n–1. They lie equally spaced on the unit circle and sum to zero. These roots help factorise zⁿ – 1 and solve related polynomial equations.
n次单位根是方程 zⁿ = 1 的解,表示为 z = e^(2kπi/n),其中 k = 0, 1, …, n–1。它们均匀分布在单位圆上,且总和为零。利用单位根可以对 zⁿ – 1 进行因式分解并求解相关多项式方程。
Using conjugate root properties, if a polynomial has real coefficients, non-real roots occur in conjugate pairs. This principle allows us to construct polynomials from given roots and solve problems involving sums and products of roots.
利用共轭根性质可知,若多项式系数为实数,非实根总是成对共轭出现。据此可以从给定根构造多项式,并解决根的和与积的相关问题。
4. Matrices and Determinants | 矩阵与行列式
A matrix is a rectangular array of numbers. The determinant of a 2×2 matrix M = [[a, b], [c, d]] is det(M) = ad – bc. The determinant determines whether a matrix is singular (det = 0) or invertible (det ≠ 0).
矩阵是一个矩形数表。2×2 矩阵 M = [[a, b], [c, d]] 的行列式为 det(M) = ad – bc。行列式决定了矩阵是否奇异(det = 0)或可逆(det ≠ 0)。
The inverse of a non-singular 2×2 matrix is given by M⁻¹ = (1/det M)[[d, –b], [–c, a]]. For 3×3 matrices, determinants are calculated using cofactor expansion, and the inverse can be found via the adjugate method.
非奇异 2×2 矩阵的逆矩阵为 M⁻¹ = (1/det M)[[d, –b], [–c, a]]。对于 3×3 矩阵,可通过代数余子式展开计算行列式,并借助伴随矩阵求逆。
5. Solving Linear Systems with Matrices | 用矩阵解线性方程组
A system of linear equations can be written in matrix form Ax = b. If A is square and invertible, the unique solution is x = A⁻¹b. Geometrically, each equation represents a plane in 3D, and the solution is the intersection point (or line, or empty set).
线性方程组可写成矩阵形式 Ax = b。若 A 为方阵且可逆,则唯一解为 x = A⁻¹b。几何上,每个方程代表三维空间中的一个平面,方程组的解就是这些平面的交点(也可能是直线或无解)。
Understanding the row‑echelon form and interpreting solutions in terms of consistency (no solution, unique solution, infinite solutions) is essential. Routinely check det(A): if it is zero, the system may be inconsistent or have infinitely many solutions.
理解行阶梯形矩阵并根据相容性判断解的类型(无解、唯一解、无穷多解)至关重要。总是先检查 det(A):若为零,则方程组可能是不相容的,或者有无穷多解。
6. Vector Dot Product and Cross Product | 向量的点乘与叉乘
The scalar (dot) product a·b = |a||b| cos θ, where θ is the angle between the vectors. It is commutative and is used to find angles, test perpendicularity (a·b = 0), and calculate projections.
数量积(点乘)a·b = |a||b| cos θ,其中 θ 为两向量间夹角。点乘满足交换律,常用于求角度、判断垂直(a·b = 0)以及计算投影。
The vector (cross) product a × b gives a vector perpendicular to both a and b, with magnitude |a||b| sin θ. It is anti‑commutative and its direction follows the right‑hand rule. The cross product is vital for finding normals to planes and areas of parallelograms.
向量积(叉乘)a × b 得到垂直于 a 和 b 的向量,大小为 |a||b| sin θ。叉乘反交换,方向由右手定则确定。它对于求平面法向量和平行四边形面积至关重要。
7. Equations of Lines and Planes in 3D | 三维空间中的直线与平面方程
A line can be expressed in vector form: r = a + λd, where a is a point on the line and d is a direction vector. Alternatively, Cartesian equations (x–x₁)/d₁ = (y–y₁)/d₂ = (z–z₁)/d₃ represent the same line.
直线可用向量形式 r = a + λd 表示,其中 a 是线上一点,d 为方向向量。其直角坐标方程为 (x–x₁)/d₁ = (y–y₁)/d₂ = (z–z₁)/d₃。
A plane is given by r·n = d, where n is a normal vector, or in Cartesian form ax + by + cz = d. 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 为法向量,直角坐标形式为 ax + by + cz = d。求直线与平面的交点时,将直线参数方程代入平面方程,解出参数即可。
8. Summation of Series and the Method of Differences | 级数求和与差分法
Standard results for sums of integers, squares and cubes are essential: ∑r = ½n(n+1), ∑r² = ⅙n(n+1)(2n+1), ∑r³ = ¼n²(n+1)². These are frequently combined with algebraic manipulation to sum more complicated series.
整数、平方、立方的求和标准结果为:∑r = ½n(n+1),∑r² = ⅙n(n+1)(2n+1),∑r³ = ¼n²(n+1)²。这些结果常常搭配代数变形来求更复杂级数的和。
The method of differences is used when a term uᵣ can be expressed as f(r) – f(r+1) or a similar difference. The sum telescopes, leaving only the first and last pieces: ∑ᵣ₌₁ⁿ (f(r) – f(r+1)) = f(1) – f(n+1). Splitting rational expressions into partial fractions aids this technique.
若某项 uᵣ 可表示为 f(r) – f(r+1) 等形式,则可用差分法。求和时中间项相消,只剩下首尾项:∑ᵣ₌₁ⁿ (f(r) – f(r+1)) = f(1) – f(n+1)。将有理式拆分为部分分式有助于应用该方法。
9. Proof by Induction | 数学归纳法
Induction is a powerful technique for proving statements P(n) for all positive integers n. The procedure: (i) prove the base case, usually n = 1; (ii) assume P(k) is true; (iii) prove that P(k+1) follows. Then conclude P(n) true for all n ≥ 1.
归纳法是证明对所有正整数 n 命题 P(n) 成立的有力工具。步骤为:(i) 证明基础情况,通常 n = 1;(ii) 假设 P(k) 成立;(iii) 证明由此可推出 P(k+1) 成立。由此断言对所有 n ≥ 1,P(n) 均成立。
Core Pure 1 typically requires induction proofs for divisibility, matrix powers, summation formulas and sequences defined by recurrence. Always clearly state the inductive hypothesis and show the algebraic link to the (k+1) case.
核心纯数1中常见的归纳证明包括整除性、矩阵乘方、求和公式以及递归定义的序列。务必清晰写出归纳假设,并展示从 k 到 k+1 的代数推导过程。
10. Polar Coordinates and Area | 极坐标与面积
In polar coordinates a point is given by (r, θ), where r is the distance from the pole (origin) and θ the angle from the initial line. Curves are defined as r = f(θ). To sketch, evaluate r for key angles and note symmetry.
在极坐标系中,点用 (r, θ) 表示,r 为到极点的距离,θ 为与极轴的夹角。曲线由 r = f(θ) 定义。绘制时,代入关键角度求 r 并利用对称性。
The area enclosed by a polar curve r = f(θ) between θ = α and θ = β is A = ½ ∫αβ [f(θ)]² dθ. For cardioids, circle roses and other shapes, accurate integration limits are critical.
极坐标曲线 r = f(θ) 在范围 θ = α 到 θ = β 内所围面积为 A = ½ ∫αβ [f(θ)]² dθ。对于心形线、玫瑰线等图形,准确的积分上下限至关重要。
11. Hyperbolic Functions | 双曲函数
Hyperbolic functions are defined via exponential functions: sinh x = (eˣ – e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2, tanh x = sinh x / cosh x. They satisfy identities resembling trigonometric ones, most notably cosh²x – sinh²x = 1.
双曲函数通过指数函数定义:sinh x = (eˣ – e⁻ˣ)/2,cosh x = (eˣ + e⁻ˣ)/2,tanh x = sinh x / cosh x。它们满足与三角函数类似的恒等式,尤其是 cosh²x – sinh²x = 1。
Derivatives are simple: d/dx(sinh x) = cosh x, d/dx(cosh x) = sinh x. Inverse hyperbolic functions, such as arsinh x = ln(x + √(x² + 1)), often appear in integration.
双曲函数的导数很简洁:d/dx(sinh x) = cosh x,d/dx(cosh x) = sinh x。反双曲函数如 arsinh x = ln(x + √(x² + 1)),常出现在积分中。
12. First‑Order Linear Differential Equations | 一阶线性微分方程
A first‑order linear differential equation has the form dy/dx + P(x)y = Q(x). The solution is found using an integrating factor I(x) = e^(∫P dx). Multiply through by I(x) so the left side becomes d/dx(I y), then integrate both sides.
一阶线性微分方程的标准形式为 dy/dx + P(x)y = Q(x)。利用积分因子 I(x) = e^(∫P dx) 求解,方程两边同乘 I(x) 后左边化为 d/dx(I y),再两边积分即得通解。
Ensure the equation is correctly rearranged before identifying P and Q. This technique succeeds whenever the integrals can be evaluated, and it is frequently tested alongside initial conditions to find particular solutions.
使用前必须将方程整理为标准形式并正确识别 P 和 Q。只要积分可求出,该方法均适用,并常与初始条件结合以求出特解。
Published by TutorHao | Further Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导