📚 PDF资源导航

A-Level Edexcel Maths: Calculation Practice Drills | A-Level Edexcel 数学:计算题专项训练

📚 A-Level Edexcel Maths: Calculation Practice Drills | A-Level Edexcel 数学:计算题专项训练

Calculation forms the backbone of A-Level Edexcel Mathematics. Whether you are simplifying algebraic expressions, differentiating composite functions, or evaluating definite integrals, fluency in hand calculations saves time and reduces errors in the exam. This article provides a structured series of calculation drills across all major Pure Mathematics topics, from basic algebra to advanced calculus. Each section presents key techniques with worked examples and commentary in both English and Chinese, helping you internalise the methods and avoid common pitfalls.

计算是 A-Level Edexcel 数学的基石。无论你是化简代数表达式、对复合函数求导,还是计算定积分,熟练的手算能力都能在考试中节省时间并减少错误。本文围绕纯数各主要课题提供一套结构化的计算训练,从基础代数一直到高等微积分。每个小节都给出关键技巧,配以范例和英中双语讲解,帮助你内化解法并避开常见陷阱。

1. Algebraic Simplification & Expansion | 代数化简与展开

To simplify a rational expression like (x² – 9)/(x² – x – 6), first factorise both numerator and denominator. The numerator becomes (x – 3)(x + 3); the denominator factorises to (x – 3)(x + 2). Cancel the common factor (x – 3), provided x ≠ 3, yielding (x + 3)/(x + 2).

要化简有理式 (x² – 9)/(x² – x – 6),首先对分子分母分别因式分解。分子化为 (x – 3)(x + 3),分母化为 (x – 3)(x + 2)。约去公因式 (x – 3)(x ≠ 3 时),得到 (x + 3)/(x + 2)。

When expanding products of three binomials such as (x + 1)(x – 2)(2x + 3), multiply two brackets first: (x² – x – 2)(2x + 3). Then distribute carefully: 2x³ + 3x² – 2x² – 3x – 4x – 6 = 2x³ + x² – 7x – 6.

展开三个二项式乘积如 (x + 1)(x – 2)(2x + 3) 时,先乘前两个括号得到 (x² – x – 2)(2x + 3)。再逐项分配:2x³ + 3x² – 2x² – 3x – 4x – 6 = 2x³ + x² – 7x – 6。

Watch out for negative signs: -(2x – 5) opens to -2x + 5. A common error is to write -2x – 5 after removing a bracket. Always apply the distributive law thoroughly.

注意负号处理:-(2x – 5) 去括号后是 -2x + 5。常见错误是去括号后写成 -2x – 5。务必严格运用分配律。


2. Solving Equations and Inequalities | 解方程与不等式

For quadratic equations such as 2x² – 5x – 3 = 0, factorising gives (2x + 1)(x – 3) = 0, so x = -½ or x = 3. If factorisation is not obvious, use the quadratic formula: x = [-b ± √(b² – 4ac)] / (2a).

对于二次方程 2x² – 5x – 3 = 0,因式分解得 (2x + 1)(x – 3) = 0,故 x = -½ 或 x = 3。若难以分解,则用求根公式:x = [-b ± √(b² – 4ac)] / (2a)。

When solving an inequality like (x – 1)(x + 4) > 0, identify critical values -4 and 1. Test intervals: x < -4 gives product positive; -4 < x < 1 gives negative; x > 1 gives positive. The solution is x < -4 or x > 1.

解不等式 (x – 1)(x + 4) > 0 时,先标出临界值 -4 和 1。检验区间:x < -4 时乘积为正,-4 < x < 1 时为负,x > 1 时为正。解集为 x < -4 或 x > 1。

For simultaneous equations, e.g. y = x² + 3x and y = 2x + 6, equate: x² + 3x = 2x + 6 → x² + x – 6 = 0 → (x + 3)(x – 2) = 0. Find corresponding y-values using the linear equation to get solutions (-3, 0) and (2, 10).

解联立方程组例如 y = x² + 3x 与 y = 2x + 6,令两式相等:x² + 3x = 2x + 6 → x² + x – 6 = 0 → (x + 3)(x – 2) = 0。用直线方程求对应的 y 值,得解 (-3, 0) 和 (2, 10)。


3. Differentiation Techniques | 微分技巧

Standard derivatives form the foundation: d/dx (xⁿ) = nxⁿ⁻¹, d/dx (sin x) = cos x, d/dx (ln x) = 1/x. Always express roots and reciprocals as powers: √x = x½, 1/x³ = x⁻³ before differentiating.

基本导数是基础:d/dx (xⁿ) = nxⁿ⁻¹,d/dx (sin x) = cos x,d/dx (ln x) = 1/x。求导前务必将根式与倒数写成幂形式:√x = x½,1/x³ = x⁻³。

For the product rule, with y = x² sin x, let u = x², v = sin x. Then dy/dx = u’v + uv’ = 2x sin x + x² cos x. Write down u and v clearly to avoid missing terms.

使用乘法法则时,如 y = x² sin x,设 u = x²,v = sin x。则 dy/dx = u’v + uv’ = 2x sin x + x² cos x。清楚写出 u 和 v,以免漏项。

The chain rule is essential for composite functions. For y = (3x² + 1)⁵, set u = 3x² + 1, then dy/dx = 5u⁴ × du/dx = 5(3x² + 1)⁴ × 6x = 30x(3x² + 1)⁴.

链式法则对复合函数至关重要。以 y = (3x² + 1)⁵ 为例,令 u = 3x² + 1,则 dy/dx = 5u⁴ × du/dx = 5(3x² + 1)⁴ × 6x = 30x(3x² + 1)⁴。

Implicit differentiation: given x² + y² = 25, differentiate both sides with respect to x: 2x + 2y(dy/dx) = 0 → dy/dx = -x/y.

隐函数求导:给定 x² + y² = 25,两边对 x 求导得 2x + 2y(dy/dx) = 0 → dy/dx = -x/y。


4. Integration Methods | 积分方法

Reverse differentiation: ∫ xⁿ dx = xⁿ⁺¹/(n+1) + c, for n ≠ -1. Don’t forget to add the constant of integration. For definite integrals, apply limits carefully and watch out for negative areas.

逆微分:∫ xⁿ dx = xⁿ⁺¹/(n+1) + c,n ≠ -1。不要忘记加积分常数。计算定积分时仔细代入上下限,注意可能出现负面积。

Integration by substitution: for ∫ 2x(x² + 1)⁴ dx, let u = x² + 1, du = 2x dx. The integral becomes ∫ u⁴ du = u⁵/5 + c = (x² + 1)⁵/5 + c.

换元积分法:计算 ∫ 2x(x² + 1)⁴ dx,令 u = x² + 1,du = 2x dx。积分变成 ∫ u⁴ du = u⁵/5 + c = (x² + 1)⁵/5 + c。

Integration by parts uses ∫ u dv = uv – ∫ v du. For ∫ x eˣ dx, take u = x (so du = dx) and dv = eˣ dx (v = eˣ). The result is x eˣ – ∫ eˣ dx = x eˣ – eˣ + c.

分部积分法公式为 ∫ u dv = uv – ∫ v du。求 ∫ x eˣ dx 时,取 u = x (du = dx),dv = eˣ dx (v = eˣ)。得 x eˣ – ∫ eˣ dx = x eˣ – eˣ + c。

For trigonometric integrals like ∫ sin² x dx, use the double-angle identity: cos 2x = 1 – 2 sin² x → sin² x = ½(1 – cos 2x). Then integrate: ∫ ½(1 – cos 2x) dx = ½x – ¼ sin 2x + c.

三角积分如 ∫ sin² x dx 可利用倍角公式:cos 2x = 1 – 2 sin² x → sin² x = ½(1 – cos 2x)。再积分:∫ ½(1 – cos 2x) dx = ½x – ¼ sin 2x + c。


5. Sequences and Series | 数列与级数

For an arithmetic progression, the n-th term is a + (n – 1)d, and the sum of the first n terms is Sₙ = n/2 [2a + (n – 1)d]. Given the 5th term = 17 and the 12th term = 45, set up equations: a + 4d = 17, a + 11d = 45. Subtracting gives 7d = 28 → d = 4, a = 1.

等差数列第 n 项为 a + (n – 1)d,前 n 项和为 Sₙ = n/2 [2a + (n – 1)d]。若第5项为17,第12项为45,列出方程组:a + 4d = 17,a + 11d = 45。相减得 7d = 28 → d = 4,a = 1。

In a geometric series, the n-th term is arⁿ⁻¹, and the sum to n terms (r ≠ 1) is Sₙ = a(1 – rⁿ)/(1 – r). When |r| < 1, the sum to infinity is a/(1 - r). For a series with first term 8 and common ratio ¼, S∞ = 8/(1 - ¼) = 8 / ¾ = 32/3.

等比数列第 n 项为 arⁿ⁻¹,前 n 项和(r ≠ 1)为 Sₙ = a(1 – rⁿ)/(1 – r)。当 |r| < 1 时,无穷和为 a/(1 - r)。若首项为8,公比为¼,则 S∞ = 8/(1 - ¼) = 8 / ¾ = 32/3。

Sigma notation: ∑ from n=1 to 10 of (3n – 2) can be split: 3∑n – ∑2 = 3(10×11/2) – 2×10 = 165 – 20 = 145. Always break sums into manageable pieces.

西格玛记号:∑ₙ₌₁¹⁰ (3n – 2) 可分拆为 3∑n – ∑2 = 3(10×11/2) – 2×10 = 165 – 20 = 145。总要将和式拆成容易计算的部分。


6. Trigonometry Calculations | 三角计算

Key exact values to memorise: sin 30° = ½, sin 45° = √2/2, sin 60° = √3/2; cos 30° = √3/2, cos 45° = √2/2, cos 60° = ½. These underpin many equation solutions.

需熟记的特殊角值:sin 30° = ½,sin 45° = √2/2,sin 60° = √3/2;cos 30° = √3/2,cos 45° = √2/2,cos 60° = ½。这些是许多三角方程求解的基础。

To solve 2 sin θ = 1 for 0° ≤ θ ≤ 360°, first find sin θ = ½ → reference angle 30°. Since sine is positive in quadrants I and II, solutions are θ = 30° and θ = 180° – 30° = 150°.

在 0° ≤ θ ≤ 360° 内解 2 sin θ = 1,得 sin θ = ½,参考角为30°。正弦在第一、二象限为正,故解为 θ = 30° 和 θ = 180° – 30° = 150°。

For equations involving multiple angles, e.g. cos 2x = ½ for 0 ≤ x < 2π, find 2x = π/3 + 2kπ or 2x = 5π/3 + 2kπ. Then divide by 2: x = π/6, 7π/6 and x = 5π/6, 11π/6. Watch the range carefully.

多重角方程如 cos 2x = ½,0 ≤ x < 2π。先解 2x = π/3 + 2kπ 或 5π/3 + 2kπ,再除以2得 x = π/6, 7π/6 和 5π/6, 11π/6。务必注意 x 的范围。

R-form transformation: Express 3 sin x + 4 cos x as R sin(x + α). R = √(3² + 4²) = 5, tan α = 4/3 → α ≈ 53.1° or 0.927 rad. So 3 sin x + 4 cos x = 5 sin(x + 0.927).

辅助角变换:将 3 sin x + 4 cos x 表为 R sin(x + α)。R = √(3² + 4²) = 5,tan α = 4/3 → α ≈ 53.1° 或 0.927 rad。即 3 sin x + 4 cos x = 5 sin(x + 0.927)。


7. Exponentials and Logarithms | 指数与对数

Manipulate exponentials using laws: aˣ aʸ = aˣ⁺ʸ, (aˣ)ʸ = aˣʸ. For example, simplify (e³ˣ ÷ eˣ)² = (e²ˣ)² = e⁴ˣ.

指数运算遵循法则:aˣ aʸ = aˣ⁺ʸ,(aˣ)ʸ = aˣʸ。例如化简 (e³ˣ ÷ eˣ)² = (e²ˣ)² = e⁴ˣ。

Logarithm properties: ln(ab) = ln a + ln b, ln(a/b) = ln a – ln b, ln aⁿ = n ln a. Thus, 2 ln 3 + ln 4 can be written as ln(3²) + ln 4 = ln(9×4) = ln 36.

对数性质:ln(ab) = ln a + ln b,ln(a/b) = ln a – ln b,ln aⁿ = n ln a。因此 2 ln 3 + ln 4 可写成 ln(3²) + ln 4 = ln(9×4) = ln 36。

Solve 5e²ˣ = 20 by isolating the exponential: e²ˣ = 4 → 2x = ln 4 → x = ½ ln 4 = ln 2. Alternatively, write as x = ln 2.

解 5e²ˣ = 20,先分离指数部分:e²ˣ = 4 → 2x = ln 4 → x = ½ ln 4 = ln 2。或直接 x = ln 2。

In logarithmic equations like log₂(x + 3) + log₂(x – 1) = 3, combine: log₂((x+3)(x-1)) = 3 → (x+3)(x-1) = 2³ = 8. Solve x² + 2x – 3 = 8 → x² + 2x – 11 = 0, giving x = -1 + 2√3 (reject negative root as it makes arguments negative).

对数方程如 log₂(x + 3) + log₂(x – 1) = 3,合并得 log₂((x+3)(x-1)) = 3 → (x+3)(x-1) = 2³ = 8。解得 x² + 2x – 3 = 8 → x² + 2x – 11 = 0,得 x = -1 + 2√3(舍去使真数为负的负根)。


8. Vectors | 向量

A line in 3D passing through point A with direction vector v can be written as r = a + λ v. Given A(1, -2, 4) and v = (2, 3, -1), the vector equation is r = (1, -2, 4) + λ(2, 3, -1).

通过点 A 且方向向量为 v 的直线可表为 r = a + λ v。若 A(1, -2, 4),v = (2, 3, -1),则向量方程为 r = (1, -2, 4) + λ(2, 3, -1)。

To find the angle between two vectors a and b, use cos θ = (a · b) / (|a||b|). For a = (1, 2, 2) and b = (2, -1, 2), dot product is 1×2 + 2×(-1) + 2×2 = 4; magnitudes are 3 and 3. Thus cos θ = 4/9 → θ ≈ 63.6° or 1.11 rad.

求两向量 a 与 b 的夹角用公式 cos θ = (a · b) / (|a||b|)。若 a = (1, 2, 2),b = (2, -1, 2),点积为 1×2 + 2×(-1) + 2×2 = 4;模长均为3,故 cos θ = 4/9 → θ ≈ 63.6° 或 1.11 rad。

When calculating distance from a point to a line, use the formula involving cross product. For point P and line through A with direction v, distance = |(AP) × v| / |v|. This is a reliable calculation drill.

计算点到直线的距离需用叉积。对于点 P 和过 A 且方向为 v 的直线,距离 = |(AP) × v| / |v|。这是值得反复练习的计算题型。


9. Numerical Methods | 数值方法

Use the bisection method to find a root of f(x) = x³ – 2x – 5 between 2 and 3. f(2) = -1, f(3) = 16. Midpoint 2.5 gives f(2.5) = 5.625 > 0, so root lies in [2, 2.5]. Next midpoint 2.25 yields f(2.25) ≈ 1.890 > 0, now in [2, 2.25]. Continue until desired accuracy.

用二分法求 f(x) = x³ – 2x – 5 在2与3之间的根。f(2) = -1,f(3) = 16。中点2.5处 f(2.5) = 5.625 > 0,故根在 [2, 2.5] 内。再取中点2.25,f(2.25) ≈ 1.890 > 0,根在 [2, 2.25] 内。继续至所需精度。

Linear interpolation (method of false position) uses the secant line: x₁ = a – f(a)(b – a)/(f(b) – f(a)). For the same function with a=2, b=3, x₁ ≈ 2 – (-1)(1)/(16 – (-1)) = 2 + 1/17 ≈ 2.0588. This accelerates convergence.

线性插值法(试位法)使用割线:x₁ = a – f(a)(b – a)/(f(b) – f(a))。同上函数,a=2,b=3,x₁ ≈ 2 – (-1)(1)/(16 – (-1)) = 2 + 1/17 ≈ 2.0588。此方法收敛更快。

Iterative formulas: to solve x = g(x), e.g. x = √(2x + 5), start with x₀ = 3. Then x₁ = √(11) ≈ 3.317, x₂ = √(11.634) ≈ 3.411, etc., until successive values agree to required decimal places.

迭代公式:求解 x = g(x),如 x = √(2x + 5),以 x₀ = 3 开始。x₁ = √(11) ≈ 3.317,x₂ = √(11.634) ≈ 3.411,以此类推,直至相邻值在所需小数位一致。


10. Parametric Equations | 参数方程

Cartesian conversion: given x = 2 cos t, y = 3 sin t, use identity cos² t + sin² t = 1. Rearrange: cos t = x/2, sin t = y/3 → (x/2)² + (y/3)² = 1, which is an ellipse.

转化为直角坐标:已知 x = 2 cos t,y = 3 sin t,利用恒等式 cos² t + sin² t = 1。改写为 cos t = x/2,sin t = y/3 → (x/2)² + (y/3)² = 1,这是一个椭圆。

For differentiation: dy/dx = (dy/dt) / (dx/dt). If x = t³ + t, y = t² – 1, then dx/dt = 3t² + 1, dy/dt = 2t. Hence dy/dx = 2t / (3t² + 1). Evaluate at t = 2 to find gradient 4/(13) = 4/13.

参数方程求导:dy/dx = (dy/dt) / (dx/dt)。若 x = t³ + t,y = t² – 1,则 dx/dt = 3t² + 1,dy/dt = 2t。因此 dy/dx = 2t / (3t² + 1)。代入 t = 2 得梯度 4/13。

Integration using parametric limits: the area under the curve from t = α to t = β is ∫ y (dx/dt) dt. For the same curve between t = 0 and t = 2, compute ∫₀² (t² – 1)(3t² + 1) dt = ∫₀² (3t⁴ + t² – 3t² – 1) dt = ∫₀² (3t⁴ – 2t² – 1) dt and integrate term by term.

用参数限积分求面积:曲线下从 t = α 到 t = β 的面积为 ∫ y (dx/dt) dt。同上曲线在 t = 0 到 2 之间,计算 ∫₀² (t² – 1)(3t² + 1) dt = ∫₀² (3t⁴ + t² – 3t² – 1) dt = ∫₀² (3t⁴ – 2t² – 1) dt,然后逐项积分。


11. Binomial Expansion | 二项式展开

For (1 + x)ⁿ, the expansion is 1 + nx + [n(n-1)/2!] x² + … valid for |x| < 1 when n is not a positive integer. For example, (1 + 2x)⁻¹ expands to 1 - 2x + 4x² - 8x³ + ..., for |x| < ½.

(1 + x)ⁿ 的展开式为 1 + nx + [n(n-1)/2!] x² + … 当 n 不是正整数时,要求 |x| < 1。例如 (1 + 2x)⁻¹ 展开得 1 - 2x + 4x² - 8x³ + ...,收敛域为 |x| < ½。

To expand (2 – 3x)⁻², first factor out 2: (2⁻²)(1 – (3/2)x)⁻² = ¼ [1 + 2(3/2)x + 3(3/2)²x² + …] = ¼(1 + 3x + (27/4)x² + …). Always check that the constant term is 1 inside the bracket.

展开 (2 – 3x)⁻²,先提取 2:得 2⁻²(1 – (3/2)x)⁻² = ¼[1 + 2(3/2)x + 3(3/2)²x² + …] = ¼(1 + 3x + (27/4)x² + …)。务必确保括号内常数项为1。

In the Edexcel specification, you may need to find specific coefficients or ranges of validity. For (4 + 5x)½, write as 4½(1 + (5/4)x)½ = 2 [1 + ½(5/4)x + …] and state |x| < 4/5.

在 Edexcel 考纲中,你可能需要求特定项的系数或收敛区间。对于 (4 + 5x)½,写成 4½(1 + (5/4)x)½ = 2[1 + ½(5/4)x + …],收敛条件为 |x| < 4/5。


12. Proof by Induction (Calculations) | 归纳法证明中的计算

Induction often requires algebraic manipulation in the inductive step. To prove Σₖ₌₁ⁿ k = ½n(n+1), assume true for n, then add the (n+1)th term: LHS = ½n(n+1) + (n+1). Factorise: (n+1)(½n + 1) = ½(n+1)(n+2), completing the step.

数学归纳法在归纳步骤中常需代数运算。证明 Σₖ₌₁ⁿ k = ½n(n+1) 时,假设 n 时成立,加上第 n+1 项:左边 = ½n(n+1) + (n+1)。因式分解得 (n+1)(½n + 1) = ½(n+1)(n+2),完成归纳步骤。

For divisibility proofs, e.g. 3²ⁿ – 1 is divisible by 8: assume f(k) = 3²ᵏ – 1 = 8m. Then f(k+1) = 3²ᵏ⁺² – 1 = 9·3²ᵏ – 1 = 9(8m + 1) – 1 = 72m + 8 = 8(9m+1), proving the result. The key is expressing f(k+1) in terms of f(k).

整除性证明如 3²ⁿ – 1 被 8 整除:假设 f(k) = 3²ᵏ – 1 = 8m。则 f(k+1) = 3²ᵏ⁺² – 1 = 9·3²ᵏ – 1 = 9(8m + 1) – 1 = 72m + 8 = 8(9m+1),得证。关键是将 f(k+1) 用 f(k) 表示。

Always remember to write the conclusion clearly: ‘Since true for n=1, and true for n=k implies true for n=k+1, by mathematical induction the statement holds for all positive integers n.’ This final statement is required.

牢记写出清晰结论:“由于 n=1 时成立,且 n=k 时成立可推出 n=k+1 时成立,根据数学归纳法,该命题对所有正整数 n 成立。” 这一结语必不可少。

Published by TutorHao | A-Level Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading