📚 PDF资源导航

Edexcel Maths: Calculation Practice | Edexcel 数学:计算题专项训练

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

Strong calculation skills lie at the heart of success in Edexcel A Level Mathematics. Whether you are simplifying algebraic expressions, differentiating composite functions, or solving trigonometric equations, your ability to execute accurate step-by-step calculations without a calculator (in certain paper sections) is tested continuously. This article provides a focused practice framework, covering the most frequently examined calculation topics across Pure Mathematics. Each section pairs key concepts with worked examples, allowing you to build fluency and confidence for both AS and A2 papers.

扎实的计算能力是 Edexcel A Level 数学取得好成绩的核心。无论是化简代数式、求复合函数的导数,还是解三角方程,考试(尤其是部分不允许使用计算器的题目)始终在检验你能否一步一步精准地完成运算。本文为你梳理了一套计算题专项训练体系,涵盖纯数学中最常见的考点。每个小节都配合了核心概念和典型例题,帮助你提升运算的熟练度与自信,从容应对 AS 和 A2 级别的考试。

1. Algebraic Simplification and Factorisation | 代数化简与因式分解

To factorise a quadratic such as x² + 5x + 6, we look for two numbers that multiply to 6 and add to 5. These are 2 and 3, so x² + 5x + 6 = (x+2)(x+3). For a cubic expression, the Factor Theorem often provides the first linear factor. For example, to factorise x³ – 3x² – 4x + 12, test f(2): 8 – 12 – 8 + 12 = 0, so (x-2) is a factor. Polynomial division then yields the remaining quadratic factor.

要因式分解形如 x² + 5x + 6 的二次式,我们寻找两个乘积为 6、和为 5 的数。这两个数是 2 和 3,所以 x² + 5x + 6 = (x+2)(x+3)。对于三次式,因式定理通常能帮我们找到第一个一次因式。例如,分解 x³ – 3x² – 4x + 12,检验 f(2):8 – 12 – 8 + 12 = 0,故 (x-2) 是一个因式。接着通过多项式除法即可得到剩余的二次因式。

Handling rational expressions is another essential skill. Simplify (x² – 4)/(x² – x – 6) by factorising both numerator and denominator: (x-2)(x+2) / (x-3)(x+2) = (x-2)/(x-3), provided x ≠ -2.

处理有理式是另一项必备技能。化简 (x² – 4)/(x² – x – 6) 需要将分子和分母分别因式分解:(x-2)(x+2) / (x-3)(x+2) = (x-2)/(x-3),这里 x ≠ -2。

In Edexcel exams, you must also be comfortable expanding brackets accurately. Use the grid method or FOIL to expand (2x – 1)(x² + 3x – 5) to 2x³ + 6x² – 10x – x² – 3x + 5 = 2x³ + 5x² – 13x + 5.

在 Edexcel 考试中,你还必须能准确地进行多项式展开。用网格法或 FOIL 法则展开 (2x – 1)(x² + 3x – 5),得到 2x³ + 6x² – 10x – x² – 3x + 5 = 2x³ + 5x² – 13x + 5。


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

Quadratic equations can be solved by factorising, completing the square, or the quadratic formula. For 2x² – 3x – 5 = 0, the discriminant is 9 + 40 = 49, so x = (3 ± 7)/4, giving x = 5/2 or x = -1. When solving simultaneous equations, one linear and one quadratic, the substitution method is typical. Substitute y = 2x – 1 into x² + y² = 10 to obtain a quadratic in x, then solve and find the corresponding y-values.

二次方程可通过因式分解、配方法或求根公式求解。对于 2x² – 3x – 5 = 0,判别式为 9 + 40 = 49,所以 x = (3 ± 7)/4,解得 x = 5/2 或 x = -1。在解一个线性一个二次的联立方程组时,常采用代入法。将 y = 2x – 1 代入 x² + y² = 10 得到关于 x 的二次方程,然后求解并找出相应的 y 值。

Modulus equations demand careful consideration of cases. Solve |2x – 3| = x + 2. This leads to 2x – 3 = x + 2 or 2x – 3 = -(x + 2). The first gives x = 5, the second gives 2x – 3 = -x – 2 → 3x = 1 → x = 1/3. Always check solutions in the original equation to avoid extraneous roots.

模方程需要分情况仔细讨论。解 |2x – 3| = x + 2,得到 2x – 3 = x + 2 或 2x – 3 = -(x + 2)。第一个解得 x = 5,第二个得 2x – 3 = -x – 2 → 3x = 1 → x = 1/3。务必把解代回原方程检验,以剔除增根。

For inequalities such as (x-2)(x+1) > 0, sketch a sign diagram. The critical values are x = -1 and x = 2. The product is positive when x < -1 or x > 2. Interval notation is often required: (-∞, -1) ∪ (2, ∞).

对于不等式 (x-2)(x+1) > 0,画出符号表。临界值为 x = -1 和 x = 2。当 x < -1 或 x > 2 时乘积为正。常用区间表示:(-∞, -1) ∪ (2, ∞)。


3. Exponential and Logarithmic Calculations | 指数与对数运算

The laws of logarithms are fundamental: logₐ(xy) = logₐx + logₐy, logₐ(x/y) = logₐx – logₐy, and logₐ(xⁿ) = n logₐx. Solve 3ˣ = 5²ˣ⁻¹ by taking natural logs: x ln3 = (2x-1) ln5. Rearranging gives x ln3 = 2x ln5 – ln5 → x ln3 – 2x ln5 = -ln5 → x(ln3 – 2ln5) = -ln5, hence x = -ln5 / (ln3 – 2ln5). This can be simplified to a numeric value using a calculator if allowed.

对数的运算法则是基础:logₐ(xy) = logₐx + logₐy,logₐ(x/y) = logₐx – logₐy,logₐ(xⁿ) = n logₐx。解方程 3ˣ = 5²ˣ⁻¹,两边取自然对数:x ln3 = (2x-1) ln5。整理得 x ln3 = 2x ln5 – ln5 → x ln3 – 2x ln5 = -ln5 → x(ln3 – 2ln5) = -ln5,故 x = -ln5 / (ln3 – 2ln5)。如果允许使用计算器,可进一步求得数值解。

Exponential growth and decay models often lead to equations of the form A = A₀ eᵏᵗ. To find k, use given data: if A = 250 when t = 3 and A₀ = 100, then 250 = 100 e³ᵏ → e³ᵏ = 2.5 → 3k = ln 2.5 → k = (ln 2.5)/3. Always write the final expression for A in terms of t.

指数增长与衰减模型常导出形如 A = A₀ eᵏᵗ 的方程。求 k 时,利用给定数据:若 t = 3 时 A = 250,且 A₀ = 100,则 250 = 100 e³ᵏ → e³ᵏ = 2.5 → 3k = ln 2.5 → k = (ln 2.5)/3。最后务必将 A 表示成 t 的函数。

Evaluating expressions like log₂32 is straightforward: since 2⁵ = 32, log₂32 = 5. When combining logs, carefully apply the rules: log₃(27) + 2log₃(√3) = 3 + log₃( (√3)² ) = 3 + log₃3 = 3 + 1 = 4.

求值题如 log₂32 很直接:因为 2⁵ = 32,所以 log₂32 = 5。在对数组合时,要细心运用法则:log₃(27) + 2log₃(√3) = 3 + log₃( (√3)² ) = 3 + log₃3 = 3 + 1 = 4。


4. Trigonometric Identities and Equations | 三角恒等式与方程

Key identities to memorise: sin²θ + cos²θ = 1, tanθ = sinθ/cosθ, and the double-angle formulas sin2θ = 2sinθcosθ, cos2θ = cos²θ – sin²θ = 2cos²θ – 1 = 1 – 2sin²θ. When solving trigonometric equations, always consider the domain (e.g., 0° ≤ θ < 360°). For 2sin²θ - sinθ = 0, factorise: sinθ(2sinθ - 1) = 0 → sinθ = 0 or sinθ = 1/2. Then find all principal and secondary solutions using the CAST diagram.

需要熟记的核心恒等式:sin²θ + cos²θ = 1,tanθ = sinθ/cosθ,以及倍角公式 sin2θ = 2sinθcosθ,cos2θ = cos²θ – sin²θ = 2cos²θ – 1 = 1 – 2sin²θ。解三角方程时,务必注意给定区间(例如 0° ≤ θ < 360°)。对于 2sin²θ - sinθ = 0,因式分解得 sinθ(2sinθ - 1) = 0 → sinθ = 0 或 sinθ = 1/2。然后借助 CAST 图找出所有主解和次解。

When an equation involves both sin and cos, try to use an identity to reduce it to a single trig function. For example, 3cosθ – 2sinθ = 0 can be rearranged to tanθ = 3/2. Another common type is to express a cosθ ± b sinθ in the form R cos(θ ± α) or R sin(θ ± α). To solve 3cosθ + 4sinθ = 2, let R = √(3²+4²) = 5, and find α such that cosα = 3/5, sinα = 4/5. Then 5cos(θ – α) = 2 → cos(θ – α) = 2/5, and solve accordingly.

当方程中同时出现 sin 和 cos 时,尝试用恒等式化为单一三角比。比如,3cosθ – 2sinθ = 0 可转化为 tanθ = 3/2。另一种常见题型是将 a cosθ ± b sinθ 写成 R cos(θ ± α) 或 R sin(θ ± α) 的形式。要解 3cosθ + 4sinθ = 2,令 R = √(3²+4²) = 5,并找出 α 满足 cosα = 3/5、sinα = 4/5。那么方程变为 5cos(θ – α) = 2 → cos(θ – α) = 2/5,进而求解。

Radians are the default unit for calculus with trig functions. Practise converting between degrees and radians and solving equations in the range 0 ≤ θ < 2π or -π ≤ θ ≤ π as specified.

涉及三角函数的微积分默认使用弧度制。要多练习角度与弧度的换算,并在指定区间(如 0 ≤ θ < 2π 或 -π ≤ θ ≤ π)内解方程。


5. Differentiation Techniques | 微分运算

The standard derivative rules are essential: d/dx (xⁿ) = n xⁿ⁻¹, d/dx (eˣ) = eˣ, d/dx (ln x) = 1/x, d/dx (sin x) = cos x, d/dx (cos x) = -sin x. For composite functions, the chain rule states that if y = f(g(x)), then dy/dx = f'(g(x))·g'(x). Differentiate y = (3x² + 1)⁵: let u = 3x² + 1, then dy/dx = 5u⁴·6x = 30x(3x² + 1)⁴.

必须熟练掌握基本导数公式:d/dx (xⁿ) = n xⁿ⁻¹,d/dx (eˣ) = eˣ,d/dx (ln x) = 1/x,d/dx (sin x) = cos x,d/dx (cos x) = -sin x。针对复合函数的链式法则指出,若 y = f(g(x)),则 dy/dx = f'(g(x))·g'(x)。对 y = (3x² + 1)⁵ 求导:令 u = 3x² + 1,则 dy/dx = 5u⁴·6x = 30x(3x² + 1)⁴。

The product rule: d/dx (u v) = u’ v + u v’. For y = x² sin x, u = x², v = sin x → dy/dx = 2x sin x + x² cos x. The quotient rule: d/dx (u/v) = (u’ v – u v’) / v². Differentiate y = ln x / x: let u = ln x, v = x → dy/dx = (1/x · x – ln x · 1) / x² = (1 – ln x)/x².

乘积法则:d/dx (u v) = u’ v + u v’。对于 y = x² sin x,令 u = x²,v = sin x → dy/dx = 2x sin x + x² cos x。商法则:d/dx (u/v) = (u’ v – u v’) / v²。对 y = ln x / x 求导:设 u = ln x,v = x → dy/dx = (1/x · x – ln x · 1) / x² = (1 – ln x)/x²。

Implicit differentiation is used when y is not explicitly expressed. For x² + y² = 25, differentiate both sides with respect to x: 2x + 2y (dy/dx) = 0 → dy/dx = -x/y. Apply this to find the gradient of a tangent at a given point.

隐函数微分用于 y 没有显式表达的情况。对于 x² + y² = 25,两边对 x 求导:2x + 2y (dy/dx) = 0 → dy/dx = -x/y。可借此求出给定点处切线的斜率。


6. Integration Techniques | 积分运算

Integration is the reverse of differentiation. The power rule for integration: ∫ xⁿ dx = (xⁿ⁺¹)/(n+1) + C, for n ≠ -1. Definite integrals require substitution of limits and calculations. Evaluate ∫₁³ (2x + 1)² dx. Expand: (2x+1)² = 4x² + 4x + 1, integrate term by term: [ (4x³)/3 + 2x² + x ] from 1 to 3 = (36 + 18 + 3) – (4/3 + 2 + 1) = 57 – (13/3) = (171 – 13)/3 = 158/3.

积分是微分的逆运算。幂函数积分法则:∫ xⁿ dx = (xⁿ⁺¹)/(n+1) + C,n ≠ -1。定积分需要代入上下限并进行计算。求 ∫₁³ (2x + 1)² dx,展开:(2x+1)² = 4x² + 4x + 1,逐项积分得 [ (4x³)/3 + 2x² + x ] 从 1 到 3 = (36 + 18 + 3) – (4/3 + 2 + 1) = 57 – (13/3) = (171 – 13)/3 = 158/3。

Integration by substitution is crucial. For ∫ 2x √(x²+1) dx, let u = x²+1, then du = 2x dx. The integral becomes ∫ √u du = (2/3) u^(3/2) + C = (2/3)(x²+1)^(3/2) + C. For definite integrals, remember to change the limits to u-values or substitute back to x before applying original limits.

换元积分法至关重要。求 ∫ 2x √(x²+1) dx,令 u = x²+1,则 du = 2x dx。积分变为 ∫ √u du = (2/3) u^(3/2) + C = (2/3)(x²+1)^(3/2) + C。对于定积分,记住将上下限换成 u 值,或者换回 x 再代入原上限。

Integration by parts follows the formula ∫ u dv = uv – ∫ v du. For ∫ x eˣ dx, set u = x, dv = eˣ dx, then du = dx, v = eˣ. So ∫ x eˣ dx = x eˣ – ∫ eˣ dx = x eˣ – eˣ + C = eˣ(x – 1) + C.

分部积分法公式为 ∫ u dv = uv – ∫ v du。对于 ∫ x eˣ dx,设 u = x,dv = eˣ dx,则 du = dx,v = eˣ。于是 ∫ x eˣ dx = x eˣ – ∫ eˣ dx = x eˣ – eˣ + C = eˣ(x – 1) + C。


7. Parametric Equations and Differentiation | 参数方程与微分

When a curve is given by x = f(t), y = g(t), the gradient dy/dx is found via dy/dx = (dy/dt) / (dx/dt). For x = t² + 2t, y = t³ – 3t, compute dx/dt = 2t + 2, dy/dt = 3t² – 3. Hence dy/dx = (3t² – 3)/(2t + 2) = 3(t² – 1)/[2(t+1)] = 3(t-1)/2, provided t ≠ -1. This allows you to find stationary points by setting dy/dx = 0 and to calculate the equation of a tangent or normal.

当曲线由参数方程 x = f(t)、y = g(t) 给出时,斜率 dy/dx 通过 dy/dx = (dy/dt) / (dx/dt) 求得。对于 x = t² + 2t,y = t³ – 3t,计算 dx/dt = 2t + 2,dy/dt = 3t² – 3。所以 dy/dx = (3t² – 3)/(2t + 2) = 3(t² – 1)/[2(t+1)] = 3(t-1)/2,这里 t ≠ -1。由此可令 dy/dx = 0 求驻点,并可计算切线或法线方程。

To find the equation of a tangent at a specific point, first determine the value of t. For the point where t = 2, x = 8, y = 2, gradient m = 3(2-1)/2 = 3/2. The tangent in Cartesian form is y – 2 = (3/2)(x – 8). Similarly, the normal has gradient -2/3.

求某点处的切线方程,需先确定 t 值。对于 t = 2 的点,x = 8,y = 2,斜率 m = 3(2-1)/2 = 3/2。切线在直角坐标下为 y – 2 = (3/2)(x – 8)。同理,法线的斜率为 -2/3。

Second derivatives in parametric form require attention: d²y/dx² = d/dx (dy/dx) = [d/dt (dy/dx)] / (dx/dt). Calculate d/dt (dy/dx) from the expression in t and then divide by dx/dt. This is often tested in questions about the nature of stationary points.

参数方程下的二阶导数需要特别留意:d²y/dx² = d/dx (dy/dx) = [d/dt (dy/dx)] / (dx/dt)。先对 t 求导 dy/dx 的表达式,再除以 dx/dt。这在判断驻点性质的问题中经常被考查。


8. Binomial Expansion and Approximations | 二项展开式与近似

The binomial theorem for (a + b)ⁿ where n ∈ ℕ gives the expansion using nCr coefficients. For (1 + 2x)⁵, the expansion is 1 + 5(2x) + 10(2x)² + 10(2x)³ + 5(2x)⁴ + (2x)⁵ = 1 + 10x + 40x² + 80x³ + 80x⁴ + 32x⁵. When n is rational and |bx| < 1, you can use the infinite series expansion (1 + bx)ⁿ = 1 + nbx + n(n-1)/2! (bx)² + ... . Expand (1 - x)^(1/2) up to the term in x²: 1 + (1/2)(-x) + (1/2)(-1/2)/2 (-x)² + ... = 1 - x/2 - x²/8 + ...

对于正整数 n,(a + b)ⁿ 的二项式定理展开使用 nCr 系数。求 (1 + 2x)⁵ 的展开式:1 + 5(2x) + 10(2x)² + 10(2x)³ + 5(2x)⁴ + (2x)⁵ = 1 + 10x + 40x² + 80x³ + 80x⁴ + 32x⁵。当 n 为有理数且 |bx| < 1 时,可使用无穷级数展开 (1 + bx)ⁿ = 1 + nbx + n(n-1)/2! (bx)² + ...。展开 (1 - x)^(1/2) 至 x² 项:1 + (1/2)(-x) + (1/2)(-1/2)/2 (-x)² + ... = 1 - x/2 - x²/8 + ...

Edexcel exam questions often ask for an approximation, e.g. estimate √1.02 using the expansion. Write √1.02 = (1 + 0.02)^(1/2) and substitute x = 0.02 into the expansion up to the x² term to get a decimal approximation. Also state the range of validity: |x| < 1.

Edexcel 考题常要求用展开式进行近似计算,例如估算 √1.02。将 √1.02 写成 (1 + 0.02)^(1/2),用展开式(取到 x² 项)代入 x = 0.02 得到小数近似值。同时要说明成立范围:|x| < 1。

Be able to multiply expansions and find series for rational functions. For 1/(1-x)², use the expansion of (1-x)⁻² = 1 + 2x + 3x² + 4x³ + … This pattern frequently appears in sequences work.

还要能做展开式的乘法,并求有理函数的级数展开。例如 1/(1-x)²,利用 (1-x)⁻² 的展开式 1 + 2x + 3x² + 4x³ + …,这种规律在数列问题中经常出现。


9. Sequences and Series Summation | 数列与级数求和

Arithmetic sequences: 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]. For the series 7 + 11 + 15 + … , a = 7, d = 4. The 20th term is 7 + 19×4 = 83, and S₂₀ = 20/2 [14 + 19×4] = 10 × (14+76) = 900.

等差数列:第 n 项为 a + (n-1)d,前 n 项和为 Sₙ = n/2 [2a + (n-1)d]。对于级数 7 + 11 + 15 + …,a = 7,d = 4。第 20 项为 7 + 19×4 = 83,S₂₀ = 20/2 [14 + 19×4] = 10 × (14+76) = 900。

Geometric sequences: the n-th term is arⁿ⁻¹, and the sum of the first n terms is Sₙ = a(1 – rⁿ)/(1 – r) for r ≠ 1. For a = 5, r = 2/3, find S₅ = 5(1 – (2/3)⁵)/(1 – 2/3) = 5(1 – 32/243)/(1/3) = 15

Published by TutorHao | 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