📚 AS AQA Further Mathematics: Core Topics Summary | AS AQA 进阶数学:核心知识点梳理
The AS AQA Further Mathematics specification builds on pure mathematics concepts, introducing a range of powerful new tools. The compulsory Core Pure content covers complex numbers, advanced algebra, matrices, polar coordinates, hyperbolic functions, and further calculus. This article provides a structured overview of each topic, highlighting essential definitions, key formulas, and common problem-solving strategies to support effective revision.
AS AQA 进阶数学课程在纯数学的基础上,引入了一系列强大的新工具。必修的纯数核心内容包括复数、高等代数、矩阵、极坐标、双曲函数以及进一步的微积分。本文将对每个主题进行结构化梳理,突出基本定义、关键公式和常见解题策略,帮助同学们高效复习。
1. Complex Numbers: Fundamentals and Arithmetic | 复数:基础与运算
A complex number is an extension of the real numbers, written in the form z = a + bi, where a and b are real numbers, and i is the imaginary unit satisfying i² = -1. The real part is Re(z) = a, and the imaginary part is Im(z) = b (not bi). Two complex numbers are equal if and only if their real and imaginary parts are respectively equal.
复数是实数的扩展,记作 z = a + bi,其中 a 和 b 为实数,i 为虚数单位,满足 i² = -1。实部 Re(z) = a,虚部 Im(z) = b(不是 bi)。两个复数相等当且仅当它们的实部和虚部分别相等。
Arithmetic with complex numbers follows standard algebraic rules, remembering that i² = -1. Addition and subtraction are performed component-wise: (a + bi) ± (c + di) = (a ± c) + (b ± d)i. Multiplication uses expansion and i² = -1: (a + bi)(c + di) = (ac – bd) + (ad + bc)i. The complex conjugate of z = a + bi is z* = a – bi. Division is achieved by multiplying numerator and denominator by the conjugate of the denominator, producing a real denominator.
复数的四则运算遵循常规代数规则,并谨记 i² = -1。加减法按分量进行:(a + bi) ± (c + di) = (a ± c) + (b ± d)i。乘法使用展开并替换 i² = -1:(a + bi)(c + di) = (ac – bd) + (ad + bc)i。z = a + bi 的共轭复数为 z* = a – bi。除法是通过将分子分母同乘以分母的共轭复数来实现,使分母变为实数。
2. Complex Numbers: Argand Diagrams, Modulus-Argument Form, and Loci | 复数:阿冈图、模-辐角形式与轨迹
An Argand diagram represents complex numbers as points on a plane, with the x-axis being the real axis and the y-axis the imaginary axis. The modulus of z, |z| = √(a² + b²), measures the distance from the origin. The argument, arg(z) = θ, is the angle measured anticlockwise from the positive real axis, usually given in the range -π < θ ≤ π. The modulus-argument form is z = r(cos θ + i sin θ), where r = |z| and θ = arg(z).
阿冈图将复数表示为平面上的点,x 轴为实轴,y 轴为虚轴。z 的模 |z| = √(a² + b²) 表示到原点的距离。辐角 arg(z) = θ 是从正实轴逆时针测量的角度,通常在 -π < θ ≤ π 范围内取值。模-辐角形式为 z = r(cos θ + i sin θ),其中 r = |z|,θ = arg(z)。
Multiplication and division become simpler in modulus-argument form: |z₁z₂| = |z₁||z₂|, arg(z₁z₂) = arg(z₁) + arg(z₂); similarly for division, the moduli divide and arguments subtract. This leads to de Moivre’s theorem (A-level content) and understanding geometric transformations. Loci in the complex plane, such as |z – a| = r (a circle) or arg(z – a) = θ (a half-line), can be described and sketched. For example, |z – 3 + 2i| = 4 represents a circle with centre (3, -2) and radius 4.
在模-辐角形式下,乘法和除法变得简单:|z₁z₂| = |z₁||z₂|,arg(z₁z₂) = arg(z₁) + arg(z₂);除法同理,模相除,辐角相减。这为棣莫弗定理(A-level 内容)和理解几何变换奠定了基础。复平面中的轨迹,如 |z – a| = r(圆)或 arg(z – a) = θ(射线),需要能够描述和绘制。例如,|z – 3 + 2i| = 4 表示圆心在 (3, -2)、半径为4的圆。
3. Roots of Polynomial Equations: Relationships Between Roots and Coefficients | 多项式方程的根:根与系数的关系
For a quadratic equation ax² + bx + c = 0 with roots α and β, the sum of roots α + β = -b/a and the product αβ = c/a. These relationships extend to higher-degree polynomials. For a cubic equation ax³ + bx² + cx + d = 0 with roots α, β, γ: Σα = α + β + γ = -b/a, Σαβ = αβ + βγ + γα = c/a, αβγ = -d/a. For a quartic equation ax⁴ + bx³ + cx² + dx + e = 0 with roots α, β, γ, δ: Σα = -b/a, Σαβ = c/a, Σαβγ = -d/a, αβγδ = e/a.
对于二次方程 ax² + bx + c = 0,设根为 α 和 β,则根之和 α + β = -b/a,根之积 αβ = c/a。这些关系可推广到高次方程。对于三次方程 ax³ + bx² + cx + d = 0,设根为 α, β, γ:Σα = α + β + γ = -b/a,Σαβ = αβ + βγ + γα = c/a,αβγ = -d/a。对于四次方程 ax⁴ + bx³ + cx² + dx + e = 0,设根为 α, β, γ, δ:Σα = -b/a,Σαβ = c/a,Σαβγ = -d/a,αβγδ = e/a。
These symmetric sums allow you to find expressions like α² + β² + γ² = (Σα)² – 2Σαβ. You can also be asked to form a new polynomial whose roots are functions of the original roots, by using substitution or relating the new sums to the old. For example, if roots are α, β, γ, find the equation with roots 2α, 2β, 2γ by scaling: substitute y = 2x.
利用这些对称和,可以求出诸如 α² + β² + γ² = (Σα)² – 2Σαβ 的表达式。题目也可能要求根据原根的函数构造新方程,可通过代换或利用新旧和的关系来完成。例如,已知根为 α, β, γ,求根为 2α, 2β, 2γ 的方程,可通过代换 y = 2x 来实现。
4. Summation of Series: Sums of Powers and Method of Differences | 级数求和:幂和与差分法
Standard results for the sums of the first n natural numbers, squares, and cubes are provided in the formula booklet, but they must be used fluently:
公式表中的标准结果——前 n 个自然数、平方和与立方和的公式——必须熟练掌握并运用:
∑ₙ r = n(n+1)/2, ∑ₙ r² = n(n+1)(2n+1)/6, ∑ₙ r³ = n²(n+1)²/4
The method of differences is used for series where the general term can be expressed as a difference between two successive terms of another sequence, f(r) – f(r+1) or similar. By writing out several terms, cancellation occurs, leaving only a few terms at the start and end. This is particularly useful for rational functions split into partial fractions. For example, to sum ∑ 1/[r(r+1)] from r=1 to n, write 1/[r(r+1)] = 1/r – 1/(r+1), then the sum telescopes to 1 – 1/(n+1).
差分法适用于一般项可以表示为某个序列的相邻项之差(如 f(r) – f(r+1))的级数。通过写出前几项,会发生抵消,只留下首尾几项。这种方法对拆分为部分分式的有理函数特别有用。例如,计算 ∑ 1/[r(r+1)](r从1到n),写出 1/[r(r+1)] = 1/r – 1/(r+1),则级数将“伸缩”为 1 – 1/(n+1)。
5. Matrices: Operations, Determinants, and Inverses | 矩阵:运算、行列式与逆矩阵
A matrix is a rectangular array of elements. Addition and subtraction are defined only for matrices of the same order, by adding/subtracting corresponding elements. Scalar multiplication multiplies every element. Matrix multiplication AB is defined if the number of columns of A equals the number of rows of B; the element in row i, column j is the dot product of row i of A with column j of B. Matrix multiplication is not generally commutative.
矩阵是一个矩形数组。加减法仅在同阶矩阵间进行,对应元素相加减。标量乘法是将每个元素乘以该标量。矩阵乘法 AB 的定义要求 A 的列数等于 B 的行数;第 i 行第 j 列的元素是 A 的第 i 行与 B 的第 j 列的点积。矩阵乘法一般不满足交换律。
The determinant of a 2×2 matrix M = [[a, b], [c, d]] is det M = ad – bc. For a 3×3 matrix, the determinant can be found by expansion using any row or column, remembering the sign pattern + – + … . The inverse of a matrix M exists only if det M ≠ 0. For a 2×2 matrix, M⁻¹ = 1/(det M) [[d, -b], [-c, a]]. For a 3×3 matrix, the inverse can be found using the adjugate method or row operations. The product of two inverses reverses order: (AB)⁻¹ = B⁻¹A⁻¹.
2×2 矩阵 M = [[a, b], [c, d]] 的行列式为 det M = ad – bc。3×3 矩阵的行列式可通过沿任意行或列展开求得,需注意 + – + 的符号规律。仅当 det M ≠ 0 时,矩阵 M 可逆。2×2 矩阵的逆为 M⁻¹ = 1/(det M) [[d, -b], [-c, a]]。3×3 矩阵的逆可通过伴随矩阵法或行变换法求得。两个逆矩阵的乘积顺序相反:(AB)⁻¹ = B⁻¹A⁻¹。
6. Matrices: Solving Systems of Linear Equations | 矩阵:解线性方程组
Systems of linear equations can be written in matrix form as Ax = b, where A is the coefficient matrix, x is the column vector of variables, and b is the constant vector. If A is square and invertible (det A ≠ 0), the unique solution is x = A⁻¹b. For 2×2 systems, this is straightforward; for 3×3, finding the inverse and multiplying can be a bit longer but systematic. Alternatively, you can use Gaussian elimination to reduce the augmented matrix to row-echelon form and then back-substitute.
线性方程组可以写成矩阵形式 Ax = b,其中 A 为系数矩阵,x 为变量列向量,b 为常数向量。如果 A 是方阵且可逆(det A ≠ 0),则唯一解为 x = A⁻¹b。对 2×2 方程组,这很简单;对 3×3 方程组,求逆并相乘步骤稍长但很系统化。你也可以使用高斯消元法,将增广矩阵化为行阶梯形,然后回代求解。
Geometrically, a 2×2 system represents two lines; a unique solution means the lines intersect at a point. A 3×3 system represents three planes; a unique solution corresponds to a single intersection point. If det A = 0, the system either has no solution (inconsistent) or infinitely many solutions (dependent equations). AS questions often focus on the invertible case, but you must be able to interpret the meaning of the determinant being zero in terms of consistency and uniqueness.
从几何意义上看,2×2 方程组代表两条直线;唯一解意味着两直线相交于一点。3×3 方程组代表三个平面;唯一解对应于一个交点。若 det A = 0,则方程组可能无解(不相容)或有无穷多解(方程相关)。AS 阶段的题目多集中在可逆情形,但你必须能够解释行列式为零在相容性和唯一性方面的含义。
7. Polar Coordinates: Curves and Conversion | 极坐标:曲线与转换
In polar coordinates, a point is defined by its distance r from the origin (pole) and the angle θ measured from the positive x-axis (initial line). The relations to Cartesian coordinates are x = r cos θ, y = r sin θ, and r² = x² + y², tan θ = y/x (with care for quadrant). Sketching curves given by r = f(θ) involves evaluating r for key values of θ, often at multiples of π/6 or π/4, and plotting points. Symmetry tests can help: if f(-θ) = f(θ) the curve is symmetric about the initial line; if f(π – θ) = f(θ) symmetric about θ = π/2.
在极坐标系中,一个点由它到原点(极点)的距离 r 和从正 x 轴(极轴)测量的角度 θ 来定义。与直角坐标的关系为:x = r cos θ,y = r sin θ,且 r² = x² + y²,tan θ = y/x(需注意象限)。绘制由 r = f(θ) 给出的曲线,需要针对关键的 θ 值(通常是 π/6 或 π/4 的倍数)计算 r,并描点。对称性检验也有帮助:若 f(-θ) = f(θ),曲线关于极轴对称;若 f(π – θ) = f(θ),关于 θ = π/2 对称。
Common polar curves include circles (e.g., r = a cos θ gives a circle of diameter a along the initial line), cardioids (r = a(1 + cos θ)), and roses (e.g., r = a cos 3θ). At AS level, you are typically required to sketch simple curves and often to find the area enclosed by a polar curve (area = ½ ∫ r² dθ) – though area is mostly in A-level, the basics of curve sketching and conversion are core AS competence.
常见的极坐标曲线包括圆(如 r = a cos θ 给出一个沿极轴方向直径为 a 的圆)、心形线(r = a(1 + cos θ))和玫瑰线(如 r = a cos 3θ)。在 AS 阶段,通常要求绘制简单曲线,并经常要求计算极坐标曲线所围面积(面积 = ½ ∫ r² dθ)——尽管积分求面积主要属于 A-level 内容,但曲线绘制和坐标转换是 AS 的基本能力。
8. Hyperbolic Functions: Definitions, Identities, and Graphs | 双曲函数:定义、恒等式与图形
Hyperbolic functions are defined in terms of exponentials: sinh x = (eˣ – e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2, and tanh x = sinh x / cosh x. Their graphs: sinh x is odd, passes through (0,0), grows like ½eˣ for large positive x; cosh x is even, its minimum is 1 at x=0, shaped like a hanging chain; tanh x has asymptotes y = ±1 and passes through (0,0).
双曲函数以指数函数定义:sinh x = (eˣ – e⁻ˣ)/2,cosh x = (eˣ + e⁻ˣ)/2,tanh x = sinh x / cosh x。它们的图形:sinh x 是奇函数,通过 (0,0),当 x 正大时像 ½eˣ 增长;cosh x 是偶函数,在 x=0 处最小值为 1,形如悬链线;tanh x 有渐近线 y = ±1 并通过 (0,0)。
Key identities mirror trigonometric ones but with sign differences. For example, cosh² x – sinh² x = 1 (compare to cos² + sin² = 1). Others: sinh(2x) = 2 sinh x cosh x, cosh(2x) = cosh² x + sinh² x = 2 cosh² x – 1 = 1 + 2 sinh² x. These identities are used to solve equations involving hyperbolic functions, often reducing to exponentials or to a quadratic in sinh x or cosh x.
关键恒等式与三角函数相似,但有些符号不同。例如,cosh² x – sinh² x = 1(对比 cos² + sin² = 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 的二次方程求解。
The inverse hyperbolic functions are expressible in logarithms: arsinh x = ln(x + √(x²+1)), arcosh x = ln(x + √(x²-1)) for x ≥ 1, artanh x = ½ ln((1+x)/(1-x)) for |x| < 1. These are derived by setting y = arsinh x ⇒ sinh y = x, writing in exponential form and solving a quadratic in eʸ. Knowing these logarithmic forms is often required for differentiation and integration.
反双曲函数可用对数表示:arsinh x = ln(x + √(x²+1)),arcosh x = ln(x + √(x²-1))(x ≥ 1),artanh x = ½ ln((1+x)/(1-x))(|x| < 1)。这些公式通过设 y = arsinh x ⇒ sinh y = x,写成指数形式并求解关于 eʸ 的二次方程得到。掌握这些对数形式对微积分是必需的。
9. Differential Equations: Separable Equations and Integrating Factor | 微分方程:可分离方程与积分因子
A first-order ordinary differential equation (ODE) of the form dy/dx = f(x)g(y) can be solved by separation of variables: rewrite as 1/g(y) dy = f(x) dx, integrate both sides, and include a constant of integration. If given initial conditions, substitute them to find the particular solution. Always check for any singular solutions where g(y) = 0, as these may be lost during separation.
形如 dy/dx = f(x)g(y) 的一阶常微分方程可通过分离变量法求解:改写为 1/g(y) dy = f(x) dx,两边积分并加上积分常数。若给出初始条件,代入求得特解。务必检查 g(y) = 0 时的奇异解,因为在分离过程中可能会丢失。
Linear first-order ODEs of the form dy/dx + P(x)y = Q(x) are solved using an integrating factor (IF), defined as IF = e^(∫ P(x) dx). Multiply the whole equation by this factor, which makes the left-hand side the derivative of y·IF. Then integrate both sides with respect to x. The constant of integration is introduced at this step. This technique is crucial and requires careful identification of P(x) and calculation of the integral for the IF.
形如 dy/dx + P(x)y = Q(x) 的一阶线性微分方程使用积分因子法求解。积分因子 IF = e^(∫ P(x) dx)。将整个方程乘以该因子,左边即变为 y·IF 的导数。然后对 x 两边积分,并在此步骤中引入积分常数。该技巧至关重要,需要仔细识别 P(x) 并计算积分因子中的积分。
10. Volumes of Revolution: Around x-axis and y-axis | 旋转体体积:绕 x 轴与绕 y 轴
The volume generated by rotating a curve y = f(x) between x = a and x = b about the x-axis is V = π ∫ₐᵇ y² dx. If rotating about the y-axis, for a curve given as x = g(y) between y = c and d, the volume is V = π ∫꜀ᵈ x² dy. When the region is defined parametrically, you must adapt the integral using the parametric relationships. For parametric equations x = f(t), y = g(t), the volume of revolution about the x-axis is V = π ∫ y² (dx/dt) dt, with limits in t.
将曲线 y = f(x) 在 x = a 与 x = b 之间绕 x 轴旋转生成的体积为 V = π ∫ₐᵇ y² dx。若绕 y 轴旋转,对于表示为 x = g(y) 的曲线,在 y = c 和 d 之间,体积为 V = π ∫꜀ᵈ x² dy。当区域由参数方程定义时,必须利用参数关系调整积分。对于参数方程 x = f(t), y = g(t),绕 x 轴旋转的体积为 V = π ∫ y² (dx/dt) dt,积分限为 t 的对应值。
Sometimes questions require finding the volume of a solid formed by a region between two curves rotated about an axis. The volume generated by the outer curve minus the inner curve gives the desired solid. When rotating about the y-axis, it is often easier to rearrange y = f(x) into x = g(y) if possible, or use the parametric approach. Always be careful with limits: they must correspond to the axis of rotation.
有些问题要求求出由两条曲线之间的区域绕轴旋转所得固体的体积。用外曲线生成的体积减去内曲线生成的体积即为所求。绕 y 轴旋转时,如果可能,通常将 y = f(x) 改写为 x = g(y),或使用参数方法。务必注意积分限必须对应于旋转轴。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导