📚 PDF资源导航

High-Frequency Topics Summary for AS Further Mathematics | AS 进阶数学:高频考点总结

📚 High-Frequency Topics Summary for AS Further Mathematics | AS 进阶数学:高频考点总结

This article consolidates the most frequently examined concepts in AS Further Mathematics, including complex numbers, matrices, series, inequalities, numerical methods and differential equations. Mastering these topics will give you a solid foundation for the exam and strengthen your algebraic and geometric intuition.

本文汇总了 AS 进阶数学中最高频的考点,涵盖复数、矩阵、级数、不等式、数值方法和微分方程。透彻掌握这些主题,不仅能为考试打下坚实基础,还能大幅提升代数与几何的直觉。

1. Complex Numbers: Basic Operations | 复数:基本运算

A complex number is written as z = a + bi, where a and b are real numbers and i² = −1. The real part is Re(z) = a and the imaginary part is Im(z) = b. Addition and subtraction are straightforward: (a + bi) ± (c + di) = (a ± c) + (b ± d)i.

复数表示为 z = a + bi,其中 a 与 b 是实数且 i² = −1。实部记作 Re(z) = a,虚部记作 Im(z) = b。加减运算直接对应:(a + bi) ± (c + di) = (a ± c) + (b ± d)i。

Multiplication uses the distributive law and the fact that i² = −1: (a + bi)(c + di) = (ac − bd) + (ad + bc)i. The complex conjugate is z̄ = a − bi, and it satisfies zz̄ = a² + b², which is a real number. Division is performed by multiplying the numerator and denominator by the conjugate of the denominator.

乘法利用分配律和 i² = −1:(a + bi)(c + di) = (ac − bd) + (ad + bc)i。共轭复数为 z̄ = a − bi,且有 zz̄ = a² + b²,这是一个实数。除法通过分子分母同乘分母的共轭来实现。


2. Modulus, Argument and Polar Form | 模、辐角与极坐标形式

The modulus of z = a + bi is |z| = √(a² + b²), representing the distance from the origin in the Argand diagram. The argument, arg(z), is the angle θ measured from the positive real axis, usually given in the interval (−π, π]. For a complex number in the first quadrant, θ = arctan(b/a). Always check the quadrant to get the correct argument.

复数 z = a + bi 的模为 |z| = √(a² + b²),表示 Argand 图中到原点的距离。辐角 arg(z) 是从正实轴开始量度的角度 θ,通常取在区间 (−π, π] 内。对第一象限的复数,θ = arctan(b/a)。必须根据所在象限确定正确的辐角。

Polar form writes z = r(cos θ + i sin θ), where r = |z| and θ = arg(z). The shorthand r∠θ or r cis θ is often used. Multiplying two complex numbers in polar form gives r₁r₂ [cos(θ₁+θ₂) + i sin(θ₁+θ₂)], i.e. moduli multiply and arguments add.

极坐标形式为 z = r(cos θ + i sin θ),其中 r = |z|,θ = arg(z)。也常简写为 r∠θ 或 r cis θ。两个复数在极坐标下相乘得到 r₁r₂ [cos(θ₁+θ₂) + i sin(θ₁+θ₂)],即模相乘、辐角相加。


3. De Moivre’s Theorem and Roots | 棣莫弗定理与求根

De Moivre’s theorem states that for any integer n, [r(cos θ + i sin θ)]ⁿ = rⁿ(cos nθ + i sin nθ). This is extremely useful for finding powers and roots of complex numbers.

棣莫弗定理指出,对任意整数 n,有 [r(cos θ + i sin θ)]ⁿ = rⁿ(cos nθ + i sin nθ)。这一定理在求复数的幂与根时极为有用。

To find the n-th roots of a complex number w, first write w = R(cos φ + i sin φ). The roots are zₖ = R^(1/n) [cos((φ + 2πk)/n) + i sin((φ + 2πk)/n)] for k = 0, 1, …, n−1. These n roots lie on a circle of radius R^(1/n) and are equally spaced by an angle of 2π/n.

求复数 w 的 n 次方根时,先将 w 写为 R(cos φ + i sin φ)。方根为 zₖ = R^(1/n) [cos((φ + 2πk)/n) + i sin((φ + 2πk)/n)],其中 k = 0, 1, …, n−1。这 n 个根分布在半径为 R^(1/n) 的圆上,且彼此间隔 2π/n 的角度。


4. Matrices: Operations and Determinants | 矩阵:运算与行列式

A matrix is a rectangular array of numbers. Two matrices A and B can be added if they have the same order; multiplication AB is defined if the number of columns of A equals the number of rows of B. The product is calculated by taking the dot product of rows of A with columns of B.

矩阵是一个数字的矩形阵列。当两个矩阵 A 与 B 阶数相同时可相加;若 A 的列数等于 B 的行数,则可进行乘法 AB。乘积通过对 A 的行与 B 的列求点积来计算。

The determinant of a 2×2 matrix M = (a b; c d) is det(M) = ad − bc. A matrix is singular if its determinant is zero, meaning it has no inverse. The inverse of a non-singular 2×2 matrix is (1/det)(d −b; −c a).

2×2 矩阵 M = (a b; c d) 的行列式为 det(M) = ad − bc。行列式为零的矩阵是奇异的,即没有逆矩阵。非奇异 2×2 矩阵的逆为 (1/det)(d −b; −c a)。

For a 3×3 matrix, the determinant can be found by expansion along a row or column using minors and cofactors. Properties include det(AB) = det(A)det(B) and det(A⁻¹) = 1/det(A).

对 3×3 矩阵,可通过沿某行或某列按余子式展开来计算行列式。重要性质有 det(AB) = det(A)det(B) 以及 det(A⁻¹) = 1/det(A)。


5. Matrix Transformations | 矩阵变换

In the plane, a 2×2 matrix can represent a linear transformation. Multiplying the matrix by a position vector (x; y) gives the image point. Common transformations are summarised below.

平面上的 2×2 矩阵可表示一个线性变换。用矩阵乘以位置向量 (x; y) 即得到像点。常见变换归纳如下。

Transformation | 变换 Matrix | 矩阵
Reflection in x-axis | 关于 x 轴反射 (1 0; 0 −1)
Reflection in y-axis | 关于 y 轴反射 (−1 0; 0 1)
Rotation anticlockwise by θ | 逆时针旋转 θ (cos θ −sin θ; sin θ cos θ)
Enlargement scale factor k | 放大因子 k (k 0; 0 k)
Shear parallel to x-axis, factor k | 平行于 x 轴剪切,因子 k (1 k; 0 1)

Combining transformations corresponds to multiplying their matrices in the correct order (rightmost acts first). The area scale factor of a transformation is |det(M)|.

组合变换对应于按正确顺序相乘矩阵(最右边的矩阵先作用)。变换的面积缩放因子为 |det(M)|。


6. Summation of Series | 级数求和

Standard results are used to sum polynomials of natural numbers. These are essential for evaluating finite series that appear in the exam.

利用标准结果可对自然数的多项式求和。这些公式对求值考试中出现的有限级数至关重要。

Σᵣ₌₁ⁿ r = n(n+1)/2

Σᵣ₌₁ⁿ r² = n(n+1)(2n+1)/6

Σᵣ₌₁ⁿ r³ = n²(n+1)²/4

To sum a series like Σ (3r² − 2r + 1), split it into known sums and apply these formulas. For telescoping sums, express each term as a difference so that most terms cancel.

求和如 Σ (3r² − 2r + 1) 时,将其拆分为已知求和并代入公式。对于裂项相消和,将每一项表示为差式,使大部分项相消。

Method of differences is particularly helpful for fractions: find constants a and b such that 1/(r(r+1)) = a/r − b/(r+1), then sum to find a closed form.

差分法对分式特别有用:求出常数 a 和 b 使 1/(r(r+1)) = a/r − b/(r+1),然后求和得到闭式。


7. Binomial Expansion for Rational Index | 有理指数二项式展开

The binomial expansion (1 + x)ⁿ is valid for any real exponent n when |x| < 1. The expansion is:

(1 + x)ⁿ = 1 + nx + n(n−1)/2! x² + n(n−1)(n−2)/3! x³ + …

二项式展开 (1 + x)ⁿ 对任意实数指数 n 且 |x| < 1 成立。展开式为:

(1 + x)ⁿ = 1 + nx + n(n−1)/2! x² + n(n−1)(n−2)/3! x³ + …

The series is infinite for non-integer n. The expansion of (a + bx)ⁿ is rewritten as aⁿ(1 + (b/a)x)ⁿ and expanded using the same formula, with the condition |bx/a| < 1.

当指数非整数时,此级数为无穷级数。将 (a + bx)ⁿ 改写为 aⁿ(1 + (b/a)x)ⁿ,再使用相同公式展开,条件为 |bx/a| < 1。

You may be asked to state the range of validity and to find the coefficient of a specific power, e.g. x² or x⁻¹, by expanding up to the required term.

考题常要求写出展开式的有效范围,并通过展开至所需项求特定次幂的系数,例如 x² 或 x⁻¹。


8. Inequalities and Curve Sketching | 不等式与曲线草图

Solving inequalities such as (x−2)(x+1) > 0 involves sketching the graph of the quadratic or using a sign table. The solution is the union of intervals where the expression is positive.

求解诸如 (x−2)(x+1) > 0 的不等式时,可绘制二次函数草图或使用符号表。解为使表达式取正值的区间的并集。

For rational inequalities like (x+3)/(x−1) ≤ 2, bring all terms to one side, combine into a single fraction, and find the critical values where the numerator or denominator is zero. The sign of the fraction changes at these points.

对于分式不等式,如 (x+3)/(x−1) ≤ 2,把所有项移到一边,通分合并为单个分式,并找出分子或分母为零的临界值。分式的符号在这些点发生变化。

Graphs of rational functions often have vertical asymptotes where the denominator is zero, and horizontal or oblique asymptotes governed by the degrees of the numerator and denominator. Sketching helps visualise the inequality solution.

有理函数的图像常在分母为零处有垂直渐近线,并由分子分母次数决定水平或斜渐近线。绘制草图有助于直观理解不等式的解。

Always pay attention to whether the endpoint itself is included (using ≤ or ≥). Exclude any value that makes a denominator zero.

始终留意端点是否包含在内(取决于 ≤ 或 ≥)。使分母为零的值必须排除。


9. Numerical Methods for Equations | 方程求根的数值方法

When algebraic methods cannot solve f(x)=0, iterative numerical methods are used. A common one is the Newton-Raphson method: xₙ₊₁ = xₙ − f(xₙ)/f'(xₙ). It converges quadratically if the initial guess is sufficiently close to the root.

当无法用代数方法解 f(x)=0 时,便使用迭代数值法。常用的有牛顿-拉弗森法:xₙ₊₁ = xₙ − f(xₙ)/f'(xₙ)。若初始猜测足够接近根,该法具有二次收敛速度。

To apply it, you need f'(x). Select a starting value x₀, often found by evaluating f(x) at a few points to see a sign change. Carry out iterations until the difference between successive approximations is sufficiently small.

应用此方法需有 f'(x)。选择初始值 x₀,通常是通过对几个点求 f(x) 的值以观察符号改变来获得。迭代直到相邻近似值之差足够小。

Another method is the fixed-point iteration xₙ₊₁ = g(xₙ), where the equation is rearranged into the form x = g(x). The iteration converges if |g'(x)| < 1 near the root.

另一种方法是定点迭代 xₙ₊₁ = g(xₙ),即将方程改写为 x = g(x) 的形式。若在根附近 |g'(x)| < 1,则迭代收敛。

You may be required to show the rearrangement and justify convergence, or to use a given iteration to find the root to a specified decimal place.

题目可能要求展示变形过程并论证收敛性,或使用给定迭代式求根至指定小数位。


10. Introduction to Differential Equations | 微分方程初步

A first-order differential equation of the form dy/dx = f(x)g(y) can be solved by separation of variables. Rearrange to 1/g(y) dy = f(x) dx and integrate both sides. Add the constant of integration and, if given, use initial conditions to find the particular solution.

形如 dy/dx = f(x)g(y) 的一阶微分方程可用分离变量法求解。变形为 1/g(y) dy = f(x) dx,两边积分。加上积分常数,并利用给定的初始条件求出特解。

Another type is the linear first-order equation dy/dx + P(x)y = Q(x), which is solved using an integrating factor μ(x) = e^(∫P(x) dx). Multiply through by μ(x) to transform the left-hand side into an exact derivative.

另一类是线性一阶方程 dy/dx + P(x)y = Q(x),用积分因子 μ(x) = e^(∫P(x) dx) 求解。乘以 μ(x) 可将左侧化为全导数。

Modelling contexts, such as population growth, cooling, or mixing problems, often give rise to such differential equations. Interpreting the rate of change and solving for a quantity over time is a key skill.

建模情境(如人口增长、冷却问题或混合问题)常导出此类微分方程。解读变化率并解出随时间变化的量是一项关键技能。

Always check your solution by differentiating and substituting back into the original equation. This is a quick way to catch errors in integration or algebraic manipulation.

总是通过求导并代回原方程来检验解的正确性。这是快速发现积分或代数操作错误的办法。


Published by TutorHao | 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