📚 A-Level Edexcel Further Maths: Calculation Skills Intensive Practice | A-Level Edexcel 进阶数学:计算题专项训练
This article provides a focused revision workout for Edexcel Further Maths students, covering the most common computationally intense question types from the pure core (FP1, FP2, FP3). Each section pinpoints a key topic, demonstrates efficient methods, and highlights pitfalls that cost marks under timed conditions. Work through the examples in the order given to build fluency and accuracy.
本文为 Edexcel 进阶数学考生提供集中式的计算题专项训练,覆盖进阶纯数核心(FP1、FP2、FP3)中最常见的高强度计算题型。每个小节聚焦一个关键主题,演示高效方法,并指出在限时考试中容易失分的陷阱。按照给出的顺序练习示例,以提升熟练度与准确性。
1. Complex Roots and Quadratic Factors | 复数根与二次因式
A cubic equation with real coefficients has 1 – i as one of its roots. Find all three roots and express the cubic as a product of a linear and a quadratic factor with real coefficients.
一个实系数三次方程以 1 – i 为一个根。求全部三个根,并将该三次式表示为一个一次因式与一个实系数二次因式的乘积。
Since coefficients are real, the complex conjugate 1 + i is also a root. The quadratic factor for these two roots is (z – (1 – i))(z – (1 + i)) = z² – 2z + 2. Let the third real root be α. The cubic can be written as (z – α)(z² – 2z + 2) = z³ – (α + 2)z² + (2α + 2)z – 2α. If the original equation were, say, z³ – 4z² + 6z – 4 = 0, by comparison α + 2 = 4 so α = 2. Check: 2α + 2 = 6 → 4 + 2 = 6, and -2α = -4. So the linear factor is (z – 2). Answer: roots 2, 1 – i, 1 + i; factorised form (z – 2)(z² – 2z + 2).
由于系数为实数,共轭复数 1 + i 也是根。这两个根对应的二次因式为 (z – (1 – i))(z – (1 + i)) = z² – 2z + 2。设第三个实根为 α。该三次式可写为 (z – α)(z² – 2z + 2) = z³ – (α + 2)z² + (2α + 2)z – 2α。若原方程为 z³ – 4z² + 6z – 4 = 0,比较系数得 α + 2 = 4,故 α = 2。验算:2α + 2 = 6 → 4 + 2 = 6,-2α = -4。因此一次因式为 (z – 2)。答案:根 2、1 – i、1 + i;因式分解形式 (z – 2)(z² – 2z + 2)。
When you are given only one complex root, always write the conjugate and multiply out carefully. A common mistake is forgetting the minus signs: (z – (a + bi))(z – (a – bi)) = z² – 2a z + (a² + b²). Double-check the constant term.
题目只给出一个复数根时,一定要写出其共轭并仔细相乘。常见错误是忘掉负号:(z – (a + bi))(z – (a – bi)) = z² – 2a z + (a² + b²)。务必核对常数项。
2. Summation of Series by Method of Differences | 裂项相消法求级数和
Find the sum of the series Σr=1n 1/(r(r+2)). Use the method of differences to obtain an expression in terms of n, and evaluate the infinite sum.
求级数 Σr=1n 1/(r(r+2)) 的和。使用裂项相消法导出含 n 的表达式,并计算无穷级数的值。
First, partial fractions: 1/(r(r+2)) = A/r + B/(r+2). Multiply out: 1 = A(r+2) + Br. Set r = 0: 1 = 2A → A = ½. Set r = -2: 1 = -2B → B = -½. So term = ½ [1/r – 1/(r+2)]. Now write out the sum: Sn = ½ [ (1/1 – 1/3) + (1/2 – 1/4) + (1/3 – 1/5) + (1/4 – 1/6) + … + (1/n – 1/(n+2)) ]. Most terms cancel. Remaining terms: ½ [1 + 1/2 – 1/(n+1) – 1/(n+2)] = ½ [3/2 – ( (n+2)+(n+1) )/( (n+1)(n+2) ) ] = ½ [3/2 – (2n+3)/((n+1)(n+2))]. As n → ∞, S∞ = ½ *(3/2) = 3/4.
首先分解部分分式:1/(r(r+2)) = A/r + B/(r+2)。通分:1 = A(r+2) + Br。令 r = 0 得 1 = 2A → A = ½。令 r = -2 得 1 = -2B → B = -½。故通项 = ½ [1/r – 1/(r+2)]。写出求和:Sn = ½ [ (1/1 – 1/3) + (1/2 – 1/4) + (1/3 – 1/5) + … + (1/n – 1/(n+2)) ]。大部分项抵消,剩余项为 ½ [1 + 1/2 – 1/(n+1) – 1/(n+2)] = ½ [3/2 – (2n+3)/((n+1)(n+2))]。无穷级数和为 ½ × 3/2 = 3/4。
Always list the first few terms and the last few terms explicitly to spot the cancellation pattern. Watch out: the number of surviving terms depends on the separation of the numbers in the denominators. Here the gap is 2, so two positive and two negative terms remain.
一定要明确写出前几项和最后几项,以观察抵消规律。注意:剩余项的数量取决于分母中数字的间距。此处间隔为 2,因此留下两个正项和两个负项。
3. Matrix Transformations and Inverse by Row Operations | 矩阵变换与行变换求逆
Given matrix A = [ [2, 1, 0], [1, 2, 1], [0, 1, 2] ], use row operations to find A⁻¹. Then determine the image of the point (1, -1, 2) under the transformation represented by A⁻¹.
已知矩阵 A = [ [2, 1, 0], [1, 2, 1], [0, 1, 2] ],用行变换求 A⁻¹。然后求点 (1, -1, 2) 在 A⁻¹ 所表示变换下的像。
Augment with identity: [A|I] =
| 2 | 1 | 0 | 1 | 0 | 0 |
| 1 | 2 | 1 | 0 | 1 | 0 |
| 0 | 1 | 2 | 0 | 0 | 1 |
R1 ↔ R2, then eliminate: R2 – 2R1, R3 stays. Continue until left block is I. The series of steps yields A⁻¹ = (1/4) [ [3, -2, 1], [-2, 4, -2], [1, -2, 3] ]. Check by multiplication. The image of (1, -1, 2) is A⁻¹ * [1; -1; 2] = (1/4) [3*1 + (-2)*(-1) + 1*2; -2*1 + 4*(-1) + (-2)*2; 1*1 + (-2)*(-1) + 3*2] = (1/4) [3+2+2; -2 -4 -4; 1+2+6] = (1/4) [7; -10; 9] = (1.75, -2.5, 2.25).
与单位矩阵组成增广矩阵 [A|I]:交换 R1 和 R2,然后消元:R2 – 2R1,R3 不变。持续操作直到左侧变为单位矩阵。得到 A⁻¹ = (1/4) [ [3, -2, 1], [-2, 4, -2], [1, -2, 3] ]。通过乘法验证。点 (1, -1, 2) 的像为 A⁻¹ × [1; -1; 2] = (1/4) [7; -10; 9] = (1.75, -2.5, 2.25)。
Row operation errors often occur with signs when subtracting multiples. Write each new row clearly. As a quick check, multiply A by your candidate inverse in your head for a couple of entries to confirm you get the identity.
行变换容易在减去倍数时出现正负错误。须明确写出每一步的新行。快速验算时,可在脑中用候选逆矩阵乘以 A 的几个元素,确认是否得到单位阵。
4. First Order Differential Equations with Integrating Factor | 一阶微分方程与积分因子
Solve the differential equation dy/dx + 2xy = 4x, given y(0) = 1. Identify the type and use the integrating factor method.
求解微分方程 dy/dx + 2xy = 4x,已知 y(0) = 1。识别方程类型并使用积分因子法求解。
This is linear first-order: dy/dx + P(x)y = Q(x) with P(x)=2x, Q(x)=4x. Integrating factor μ = e∫ 2x dx = ex². Multiply through: ex² dy/dx + 2x ex² y = 4x ex². The left side is d/dx (y ex²). So integrate both sides: y ex² = ∫ 4x ex² dx. Substitute u = x², du = 2x dx → ∫ 2 eu du = 2 eu + C = 2 ex² + C. Thus y ex² = 2 ex² + C → y = 2 + C e-x². Use y(0)=1: 1 = 2 + C → C = -1. Hence y = 2 – e-x².
这是一阶线性方程:dy/dx + P(x)y = Q(x),其中 P(x)=2x,Q(x)=4x。积分因子 μ = e∫ 2x dx = ex²。两边同乘:ex² dy/dx + 2x ex² y = 4x ex²。左边即 d/dx (y ex²)。积分:y ex² = ∫ 4x ex² dx。令 u = x²,du = 2x dx → ∫ 2 eu du = 2 eu + C = 2 ex² + C。因此 y ex² = 2 ex² + C → y = 2 + C e-x²。代入 y(0)=1:1=2+C → C=-1。故 y = 2 – e-x²。
Common mistake: forgetting to multiply the right-hand side Q(x) by the integrating factor. Also check the integration of 4x ex² does not accidentally give 4 ex²; the factor 2 must come out.
常犯错误:忘记将右侧 Q(x) 乘以积分因子。另外注意积分 ∫ 4x ex² dx 容易误得 4 ex²,实际上应提取系数 2。
5. Maclaurin Series Expansion and Approximation | 麦克劳林级数展开与近似
Find the Maclaurin series for f(x) = ln(1 + sin x) up to and including the term in x³. Use this to estimate ln(1.1) and compare with the true value.
求 f(x) = ln(1 + sin x) 的麦克劳林级数,直到含 x³ 项。用所得级数估计 ln(1.1),并与真实值比较。
We need derivatives. f(0) = ln(1+0) = 0. f'(x) = cos x / (1 + sin x). f'(0) = 1/1 = 1. f”(x): use quotient rule. Let u = cos x, v = 1+ sin x. u’ = -sin x, v’ = cos x. f” = ( -sin x (1+ sin x) – cos x * cos x ) / (1+ sin x)² = ( -sin x – sin² x – cos² x ) / (1+ sin x)² = ( -sin x – 1 ) / (1+ sin x)². So f”(0) = (0 -1)/1 = -1. f”'(x): differentiate numerator N = -sin x -1, denominator D = (1+ sin x)². N’ = -cos x, D’ = 2(1+ sin x) cos x. f”’ = (N’ D – N D’) / D². At x=0: N’ = -1, D = 1, N = -1, D’ = 2*1*1=2. So f”'(0) = ( -1*1 – (-1)*2 ) / 1 = (-1 +2) = 1. Then Maclaurin: f(x) ≈ f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! = 0 + 1*x – 1*x²/2 + 1*x³/6 = x – ½ x² + ⅙ x³. For ln(1.1): 1.1 = 1 + sin x? Actually we want ln(1 + something) = ln(1.1) → something = 0.1. We cannot directly set sin x = 0.1 because the series is in powers of x, not sin x. So we need to solve sin x = 0.1 → x ≈ 0.100167 (radians). Substitute into series: 0.100167 – 0.5*(0.100167)² + (1/6)*(0.100167)³ ≈ 0.100167 – 0.0050167 + 0.000167 ≈ 0.095317. True ln(1.1) ≈ 0.095310. The approximation is accurate to 4 decimal places.
需要求导。f(0) = ln(1)=0。f'(x) = cos x/(1+sin x),f'(0)=1。f”(x):用商法则,得 f” = (-sin x -1)/(1+sin x)²,f”(0) = -1。f”'(x):分子求导 -cos x,分母 2(1+sin x)cos x。在 x=0 计算得 1。故麦克劳林级数:f(x) ≈ x – x²/2 + x³/6。对于 ln(1.1),需令 sin x = 0.1 → x ≈ 0.100167 弧度。代入级数:0.100167 – 0.0050167 + 0.000167 ≈ 0.095317。真实 ln(1.1) ≈ 0.095310,精确至四位小数。
Pay attention to the variable: here the function is ln(1 + sin x) not ln(1 + x), so you cannot just set x = 0.1. This is a common trap in exams.
注意变量:函数是 ln(1+sin x) 而非 ln(1+x),因此不能直接令 x=0.1。这是考试中常见的陷阱。
6. Polar Coordinates: Area and Tangents | 极坐标:面积与切线
The polar curve C has equation r = 2 + cos θ for 0 ≤ θ ≤ 2π. Find the area enclosed by C and the equation of the tangent to C at the point where θ = π/2.
极坐标曲线 C 的方程为 r = 2 + cos θ,0 ≤ θ ≤ 2π。求 C 所围区域的面积,以及曲线在 θ = π/2 处的切线方程。
Area = ½ ∫02π r² dθ = ½ ∫ (2+cos θ)² dθ = ½ ∫ (4 + 4 cos θ + cos² θ) dθ. Use cos² θ = ½ (1+cos 2θ). Integrate: ∫ 4 dθ = 4θ; ∫ 4 cos θ = 4 sin θ; ∫ ½ dθ = ½θ; ∫ ½ cos 2θ = ¼ sin 2θ. So area = ½ [4θ + 4 sin θ + ½θ + ¼ sin 2θ] from 0 to 2π. At 2π sin terms are 0; at 0 all zero. So = ½ [4(2π) + ( ½ )(2π) ] = ½ [8π + π] = (9π)/2. For tangent at θ=π/2: r = 2+0=2. Cartesian: x = r cos θ = 0, y = r sin θ = 2. Slope dy/dx = (dy/dθ)/(dx/dθ). dx/dθ = dr/dθ cos θ – r sin θ; dr/dθ = -sin θ. At π/2: cos θ=0, sin θ=1. dx/dθ = (-1)*0 – 2*1 = -2. dy/dθ = dr/dθ sin θ + r cos θ = (-1)*1 + 2*0 = -1. So dy/dx = (-1)/(-2) = ½. Tangent line: y – 2 = ½ (x – 0) → y = ½ x + 2.
面积 = ½ ∫₀²π r² dθ = ½ ∫ (2+cos θ)² dθ = ½ ∫ (4 + 4cos θ + cos² θ) dθ。用 cos² θ = ½(1+cos 2θ)。积分结果 = ½ [4θ + 4sin θ + ½θ + ¼ sin 2θ]₀²π = ½ [8π + π] = 9π/2。θ=π/2 的切线:r=2,直角坐标 (0,2)。斜率 dy/dx:dx/dθ = dr/dθ cos θ – r sin θ = (-sin θ) cos θ – r sin θ,在 π/2 处 = 0 – 2*1 = -2。dy/dθ = dr/dθ sin θ + r cos θ = (-1)*1 + 0 = -1。斜率 = ½。切线:y – 2 = ½ x。
When finding tangents in polars, always use the parametric derivatives. Many candidates mistakenly attempt to convert to Cartesian first, which is often much messier. Keep everything in θ and evaluate carefully.
求极坐标切线时,应始终使用参数求导。许多考生错误地先转化为直角坐标方程,这通常导致计算极其繁琐。应在极坐标形式下求导并仔细代入数值。
7. Hyperbolic Functions and Equations | 双曲函数与方程
Solve the equation 3 sinh x = 4 cosh x, giving your answer in logarithmic form. Also express sinh(2x) in terms of sinh x and cosh x, and evaluate it for the solution found.
解方程 3 sinh x = 4 cosh x,答案用对数形式表示。并将 sinh(2x) 用 sinh x 和 cosh x 表示,对求得的解计算其值。
Divide both sides by cosh x: 3 tanh x = 4 → tanh x = 4/3. Since tanh x = (eˣ – e⁻ˣ)/(eˣ + e⁻ˣ) = (e²ˣ – 1)/(e²ˣ + 1) = 4/3. Cross-multiply: 3(e²ˣ – 1) = 4(e²ˣ + 1) → 3e²ˣ – 3 = 4e²ˣ + 4 → -e²ˣ = 7 → e²ˣ = -7, which is impossible for real x. Wait, check range: tanh x ranges between -1 and 1, and 4/3 > 1, so there is no real solution. However, we can find complex solution or perhaps the equation was 3 sinh x = 4 cosh x, which after division gives tanh x = 4/3 >1, so indeed no real solution. But Edexcel problems typically give solvable equations like 4 sinh x = 3 cosh x → tanh x = 3/4. Let’s swap to make it solvable: suppose the equation is 4 sinh x = 3 cosh x, then tanh x = 3/4. Then e²ˣ = (1+3/4)/(1-3/4) = (7/4)/(1/4)=7 → x = ½ ln 7. We’ll use that to illustrate. So correction: Solve 4 sinh x = 3 cosh x → x = ½ ln 7. Then sinh(2x) = 2 sinh x cosh x. We can find sinh x and cosh x from tanh x = 3/4. If tanh x = 3/4, then consider right triangle with opposite 3, adjacent 4, hypotenuse 5. So sinh x = 3/5? But careful: cosh² – sinh² = 1. With tanh = sinh/cosh = 3/4, we can let sinh = 3k, cosh = 4k, then 16k² – 9k² = 1 → k² = 1/7 → k = 1/√7. So sinh x = 3/√7, cosh x = 4/√7. Then sinh(2x) = 2*(12/7) = 24/7. Alternatively, using double argument formula with tanh: sinh(2x) = 2 tanh x / (1 – tanh² x) = 2*(3/4)/(1 – 9/16) = (3/2)/(7/16) = 24/7. Good. So the corrected example demonstrates method.
除以 cosh x 得:4 tanh x = 3 (修正后的方程)→ tanh x = 3/4。由 tanh x = (e²ˣ – 1)/(e²ˣ + 1) = 3/4,交叉相乘得 4(e²ˣ – 1) = 3(e²ˣ + 1) → e²ˣ = 7 → x = ½ ln 7。sinh(2x) = 2 sinh x cosh x。由 tanh x = 3/4,可令 sinh = 3k, cosh = 4k,利用恒等式得 k = 1/√7。故 sinh x = 3/√7,cosh x = 4/√7,sinh(2x) = 2 × 12/7 = 24/7。
Always check the domain of tanh: -1 < tanh x < 1. If the given equation yields a value outside this range, there is no real solution. The examiner might ask for the result in log form only, or specify complex solutions, but typically FP2 questions stick to real solvable cases.
务必检查 tanh 的值域:-1 < tanh x < 1。若所得值超出此区间,则无实数解。考官可能要求仅以对数形式给出解,或指明复数解,但 FP2 常见题目通常为实数可解情形。
8. Further Calculus: Reduction Formulae | 进阶积分:递推公式
Let In = ∫0π/2 xn sin x dx. Show that for n ≥ 2, In = n (π/2)n-1 – n(n-1) In-2. Hence evaluate I4.
设 In = ∫0π/2 xn sin x dx。证明对于 n ≥ 2,有 In = n (π/2)n-1 – n(n-1) In-2,并计算 I4。
Use integration by parts: let u = xn, dv = sin x dx → du = n xn-1 dx, v = -cos x. Then In = [ -xn cos x ]0π/2 + ∫ n xn-1 cos x dx. The first bracket: at π/2, cos=0; at 0, x=0 → 0. So In = n ∫ xn-1 cos x dx. Now parts again on J = ∫ xn-1 cos x dx: let u = xn-1, dv = cos x dx → du = (n-1)xn-2, v = sin x. Then J = [ xn-1 sin x ]0π/2 – ∫ (n-1)xn-2 sin x dx = (π/2)n-1 *1 – (n-1)In-2. Thus In = n [ (π/2)n-1 – (n-1)In-2 ] = n (π/2)n-1 – n(n-1)In-2. For I4, we need I0 = ∫ sin x dx = [-cos x] = 1. I2 = 2(π/2)1 – 2*1*I0 = π – 2. Then I4 = 4(π/2)3 – 4*3*I2 = 4*(π³/8) -12(π – 2) = (π³/2) – 12π + 24.
分部积分:令 u = xⁿ, dv = sin x dx → du = n xⁿ⁻¹ dx, v = -cos x。则 In = [ -xⁿ cos x ]₀^{π/2} + ∫ n xⁿ⁻¹ cos x dx。边界项为 0。再对 ∫ xⁿ⁻¹ cos x dx 分部积分:u = xⁿ⁻¹, dv = cos x dx → du = (n-1)xⁿ⁻², v = sin x。得 J = (π/2)ⁿ⁻¹ – (n-1)In-2。故 In = n(π/2)ⁿ⁻¹ – n(n-1)In-2。计算 I₄ 需知 I₀ = 1,I₂ = π – 2,于是 I₄ = (π³/2) – 12π + 24。
Reduction formulae are about systematic repetition of integration by parts. Pay special attention to the limits: the boundary term often vanishes at 0 or π/2, but you must check. Also remember the base case(s) needed to stop the recursion.
递推公式的原理是系统地重复分部积分。需特别留意积分上下限:边界项在 0 或 π/2 处通常为零,但必须验证。同时牢记终止递推所需的初始情形。
9. Second Order Differential Equations with Constant Coefficients | 常系数二阶微分方程
Solve the differential equation d²y/dx² – 4 dy/dx + 4y = e2x + x, given that when x=0, y=1 and dy/dx=2.
求解微分方程 d²y/dx² – 4 dy/dx + 4y = e²ˣ + x,已知 x=0 时 y=1, dy/dx=2。
Homogeneous: Auxiliary equation m² – 4m + 4 = 0 → (m-2)² = 0 → m=2 (repeated). So yc = (A + Bx) e2x. Particular integral: For e2x, since it is also a solution of homogeneous with multiplicity 2, try y_p1 = C x² e2x. For x, try y_p2 = Dx + E. Total particular y_p = C x² e2x + Dx + E. Find derivatives, substitute, and equate coefficients. This yields C = 1/2, D = 1/4, E = 1/4. Details: y_p’ = … after algebra, we find C=1/2. Check: y_p = ½ x² e2x + ¼ x + ¼. Then general solution y = (A + Bx) e2x + ½ x² e2x + ¼ x + ¼. Apply conditions: y(0)= A + ¼ = 1 → A = ¾. dy/dx = B e2x + 2(A+Bx)e2x + x e2x + x² e2x? Need careful derivative: derivative of ½ x² e2x = x e2x + x² e2x. At x=0: dy/dx = B
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课程辅导,国外大学本科硕士研究生博士课程论文辅导