📚 Integration Explained | 积分考点精讲
Integration is often called the reverse process of differentiation, and it is a core topic in the IGCSE CCEA Mathematics syllabus. It allows you to find a function when its derivative is known, calculate areas under curves, and solve problems involving motion, such as displacement from velocity. A solid understanding of integration not only secures marks on Paper 2 but also builds essential skills for A‑level Maths. This guide walks you through the key concepts, standard rules, definite integrals, area calculations, and common exam pitfalls – all tailored to the CCEA specification.
积分通常被称为微分的逆运算,是 IGCSE CCEA 数学考纲中的核心主题。它可以让你在已知导数的情况下求出原函数,计算曲线下的面积,并解决诸如从速度求位移的运动学问题。扎实掌握积分不仅能确保你在试卷二中拿到分数,还能为 A‑level 数学打下必不可少的基础。本指南将带你梳理关键概念、标准积分法则、定积分、面积计算以及常见的应试陷阱——所有内容均紧扣 CCEA 考试要求。
1. What is Integration? | 什么是积分?
Integration is the process of finding a function from its derivative, often called anti‑differentiation. While differentiation gives the gradient of a curve, integration gives the original curve itself. There are two main forms: indefinite integrals, which include a constant of integration, and definite integrals, which compute a numerical value representing the area under a graph between two limits.
积分是从导数求原函数的过程,常被称为反微分。微分给出曲线的梯度,而积分则得到曲线本身。主要有两种形式:不定积分包含积分常数,定积分则计算出一个数值,表示图形在两个界限之间的面积。
2. Indefinite Integration: The Basic Rule | 不定积分:基本法则
For any power of x, the rule is: ∫ xⁿ dx = (xⁿ⁺¹)/(n+1) + c, provided n ≠ −1. Add one to the exponent, then divide by the new exponent, and always write the constant of integration, c. This constant represents the family of parallel curves that all have the same derivative.
对于 x 的任意次幂,积分法则为:∫ xⁿ dx = (xⁿ⁺¹)/(n+1) + c,其中 n ≠ −1。将指数加 1,再除以新的指数,并始终写上积分常数 c。这个常数代表了具有相同导数的一族平行曲线。
∫ xⁿ dx = xⁿ⁺¹/(n+1) + c, n ≠ −1
3. Integrating Constant Terms and Coefficients | 常数项与系数的积分
A constant k integrates to kx + c, because the derivative of kx is k. When a function is multiplied by a constant, the constant can be taken outside the integral: ∫ a · f(x) dx = a ∫ f(x) dx. Always remember to multiply the constant back after integrating the variable part.
常数 k 积分为 kx + c,因为 kx 的导数是 k。当函数乘以常数时,可将常数提到积分号外:∫ a · f(x) dx = a ∫ f(x) dx。记住在积分变量部分之后,务必将常数乘回去。
∫ 5 dx = 5x + c ; ∫ 4x² dx = 4 · x³/3 + c = (4/3)x³ + c
4. Integrating Polynomials Term by Term | 逐项积分多项式
To integrate a polynomial, simply integrate each term separately and then add the results. The integral of a sum is the sum of the integrals. For example, ∫ (3x² + 2x − 7) dx = x³ + x² − 7x + c. Always double‑check by differentiating your answer – you should get back to the original expression.
对多项式积分,只需对每一项分别积分,再将结果相加。和的积分等于积分之和。例如,∫ (3x² + 2x − 7) dx = x³ + x² − 7x + c。务必通过微分检验你的答案——应当回到原来的表达式。
5. Definite Integration and the Fundamental Theorem | 定积分与基本定理
A definite integral has limits: ∫ₐᵇ f(x) dx. First, find the indefinite integral F(x), then substitute the upper limit b and lower limit a, and compute F(b) − F(a). The constant c cancels out. This gives the net area between the curve and the x‑axis from x = a to x = b, provided the curve does not cross the axis.
定积分带有上下限:∫ₐᵇ f(x) dx。先求出不定积分 F(x),然后代入上限 b 和下限 a,计算 F(b) − F(a)。积分常数 c 会抵消。如果曲线不与 x 轴相交,所得结果即为曲线与 x 轴之间从 x=a 到 x=b 的净面积。
∫ₐᵇ f(x) dx = [F(x)]ₐᵇ = F(b) − F(a)
6. Area Between a Curve and the x‑axis | 曲线与 x 轴之间的面积
If the graph of y = f(x) lies above the x‑axis between a and b, the area is simply ∫ₐᵇ f(x) dx. However, if part of the graph dips below the axis, the definite integral gives a negative contribution. You must split the interval at the roots, find the absolute value of each separate integral, and add them to get the total area. Always sketch the graph first to identify where the curve crosses the x‑axis.
如果 y = f(x) 的图像在 a 与 b 之间位于 x 轴上方,面积就是 ∫ₐᵇ f(x) dx。但是,如果部分图像落到 x 轴下方,该部分的定积分会给出负值。你必须在根处分段,分别求各段积分的绝对值,再相加得出总面积。务必先画出草图,以确定曲线在何处穿过 x 轴。
7. Area Between Two Curves | 两曲线之间的面积
To find the area enclosed between two curves y = f(x) and y = g(x) from x = a to x = b, calculate ∫ₐᵇ (top − bottom) dx. Determine which function is above the other over the interval. If they intersect, find the points of intersection and integrate the difference over each sub‑interval. The formula area = ∫ₐᵇ [f(x) − g(x)] dx works as long as f(x) ≥ g(x) on [a, b].
要计算两条曲线 y = f(x) 与 y = g(x) 在 x=a 到 x=b 之间围成的面积,使用 ∫ₐᵇ (上函数 − 下函数) dx。首先判断在该区间内哪个函数在上方。如果两曲线相交,需找出交点并在每个子区间上对差值积分。只要在 [a, b] 上 f(x) ≥ g(x),公式 面积 = ∫ₐᵇ [f(x) − g(x)] dx 即成立。
8. Integration and Kinematics | 积分与运动学
Integration links displacement, velocity, and acceleration. Given velocity v(t), displacement s(t) is found by s = ∫ v dt. Given acceleration a(t), velocity is v = ∫ a dt. The constant of integration is determined by initial conditions, such as the starting position or initial velocity. This is a popular applied question in CCEA exams, so practice setting up the integral from the information given.
积分连接了位移、速度与加速度。给定速度 v(t),位移 s(t) 通过 s = ∫ v dt 求得。给定加速度 a(t),速度 v = ∫ a dt。积分常数由初始条件决定,如初始位置或初速度。这是 CCEA 考试中常见的应用题,因此要练习根据所给信息建立积分式子。
9. Special Cases: Integrating 1/x and eˣ | 特殊情况:1/x 和 eˣ 的积分
Although the power rule fails for n = −1, CCEA IGCSE candidates are expected to know that ∫ 1/x dx = ln|x| + c (for x > 0). Likewise, ∫ eˣ dx = eˣ + c, since eˣ is its own derivative. These may appear in simple contexts or as part of a broader integration problem.
虽然幂法则在 n = −1 时不适用,但 CCEA IGCSE 考生需要知道 ∫ 1/x dx = ln|x| + c(当 x > 0)。同样,∫ eˣ dx = eˣ + c,因为 eˣ 的导数就是它本身。这些特殊情况可能单独出现,也可能作为更广泛积分问题的一部分。
∫ x⁻¹ dx = ln|x| + c ; ∫ eˣ dx = eˣ + c
10. Common Mistakes and How to Avoid Them | 常见错误与避免方法
Forgetting the constant +c in indefinite integrals is the most frequent mistake – it costs a mark. Another is mishandling the division when the new exponent is a fraction; keep numerators and denominators clear. In definite integrals, remember that subtracting F(a) means applying the minus sign to every term. Finally, always check if a graph crosses the x‑axis before blindly integrating between limits for area.
不定积分中忘记常数 +c 是最常见的错误——这会丢分。另一个错误是在新指数为分数时做除法出错;要明确分子和分母。在定积分中,记住减去 F(a) 意味着每一项都要变号。最后,在盲目计算面积之前,一定要检查图像是否穿过 x 轴。
11. Exam Tips for CCEA Integration Questions | CCEA 积分试题应试技巧
CCEA often embeds integration in multi‑part questions: you may differentiate first, then use integration to reverse it. Show all steps clearly, especially when substituting limits; write [F(x)] with limits before evaluating. If a question asks for the area under a curve, draw a quick sketch to decide if splitting is needed. Use the formula booklet sparingly – you must know the basic integrals by heart.
CCEA 经常在多步问题中嵌入积分:你可能需要先微分,再用积分倒推。请清晰地展示所有步骤,特别是在代入上下限时;先写出 [F(x)] 再求值。如果题目要求曲线下的面积,快速画个草图来判断是否需要分段。谨慎使用公式手册——基本积分公式必须熟记于心。
12. Summary and Key Takeaways | 总结与要点回顾
Integration reverses differentiation, with the power rule as the foundation. Definite integrals yield a number representing net area, but total area may require splitting at roots. Always include +c for indefinite integrals, and use initial conditions to find it in context questions. With careful algebra and methodical layout, integration problems become highly predictable and rewarding.
积分是微分的逆运算,幂法则是基础。定积分产生一个代表净面积的数值,但总面积可能需要在根处分段。不定积分一定要加 +c,并在应用题中用初始条件求出它。只要代数运算仔细、步骤条理清晰,积分问题就会变得非常有规可循且容易得分。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导