📚 A-Level Maths: Calculation Practice Drills | A-Level 数学:计算题专项训练
Calculation is at the heart of A-Level Mathematics. From simplifying algebraic fractions to evaluating tricky integrals, fluency in computation saves time and prevents careless mistakes. This article provides targeted drills across ten key topic areas, emphasising the techniques and shortcuts that examiners love to test. Each section pairs essential English explanations with matching Chinese descriptions, so you can internalise both the logic and the language of mathematical problem-solving.
计算能力是 A-Level 数学的核心。从化简代数分式到求解棘手的积分,熟练的计算能节省时间并防止粗心错误。本文针对十个关键主题设计了专项训练,着重讲解考官常考的技法与捷径。每个部分都采用英文说明与中文对应解释并行的方式,帮助你同时内化解题逻辑与数学语言。
1. Algebraic Manipulation | 代数运算
Strong algebraic skills underpin almost every A-Level topic. Start by mastering the expansion of brackets, including cases like (a+b)(c+d+e). Always combine like terms immediately after expanding to reduce clutter.
扎实的代数功底是几乎所有 A-Level 主题的基础。从掌握去括号开始,包括 (a+b)(c+d+e) 这类多括号的情形。去括号后应立即合并同类项,避免表达式冗长。
Factorisation is the reverse process. Look for a common factor first, then apply the quadratic trinomial splitting method for expressions such as 6x² + 5x − 6. Recognise the difference of two squares instantly: a² − b² = (a−b)(a+b).
因式分解是逆向操作。首先提取公因式,然后对像 6x² + 5x − 6 这样的二次三项式运用十字相乘法。务必能立即识别平方差公式:a² − b² = (a−b)(a+b)。
When dealing with indices, remember the core laws: aᵐ × aⁿ = aᵐ⁺ⁿ, (aᵐ)ⁿ = aᵐⁿ, and a⁻ⁿ = 1/aⁿ. Treat negative and fractional powers with care; for instance, 8^(2/3) means (∛8)² = 4.
处理指数时,牢记基本法则:aᵐ × aⁿ = aᵐ⁺ⁿ, (aᵐ)ⁿ = aᵐⁿ, a⁻ⁿ = 1/aⁿ。对负指数和分数指数要特别留意,例如 8^(2/3) 表示 (∛8)² = 4。
Rationalising denominators removes radicals from the bottom of a fraction. To simplify 1/(√a+√b), multiply numerator and denominator by the conjugate √a−√b, giving (√a−√b)/(a−b).
分母有理化可消除分母中的根号。化简 1/(√a+√b) 时,分子分母同乘共轭式 √a−√b,得到 (√a−√b)/(a−b)。
2. Solving Equations and Inequalities | 解方程与不等式
Linear equations require isolating the unknown. For ax + b = cx + d, collect x terms on one side and constants on the other. Always check your solution by substitution.
解一元一次方程需将未知数单独分离。对于 ax + b = cx + d,将含 x 的项移至一边,常数项移至另一边,并通过代入原方程验算解的正确性。
Quadratic equations can be tackled by factorisation, completing the square, or the quadratic formula: x = [−b ± √(b²−4ac)] / (2a). Remember to set the equation to zero before solving.
二次方程可通过因式分解、配方法或求根公式 x = [−b ± √(b²−4ac)] / (2a) 来求解。务必先将方程化为一般形式后再操作。
Simultaneous equations often appear with one linear and one quadratic. Substitute the linear expression into the nonlinear equation, simplify, and solve the resulting quadratic. Discard any extraneous solutions.
联立方程组通常包含一个一次方程和一个二次方程。将线性表达式代入非线性方程,化简后解出二次方程,并舍去增根。
Inequalities need special attention. Multiplying or dividing by a negative number reverses the inequality sign. For quadratic inequalities, sketch the graph to identify intervals where the inequality holds.
解不等式需特别小心。乘或除以负数时不等号方向要改变。对于二次不等式,可画出图像以确定满足不等式的区间。
3. Functions and Graphs | 函数与图像
Understanding domain and range is vital. The domain is the set of allowed inputs; for f(x)=√(x−2), x ≥ 2. The range is the set of possible outputs; for f(x)=x², the range is f(x) ≥ 0.
理解定义域和值域至关重要。定义域是允许的输入集合;对于 f(x)=√(x−2),x ≥ 2。值域是可能的输出集合;对于 f(x)=x²,值域为 f(x) ≥ 0。
Composite functions such as fg(x) mean apply g first, then f. Always substitute correctly: fg(x) = f(g(x)). Be careful when finding the domain of a composite function.
复合函数 fg(x) 表示先应用 g,再应用 f。代入时要准确:fg(x) = f(g(x))。求复合函数的定义域时需格外注意。
Inverse functions swap inputs and outputs. To find f⁻¹(x), write y = f(x), solve for x in terms of y, then interchange x and y. The graph of an inverse is a reflection in the line y = x.
反函数交换输入与输出。求 f⁻¹(x) 时,设 y = f(x),解出 x 用 y 表示,再互换 x 和 y。反函数的图像关于直线 y = x 对称。
Graph transformations: f(x+a) shifts left by a, f(x)+a shifts up, f(ax) stretches horizontally, and −f(x) reflects in the x‑axis. Apply transformations in the correct order – usually stretch before translation.
图像变换:f(x+a) 向左平移 a 个单位,f(x)+a 向上平移 a 个单位,f(ax) 横向伸缩,−f(x) 关于 x 轴反射。务必按正确顺序变换——通常先伸缩后平移。
4. Sequences and Series | 数列与级数
Arithmetic sequences have a constant difference d. The nth term is aₙ = a + (n−1)d, and the sum of the first n terms is Sₙ = n/2 [2a + (n−1)d]. Proof by pairing terms is a classic.
等差数列具有常数公差 d。第 n 项为 aₙ = a + (n−1)d,前 n 项和为 Sₙ = n/2 [2a + (n−1)d]。利用倒序相加法可以证明该求和公式。
Geometric sequences have a constant ratio r. The nth term is aₙ = arⁿ⁻¹. The sum to n terms is Sₙ = a(1−rⁿ)/(1−r) for r ≠ 1. An infinite geometric series converges if |r| < 1, with sum S∞ = a/(1−r).
等比数列具有常数公比 r。第 n 项为 aₙ = arⁿ⁻¹。前 n 项和为 Sₙ = a(1−rⁿ)/(1−r)(r ≠ 1)。当 |r| < 1 时,无穷等比级数收敛,其和为 S∞ = a/(1−r)。
The binomial expansion (a+b)ⁿ = Σₖ₌₀ⁿ (n choose k) aⁿ⁻ᵏ bᵏ is powerful. For rational n, the series becomes infinite and is only valid for |b/a| < 1. Accuracy questions often ask for a specific term or an approximation.
二项展开式 (a+b)ⁿ = Σₖ₌₀ⁿ (n choose k) aⁿ⁻ᵏ bᵏ 功能强大。当 n 为有理数时,级数变为无穷级数,且仅在 |b/a| < 1 时有效。求某一指定项或近似值的问题颇为常见。
5. Differentiation Basics | 基础微分
Differentiation gives the gradient of a curve. For f(x)=xⁿ, f'(x)=nxⁿ⁻¹. Constants differentiate to zero, and derivatives can be added or multiplied by constants freely.
微分给出曲线的斜率。对于 f(x)=xⁿ,f'(x)=nxⁿ⁻¹。常数的导数为零,导数可以自由加减或乘以常数。
The product rule: if y = uv, then dy/dx = u(dv/dx) + v(du/dx). The quotient rule: for y = u/v, dy/dx = [v(du/dx) − u(dv/dx)] / v². Chain rule: dy/dx = (dy/du)(du/dx).
乘法法则:若 y = uv,则 dy/dx = u(dv/dx) + v(du/dx)。除法法则:若 y = u/v,则 dy/dx = [v(du/dx) − u(dv/dx)] / v²。链式法则:dy/dx = (dy/du)(du/dx)。
Know the standard derivatives by heart: d/dx (sin x) = cos x, d/dx (cos x) = −sin x, d/dx (eˣ) = eˣ, and d/dx (ln x) = 1/x. These appear constantly in more complex problems.
牢记基本导数公式:d/dx (sin x) = cos x,d/dx (cos x) = −sin x,d/dx (eˣ) = eˣ,d/dx (ln x) = 1/x。这些在复杂问题中反复出现。
6. Advanced Differentiation | 进阶微分
Implicit differentiation is used when y is not given explicitly. Differentiate both sides with respect to x, treating y as a function of x, so d/dx (y²) = 2y (dy/dx). Then solve for dy/dx.
当 y 未显式给出时,可用隐函数求导。方程两边对 x 求导,将 y 视为 x 的函数,故 d/dx (y²) = 2y (dy/dx)。最后解出 dy/dx。
Parametric differentiation: if x = f(t) and y = g(t), then dy/dx = (dy/dt) / (dx/dt). The second derivative d²y/dx² = d/dx (dy/dx) = (d/dt (dy/dx)) / (dx/dt).
参数方程求导:若 x = f(t)、y = g(t),则 dy/dx = (dy/dt) / (dx/dt)。二阶导数 d²y/dx² = d/dx (dy/dx) = (d/dt (dy/dx)) / (dx/dt)。
Stationary points occur where dy/dx = 0. Use the second derivative test: if d²y/dx² > 0, it’s a minimum; if < 0, a maximum; if = 0, check the sign of dy/dx either side. Tangent and normal equations rely on the gradient.
驻点出现在 dy/dx = 0 处。用二阶导数检验:若 d²y/dx² > 0,为极小值点;若 < 0,为极大值点;若 = 0,则检查 dy/dx 两侧的符号。切线和法线方程都依赖于曲线在该点的斜率。
7. Integration Techniques | 积分技巧
Integration reverses differentiation. The basic rule is ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ −1). Memorise ∫ eˣ dx = eˣ + C, ∫ 1/x dx = ln|x| + C, and ∫ sin x dx = −cos x + C.
积分是微分的逆运算。基本公式为 ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C(n ≠ −1)。牢记 ∫ eˣ dx = eˣ + C,∫ 1/x dx = ln|x| + C,以及 ∫ sin x dx = −cos x + C。
Integration by substitution simplifies integrals. For ∫ f(ax+b) dx, set u = ax+b, then dx = du/a. The integral becomes (1/a) ∫ f(u) du. Always change the limits when dealing with definite integrals.
代换积分法可简化积分。对于 ∫ f(ax+b) dx,设 u = ax+b,则 dx = du/a,积分化为 (1/a) ∫ f(u) du。计算定积分时务必更换上下限。
Integration by parts is governed by ∫ u dv = uv − ∫ v du. Choose u according to the LIATE rule (Log, Inverse trig, Algebraic, Trig, Exponential) for an easier path. Typical uses include ∫ x eˣ dx and ∫ ln x dx.
分部积分法遵循 ∫ u dv = uv − ∫ v du。按 LIATE 规则选择 u(对数、反三角、代数、三角、指数函数),可使计算更易行。典型应用如 ∫ x eˣ dx 和 ∫ ln x dx。
Definite integrals yield the area under a curve. The area between two curves is ∫ [f(x) − g(x)] dx over the intersecting limits. Volume of revolution about the x‑axis is V = π ∫ [f(x)]² dx.
定积分可求曲线下的面积。两曲线间的面积为 ∫ [f(x) − g(x)] dx,积分限为交点。绕 x 轴旋转得到的体积为 V = π ∫ [f(x)]² dx。
8. Exponential and Logarithmic Functions | 指数与对数函数
Exponential functions of the form aˣ grow rapidly. The natural exponential eˣ is its own derivative and integral. The logarithm is the inverse: if aˣ = b, then x = logₐ b.
形如 aˣ 的指数函数增长很快。自然指数 eˣ 的导数和积分都是它本身。对数为指数运算的逆运算:若 aˣ = b,则 x = logₐ b。
Laws of logs: logₐ(xy) = logₐ x + logₐ y, logₐ(x/y) = logₐ x − logₐ y, and logₐ(xⁿ) = n logₐ x. The change-of-base formula: logₐ b = logₖ b / logₖ a.
对数法则:logₐ(xy) = logₐ x + logₐ y,logₐ(x/y) = logₐ x − logₐ y,logₐ(xⁿ) = n logₐ x。换底公式为 logₐ b = logₖ b / logₖ a。
Solving exponential equations often requires taking logs. For 3²ˣ⁻¹ = 5, take ln both sides: (2x−1) ln 3 = ln 5, then solve for x. Logarithmic equations need checking for extraneous solutions due to domain restrictions.
解指数方程常需取对数。对于 3²ˣ⁻¹ = 5,两边取自然对数得 (2x−1) ln 3 = ln 5,进而解出 x。解对数方程时,因定义域限制需检验增根。
The derivative of ln|f(x)| is f'(x)/f(x), a crucial integration pattern. Similarly, ∫ tan x dx = ln|sec x| + C. Recognise integrands of the form f'(x)/f(x) instantly.
ln|f(x)| 的导数为 f'(x)/f(x),这是一个重要的积分模式。类似地,∫ tan x dx = ln|sec x| + C。要能立即识别出形如 f'(x)/f(x) 的被积函数。
9. Trigonometry and Identities | 三角学与恒等式
Radian measure is essential for calculus. 180° = π rad, so to convert degrees to radians multiply by π/180. Arc length s = rθ and sector area A = ½ r²θ, where θ is in radians.
弧度制对微积分至关重要。180° = π 弧度,因此角度转弧度乘以 π/180。弧长 s = rθ,扇形面积 A = ½ r²θ,其中 θ 以弧度为单位。
Key identities: sin²θ + cos²θ = 1, 1 + tan²θ = sec²θ, 1 + cot²θ = csc²θ. Compound angle formulas like sin(A±B) and cos(A±B) are essential for solving equations and simplifying expressions.
关键恒等式:sin²θ + cos²θ = 1,1 + tan²θ = sec²θ,1 + cot²θ = csc²θ。和差角公式如 sin(A±B) 和 cos(A±B) 对解方程和化简表达式极为重要。
Double-angle formulas: sin 2θ = 2 sin θ cos θ, cos 2θ = cos²θ − sin²θ = 2 cos²θ − 1 = 1 − 2 sin²θ. Use these to integrate sin²x or cos²x by reducing powers.
倍角公式:sin 2θ = 2 sin θ cos θ,cos 2θ = cos²θ − sin²θ = 2 cos²θ − 1 = 1 − 2 sin²θ。在积分中用降幂公式处理 sin²x 或 cos²x 时非常有用。
When solving trigonometric equations, first isolate the trig function. For sin 2θ = 0.5, find 2θ = sin⁻¹(0.5) and consider all solutions within the given interval using symmetry and periodicity. Always check the quadrant.
解三角方程时,先分离三角函数。对于 sin 2θ = 0.5,求出 2θ = sin⁻¹(0.5),并利用对称性和周期性找出给定区间内的所有解,始终检查象限。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导