📚 A-Level Mathematics: High-Frequency Topics Summary | A-Level 数学:高频考点总结
Mastering A-Level Mathematics requires a strong grasp of the most commonly examined topics. This article summarises the high-frequency areas across Pure Mathematics, Statistics, and Mechanics, covering essential concepts, key formulas, and typical question types to help you prepare efficiently.
掌握 A-Level 数学需要牢固掌握最常见的考点。本文总结了纯数学、统计和力学中的高频领域,涵盖核心概念、关键公式和典型题型,帮助您高效备考。
1. Functions and Graphs | 函数与图像
Functions are the building blocks of A-Level Mathematics. You must be able to determine the domain and range of a function, form composite functions such as fg(x), and find inverse functions f⁻¹(x). The graph of an inverse function is a reflection of the original graph in the line y = x.
函数是 A-Level 数学的构建模块。你必须能够确定函数的定义域和值域、构建如 fg(x) 的复合函数、并求出反函数 f⁻¹(x)。反函数的图像是原函数关于直线 y = x 的反射。
Transformation rules: y = f(x) + a (vertical shift by a); y = f(x + a) (horizontal shift by -a); y = a f(x) (vertical stretch by factor a); y = f(ax) (horizontal stretch by factor 1/a).
变换规则:y = f(x) + a(垂直平移 a);y = f(x + a)(水平平移 -a);y = a f(x)(垂直拉伸 a 倍);y = f(ax)(水平伸缩 1/a 倍)。
The modulus function y = |f(x)| reflects any part of f(x) below the x-axis upwards. Equations involving modulus, such as |2x – 3| = 5, are typically solved by considering both positive and negative cases. Be prepared to sketch graphs with asymptotes and to interpret transformations of standard curves like y = 1/x, y = eˣ, and y = ln x.
绝对值函数 y = |f(x)| 将 f(x) 在 x 轴下方的部分向上反射。含有绝对值的方程,例如 |2x – 3| = 5,通常通过考虑正负两种情况来求解。要准备好绘制具有渐近线的图像,并能解释标准曲线(如 y = 1/x、y = eˣ、y = ln x)的变换。
2. Differentiation | 微分
Differentiation is central to calculus, allowing you to find gradients, tangent equations, velocities, and accelerations. The first derivative dy/dx represents the rate of change of y with respect to x, and the second derivative d²y/dx² determines the concavity and nature of stationary points.
微分是微积分的核心,可用来求梯度、切线方程、速度和加速度。一阶导数 dy/dx 表示 y 关于 x 的变化率,二阶导数 d²y/dx² 决定驻点的凹凸性和性质。
Power rule: d/dx (xⁿ) = n xⁿ⁻¹
幂法则:d/dx (xⁿ) = n xⁿ⁻¹
The chain rule is used for composite functions: if y = f(u) and u = g(x), then dy/dx = (dy/du) × (du/dx). The product rule: d/dx (uv) = u’v + uv’. The quotient rule: d/dx (u/v) = (u’v – uv’) / v². You must also memorise derivatives of standard functions: d/dx (sin x) = cos x, d/dx (cos x) = -sin x, d/dx (eˣ) = eˣ, d/dx (ln x) = 1/x.
链式法则用于复合函数:若 y = f(u) 且 u = g(x),则 dy/dx = (dy/du) × (du/dx)。乘积法则:d/dx (uv) = u’v + uv’。商法则:d/dx (u/v) = (u’v – uv’) / v²。你还必须记住标准函数的导数:d/dx (sin x) = cos x,d/dx (cos x) = -sin x,d/dx (eˣ) = eˣ,d/dx (ln x) = 1/x。
Applications include finding equations of tangents and normals, identifying stationary points (maxima, minima, points of inflection), and solving optimisation problems. Practical problems often involve maximising area or volume, or minimising cost, using the first and second derivatives to verify the nature of turning points.
应用包括求切线和法线方程、识别驻点(极大值、极小值、拐点)以及解决优化问题。实际应用常涉及利用一阶和二阶导数最大化面积或体积,或最小化成本,并验证拐点性质。
3. Integration | 积分
Integration is the reverse process of differentiation. It is used to find areas under curves, volumes of revolution, and to solve differential equations. The indefinite integral of a function f(x) is written as ∫ f(x) dx, and the definite integral ∫ₐᵇ f(x) dx calculates the net area between the curve and the x-axis from x = a to x = b.
积分是微分的逆过程,用于求曲线下的面积、旋转体体积和解微分方程。函数 f(x) 的不定积分写作 ∫ f(x) dx,而定积分 ∫ₐᵇ f(x) dx 计算曲线与 x 轴在 x = a 到 x = b 之间的净面积。
Power rule for integration: ∫ xⁿ dx = (xⁿ⁺¹)/(n+1) + C, for n ≠ -1
积分幂法则:∫ xⁿ dx = (xⁿ⁺¹)/(n+1) + C,n ≠ -1
Key integrals to remember: ∫ (1/x) dx = ln|x| + C, ∫ eˣ dx = eˣ + C, ∫ cos x dx = sin x + C, ∫ sin x dx = -cos x + C. Integration by substitution (reverse chain rule) and integration by parts [∫ u dv = uv – ∫ v du] are essential techniques, especially for products of functions and logarithmic integrals.
需记忆的关键积分:∫ (1/x) dx = ln|x| + C,∫ eˣ dx = eˣ + C,∫ cos x dx = sin x + C,∫ sin x dx = -cos x + C。换元积分法(反向链式法则)和分部积分法 [∫ u dv = uv – ∫ v du] 是重要技巧,尤其适用于函数乘积和对数积分。
Definite integrals can also be used to find the volume of revolution about the x-axis via V = π ∫ₐᵇ y² dx. Trapezium rule approximations may be required to estimate integrals when exact integration is not possible. Always add the constant of integration C for indefinite integrals.
定积分也可用于求绕 x 轴旋转的体积,公式为 V = π ∫ₐᵇ y² dx。当无法精确积分时,可能需要使用梯形法则进行近似计算。不定积分务必加上积分常数 C。
4. Trigonometry | 三角学
Trigonometry is heavily tested, especially identities, solving equations, and graphs. The fundamental identities sin²θ + cos²θ ≡ 1, tanθ ≡ sinθ / cosθ, and sec²θ ≡ 1 + tan²θ must be known thoroughly. Radian measure is standard: π rad = 180°.
三角学是重点考查内容,特别是恒等式、解方程和图像。必须彻底掌握基本恒等式 sin²θ + cos²θ ≡ 1、tanθ ≡ sinθ / cosθ 以及 sec²θ ≡ 1 + tan²θ。弧度制是标准:π rad = 180°。
Double angle formulas: sin 2θ ≡ 2 sinθ cosθ; cos 2θ ≡ cos²θ – sin²θ ≡ 2 cos²θ – 1 ≡ 1 – 2 sin²θ
倍角公式:sin 2θ ≡ 2 sinθ cosθ;cos 2θ ≡ cos²θ – sin²θ ≡ 2 cos²θ – 1 ≡ 1 – 2 sin²θ
Solving trigonometric equations often involves using these identities to rewrite expressions in terms of a single trig function, then finding all solutions within a given interval. Rcos(θ ± α) and Rsin(θ ± α) forms are useful for converting a sinθ + b cosθ into a single harmonic function, frequently appearing in maxima/minima problems.
解三角方程常涉及利用这些恒等式将表达式化为单一三角函数的式子,再求给定区间内的所有解。Rcos(θ ± α) 和 Rsin(θ ± α) 形式可用于将 a sinθ + b cosθ 转化为单一谐波函数,在极值问题中经常出现。
Know the graphs of sin x, cos x, and tan x, including their periods, amplitudes, and asymptotes. Transformations of trigonometric graphs are common, and small angles approximations (sinθ ≈ θ, cosθ ≈ 1 – θ²/2, tanθ ≈ θ) are useful for limits when θ is in radians.
熟悉 sin x、cos x 和 tan x 的图像,包括周期、振幅和渐近线。三角图像的变换常见,小角度近似(sinθ ≈ θ,cosθ ≈ 1 – θ²/2,tanθ ≈ θ)在弧度制下的极限中很有用。
5. Exponentials and Logarithms | 指数与对数
The exponential function y = eˣ and the natural logarithm y = ln x are inverse functions. The number e (approximately 2.71828) appears in growth and decay models. Key properties: e^(ln x) = x and ln(eˣ) = x. The derivative of eˣ is eˣ itself, and the derivative of ln x is 1/x.
指数函数 y = eˣ 与自然对数 y = ln x 互为反函数。常数 e(约 2.71828)出现在增长与衰减模型中。关键性质:e^(ln x) = x 且 ln(eˣ) = x。eˣ 的导数为其自身,ln x 的导数为 1/x。
Log laws: ln(ab) = ln a + ln b; ln(a/b) = ln a – ln b; ln(aⁿ) = n ln a
对数法则:ln(ab) = ln a + ln b;ln(a/b) = ln a – ln b;ln(aⁿ) = n ln a
Exponential growth and decay are modelled by y = A e^(kt), where k > 0 for growth and k < 0 for decay. Questions often link to differentiation rates and integration to find quantities. Solving equations like e²ˣ = 5 requires taking natural logs of both sides: 2x = ln 5.
指数增长和衰减由 y = A e^(kt) 建模,其中 k > 0 表示增长,k < 0 表示衰减。题目常联系微分速率和积分求量。求解如 e²ˣ = 5 的方程,需两边取自然对数:2x = ln 5。
Be familiar with the graph of y = ln x, which crosses the x-axis at (1,0), has the y-axis as a vertical asymptote, and grows slowly. Transforming eˣ graphs, such as y = e^(x-2) + 1, is often tested alongside finding intercepts and asymptotes.
熟悉 y = ln x 的图像:与 x 轴交于 (1,0),以 y 轴为垂直渐近线,增长缓慢。变换 eˣ 的图像,如 y = e^(x-2) + 1,常与截距和渐近线的求解一起考查。
6. Sequences and Series | 数列与级数
Arithmetic sequences have a constant common difference d, with nth term uₙ = a + (n-1)d. The sum of the first n terms is Sₙ = n/2 [2a + (n-1)d] or Sₙ = n/2 (a + l), where l is the last term. Geometric sequences have a constant common ratio r, with nth term uₙ = arⁿ⁻¹.
等差数列具有常数公差 d,第 n 项为 uₙ = a + (n-1)d。前 n 项和为 Sₙ = n/2 [2a + (n-1)d] 或 Sₙ = n/2 (a + l),其中 l 是末项。等比数列具有常数公比 r,第 n 项为 uₙ = arⁿ⁻¹。
Geometric series sum: Sₙ = a(1 – rⁿ)/(1 – r) for r ≠ 1; sum to infinity: S∞ = a/(1 – r), valid for |r| < 1
等比级数和:Sₙ = a(1 – rⁿ)/(1 – r),r ≠ 1;无穷级数和:S∞ = a/(1 – r),适用于 |r| < 1
Questions often ask to prove the sum formula, find the number of terms, or apply the sum to infinity in real-life contexts such as rebounding balls. Sigma notation Σ is used to represent series; be able to expand and evaluate sums using standard results like Σ k = n(n+1)/2.
题目常要求证明求和公式、求项数,或在现实情境(如反弹球)中应用无穷级数和。Σ 符号用来表示级数;要能展开并利用标准结果(如 Σ k = n(n+1)/2)计算和。
Sequences can also be defined recursively, e.g., uₙ₊₁ = f(uₙ). You may be asked to generate terms, test for periodic behaviour, or examine convergence. The binomial expansion for rational exponent (1 + x)ⁿ = 1 + nx + n(n-1)x²/2! + … expands to infinite series when |x| < 1, linking to sequences.
数列也可递归定义,如 uₙ₊₁ = f(uₙ)。可能要求生成项、检验周期性或分析收敛性。有理数次幂的二项展开式 (1 + x)ⁿ = 1 + nx + n(n-1)x²/2! + … 在 |x| < 1 时展开为无穷级数,与数列相联系。
7. Coordinate Geometry | 坐标几何
Coordinate geometry in the (x,y) plane covers straight lines, circles, and parametric equations. The gradient of a line through (x₁, y₁) and (x₂, y₂) is m = (y₂ – y₁)/(x₂ – x₁). The equation of a line is commonly y – y₁ = m(x – x₁). Parallel lines have equal gradients; perpendicular lines satisfy m₁ m₂ = -1.
平面坐标几何涵盖直线、圆和参数方程。过 (x₁, y₁) 和 (x₂, y₂) 的直线斜率为 m = (y₂ – y₁)/(x₂ – x₁)。直线方程通常为 y – y₁ = m(x – x₁)。平行线斜率相等;垂直线满足 m₁ m₂ = -1。
Circle equation: (x – a)² + (y – b)² = r², centre (a, b), radius r.
圆方程:(x – a)² + (y – b)² = r²,圆心 (a, b),半径 r。
To find intersections, solve the equations simultaneously. The discriminant of the resulting quadratic indicates whether a line is a secant, tangent, or does not meet the circle. Tangents are perpendicular to the radius at the point of contact. Parametric equations express x and y in terms of a third variable t; you should be able to convert to Cartesian form and find tangents.
求交点需联立方程求解。所得二次方程的判别式可判断直线与圆相交、相切或相离。切线在切点处垂直于半径。参数方程用第三个变量 t 表示 x 和 y;应能转化为笛卡尔形式并求切线。
8. Vectors | 向量
Vectors describe quantities with magnitude and direction, used in pure mathematics and mechanics. A vector may be written as a column vector (i, j) or using unit vectors i and j. The magnitude of vector v = ai + bj is |v| = √(a² + b²). Vector addition and scalar multiplication follow component-wise operations.
向量用于描述具有大小和方向的量,在纯数学和力学中均有使用。向量可写作列向量 (i, j) 或使用单位向量 i 和 j。向量 v = ai + bj 的模为 |v| = √(a² + b²)。向量的加法和标量乘法遵循分量运算。
Scalar (dot) product: a ⋅ b = |a||b| cos θ, where θ is the angle between vectors. For a = a₁i + a₂j, b = b₁i + b₂j, a ⋅ b = a₁b₁ + a₂b₂.
标量积(点积):a ⋅ b = |a||b| cos θ,θ 为两向量夹角。若 a = a₁i + a₂j,b = b₁i + b₂j,则 a ⋅ b = a₁b₁ + a₂b₂。
If a ⋅ b = 0, the vectors are perpendicular. The position vector of a point P is often denoted OP. You must be able to find vector equations of
Published by TutorHao | A-Level Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导