📚 Year 13 SQA Mathematics: Core Knowledge Points Review | SQA 数学 Year 13 核心知识点梳理
The Advanced Higher Mathematics course for Year 13, assessed by the Scottish Qualifications Authority (SQA), represents a significant step up from Higher Mathematics. It introduces deeper algebraic techniques, complex numbers, advanced calculus, differential equations, linear algebra, and numerical methods. A clear understanding of the core knowledge points is essential for success in the final examination, as questions often integrate multiple topics. This article distils the entire syllabus into a structured revision guide, pairing each key concept with a concise explanation.
苏格兰学历管理委员会(SQA)为 Year 13 设置的高级高等数学课程,在高等数学的基础上大幅提升了深度与广度。课程涵盖高级代数技巧、复数、微积分深化、微分方程、线性代数以及数值方法。考试题目往往综合多个知识模块,因此系统梳理核心知识点对备考至关重要。本文按课程大纲提炼核心内容,为每个要点提供精炼解析,帮助读者建立完整的知识网络。
1. Algebraic Techniques and Partial Fractions | 代数技巧与部分分式
You must be able to manipulate algebraic fractions confidently, including simplifying rational expressions and decomposing them into partial fractions. The two main types are linear factors (distinct or repeated) and irreducible quadratic factors. For a rational function with denominator factor (ax+b)(cx+d), the partial fraction form is A/(ax+b) + B/(cx+d).
必须熟练掌握代数分式的运算,包括化简有理式及分解为部分分式。两种主要类型是线性因子(相异或重根)与不可约二次因子。若分母包含 (ax+b)(cx+d),部分分式形式为 A/(ax+b) + B/(cx+d)。
When the denominator has a repeated linear factor (ax+b)², the decomposition includes A/(ax+b) + B/(ax+b)². For an irreducible quadratic term such as (x²+bx+c), the corresponding partial fraction is (Bx+C)/(x²+bx+c). Solving for the unknown constants usually involves equating coefficients or substituting strategic x-values.
当分母含有重线性因子 (ax+b)² 时,分解需包含 A/(ax+b) + B/(ax+b)²。遇到不可约二次因子如 (x²+bx+c),对应的部分分式为 (Bx+C)/(x²+bx+c)。确定待定常数通常通过比较系数法或代入特殊 x 值完成。
2. Binomial Theorem and Mathematical Induction | 二项式定理与数学归纳法
For a positive integer n, the binomial expansion of (a+x)ⁿ is given by Σⁿᵣ₌₀ ⁿCᵣ aⁿ⁻ʳ xʳ, where ⁿCᵣ = n!/(r!(n-r)!). This expansion is finite. When n is a rational or negative number, the expansion becomes an infinite series (a+x)ⁿ = aⁿ [1 + n(x/a) + n(n-1)/2! (x/a)² + …], valid for |x/a| < 1.
当 n 为正整数时,(a+x)ⁿ 的二项展开为 Σⁿᵣ₌₀ ⁿCᵣ aⁿ⁻ʳ xʳ,其中 ⁿCᵣ = n!/(r!(n-r)!),该展开是有限项。当 n 为有理数或负数时,展开为无穷级数 (a+x)ⁿ = aⁿ [1 + n(x/a) + n(n-1)/2! (x/a)² + …],仅当 |x/a| < 1 时成立。
Mathematical induction proves that a statement P(n) holds for all positive integers n. The process requires verifying the base case (usually n=1), assuming P(k) is true, and then showing that P(k+1) logically follows. Common applications include summation formulas, divisibility proofs, and matrix results.
数学归纳法用于证明命题 P(n) 对所有正整数 n 成立。过程包括验证基始情形(通常 n=1)、假设 P(k) 为真,再推证 P(k+1) 为真。常见应用有求和公式、整除性证明及矩阵结论的证明。
3. Complex Numbers | 复数
A complex number z = a + bi, where a, b are real numbers and i² = -1. The real part is Re(z) = a and the imaginary part is Im(z) = b. The complex conjugate is z* = a – bi. Arithmetic with complex numbers follows the same rules as real numbers, remembering to replace i² with -1 whenever it appears.
复数 z = a + bi,其中 a, b 为实数,i² = -1。实部 Re(z) = a,虚部 Im(z) = b。共轭复数记为 z* = a – bi。复数的四则运算遵循实数运算规则,但每当出现 i² 时必须替换为 -1。
Complex numbers can be represented on an Argand diagram and in polar form: z = r(cosθ + i sinθ), where r = |z| = √(a²+b²) is the modulus and θ is the argument. De Moivre’s theorem states that [r(cosθ + i sinθ)]ⁿ = rⁿ (cos nθ + i sin nθ). This theorem is used to find powers and roots of complex numbers. The n distinct nth roots of a complex number are uniformly spaced around a circle of radius r^(1/n).
复数可在阿甘特图上表示,也可写成极坐标形式:z = r(cosθ + i sinθ),其中模 r = |z| = √(a²+b²),辐角为 θ。棣莫弗定理指出 [r(cosθ + i sinθ)]ⁿ = rⁿ (cos nθ + i sin nθ)。该定理用于求复数的乘幂与方根。一个复数的 n 次方根有 n 个互异值,均匀分布在半径为 r^(1/n) 的圆上。
4. Differentiation Techniques | 微分技巧
Beyond basic derivatives, you need to apply the chain rule, product rule, and quotient rule with confidence. The chain rule: if y = f(g(x)), then dy/dx = f'(g(x)) g'(x). This is essential for composite functions like sin(2x) or e^(x²). The product rule: d/dx(uv) = u’v + uv’.
在基本导数公式之外,需要熟练运用链式法则、乘积法则和商法则。链式法则:若 y = f(g(x)),则 dy/dx = f'(g(x)) g'(x),它是处理复合函数(如 sin(2x)、e^(x²))的关键。乘积法则:d/dx(uv) = u’v + uv’。
The quotient rule: d/dx(u/v) = (u’v – uv’)/v². You should also be able to differentiate implicitly for equations where y cannot be easily expressed in terms of x, using the fact that d/dx(y) = dy/dx and d/dx(yⁿ) = n yⁿ⁻¹ dy/dx. Parametric differentiation: if x = f(t) and y = g(t), then dy/dx = (dy/dt)/(dx/dt).
商法则:d/dx(u/v) = (u’v – uv’)/v²。还需掌握隐函数求导,即在 y 不易显式表达为 x 函数时,利用 d/dx(y) = dy/dx 以及 d/dx(yⁿ) = n yⁿ⁻¹ dy/dx 来求解。参数方程求导:若 x = f(t)、y = g(t),则 dy/dx = (dy/dt)/(dx/dt)。
Logarithmic differentiation can simplify products, quotients, and powers by taking ln of both sides before differentiating. Derivatives of inverse trigonometric functions must be memorised: e.g., d/dx(sin⁻¹x) = 1/√(1-x²), d/dx(tan⁻¹x) = 1/(1+x²).
对数求导法通过对等式两边取自然对数来简化乘积、商及幂指函数的求导。必须牢记反三角函数的导数,例如 d/dx(sin⁻¹x) = 1/√(1-x²),d/dx(tan⁻¹x) = 1/(1+x²)。
5. Applications of Differentiation | 微分的应用
Derivatives allow curve sketching through stationary points, points of inflection, and concavity. A stationary point where f'(x) = 0 can be classified by the second derivative: f”(x) > 0 indicates a local minimum, f”(x) < 0 a local maximum. If f''(x) = 0 and changes sign, it is a point of inflection.
导数通过驻点、拐点及凹凸性帮助描绘函数图像。由 f'(x) = 0 求得的驻点可通过二阶导数分类:f”(x) > 0 时为局部极小点,f”(x) < 0 时为局部极大点。若 f''(x) = 0 且左右异号,则为拐点。
Related rates problems involve linking two or more variables that change with time. Typically, you identify an equation relating the variables, differentiate with respect to time t, and substitute known rates. Optimisation problems require finding maximum or minimum values of a quantity, often using the first derivative or the second derivative test.
相关变化率问题涉及随时间变化的多个变量,解题时先建立变量间的关系式,再对时间 t 求导,并代入已知变化率。优化问题需要求某个量的最大或最小值,通常借助一阶导数或二阶导数检验来求解。
6. Integration Techniques | 积分技巧
Integration is the inverse of differentiation, but requires a broader toolkit. Standard integrals must be known, such as ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C (n≠-1), ∫ 1/x dx = ln|x| + C, ∫ eˣ dx = eˣ + C, ∫ cos x dx = sin x + C, etc. Substitution (change of variable) simplifies integrals by letting u = g(x) and du = g'(x) dx.
积分是微分的逆运算,但需要更丰富的技巧库。必须熟记标准积分公式,如 ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C (n≠-1),∫ 1/x dx = ln|x| + C,∫ eˣ dx = eˣ + C,∫ cos x dx = sin x + C 等。换元积分法通过设 u = g(x) 及 du = g'(x) dx 来化简被积表达式。
Integration by parts is derived from the product rule: ∫ u dv = uv – ∫ v du. It is particularly useful for products of polynomials and exponentials, or polynomials and trigonometric functions, or for integrating ln x. The LIATE rule helps choose u. Partial fractions are often used to integrate rational functions after decomposition.
分部积分法源自乘积求导法则:∫ u dv = uv – ∫ v du。该技巧对多项式与指数函数或三角函数的乘积特别有效,也可用于积分 ln x。选择 u 时 LIATE 规则提供指引。部分分式常用于有理函数的积分,先将有理式分解再逐项积分。
You also need to handle integrals of the form ∫ f'(x)/f(x) dx = ln|f(x)| + C and ∫ f'(x) [f(x)]ⁿ dx. Trigonometric identities are often needed to rewrite integrands like sin²x or cos³x into integrable forms.
还需掌握形如 ∫ f'(x)/f(x) dx = ln|f(x)| + C 以及 ∫ f'(x)[f(x)]ⁿ dx 的积分。对于 sin²x、cos³x 之类被积函数,常需借助三角恒等式化为可积形式。
7. Applications of Integration | 积分的应用
Definite integrals calculate the area under a curve y = f(x) between x = a and x = b, given by ∫ₐᶠ f(x) dx. For the area between two curves y = f(x) and y = g(x) with f(x) ≥ g(x) on [a,b], the area is ∫ₐᶠ [f(x) – g(x)] dx. Volumes of revolution: rotating the region under y = f(x) about the x-axis forms a solid with volume V = π ∫ₐᶠ [f(x)]² dx.
定积分用于计算曲线 y = f(x) 在 x = a 到 x = b 之间的下方面积,即 ∫ₐᶠ f(x) dx。两条曲线 y = f(x) 与 y = g(x) 在 [a,b] 上若 f(x) ≥ g(x),则所围面积为 ∫ₐᶠ [f(x) – g(x)] dx。旋转体体积:将 y = f(x) 下的图形绕 x 轴旋转所得立体体积为 V = π ∫ₐᶠ [f(x)]² dx。
Rotating about the y-axis uses V = π ∫꜀ᶜ [g(y)]² dy, where x = g(y). You can also compute volumes when the region is between two curves. Another application is finding the mean value of a function over an interval: f_mean = (1/(b-a)) ∫ₐᶠ f(x) dx.
绕 y 轴旋转时,需用 V = π ∫꜀ᶜ [g(y)]² dy,其中 x = g(y)。两曲线间的区域同样可以求旋转体体积。另一个应用是求函数在区间上的平均值:f_mean = (1/(b-a)) ∫ₐᶠ f(x) dx。
8. First-Order Differential Equations | 一阶微分方程
A first-order ordinary differential equation (ODE) involves dy/dx and possibly x and y. The variable-separable type can be rearranged into g(y) dy = h(x) dx, then integrated directly. For example, dy/dx = ky leads to y = Ae^(kx).
一阶常微分方程包含 dy/dx 以及可能的 x、y。可分离变量型可将方程化为 g(y) dy = h(x) dx,然后直接积分求解。例如 dy/dx = ky 的通解为 y = Ae^(kx)。
Homogeneous differential equations have the form dy/dx = f(y/x). The substitution y = vx, where v is a function of x, and dy/dx = v + x dv/dx, reduces the equation to a separable one in v and x. After solving for v, substitute back v = y/x.
齐次微分方程具有 dy/dx = f(y/x) 的形式。令 y = vx(v 是 x 的函数),则 dy/dx = v + x dv/dx,可将原方程化为关于 v 和 x 的可分离方程。解出 v 后回代 v = y/x 即可。
Linear first-order ODEs take the form dy/dx + P(x) y = Q(x). The integrating factor is μ(x) = e^(∫ P(x) dx). Multiplying both sides by μ(x) makes the left-hand side the derivative of μ(x) y, allowing straightforward integration.
一阶线性常微分方程形式为 dy/dx + P(x) y = Q(x)。积分因子为 μ(x) = e^(∫ P(x) dx)。方程两端同乘 μ(x) 后,左边变成 μ(x) y 的导数,从而可直接积分求解。
9. Second-Order Differential Equations | 二阶微分方程
A homogeneous linear second-order ODE with constant coefficients has the form a d²y/dx² + b dy/dx + c y = 0. The auxiliary (characteristic) equation is am² + bm + c = 0. Its roots determine the general solution: real distinct roots m₁, m₂ give y = Ae^(m₁x) + Be^(m₂x); repeated root m gives y = (A + Bx)e^(mx); complex conjugate roots m = p ± qi give y = e^(px)(A cos qx + B sin qx).
二阶常系数齐次线性常微分方程形式为 a d²y/dx² + b dy/dx + c y = 0。其辅助(特征)方程为 am² + bm + c = 0。根的情况决定通解:两相异实根 m₁, m₂ 时,y = Ae^(m₁x) + Be^(m₂x);重根 m 时,y = (A + Bx)e^(mx);共轭复根 m = p ± qi 时,y = e^(px)(A cos qx + B sin qx)。
For non-homogeneous equations a d²y/dx² + b dy/dx + c y = f(x), the general solution is y = y_c + y_p, where y_c is the complementary function (solution of the homogeneous equation) and y_p is a particular integral. The form of y_p is guessed from f(x): try a polynomial, exponential, or trigonometric form, then substitute to determine coefficients.
对于非齐次方程 a d²y/dx² + b dy/dx + c y = f(x),通解为 y = y_c + y_p,其中 y_c 是补函数(齐次方程的通解),y_p 是特解。根据 f(x) 的类型猜测特解形式:尝试多项式、指数函数或三角函数,代入方程确定系数。
10. Vectors in Three Dimensions | 三维向量
Vectors in 3D are expressed in terms of i, j, k unit vectors: v = a i + b j + c k. The magnitude is |v| = √(a²+b²+c²). The scalar (dot) product a·b = |a||b| cosθ = a₁b₁ + a₂b₂ + a₃b₃. It is used to find the angle between two vectors and to determine perpendicularity (a·b = 0).
三维向量用单位向量 i, j, k 表示:v = a i + b j + c k。其模长为 |v| = √(a²+b²+c²)。数量积(点乘)a·b = |a||b| cosθ = a₁b₁ + a₂b₂ + a₃b₃,可用来求两向量间夹角并判断垂直关系(a·b = 0)。
The vector (cross) product a × b yields a vector perpendicular to both a and b, with magnitude |a||b| sinθ. The direction is given by the right-hand rule. In component form, a × b = (a₂b₃ – a₃b₂)i – (a₁b₃ – a₃b₁)j + (a₁b₂ – a₂b₁)k. The cross product is used to find areas of parallelograms and equations of planes.
向量积(叉乘)a × b 的结果是一个同时垂直于 a 和 b 的向量,其模为 |a||b| sinθ,方向由右手定则确定。在分量形式下,a × b = (a₂b₃ –
Published by TutorHao | Year 13 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