📚 Integration Techniques & Applications for Edexcel A-Level Maths | 爱德思A-Level数学积分技巧与应用
Integration is one of the most powerful tools in the Edexcel A-Level Mathematics specification, linking together algebra, trigonometry, and the analysis of real-world change. This article provides a focused revision guide on the core integration techniques and their applications, tailored for students preparing for the Pure Mathematics papers.
积分是爱德思A-Level数学大纲中最有力的工具之一,它将代数、三角学以及对现实世界变化的分析紧密联系在一起。本文提供了一份针对核心积分技巧及其应用的专项复习指南,适合备考纯数学试卷的学生。
1. Integration as Reverse Differentiation | 积分作为微分的逆运算
Integration is formally introduced as the reverse process of differentiation. If you know that the derivative of xn is n xn−1, then the integral of n xn−1 with respect to x must return xn plus a constant.
积分被正式定义为微分的逆过程。如果你知道 xn 的导数是 n xn−1,那么 n xn−1 关于 x 的积分必定等于 xn 加上一个常数。
The general rule for integrating a power of x is: ∫ xn dx = xn+1 / (n+1) + C, provided n ≠ −1. This formula is the foundation for most polynomial integration questions in the Edexcel specification.
对 x 的幂函数积分的一般规则是:∫ xn dx = xn+1 / (n+1) + C,其中 n ≠ −1。该公式是爱德思考试中大多数多项式积分题目的基础。
- Always check that the power is a real number other than −1 before applying the rule.
- 使用时务必确认幂指数是不等于 −1 的实数,然后才能套用公式。
- Write the constant of integration from the very first step to avoid losing marks.
- 从第一步开始就写出积分常数,避免不必要的扣分。
2. Indefinite Integrals and the Constant of Integration | 不定积分与积分常数
An indefinite integral represents a family of functions whose derivative is the given integrand. Because differentiating any constant gives zero, every indefinite integral must include an arbitrary constant, usually denoted by C.
不定积分表示一族函数,这些函数的导数就是给定的被积函数。由于任何常数的导数都是零,因此每个不定积分都必须包含一个任意常数,通常记作 C。
For example, ∫ 3x² dx = x³ + C, since differentiating x³ + C gives 3x² regardless of the value of C. In Edexcel exam questions, you may be asked to find C using a boundary condition or an initial value.
例如,∫ 3x² dx = x³ + C,因为无论 C 取何值,对 x³ + C 求导都会得到 3x²。在爱德思考试题中,你可能需要利用边界条件或初值来确定 C。
When a curve passes through a known point, substitute the x and y values into the integrated expression to solve for C. This turns a general solution into a particular solution.
当曲线经过一个已知点时,将 x 和 y 值代入积分后的表达式即可求出 C。这样就把通解转化成了特解。
3. Common Integrals of Standard Functions | 常见标准函数积分
Edexcel A-Level candidates must be fluent with the standard integrals for exponential, logarithmic, and trigonometric functions. These results are derived directly from known derivatives and should be memorised for speed and accuracy.
爱德思A-Level考生必须熟练掌握指数函数、对数函数和三角函数的常见积分公式。这些结果直接来源于已知的导数,为了速度和准确性应当熟记。
| Function | 函数 | Integral | 积分 |
|---|---|
| xn, n ≠ −1 | xn+1 / (n+1) + C |
| 1/x | ln |x| + C |
| ekx | ekx / k + C |
| cos kx | sin kx / k + C |
| sin kx | −cos kx / k + C |
The integral of 1/x uses the natural logarithm because the derivative of ln x is 1/x for x > 0. The absolute value extends the result to negative x, though A-Level questions often restrict the domain to positive values.
1/x 的积分使用自然对数,因为 ln x 的导数是 1/x(x > 0)。绝对值符号将结果扩展到负 x 的情况,但 A-Level 题目通常将定义域限制在正值。
For trigonometric functions, remember to divide by the coefficient of x inside the function. This is the reverse of the chain rule and is a common source of careless errors.
对于三角函数,记得除以函数内 x 的系数。这是链式法则的逆过程,也是常见的粗心错误来源。
4. Integration by Substitution | 换元积分法
Integration by substitution is the reverse of the chain rule and is used when the integrand involves a composite function. For an integral of the form ∫ f(g(x)) g′(x) dx, the substitution u = g(x) simplifies the expression to ∫ f(u) du.
换元积分法是链式法则的逆过程,用于被积函数包含复合函数的情况。对于形如 ∫ f(g(x)) g′(x) dx 的积分,令 u = g(x) 可以将表达式简化为 ∫ f(u) du。
For example, to evaluate ∫ 2x (x² + 1)⁴ dx, let u = x² + 1, so du/dx = 2x and du = 2x dx. The integral becomes ∫ u⁴ du = u⁵/5 + C = (x² + 1)⁵/5 + C.
例如,计算 ∫ 2x (x² + 1)⁴ dx,令 u = x² + 1,则 du/dx = 2x,于是 du = 2x dx。积分变为 ∫ u⁴ du = u⁵/5 + C = (x² + 1)⁵/5 + C。
When the chosen substitution is not given, look for a function and its derivative appearing together in the integrand. The derivative does not need to be exactly present; constant multiples can be adjusted outside the integral.
当题目没有给出换元变量时,寻找被积函数中同时出现的某个函数及其导数。导数不必完全相同,常数倍可以调整到积分号外。
5. Integration by Parts | 分部积分法
Integration by parts is used to integrate products of functions, especially when one function becomes simpler after differentiation. The formula is ∫ u dv/dx dx = uv − ∫ v du/dx dx, where u and dv/dx are chosen carefully.
分部积分法用于对函数的乘积进行积分,特别是当其中一个函数求导后变得更简单时。公式为 ∫ u dv/dx dx = uv − ∫ v du/dx dx,其中 u 和 dv/dx 需要谨慎选择。
A common application is integrating x ex. Let u = x, so du/dx = 1, and dv/dx = ex, so v = ex. Then ∫ x ex dx = x ex − ∫ ex dx = x ex − ex + C.
一个常见的应用是积分 x ex。令 u = x,则 du/dx = 1;令 dv/dx = ex,则 v = ex。于是 ∫ x ex dx = x ex − ∫ ex dx = x ex − ex + C。
For integrals like ∫ ln x dx, a useful trick is to treat it as ∫ 1 × ln x dx. Choose u = ln x and dv/dx = 1, so v = x, giving ∫ ln x dx = x ln x − x + C.
对于像 ∫ ln x dx 这样的积分,一个有用的技巧是将其视为 ∫ 1 × ln x dx。选择 u = ln x 和 dv/dx = 1,则 v = x,得到 ∫ ln x dx = x ln x − x + C。
6. Integrating Rational Functions | 有理函数积分
Rational functions often need to be simplified before integration. If the degree of the numerator is greater than or equal to the denominator, use algebraic division or split the fraction into simpler terms.
有理函数在积分前通常需要化简。如果分子的次数大于或等于分母的次数,可以使用代数除法或将分式拆分为更简单的项。
For example, ∫ (x² + 1) / x dx can be rewritten as ∫ (x + 1/x) dx = x²/2 + ln |x| + C. This avoids attempting a substitution and makes the integration straightforward.
例如,∫ (x² + 1) / x dx 可以改写为 ∫ (x + 1/x) dx = x²/2 + ln |x| + C。这样避免了尝试换元,使积分变得直接。
When the denominator factors into linear terms, partial fractions may be needed. For instance, ∫ 1 / (x−1)(x+2) dx can be expressed using partial fractions before integrating each term separately.
当分母可以分解为线性因式时,可能需要使用部分分式。例如,∫ 1 / (x−1)(x+2) dx 可以先表示为部分分式,再分别积分每一项。
7. Definite Integrals and Area Under a Curve | 定积分与曲线下面积
A definite integral represents the signed area between a curve and the x-axis over a given interval. If the curve lies above the x-axis, the integral gives the true area; if below, the integral is negative.
定积分表示曲线与 x 轴之间在给定区间上的有符号面积。如果曲线位于 x 轴上方,积分给出真实面积;如果位于下方,积分为负。
To calculate a definite integral, first find an antiderivative, then substitute the upper and lower limits and subtract. There is no need to include the constant of integration because it cancels out.
计算定积分时,首先求出原函数,然后代入上限和下限并相减。无需包含积分常数,因为它会相互抵消。
For area between two points where the curve crosses the x-axis, split the integral at the crossing points. Find the absolute value of each part and add them together to obtain the total area.
对于曲线与 x 轴相交的两点之间的面积,应在交点处拆分积分。求出每一部分的绝对值并相加,即可得到总面积。
8. Area Between Two Curves | 两曲线之间的面积
The area enclosed between two curves y = f(x) and y = g(x) from x = a to x = b is given by ∫ [f(x) − g(x)] dx, where f(x) is the upper curve and g(x) is the lower curve on the interval.
两条曲线 y = f(x) 和 y = g(x) 在 x = a 到 x = b 之间所围成的面积由 ∫ [f(x) − g(x)] dx 给出,其中 f(x) 是该区间上的上方曲线,g(x) 是下方曲线。
Always sketch the curves and identify which is higher over the interval. If the curves intersect, you may need to split the region and compute separate integrals for each sub-interval.
一定要画出曲线草图,并确定在该区间上哪条曲线更高。如果曲线相交,可能需要将区域拆分,并为每个子区间分别计算积分。
For example, to find the area between y = x² and y = x from x = 0 to x = 1, compute ∫ (x − x²) dx from 0 to 1, which equals [x²/2 − x³/3] evaluated from 0 to 1, giving 1/6 square units.
例如,求 y = x² 和 y = x 在 x = 0 到 x = 1 之间的面积,计算从 0 到 1 的 ∫ (x − x²) dx,即 [x²/2 − x³/3] 在 0 到 1 处求值,结果为 1/6 平方单位。
9. Numerical Integration: Trapezium Rule | 数值积分:梯形法则
The trapezium rule is a numerical method for approximating the value of a definite integral when an exact antiderivative is difficult or impossible to find. It works by splitting the area under a curve into a series of trapeziums.
梯形法则是一种数值方法,用于在难以或无法找到精确原函数时近似计算定积分的值。它通过将曲线下面积分割成一系列梯形来工作。
The formula is ∫ₐb f(x) dx ≈ h/2 [y₀ + 2(y₁ + y₂ + … + yn−1) + yn], where h = (b − a)/n and yᵢ = f(a + ih). The more strips used, the more accurate the approximation.
公式为 ∫ₐb f(x) dx ≈ h/2 [y₀ + 2(y₁ + y₂ + … + yn−1) + yn],其中 h = (b − a)/n,yᵢ = f(a + ih)。使用的条带越多,近似值就越精确。
Edexcel questions often ask you to use a specific number of intervals and then compare the trapezium rule estimate with the exact value. Be careful to state whether the estimate is an overestimate or underestimate depending on the concavity of the curve.
爱德思考试题经常要求使用特定的区间数,并将梯形法则估计值与精确值进行比较。根据曲线的凹凸性,注意说明估计值是偏高还是偏低。
10. Applications in Kinematics | 运动学中的应用
Integration is essential in mechanics and kinematics, where acceleration, velocity, and displacement are related through differentiation and integration with respect to time. If acceleration is given as a function of time, integrating once gives velocity, and integrating again gives displacement.
积分在力学和运动学中至关重要,加速度、速度和位移通过关于时间的微分和积分相互联系。如果加速度作为时间的函数给出,积分一次得到速度,再积分一次得到位移。
For example, if a particle moves with acceleration a(t) = 6t, then velocity v(t) = ∫ 6t dt = 3t² + C₁. If the initial velocity v(0) = 2, then C₁ = 2, so v(t) = 3t² + 2.
例如,若质点以加速度 a(t) = 6t 运动,则速度 v(t) = ∫ 6t dt = 3t² + C₁。若初速度 v(0) = 2,则 C₁ = 2,因此 v(t) = 3t² + 2。
To find displacement, integrate the velocity function: s(t) = ∫ v(t) dt = ∫ (3t² + 2) dt = t³ + 2t + C₂. Use initial displacement to determine the constant.
要求位移,对速度函数积分:s(t) = ∫ v(t) dt = ∫ (3t² + 2) dt = t³ + 2t + C₂。利用初始位移确定常数。
This technique is frequently tested in the applied sections of Edexcel A-Level Mathematics, so practising the link between the three motion quantities is highly beneficial.
这一技巧在爱德思A-Level数学的应用部分经常考查,因此练习这三个运动量之间的联系非常有益。
11. Tips for Edexcel Exam Questions | Edexcel考试题技巧
When tackling Edexcel integration questions, always show all steps of your working, including any substitutions or changes of limits in definite integrals. Examiners award method marks even if the final answer is incorrect.
解答爱德思积分题时,务必展示所有解题步骤,包括任何换元或定积分中积分限的变化。即使最终答案错误,考官也会给予方法分。
- Read the question carefully and identify the required integration technique before starting the calculation.
- 开始计算前,仔细阅读题目并确定所需的积分方法。
- Check that the integrand is simplified and rewritten in a form that matches one of the standard rules.
- 检查被积函数是否已经化简并改写为与某个标准规则匹配的形式。
- For definite integrals, remember to convert the limits when using substitution, or return to the original variable before evaluating.
- 对于定积分,使用换元法时记得转换积分限,或者在求值前换回原变量。
- Write final answers in exact form unless the question asks for a decimal approximation.
- 除非题目要求小数近似,否则最终答案应保持精确形式。
12. Common Mistakes and How to Avoid Them | 常见错误与避免方法
Many students forget the constant of integration in indefinite integrals or incorrectly handle the coefficient of x in trigonometric integrals. These errors can be avoided by writing the standard results clearly before substituting values.
许多学生在不定积分中忘记积分常数,或者错误处理三角函数积分中 x 的系数。通过在代值前清楚地写出标准结果,可以避免这些错误。
Another frequent mistake is misidentifying which curve is on top when finding the area between two curves. Always sketch the graphs or compare the y-values at a test point within the interval.
另一个常见错误是在求两条曲线之间的面积时,错误判断哪条曲线在上方。务必画出图形或在区间内选取一个测试点比较 y 值。
In the trapezium rule, be careful with the factor h/2 and the coefficients 2 for intermediate y-values. A single coefficient error will propagate through the entire calculation.
在梯形法则中,注意因子 h/2 以及中间 y 值的系数 2。一个系数错误会传播到整个计算过程中。
When integrating rational functions by partial fractions, ensure the original denominator is fully factorised and the numerators for each partial fraction are correctly determined. Verify your decomposition by recombining the fractions.
用部分分式积分有理函数时,确保原分母完全分解,并且每个部分分式的分子都正确确定。通过重新合并分式来检验分解是否正确。
Published by TutorHao | Edexcel A-Level Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导