Further Core Pure 1 Key Concepts | Further Core Pure 1 知识点精讲

📚 Further Core Pure 1 Key Concepts | Further Core Pure 1 知识点精讲

Further Pure Core 1 is a cornerstone module in A‑level Further Mathematics. It introduces advanced algebra, complex numbers, matrices, series, vectors, and calculus techniques that extend well beyond the standard A‑level. This article provides a structured, bilingual walkthrough of the essential topics, highlighting the key ideas, formulas, and common exam applications. Each section pairs an English explanation with its Chinese counterpart, ensuring clarity for both first‑language and EAL learners.

Further Pure Core 1 是 A‑level 进阶数学的核心模块之一。它引入了高等代数、复数、矩阵、级数、向量以及微积分技巧,这些内容远远超出了普通 A‑level 的范围。本文以结构化的双语方式梳理了各个知识点,重点讲解核心概念、公式和常见考题。每个部分均采用英文与中文配对讲解,帮助不同语言背景的学习者清晰掌握内容。


1. Complex Numbers & De Moivre’s Theorem | 复数与棣莫弗定理

Complex numbers are of the form z = x + iy where i² = –1. The Argand diagram plots the real part on the horizontal axis and the imaginary part on the vertical. The modulus is |z| = √(x² + y²) and the argument θ = arg(z) satisfies tan θ = y/x, with careful attention to the quadrant. The modulus‑argument form z = r(cos θ + i sin θ), often written as r cis θ, is essential for multiplication, division and powers. De Moivre’s theorem states that (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ) for integer n. This enables the evaluation of powers and roots of complex numbers – for example, the n‑th roots of unity lie on a circle of radius 1 and are equally spaced by 2π/n.

复数是形如 z = x + iy 的数,其中 i² = –1。阿甘特图将实部画在横轴,虚部画在纵轴。模长定义为 |z| = √(x² + y²),辐角 θ = arg(z) 满足 tan θ = y/x,并需注意象限。模‑辐角形式 z = r(cos θ + i sin θ)(常写作 r cis θ)对复数的乘、除和乘方至关重要。棣莫弗定理指出,对于整数 n,有 (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ)。利用该定理可以方便地计算复数的幂和方根——例如 1 的 n 次方根分布在单位圆上,间隔为 2π/n。

To find (1 + i√3)⁶, write the number in modulus‑argument form: r = √(1² + 3) = 2, θ = arctan(√3/1) = π/3. Hence (1 + i√3)⁶ = 2⁶ [cos(6×π/3) + i sin(6×π/3)] = 64 (cos 2π + i sin 2π) = 64.

计算 (1 + i√3)⁶ 时,先将复数写成模‑辐角形式:r = 2, θ = π/3。于是原式 = 2⁶[cos(6π/3) + i sin(6π/3)] = 64(cos 2π + i sin 2π) = 64。

z = r e = r(cos θ + i sin θ)


2. Matrices and Linear Transformations | 矩阵与线性变换

A 2×2 matrix M = [a b; c d] represents a linear transformation in the plane. Multiplication of a position vector gives the image under that transformation. Important transformations include rotations, reflections, enlargements and shears. The determinant det(M) = ad – bc gives the area scale factor; if det(M) = 0 the matrix is singular and has no inverse. The inverse, when det(M) ≠ 0, is M⁻¹ = (1/det(M)) [d –b; –c a]. Systems of simultaneous equations can be written as M x = b and solved via x = M⁻¹b provided a unique solution exists.

2×2 矩阵 M = [a b; c d] 表示平面上的线性变换。用矩阵乘位置向量可以得到变换后的像。常见的变换包括旋转、反射、拉伸和剪切。行列式 det(M) = ad – bc 给出面积缩放因子;当 det(M) = 0 时矩阵是奇异的,不存在逆矩阵。若 det(M) ≠ 0,逆矩阵为 M⁻¹ = (1/det(M)) [d –b; –c a]。联立方程组可写为 M x = b,当存在唯一解时可通过 x = M⁻¹b 求解。

Matrix multiplication is not commutative in general, but the identity matrix I leaves vectors unchanged. Repeated transformations correspond to matrix products applied in the correct order. For three simultaneous equations in three unknowns, 3×3 matrices and the inverse (or Gaussian elimination) are used; the determinant of a 3×3 matrix can be computed by rule of Sarrus or by cofactor expansion.

矩阵乘法一般不满足交换律,但单位矩阵 I 使向量保持不变。连续变换对应于以正确顺序连乘矩阵。对于三个未知数的方程,需要使用 3×3 矩阵及其逆矩阵(或高斯消元);3×3 行列式可通过 Sarrus 规则或余子式展开计算。


3. Series and Sigma Notation | 级数与求和记号

The sigma notation is used to represent sums compactly. Standard results are expected to be known: ∑1 = n, ∑r = n(n+1)/2, ∑r² = n(n+1)(2n+1)/6, ∑r³ = n²(n+1)²/4. Algebraic manipulation allows the evaluation of more complicated sums. The method of differences splits a term f(r) into the difference of two consecutive terms of another sequence, causing mass cancellation when summed.

西格玛记号 用于简洁地表示求和。需要熟记的标准结果有:∑1 = n,∑r = n(n+1)/2,∑r² = n(n+1)(2n+1)/6,∑r³ = n²(n+1)²/4。通过代数变形可以求出更复杂级数的和。裂项法 将通项 f(r) 拆分为另一序列连续两项的差,使得求和时大量抵消。

Maclaurin series expands a function about x = 0: f(x) = f(0) + f'(0)x + f”(0)x²/2! + …. Key expansions are ex = 1 + x + x²/2! + x³/3! + … , sin x = x – x³/3! + x⁵/5! – … , cos x = 1 – x²/2! + x⁴/4! – … , and ln(1+x) = x – x²/2 + x³/3 – … (valid for –1 < x ≤ 1). These series are used to find approximate values of functions and to evaluate limits.

麦克劳林级数将函数在 x = 0 附近展开:f(x) = f(0) + f'(0)x + f”(0)x²/2! + …。需要掌握的关键展开式有:ex = 1 + x + x²/2! + x³/3! + …,sin x = x – x³/3! + x⁵/5! – … ,cos x = 1 – x²/2! + x⁴/4! – …,以及 ln(1+x) = x – x²/2 + x³/3 – …(当 –1 < x ≤ 1 时有效)。这些级数可用于求函数的近似值以及计算极限。

∑ r(r+1) = ¹/₃ n(n+1)(n+2)


4. Roots of Polynomials | 多项式根的关系

For a quadratic equation ax² + bx + c = 0 with roots α, β, the sum and product are α+β = –b/a and αβ = c/a. For a cubic ax³ + bx² + cx + d = 0 with roots α, β, γ, similar relations hold: α+β+γ = –b/a, αβ+αγ+βγ = c/a, αβγ = –d/a. These symmetric sums let you find expressions such as α²+β², α³+… without solving the equation explicitly. You can also form a new polynomial whose roots are related to the original roots, for example, squares, reciprocals or linear transformations.

对于二次方程 ax² + bx + c = 0,设两根为 α, β,则根的和与积为 α+β = –b/a,αβ = c/a。对于三次方程 ax³ + bx² + cx + d = 0,根 α, β, γ 满足:α+β+γ = –b/a,αβ+αγ+βγ = c/a,αβγ = –d/a。利用这些对称和可以不直接解方程就求出形如 α²+β²、α³+… 等表达式的值。还可以构造一个新多项式,其根与原方程的根具有某种关系,例如平方、倒数或线性变换。

A typical problem asks: “Given that α and β are roots of 2x² – 3x + 1 = 0, find α³+β³.” Since α³+β³ = (α+β)³ – 3αβ(α+β), you substitute the known values to obtain an answer without finding α and β individually. This technique extends to quartics and beyond, using Newton’s sums or recurrence relations.

常见题型如:“已知 α, β 是 2x² – 3x + 1 = 0 的根,求 α³+β³。”利用 α³+β³ = (α+β)³ – 3αβ(α+β),代入已知和与积即可,无需分别求出每个根。该方法可推广至四次方程乃至更高次方程,常借助牛顿恒等式或递推关系。


5. Volumes of Revolution | 旋转体体积

When a curve y = f(x) between x = a and x = b is rotated through 360° about the x‑axis, the volume generated is V = π ∫ab y² dx. For rotation about the y‑axis, the formula becomes V = π ∫cd x² dy, where x is expressed as a function of y. If the curve is defined parametrically by x = x(t), y = y(t), the volume about the x‑axis is π ∫ y² (dx/dt) dt evaluated between the appropriate t‑limits.

将曲线 y = f(x) 在 x = a 到 x = b 之间绕 x 轴旋转 360° 所得旋转体的体积为 V = π ∫ab y² dx。绕 y 轴旋转时,公式变为 V = π ∫cd x² dy,其中 x 用 y 表示。若曲线由参数方程 x = x(t), y = y(t) 给出,绕 x 轴旋转的体积为 π ∫ y² (dx/dt) dt,积分限为相应的 t 值。

You may encounter volumes generated between two curves; in that case the volume of revolution is the difference of two integrals: V = π ∫ (youter² – yinner²) dx. Integrating by substitution or using trigonometric identities is common when squares of trigonometric functions appear.

有时会碰到两曲线间的区域旋转所产生的体积,此时体积是两个积分之差:V = π ∫ (y² – y²) dx。当被积函数中出现三角函数的平方时,常需使用换元积分或三角恒等式。

V = π ∫01 (x – x²)² dx


6. Vectors in 3D | 三维向量

In three dimensions, vectors are expressed in terms of the unit vectors i, j, k or as column vectors. The scalar (dot) product a · b = |a||b| cos θ yields a scalar and is used to find the angle between vectors and to test perpendicularity. In component form, if a = a₁i + a₂j + a₃k and b = b₁i + b₂j + b₃k, then a · b = a₁b₁ + a₂b₂ + a₃b₃. The vector (cross) product a × b produces a vector perpendicular to both a and b, with magnitude |a||b| sin θ; its components follow the determinant pattern involving i, j, k.

在三维空间中,向量可用单位向量 i, j, k 或列向量表示。标量积(点积)a · b = |a||b| cos θ 结果为标量,用于求两向量夹角以及判断垂直。若 a = a₁i + a₂j + a₃kb = b₁i + b₂j + b₃k,则 a · b = a₁b₁ + a₂b₂ + a₃b₃。向量积(叉积)a × b 得出垂直于 a 和 b 的向量,模为 |a||b| sin θ;其分量可按行列式形式借助 i, j, k 求出。

A line in 3D can be written in vector form as r = a + t b, where a is a point on the line and b is the direction vector. A plane can be expressed in the form r · n = p (where n is a normal vector) or parametrically. Intersection problems between lines and planes often require solving simultaneous vector equations.

三维直线可用向量方程 r = a + t b 表示,其中 a 为线上一点,b 为方向向量。平面可表示为 r · n = p(n 是法向量)或参数形式。线与线、线与平面、平面与平面的交点问题通常需要求解联立向量方程。


7. Hyperbolic Functions | 双曲函数

The hyperbolic functions are defined by: sinh x = (ex – e–x)/2, cosh x = (ex + e–x)/2, and tanh x = sinh x / cosh x. They satisfy an identity analogous to Pythagoras: cosh² x – sinh² x = 1. Other useful identities include sinh(2x) = 2 sinh x cosh x and cosh(2x) = cosh² x + sinh² x = 2 cosh² x – 1 = 1 + 2 sinh² x. The graphs of sinh x and cosh x are reminiscent of exponential functions; cosh x is even and never less than 1, while sinh x is odd.

双曲函数由指数式定义:sinh x = (ex – e–x)/2cosh x = (ex + e–x)/2tanh x = sinh x / cosh x。它们满足类似于勾股定理的恒等式:cosh² x – sinh² x = 1。其他常用恒等式包括 sinh(2x) = 2 sinh x cosh x 以及 cosh(2x) = cosh² x + sinh² x = 2 cosh² x – 1 = 1 + 2 sinh² x。sinh x 和 cosh x 的图像与指数函数相似;cosh x 是偶函数且最小值不小于 1,sinh x 是奇函数。

The inverse hyperbolic functions can be expressed in logarithmic form. For example, arsinh x = ln(x + √(x² + 1)) for all real x; arcosh x = ln(x + √(x² – 1)) for x ≥ 1; and artanh x = ½ ln((1+x)/(1–x)) for |x| < 1. These are derived by solving quadratic equations in ex or ey.

反双曲函数均可用对数式表达。例如,对所有实数 x 有 arsinh x = ln(x + √(x² + 1));当 x ≥ 1 时有 arcosh x = ln(x + √(x² – 1));当 |x| < 1 时有 artanh x = ½ ln((1+x)/(1–x))。这些公式是通过解关于 ex 或 ey 的二次方程得出的。

Function Derivative
sinh x cosh x
cosh x sinh x
tanh x sech² x

∫ sinh x dx = cosh x + C


8. Polar Coordinates | 极坐标

In the polar coordinate system, a point is given by (r, θ), where r is the distance from the origin and θ is the angle measured from the positive x‑axis. Conversion to Cartesian coordinates is x = r cos θ, y = r sin θ; conversely, r = √(x² + y²) and θ = arctan(y/x) with quadrant adjustment. Many curves have simpler equations in polar form, e.g. a circle r = 2a cos θ or a cardioid r = a(1 + cos θ).

在极坐标系中,点表示为 (r, θ),其中 r 是到原点的距离,θ 是从正 x 轴起测量的角度。与直角坐标的转换为 x = r cos θ, y = r sin θ;反之,r = √(x² + y²)θ = arctan(y/x) 并需按象限调整。许多曲线在极坐标下形式更简洁,例如圆 r = 2a cos θ 或心脏线 r = a(1 + cos θ)。

The area enclosed by a polar curve r = f(θ) from θ = α to θ = β is A = ½ ∫αβ r² dθ. Tangents to polar curves can be found using dy/dx = (dy/dθ)/(dx/dθ) and converting to parametric form with x = r(θ) cos θ, y = r(θ) sin θ. Questions frequently ask for the area of a loop or the region between two curves in polar coordinates.

极坐标曲线 r = f(θ) 在 θ = α 到 θ = β 之间所围成的面积为 A = ½ ∫αβ r² dθ。求极坐标曲线的切线时,可利用 dy/dx = (dy/dθ)/(dx/dθ),并将曲线视为参数方程 x = r(θ) cos θ, y = r(θ) sin θ。考题常要求计算一个叶形面积或极坐标下两曲线之间的面积。


9. Proof by Induction | 归纳法证明

Mathematical induction is used to prove that a statement P(n) is true for all positive integers n. The structure is standard: first, prove the base case (usually n = 1); then, assume P(k) is true for some arbitrary integer k ≥ 1, and show that this assumption implies P(k+1) is true. The conclusion then states that by the principle of mathematical induction, P(n) holds for all n ∈ ℕ. Induction often appears in summation proofs, divisibility, matrix powers, and inequalities.

数学归纳法用于证明某个命题 P(n) 对所有正整数 n 成立。其标准结构为:首先证明 基础情况(通常 n = 1);然后假设 P(k) 对某个任意整数 k ≥ 1 成立,并证明此假设能推出 P(k+1) 成立。最后,根据数学归纳法原理,得出 P(n) 对所有自然数均成立的结论。归纳法常出现在求和公式证明、整除性、矩阵的幂以及不等式等问题中。

For example, to prove r=1n r(r+1) = ¹/₃ n(n+1)(n+2), you verify the base case n=1: LHS = 1×2 = 2, RHS = (1×2×3)/3 = 2. Assume true for n=k. For n=k+1, LHS = previous sum + (k+1)(k+2) = ¹/₃ k(k+1)(k+2) + (k+1)(k+2). Factor (k+1)(k+2) to get ¹/₃ (k+1)(k+2)(k+3), completing the inductive step. Such methodical reasoning can be adapted to many other contexts.

例如,证明 r=1n r(r+1) = ¹/₃ n(n+1)(n+2) 时,先验证 n=1 的情况:左 = 1×2 = 2,右 = (1×2×3)/3 = 2。假设 n=k 成立。对于 n=k+1,左 = 前 k 项和 + (k+1)(k+2) = ¹/₃ k(k+1)(k+2) + (k+1)(k+2)。提取公因式 (k+1)(k+2) 得到 ¹/₃ (k+1)(k+2)(k+3),完成递推步骤。这种条理分明的推理可以迁移到许多其他情境中。


Published by TutorHao | Further Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading