📚 PDF资源导航

Mastering Integration for Edexcel A-Level Maths | Edexcel A-Level 数学积分技巧精通

📚 Mastering Integration for Edexcel A-Level Maths | Edexcel A-Level 数学积分技巧精通

Integration is one of the most important and examinable topics in Edexcel A-Level Mathematics. It appears in Pure Mathematics units across both AS and A2, and it forms the foundation for solving problems involving area, differential equations, and applications in mechanics.

积分是 Edexcel A-Level 数学中最重要、最常考的主题之一。它贯穿 AS 和 A2 阶段的纯数学内容,并且是解决面积、微分方程以及力学应用问题的基础。


1. What Is Integration? | 什么是积分?

Integration is the reverse process of differentiation. Given a derivative f ‘(x), integration aims to recover the original function f(x), also called an antiderivative. Since the derivative of a constant is zero, every indefinite integral must include an arbitrary constant, usually written as +C.

积分是微分的逆运算。给定导数 f ‘(x),积分的目标是还原出原函数 f(x),也称为反导数。由于常数的导数为零,每一个不定积分都必须包含一个任意常数,通常写作 +C。

For example, the derivative of x³ is 3x². Therefore, the indefinite integral of 3x² with respect to x is x³ + C.

例如,x³ 的导数是 3x²。因此,3x² 关于 x 的不定积分就是 x³ + C。


2. Standard Integrals and the Power Rule | 基本积分与幂法则

The most commonly used rule in Edexcel A-Level integration is the power rule. For any real number n different from -1, the integral of xⁿ with respect to x is given by the formula below.

Edexcel A-Level 积分中最常用的法则是幂法则。对于任何不等于 -1 的实数 n,xⁿ 关于 x 的积分由以下公式给出。

∫ xⁿ dx = xⁿ⁺¹/(n+1) + C, n ≠ -1

The case n = -1 leads to the special result ∫ x⁻¹ dx = ∫ 1/x dx = ln|x| + C. It is essential to use the modulus sign inside the logarithm, because the natural logarithm is only defined for positive arguments.

当 n = -1 时,需要用到特殊结果 ∫ x⁻¹ dx = ∫ 1/x dx = ln|x| + C。必须在对数内使用绝对值符号,因为自然对数只对正数有定义。

Function f(x) Integral ∫ f(x) dx
xⁿ, n ≠ -1 xⁿ⁺¹/(n+1) + C
1/x ln|x| + C
eˣ + C
sin x -cos x + C
cos x sin x + C
sec² x tan x + C

3. Indefinite and Definite Integrals | 不定积分与定积分

An indefinite integral returns a family of functions and includes the constant C. A definite integral, on the other hand, has upper and lower limits and evaluates to a number. The fundamental theorem of calculus connects the two by stating that the definite integral from a to b of f(x) is F(b) – F(a), where F is any antiderivative of f.

不定积分得到一族函数,并包含常数 C。而定积分有上下限,计算结果是数值。微积分基本定理将两者联系起来:f(x) 从 a 到 b 的定积分等于 F(b) – F(a),其中 F 是 f 的任意一个原函数。

ab f(x) dx = [F(x)]ab = F(b) – F(a)

When evaluating definite integrals by substitution or integration by parts, always remember to change the limits or substitute back before applying the original limits. A common exam error is to keep the original limits after changing the variable.

在利用换元法或分部积分法计算定积分时,一定要记得替换积分限,或者在代回原变量后再代入原来的上下限。考试中常见错误就是换元后仍沿用原来的积分限。


4. Integration by Substitution | 换元积分法

Integration by substitution is the reverse of the chain rule. It is particularly useful when the integrand contains a composite function whose inner derivative also appears. For a change of variable u = g(x), the differential relationship is du/dx = g ‘(x), so du = g ‘(x) dx.

换元积分法是链式法则的逆运算。当被积函数包含复合函数且内层导数也出现时,该方法特别有用。对于变量替换 u = g(x),微分关系为 du/dx = g ‘(x),因此 du = g ‘(x) dx。

For instance, consider ∫ 2x(x²+1)³ dx. Let u = x²+1, then du/dx = 2x, so dx = du/(2x). Substituting gives ∫ 2x u³ du/(2x) = ∫ u³ du = u⁴/4 + C. Returning to the original variable produces the final answer.

例如,考虑 ∫ 2x(x²+1)³ dx。令 u = x²+1,则 du/dx = 2x,所以 dx = du/(2x)。代入后得到 ∫ 2x u³ du/(2x) = ∫ u³ du = u⁴/4 + C。再代回原变量即可得到最终答案。

∫ 2x(x²+1)³ dx = (x²+1)⁴/4 + C

In Edexcel exam questions, substitutions are sometimes given, but students are also expected to choose an appropriate u themselves. Look for a function inside brackets, under a root, or in the denominator whose derivative appears as a factor.

在 Edexcel 考试题中,有时会直接给出代换,但也要求学生能自己选择合适的 u。通常在括号内、根号下或分母中寻找一个函数,并检查它的导数是否作为因子出现。


5. Integration by Parts | 分部积分法

Integration by parts is the reverse of the product rule. The formula is derived from the derivative of a product and is especially useful for integrands that are products of functions of different types, such as x eˣ or x ln x.

分部积分法是乘法法则的逆运算。该公式由乘积的导数推导而来,特别适用于不同类型函数相乘的被积函数,例如 x eˣ 或 x ln x。

∫ u dv/dx dx = uv – ∫ v du/dx dx

To use the method, choose u as the function that simplifies when differentiated, and dv/dx as the function that can be integrated easily. A common guideline is LIATE: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential.

使用该方法时,选择 u 为求导后变得更简单的函数,选择 dv/dx 为容易积分的函数。一个常见的选取顺序是 LIATE:对数函数、反三角函数、代数函数、三角函数、指数函数。

For example, evaluate ∫ x eˣ dx. Let u = x, so du/dx = 1, and let dv/dx = eˣ, so v = eˣ. Then the formula gives ∫ x eˣ dx = x eˣ – ∫ eˣ dx = x eˣ – eˣ + C.

例如,计算 ∫ x eˣ dx。令 u = x,则 du/dx = 1;令 dv/dx = eˣ,则 v = eˣ。代入公式得到 ∫ x eˣ dx = x eˣ – ∫ eˣ dx = x eˣ – eˣ + C。


6. Integration Using Partial Fractions | 用部分分式积分

Partial fractions are used to integrate rational functions where the denominator can be factorised into linear or sometimes quadratic factors. This technique is common in Edexcel A-Level Pure Mathematics and often appears in integration questions.

部分分式用于对有理函数积分,其分母可以分解为线性因子或有时为二次因子。该技巧在 Edexcel A-Level 纯数学中很常见,经常出现在积分题中。

Consider ∫ 1/((x-1)(x+2)) dx. First write the expression as A/(x-1) + B/(x+2). Multiplying through by (x-1)(x+2) gives 1 = A(x+2) + B(x-1). Solving gives A = 1/3 and B = -1/3, so the integral becomes (1/3)ln|x-1| – (1/3)ln|x+2| + C.

考虑 ∫ 1/((x-1)(x+2)) dx。首先将表达式写成 A/(x-1) + B/(x+2)。两边乘以 (x-1)(x+2) 得到 1 = A(x+2) + B(x-1)。解得 A = 1/3,B = -1/3,因此积分结果为 (1/3)ln|x-1| – (1/3)ln|x+2| + C。

This technique is particularly powerful when combined with the standard integral for 1/(ax+b), which is (1/a) ln|ax+b| + C. Always check that the degree of the numerator is less than the degree of the denominator before splitting into partial fractions.

当与标准积分 ∫ 1/(ax+b) dx = (1/a) ln|ax+b| + C 结合时,该技巧非常强大。在拆分部分分式之前,务必先检查分子的次数是否小于分母的次数。


7. Area Under a Curve | 曲线下方面积

Definite integrals can be used to calculate the area between a curve and the x-axis. If f(x) is positive on the interval [a,b], the area is simply ∫ab f(x) dx. If f(x) is negative, the integral gives a negative value, so the actual area is the negative of the integral.

定积分可用于计算曲线与 x 轴之间的面积。如果 f(x) 在区间 [a,b] 上为正,面积就是 ∫ab f(x) dx。如果 f(x) 为负,积分值为负,因此实际面积是积分的相反数。

When the curve crosses the x-axis within the interval, you must split the integral into separate parts, taking the absolute value of each part. For the area between two curves, integrate the difference of the upper and lower functions.

当曲线在区间内穿过 x 轴时,必须将积分拆成几个部分,并对每个部分取绝对值。对于两条曲线之间的面积,则对上函数与下函数的差进行积分。

Area = ∫ab |f(x)| dx or ∫ab [f(x) – g(x)] dx


8. The Trapezium Rule | 梯形法则

The trapezium rule is a numerical method used to approximate the value of a definite integral when the function cannot be integrated analytically. It is especially relevant for Edexcel A-Level questions that require estimating areas under curves from tables of values.

梯形法则是一种数值方法,用于在函数无法解析积分时近似计算定积分。它特别适用于 Edexcel A-Level 中要求根据数值表估算曲线下方面积的题目。

Dividing the interval [a,b] into n equal strips of width h = (b-a)/n, the formula uses the sum of the first and last ordinates plus twice the internal ordinates.

将区间 [a,b] 分成 n 个宽度为 h = (b-a)/n 的等宽条带,该公式使用首末纵坐标之和加上两倍的内部纵坐标。

ab f(x) dx ≈ (h/2)[y₀ + yₙ + 2(y₁ + y₂ + … + yₙ₋₁)]

The accuracy of the trapezium rule generally improves as n increases. However, the result remains an approximation, and examiners often ask whether it is an overestimate or underestimate based on the curve’s concavity.

梯形法则的精度通常随 n 的增加而提高。不过该结果始终是近似值,考官经常要求根据曲线的凹凸性判断结果是高估还是低估。


9. Forming Differential Equations | 建立微分方程

Integration is essential for solving first-order differential equations of the form dy/dx = f(x) or dy/dx = ky. Edexcel A-Level questions often ask you to find a general solution and then use boundary conditions to determine the particular solution.

积分对于求解形如 dy/dx = f(x) 或 dy/dx = ky 的一阶微分方程至关重要。Edexcel A-Level 题目经常要求先求通解,再利用边界条件确定特解。

For the exponential model dy/dx = ky, separating variables and integrating gives ln|y| = kx + C, which leads to the general solution y = Aekx, where A is an arbitrary constant.

对于指数模型 dy/dx = ky,分离变量并积分得到 ln|y| = kx + C,从而得到通解 y = Aekx,其中 A 为任意常数。

In mechanics and modelling questions, this form appears in contexts such as population growth, radioactive decay, and Newton’s law of cooling. Accurate use of integration constants and given conditions is vital for full marks.

在力学和建模题中,这种形式出现在人口增长、放射性衰变和牛顿冷却定律等情境里。准确使用积分常数和给定条件对拿到满分至关重要。


10. Exam Technique and Common Errors | 考试技巧与常见错误

In Edexcel A-Level exams, integration questions usually assess several skills at once. Always show full working, including the method of substitution or integration by parts, as method marks are often available even if the final answer is wrong.

在 Edexcel A-Level 考试中,积分题通常同时考查多种技能。务必展示完整步骤,包括换元法或分部积分法的过程,因为即使最终答案错误,过程分也常常可以获得。

Common errors include forgetting the +C in indefinite integrals, misapplying the power rule for x⁻¹, and incorrectly handling limits when using substitution. Practice writing out the differential relationship du = g ‘(x) dx explicitly to avoid mistakes.

常见错误包括:不定积分忘记写 +C;错误地将幂法则用于 x⁻¹;使用换元法时没有正确处理积分限。建议明确写出微分关系 du = g ‘(x) dx 以避免错误。

  • Always check the answer by differentiating if time permits.
  • 如果时间允许,一定要通过求导来检验积分结果。
  • Be careful with negative areas and split the integral where necessary.
  • 注意负面积的情况,必要时拆分积分区间。
  • Use exact values such as ln and square roots unless the question asks for decimals.
  • 除非题目要求小数,否则使用 ln 和根号等精确值。

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