📚 SQA Advanced Mathematics: Core Knowledge Review | SQA进阶数学:核心知识点梳理
SQA Advanced Mathematics (Advanced Higher) extends the foundational skills developed at Higher level, introducing rigorous analytical techniques, abstract structures, and formal proof. This article provides a thorough review of the core topics, blending conceptual understanding with practical problem-solving. Each section is presented as a pair of paragraphs, first in English then in Chinese, to support bilingual learners aiming for top marks.
SQA进阶数学(Advanced Higher)在Higher阶段的基础上进一步拓展,引入了严谨的分析技巧、抽象结构和形式化证明。本文系统梳理核心知识点,兼顾概念理解与解题实践。每个小节以中英双语配对呈现,帮助双语学习者高效备考,冲击高分。
1. Algebraic Manipulation and Partial Fractions | 代数运算与部分分式
Polynomial division, factorisation, and the decomposition of rational expressions into partial fractions are essential tools. When the denominator contains distinct linear factors, repeated linear factors, or irreducible quadratic factors, the partial fraction forms differ. For example, for distinct linear factors (x − a)(x − b), the decomposition is A/(x − a) + B/(x − b). For an irreducible quadratic factor like (x² + c), the corresponding term takes the form (Ax + B)/(x² + c). Correctly determining the constants often requires solving systems of linear equations obtained by equating coefficients.
多项式除法、因式分解以及将有理式分解为部分分式是基础工具。当分母包含互异的线性因子、重复线性因子或不可约二次因子时,部分分式的形式有所不同。例如,对互异线性因子 (x − a)(x − b),分解为 A/(x − a) + B/(x − b)。对于不可约二次因子如 (x² + c),对应项为 (Ax + B)/(x² + c)。正确求常数通常需要比较系数解线性方程组。
For repeated linear factors, say (x − a)³ in the denominator, the decomposition includes A/(x − a) + B/(x − a)² + C/(x − a)³. Students must also handle improper fractions by performing long division first, obtaining a polynomial plus a proper rational expression. Mastery of these manipulations is crucial for integration, series expansions, and solving differential equations later in the course.
对于重复线性因子,如分母中有 (x − a)³,分解需包含 A/(x − a) + B/(x − a)² + C/(x − a)³。学生也要能处理假分式,先通过长除法化为多项式加真分式的形式。这些运算技巧对于后续的积分、级数展开以及求解微分方程至关重要。
2. Matrices and Systems of Linear Equations | 矩阵与线性方程组
Matrices provide a compact way to represent and solve systems of linear equations. The determinant of a square matrix, denoted det(A) or |A|, indicates whether the system has a unique solution (det(A) ≠ 0). For a 2×2 matrix [[a, b], [c, d]], the determinant is ad − bc. For 3×3 matrices, expansion by minors using Sarrus’ rule or row/column expansion is required. The inverse matrix A⁻¹ exists only if det(A) ≠ 0, and can be found using the adjugate method: A⁻¹ = (1/det(A)) adj(A).
矩阵为表示和求解线性方程组提供了简洁方式。方阵的行列式,记作 det(A) 或 |A|,表明方程组是否有唯一解(det(A) ≠ 0)。对于2×2矩阵 [[a, b], [c, d]],行列式为 ad − bc。对于3×3矩阵,需运用萨鲁斯法则或按行/列展开求行列式。逆矩阵 A⁻¹ 仅在 det(A) ≠ 0 时存在,可通过伴随矩阵法求得:A⁻¹ = (1/det(A)) adj(A)。
Gaussian elimination transforms the augmented matrix to row-echelon form, allowing back-substitution. Elementary row operations include swapping rows, multiplying a row by a non-zero scalar, and adding a multiple of one row to another. Matrix transformations are also applied in geometry: rotation, reflection, scaling, and shear are represented by 2×2 matrices. Understanding the connection between matrix operations and transformations deepens spatial reasoning.
高斯消元法将增广矩阵化为行阶梯形,从而回代求解。初等行变换包括交换两行、某行乘以非零常数、将一行的倍数加到另一行。矩阵变换也用于几何:旋转、反射、缩放和剪切由2×2矩阵表示。理解矩阵运算与几何变换的联系可加深空间推理能力。
3. Vectors in 3D | 三维空间向量
Vectors in three dimensions are fundamental for describing lines, planes, and their interactions. A line can be expressed in parametric form: r = a + λb, where a is a point on the line and b is the direction vector. Two lines may be parallel (direction vectors are scalar multiples), intersecting, or skew. The scalar product (dot product) a · b = |a||b| cos θ is used to find angles between vectors and to test perpendicularity.
三维向量是描述直线、平面及其相互关系的基础。直线可用参数形式表示:r = a + λb,其中 a 是直线上一点,b 是方向向量。两条直线可能平行(方向向量成比例)、相交或为异面直线。数量积(点积)a · b = |a||b| cos θ 用于求向量夹角和判断垂直。
The vector product (cross product) a × b yields a vector perpendicular to both a and b, with magnitude |a||b| sin θ. It is essential for finding the normal vector to a plane. A plane can be given by the scalar equation n · r = d, where n is a normal vector. To check if a line lies in a plane, substitute the line equation and solve for the parameter. Applications include calculating shortest distances from a point to a line or plane.
向量积(叉积)a × b 得到一个垂直于 a 和 b 的向量,模为 |a||b| sin θ。这对于求平面的法向量至关重要。平面可由数量方程 n · r = d 给出,其中 n 为法向量。检验直线是否在平面内,可代入直线方程并解参数。应用包括计算点到直线或平面最短距离。
4. Complex Numbers | 复数
Complex numbers extend the real number system to include solutions to equations like x² = −1. The imaginary unit i satisfies i² = −1. A complex number z = a + bi has real part a and imaginary part b. The modulus |z| = √(a² + b²) represents the distance from the origin on the Argand diagram. The argument (arg z) gives the angle relative to the positive real axis. The polar form z = r(cos θ + i sin θ) or the compact exponential form z = reⁱᶿ is extremely useful for multiplication, division, and powers.
复数将实数系扩展,使得 x² = −1 这类方程有解。虚数单位 i 满足 i² = −1。复数 z = a + bi 的实部为 a,虚部为 b。模 |z| = √(a² + b²) 表示阿干特图上到原点的距离。辐角 (arg z) 表示与正实轴之间的夹角。极形式 z = r(cos θ + i sin θ) 或紧凑的指数形式 z = reⁱᶿ 在乘法、除法和乘方运算中非常有用。
De Moivre’s theorem states (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ). This allows evaluation of powers and roots of complex numbers. The nth roots of unity are solutions to zⁿ = 1, symmetrically spaced on the unit circle. Complex conjugate z* = a − bi is used to find the real denominator in division. Loci such as |z − z₀| = r (a circle) and arg(z − z₀) = α (a half-line) appear in geometric problems.
棣莫弗定理指出 (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ)。这可用于计算复数的乘方与开方。n次单位根是 zⁿ = 1 的解,均匀分布在单位圆上。共轭复数 z* = a − bi 用于除法中实现分母实数化。轨迹如 |z − z₀| = r(圆)和 arg(z − z₀) = α(半直线)常在几何问题中出现。
5. Polynomials and the Factor Theorem | 多项式与因式定理
Polynomials are expressions of the form aₙxⁿ + … + a₀. The Factor Theorem provides a direct link between roots and factors: (x − r) is a factor if and only if P(r) = 0. The Remainder Theorem states that when P(x) is divided by (x − h), the remainder is P(h). These theorems allow systematic factorisation of cubic and quartic polynomials. Synthetic division accelerates the process.
多项式是形如 aₙxⁿ + … + a₀ 的表达式。因式定理将根与因子直接联系起来:(x − r) 是因子当且仅当 P(r) = 0。余数定理指出,当 P(x) 除以 (x − h) 时,余数为 P(h)。这些定理可对三次和四次多项式进行系统因式分解。综合除法能加快这一过程。
Solving polynomial equations often involves finding one rational root using the Rational Root Theorem, then using synthetic division to reduce the degree. Repeated roots indicate the factor appears more than once, detectable via repeated differentiation or division. The relationship between roots and coefficients (sum of roots, product of roots) is a helpful check and appears in Vieta’s formulas.
解多项式方程时,常先用有理根定理找到一个有理根,再用综合除法降次。重根表明因子出现不止一次,可通过重复求导或除法检测。根与系数的关系(根之和、根之积)是一种有用的检验方法,体现在韦达定理中。
6. Sequences and Series | 数列与级数
Sequences follow specific patterns, while series sum their terms. Arithmetic sequences have a constant difference d: uₙ = a + (n−1)d. The sum to n terms is Sₙ = (n/2)[2a + (n−1)d]. Geometric sequences have constant ratio r: uₙ = arⁿ⁻¹. The sum of n terms is Sₙ = a(1 − rⁿ)/(1 − r) for r ≠ 1. When |r| < 1, the infinite geometric series converges to a/(1 − r).
数列遵循特定规律,级数则是对项的求和。等差数列有恒定公差 d:uₙ = a + (n−1)d,前 n 项和为 Sₙ = (n/2)[2a + (n−1)d]。等比数列有恒定公比 r:uₙ = arⁿ⁻¹,当 r ≠ 1 时,前 n 项和为 Sₙ = a(1 − rⁿ)/(1 − r)。当 |r| < 1 时,无穷等比级数收敛于 a/(1 − r)。
The Maclaurin series expands a function as an infinite polynomial: f(x) = f(0) + f ‘(0)x + f ”(0)x²/2! + … . Key expansions include eˣ, sin x, cos x, and ln(1+x). The concept of the remainder term allows estimation of error when truncating. Summation notation Σ (sigma) is used to write series compactly. The method of differences simplifies telescoping series by cancelling terms.
麦克劳林级数将函数展开为无穷多项式:f(x) = f(0) + f ‘(0)x + f ”(0)x²/2! + … 。常用的展开式包括 eˣ、sin x、cos x 和 ln(1+x)。余项的概念可用于估计截断误差。求和符号 Σ(西格玛)可简洁地书写级数。差分法通过消去项简化裂项级数。
7. Binomial Theorem | 二项式定理
The binomial theorem gives the expansion of (x + y)ⁿ, where n is a positive integer: (x + y)ⁿ = Σⁿₖ₌₀ nCk xⁿ⁻ᵏ yᵏ, with nCk = n!/(k!(n−k)!). The coefficients form Pascal’s triangle. For rational and negative exponents, the infinite series expansion (1 + x)ⁿ = 1 + nx + [n(n−1)x²]/2! + … is valid for |x| < 1. This extends the theorem to cover functions like (1 + x)⁻¹ and √(1 + x).
二项式定理给出 (x + y)ⁿ 的展开式,其中 n 是正整数:(x + y)ⁿ = Σⁿₖ₌₀ nCk xⁿ⁻ᵏ yᵏ,nCk = n!/(k!(n−k)!)。系数构成帕斯卡三角形。当指数为有理数或负数时,无穷级数展开式 (1 + x)ⁿ = 1 + nx + [n(n−1)x²]/2! + … 在 |x| < 1 时有效。这一定理的推广可用于展开 (1 + x)⁻¹ 和 √(1 + x) 等函数。
Manipulating the binomial expansion includes finding specific terms, using partial fractions to expand rational expressions, and approximating numerical values. The general term T᷼₊₁ = nC᷼ xⁿ⁻᷼ y᷼ helps pinpoint any desired term without full expansion. When n is not a positive integer, the expansion is infinite and only valid within the radius of convergence.
二项展开式的操作包括求特定项、利用部分分式展开有理式以及进行数值近似。通项公式 T᷼₊₁ = nC᷼ xⁿ⁻᷼ y᷼ 可无需完全展开即定位任意项。当 n 不是正整数时,展开式为无穷级数,且仅在其收敛半径内有效。
8. Differentiation Techniques and Applications | 微分技巧与应用
Advanced differentiation moves beyond basic rules to chain, product, and quotient rules, applied to trigonometric, exponential, logarithmic, and inverse functions. The derivative of composite functions uses the chain rule: dy/dx = dy/du × du/dx. Implicit differentiation is used when y cannot be expressed explicitly as a function of x. Logarithmic differentiation simplifies products and powers by taking natural logs first.
高阶微分超越了基本法则,将链式法则、乘积法则和商法则应用于三角函数、指数函数、对数函数和反函数。复合函数求导运用链式法则:dy/dx = dy/du × du/dx。当 y 无法显式表示为 x 的函数时,需使用隐函数微分法。对数微分法先取自然对数,从而简化乘方与连乘的求导。
Second derivatives f ”(x) provide information about concavity and points of inflection. Parametric differentiation deals with curves given by x = x(t), y = y(t): dy/dx = (dy/dt)/(dx/dt). Rates of change and related rates problems are solved by linking derivatives. Optimisation uses stationary points to find maxima and minima; testing with first or second derivative determines nature.
二阶导数 f ”(x) 指示曲线的凹凸性和拐点。参数微分用于处理参数方程 x = x(t), y = y(t) 给出的曲线:dy/dx = (dy/dt)/(dx/dt)。变化率与相关变化率问题通过对导数建立联系求解。最优化利用驻点求极大值与极小值;通过一阶或二阶导数检验可判定极值类型。
9. Integration Techniques and Applications | 积分技巧与应用
Integration reverses differentiation and computes areas and accumulated quantities. Standard integrals include power, exponential, logarithmic, and trigonometric forms. Integration by substitution (reverse chain rule) transforms the integral into a simpler variable. Integration by parts, ∫ u dv = uv − ∫ v du, derives from the product rule, and is particularly useful for products of different function types such as x eˣ or x ln x.
积分是微分的逆运算,用于计算面积与累积量。标准积分包括幂函数、指数函数、对数函数和三角函数的积分。换元积分法(逆链式法则)将积分转化为关于新变量的更简单形式。分部积分法,∫ u dv = uv − ∫ v du,源于乘积法则,特别适合处理 x eˣ 或 x ln x 等不同类型函数之积。
Definite integrals evaluate the area between a curve and the x-axis, with limits substituted after finding the antiderivative. Improper integrals deal with infinite limits or discontinuous integrands, requiring limits. Volumes of revolution around the x- or y-axis are found using V = π ∫ y² dx or analogous. Applications also include finding mean values of functions and solving simple differential equations.
定积分可计算曲线与 x 轴之间的面积,求原函数后代入上下限。反常积分处理无穷积分限或被积函数不连续的情形,需借助极限。绕 x 轴或 y 轴旋转体的体积通过 V = π ∫ y² dx 或类似公式求得。应用还包括求函数的平均值以及求解简单微分方程。
10. Differential Equations | 微分方程
Differential equations involve unknown functions and their derivatives. First-order separable differential equations dy/dx = f(x)g(y) are solved by separating variables: ∫ 1/g(y) dy = ∫ f(x) dx. First-order linear equations dy/dx + P(x)y = Q(x) are solved using an integrating factor I(x) = e^(∫ P(x) dx). The solution combines the complementary function (solution of homogeneous equation) and a particular integral.
微分方程包含未知函数及其导数。一阶可分离变量微分方程 dy/dx = f(x)g(y) 通过分离变量求解:∫ 1/g(y) dy = ∫ f(x) dx。一阶线性微分方程 dy/dx + P(x)y = Q(x) 借助积分因子 I(x) = e^(∫ P(x) dx) 求解。通解由补函数(齐次方程的解)和特解组合而成。
Modelling with differential equations appears in contexts such as population growth (exponential and logistic models), Newton’s law of cooling, and kinematic equations. Second-order linear equations with constant coefficients, ay” + by’ + cy = 0, are solved via the auxiliary equation ar² + br + c = 0. The nature of roots (real distinct, repeated, complex conjugate) determines the form of the general solution involving exponentials and trigonometric functions.
微分方程建模的应用包括人口增长(指数模型与逻辑斯谛模型)、牛顿冷却定律以及运动学方程。二阶常系数线性微分方程 ay” + by’ + cy = 0 通过辅助方程 ar² + br + c = 0 求解。根的性质(不等实根、重根、共轭复根)决定通解的形式,通解包含指数函数和三角函数。
11. Methods of Proof | 证明方法
Formal proof skills are integral to Advanced Mathematics. Direct proof starts from known axioms and theorems to deduce the result. Proof by contradiction assumes the negation of the statement and derives a contradiction, thereby establishing the original claim. Proof by induction verifies a statement for all natural numbers: the base case n = 1 is shown true, then assuming truth for n = k, the statement for n = k+1 is proven.
形式化证明能力是进阶数学的核心部分。直接证明从已知公理和定理出发推导结论。反证法先假设命题的否定成立,推导出矛盾,从而证实原命题。数学归纳法证明某命题对所有自然数成立:先验证 n = 1 的基本情况为真,然后假设 n = k 时成立,再证明 n = k+1 时也成立。
Contrapositive proof shows that if the conclusion is false, then the hypothesis must be false, which is logically equivalent. Counterexamples are used to disprove false statements. Proof by exhaustion works for finite small sets. Familiarity with standard proofs such as the irrationality of √2, divisibility results, and algebraic identities is expected.
逆否证法证明若结论不成立则前提必不成立,逻辑上与原命题等价。反例用于反驳错误陈述。穷举法适用于有限小集合。需熟悉常见证明,如 √2 的无理性证明、整除性结论以及代数恒等式的证明。
Published by TutorHao | SQA Advanced Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply