📚 Year 13 AQA Further Mathematics: Core Knowledge Points Review | Year 13 AQA 进阶数学:核心知识点梳理
Year 13 AQA Further Mathematics builds on the foundations laid in AS Further Maths, deepening your understanding of pure topics such as complex numbers, matrices, hyperbolic functions and differential equations, while extending applied knowledge in mechanics and statistics. This article provides a structured review of the core knowledge points essential for success in the A-level examinations, covering key definitions, formulas and typical problem-solving approaches.
13 年级 AQA 进阶数学建立在 AS 进阶数学的基础上,深化了对复数、矩阵、双曲函数和微分方程等纯数主题的理解,同时拓展了力学和统计方面的应用知识。本文系统梳理了 A-level 考试必备的核心知识点,涵盖关键定义、公式和典型解题方法,帮助同学们高效复习。
1. Complex Numbers | 复数
Complex numbers are expressed in the form z = x + iy, where x and y are real numbers, and i2 = -1. The modulus |z| = √(x2 + y2) and the argument arg(z) = θ are used to write z in modulus-argument form: z = r(cos θ + i sin θ).
复数表示为 z = x + iy,其中 x 和 y 是实数,且 i2 = -1。模 |z| = √(x2 + y2) 和辐角 arg(z) = θ 用于将 z 写成模-辐角形式:z = r(cos θ + i sin θ)。
De Moivre’s theorem states that (cos θ + i sin θ)n = cos nθ + i sin nθ. This is used to find powers and roots of complex numbers. The nth roots of unity are given by zk = cos(2πk/n) + i sin(2πk/n) for k = 0, 1, …, n-1.
棣莫弗定理指出 (cos θ + i sin θ)n = cos nθ + i sin nθ,用于求复数的幂和根。n 次单位根由 zk = cos(2πk/n) + i sin(2πk/n) 给出,k = 0, 1, …, n-1。
Loci in the Argand diagram are critical: |z – a| = r represents a circle; |z – a| = |z – b| represents the perpendicular bisector of a and b; arg(z – a) = θ represents a half-line from a.
阿尔冈图上的轨迹至关重要:|z – a| = r 表示圆;|z – a| = |z – b| 表示 a 和 b 的垂直平分线;arg(z – a) = θ 表示从 a 出发的射线。
2. Matrices and Linear Transformations | 矩阵与线性变换
A 2×2 matrix M represents a linear transformation in the plane. Transformations include rotations, reflections, enlargements, shears and stretches. The matrix for a rotation by θ anticlockwise is [cos θ -sin θ; sin θ cos θ].
2×2 矩阵 M 表示平面上的线性变换。变换类型包括旋转、反射、放大、剪切和拉伸。逆时针旋转 θ 的矩阵为 [cos θ -sin θ; sin θ cos θ]。
The determinant det(M) gives the area scale factor of the transformation. If det(M) = 0, the transformation is singular and collapses the plane onto a line or point. The inverse matrix M-1 = (1/det(M)) adj(M) undoes the transformation.
行列式 det(M) 给出了变换的面积比例因子。若 det(M) = 0,则变换是退化的,将平面映射为直线或点。逆矩阵 M-1 = (1/det(M)) adj(M) 可还原变换。
Invariant points satisfy Mx = x, and invariant lines satisfy that the direction vector is mapped to a scalar multiple of itself, i.e., Mx = λx. Solving the characteristic equation det(M – λI) = 0 yields eigenvalues.
不变点满足 Mx = x,不变线满足方向向量被映射为其标量倍,即 Mx = λx。求解特征方程 det(M – λI) = 0 可得特征值。
3. Roots of Polynomials | 多项式求根
Relationships between roots and coefficients of polynomials extend beyond quadratics. For a cubic ax3 + bx2 + cx + d = 0 with roots α, β, γ: Σα = -b/a, Σαβ = c/a, αβγ = -d/a.
多项式根与系数的关系可推广到高次方程。对于三次方程 ax3 + bx2 + cx + d = 0,根为 α, β, γ,有:Σα = -b/a,Σαβ = c/a,αβγ = -d/a。
These symmetric functions allow us to find new equations whose roots are related to the original, such as α2, 1/α, or α + k. Transformations of polynomials are common exam questions.
利用这些对称式可构造根与原方程相关的新方程,如根为 α2、1/α 或 α + k。多项式的变换是常见考题。
4. Hyperbolic Functions | 双曲函数
Hyperbolic functions are defined as sinh x = (ex – e-x)/2, cosh x = (ex + e-x)/2, tanh x = sinh x / cosh x. They satisfy the identity cosh2x – sinh2x = 1.
双曲函数定义为 sinh x = (ex – e-x)/2,cosh x = (ex + e-x)/2,tanh x = sinh x / cosh x。它们满足恒等式 cosh2x – sinh2x = 1。
Inverse hyperbolic functions can be expressed in logarithmic form: arsinh x = ln(x + √(x2 + 1)), arcosh x = ln(x + √(x2 – 1)), artanh x = (1/2) ln((1+x)/(1-x)) for |x| < 1.
反双曲函数可写成对数形式:arsinh x = ln(x + √(x2 + 1)),arcosh x = ln(x + √(x2 – 1)),artanh x = (1/2) ln((1+x)/(1-x))(|x| < 1)。
Derivatives: d/dx (sinh x) = cosh x, d/dx (cosh x) = sinh x. Integration often involves completing the square and using hyperbolic substitutions.
导数公式:d/dx (sinh x) = cosh x,d/dx (cosh x) = sinh x。积分中常使用配方法和双曲代换。
5. Polar Coordinates | 极坐标
Polar coordinates (r, θ) describe a point by distance from the origin and angle from the positive x-axis. Curves are expressed as r = f(θ). Common examples include the cardioid r = a(1 + cos θ) and the spiral r = aθ.
极坐标 (r, θ) 用点到原点的距离和从正 x 轴起的角度描述平面点。曲线表示为 r = f(θ)。常见曲线有心形线 r = a(1 + cos θ) 和螺线 r = aθ。
The area enclosed by a polar curve from θ = α to β is given by A = (1/2) ∫αβ r2 dθ. The arc length formula is s = ∫αβ √(r2 + (dr/dθ)2) dθ.
极曲线在 θ = α 到 β 之间围成的面积为 A = (1/2) ∫αβ r2 dθ。弧长公式为 s = ∫αβ √(r2 + (dr/dθ)2) dθ。
6. Further Calculus Techniques | 进阶微积分技巧
Reduction formulae allow us to express integrals of the form In = ∫ f(x,n) dx in terms of In-1 or In-2. For example, In = ∫ sinnx dx can be reduced using integration by parts.
递推公式可将积分 In = ∫ f(x,n) dx 表示为 In-1 或 In-2 的函数。例如,In = ∫ sinnx dx 可通过分部积分法得到递推关系。
Differentiation of inverse trigonometric functions: d/dx (arcsin x) = 1/√(1 – x2), d/dx (arctan x) = 1/(1 + x2). These are essential for integrating rational functions via partial fractions or trigonometric substitution.
反三角函数的求导:d/dx (arcsin x) = 1/√(1 – x2),d/dx (arctan x) = 1/(1 + x2)。这在有理函数积分(部分分式或三角代换)中必不可少。
7. Differential Equations | 微分方程
First-order differential equations are solved by separating variables or using an integrating factor. For dy/dx + P(x)y = Q(x), the integrating factor is e∫ P(x) dx.
一阶微分方程可通过分离变量法或积分因子法求解。对于 dy/dx + P(x)y = Q(x),积分因子为 e∫ P(x) dx。
Second-order homogeneous linear equations with constant coefficients have the form a d2y/dx2 + b dy/dx + c y = 0. The auxiliary equation am2 + bm + c = 0 yields roots m1, m2; the general solution depends on whether the roots are real and distinct, repeated, or complex.
二阶常系数齐次线性方程形式为 a d2y/dx2 + b dy/dx + c y = 0。辅助方程 am2 + bm + c = 0 的根 m1、m2 决定了通解:两根不等实根、重根或共轭复根。
For a particular integral, try functions similar to the RHS: polynomial, exponential, trigonometric, or their combinations. The complementary function plus the particular integral gives the general solution.
求解特解时,根据右端函数形式猜测:多项式、指数、三角函数或其组合。齐次通解加特解即得全解。
8. Momentum and Impulse (Mechanics) | 动量与冲量(力学)
Momentum p = mv is a vector quantity. The impulse of a force F acting over time t is J = ∫ F dt, which equals the change in momentum: J = mv – mu.
动量 p = mv 是矢量。力 F 作用时间 t 的冲量为 J = ∫ F dt,等于动量的变化:J = mv – mu。
Newton’s law of restitution for direct collisions: the speed of separation equals e times the speed of approach, where e is the coefficient of restitution (0 ≤ e ≤ 1). Conservation of momentum applies in the absence of external forces.
直接碰撞的牛顿恢复定律:分离速度等于 e 乘以趋近速度,其中 e 是恢复系数(0 ≤ e ≤ 1)。无外力时动量守恒。
For oblique collisions, resolve velocities parallel and perpendicular to the line of centres. Momentum is conserved along the line of centres, and the restitution equation applies only to velocity components along that line.
斜碰撞时,将速度分解为平行和垂直于连心线方向。沿连心线方向动量守恒,且恢复方程只适用于该方向的速度分量。
9. Probability Distributions (Statistics) | 概率分布(统计)
The Poisson distribution models the number of events occurring in a fixed interval, with parameter λ. Its probability mass function is P(X = r) = e-λ λr / r!. Mean and variance are both λ.
泊松分布用于描述固定区间内事件发生次数,参数为 λ。其概率质量函数为 P(X = r) = e-λ λr / r!。均值与方差均为 λ。
The geometric distribution models the number of trials to first success: P(X = r) = qr-1p, where p is success probability and q = 1-p. Its mean is 1/p, variance q/p2.
几何分布描述首次成功所需的试验次数:P(X = r) = qr-1p,其中 p 为成功概率,q = 1-p。均值为 1/p,方差为 q/p2。
For sums of independent Poisson variables, X ~ Po(λ), Y ~ Po(μ) are independent, then X+Y ~ Po(λ+μ). The Poisson distribution can also approximate a binomial if n is large and p is small.
独立泊松变量之和:若 X ~ Po(λ),Y ~ Po(μ) 独立,则 X+Y ~ Po(λ+μ)。当 n 大 p 小时,泊松分布也可用于二项分布的近似。
10. Hypothesis Testing and Chi-squared | 假设检验与卡方检验
Hypothesis testing involves defining a null hypothesis H0 and alternative H1, calculating a test statistic, and comparing a p-value to a significance level. Critical regions are determined from the distribution under H0.
假设检验包括建立原假设 H0 和备择假设 H1,计算检验统计量,并将 p 值与显著性水平比较。拒绝域根据 H0 下的分布确定。
The chi-squared goodness-of-fit test checks whether an observed frequency distribution matches an expected one. The statistic χ2 = Σ (Oi – Ei)2 / Ei follows a χ2 distribution with degrees of freedom ν = number of categories – 1 – number of estimated parameters.
卡方拟合优度检验用于判断观测频数分布是否符合预期。统计量 χ2 = Σ (Oi – Ei)2 / Ei 服从自由度为 ν = 类别数 – 1 – 估计参数个数的 χ2 分布。
The chi-squared test for association in contingency tables has degrees of freedom (r-1)(c-1), where r and c are the numbers of rows and columns. Expected frequencies are calculated under the assumption of independence.
列联表独立性卡方检验的自由度为 (r-1)(c-1),其中 r、c 为行数和列数。期望频数基于独立性假设计算。
Published by TutorHao | Further Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导