📚 PDF资源导航

KS3 Maths: Integration Explained | KS3 数学:积分 考点精讲

📚 KS3 Maths: Integration Explained | KS3 数学:积分 考点精讲

Integration is a cornerstone of higher mathematics, often introduced after mastering rates of change and area calculations. For ambitious KS3 students, understanding integration early provides a powerful lens through which to view curves, motion, and accumulation. This article breaks down the key concepts step by step, pairing clear English explanations with Chinese translations.

积分是高等数学的基石,通常在掌握了变化率和面积计算后引入。对于有抱负的 KS3 学生来说,尽早理解积分能提供一个强大的视角,来审视曲线、运动以及累积量。本文将逐步拆解关键概念,用清晰的英文解释搭配中文翻译。


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

Integration is essentially the reverse process of differentiation. While differentiation gives the gradient of a curve, integration helps us find the total accumulation, such as the area under a curve or the distance travelled from a speed-time graph. In simple terms, if you know how fast something is changing at every moment (the derivative), integration recovers the original quantity.

积分本质上是微分的逆过程。微分给出曲线的斜率,而积分帮助我们求出累积总量,例如曲线下的面积,或者从速度-时间图得出行驶的距离。简单来说,如果你知道某事物在每个时刻的变化速度(导数),积分就能恢复原来的量。

For example, if a car accelerates and its speed is recorded, differentiating the speed gives acceleration, while integrating the speed gives the total distance covered.

例如,一辆汽车加速行驶,记录下它的速度,对速度求导得到加速度,而对速度积分则得到行驶的总距离。

  • Integration is also known as anti-differentiation.
  • 积分也称为反微分。
  • It is used to find areas, volumes, central points, and many other useful things.
  • 它用于求面积、体积、质心以及许多其他有用的量。

2. Integration and Differentiation: Two Sides of the Same Coin | 积分与微分:一枚硬币的两面

To truly grasp integration, you need to see how it relates to differentiation. If we differentiate a function f(x) to get f'(x), then integrating f'(x) brings us back to f(x), plus a constant. This relationship is known as the Fundamental Theorem of Calculus, which we will explore later.

要真正掌握积分,你需要明白它与微分的关系。如果我们对函数 f(x) 求导得到 f'(x),那么对 f'(x) 积分就会把我们带回 f(x),再加上一个常数。这种联系被称为微积分基本定理,我们稍后会探讨。

Consider the function f(x) = x². Its derivative is f'(x) = 2x. If we integrate 2x, we get x² + C, where C is an unknown constant.

考虑函数 f(x) = x²。它的导数是 f'(x) = 2x。如果我们对 2x 积分,就会得到 x² + C,其中 C 是一个未知常数。

d/dx (x²) = 2x → ∫ 2x dx = x² + C

  • Differentiation finds the rate of change; integration finds the total change.
  • 微分求的是变化率;积分求的是总变化量。
  • They are inverse operations, like multiplication and division.
  • 它们互为逆运算,就像乘法和除法一样。

3. Indefinite Integrals: The General Anti-Derivative | 不定积分:一般的反导数

An indefinite integral is the set of all anti-derivatives of a function. It is written with the integral sign ∫, followed by the function and the differential dx, which indicates the variable of integration. The result always includes a constant of integration, typically denoted by C, because the derivative of any constant is zero.

不定积分是一个函数所有反导数的集合。它写作积分号 ∫,后面跟着函数和微分 dx,dx 表示积分变量。结果总是包括一个积分常数,通常记为 C,因为任何常数的导数都是零。

For instance, the indefinite integral of 3x² is x³ + C, because the derivative of x³ is 3x², and the derivative of C is zero.

例如,3x² 的不定积分是 x³ + C,因为 x³ 的导数是 3x²,而 C 的导数是零。

∫ f(x) dx = F(x) + C, where F'(x) = f(x)

  • The symbol ∫ is an elongated S, standing for “sum”.
  • 符号 ∫ 是一个拉长的 S,代表“求和”。
  • The dx reminds us that we are integrating with respect to x.
  • dx 提醒我们是在对 x 进行积分。

4. Basic Integration Rules | 基本积分法则

Just as there are rules for differentiation, there are straightforward rules for integration. The most important is the power rule: to integrate a power of x, you increase the exponent by 1 and divide by the new exponent, then add the constant of integration.

就像微分有法则一样,积分也有简单的规则。最重要的是幂法则:要对 x 的幂进行积分,将指数加 1,然后除以新的指数,再加上积分常数。

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

For example: ∫ x⁴ dx = (x⁵)/5 + C. Always remember to add the constant C, or your answer will be incomplete.

例如:∫ x⁴ dx = (x⁵)/5 + C。一定要记得加上常数 C,否则你的答案就不完整。

Other basic rules include:

  • ∫ k dx = kx + C (where k is a constant)
  • ∫ k dx = kx + C(其中 k 是常数)
  • ∫ [f(x) + g(x)] dx = ∫ f(x) dx + ∫ g(x) dx
  • ∫ [f(x) + g(x)] dx = ∫ f(x) dx + ∫ g(x) dx
  • ∫ k·f(x) dx = k·∫ f(x) dx (constant multiple rule)
  • ∫ k·f(x) dx = k·∫ f(x) dx(常数倍法则)

5. Integrating Power Functions – Step by Step | 幂函数积分 – 步骤详解

Let’s work through a few examples. To integrate 5x³:

我们来演练几个例子。要对 5x³ 积分:

First, take the constant 5 outside: 5∫ x³ dx. Then apply the power rule: increase the exponent 3 to 4, and divide by 4: x⁴/4. Multiply by 5: (5/4)x⁴. Finally, add C: (5/4)x⁴ + C.

首先,把常数 5 提到外面:5∫ x³ dx。然后应用幂法则:把指数 3 增加到 4,再除以 4:x⁴/4。乘以 5:(5/4)x⁴。最后加上 C:(5/4)x⁴ + C。

For a negative power, such as ∫ 1/x² dx, rewrite it as ∫ x⁻² dx. Then increase the exponent: -2 + 1 = -1, divide by -1: x⁻¹/(-1) = -1/x. Don’t forget the constant: -1/x + C.

对于负指数,例如 ∫ 1/x² dx,把它改写为 ∫ x⁻² dx。然后增加指数:-2 + 1 = -1,除以 -1:x⁻¹/(-1) = -1/x。别忘了常数:-1/x + C。

Function f(x) Indefinite Integral ∫ f(x) dx
x³/3 + C
4x⁵ (4/6)x⁶ + C = (2/3)x⁶ + C
3/x³ = 3x⁻³ 3·x⁻²/(-2) + C = -3/(2x²) + C

6. Area and the Definite Integral | 面积与定积分

While indefinite integrals give a family of functions, a definite integral computes a specific numerical value – often the area under a curve between two limits. It is written as ∫ₐᵇ f(x) dx, where a and b are the boundaries.

不定积分给出一族函数,而定积分计算的是一个具体的数值——通常是曲线在两个界限之间下方的面积。它写作 ∫ₐᵇ f(x) dx,其中 a 和 b 是边界。

To evaluate a definite integral, find the anti-derivative F(x), then compute F(b) – F(a). The constant C cancels out, so we don’t write it.

要计算定积分,先求出反导数 F(x),然后计算 F(b) – F(a)。常数 C 会抵消掉,所以我们不写它。

∫ₐᵇ f(x) dx = F(b) – F(a)

For example, ∫₁³ 2x dx. Anti-derivative F(x) = x². Then F(3) – F(1) = 9 – 1 = 8. This means the area under the line y = 2x from x = 1 to x = 3 is 8 square units.

例如,∫₁³ 2x dx。反导数 F(x) = x²。那么 F(3) – F(1) = 9 – 1 = 8。这意味着直线 y = 2x 从 x = 1 到 x = 3 下方的面积是 8 平方单位。


7. The Fundamental Theorem of Calculus | 微积分基本定理

The Fundamental Theorem of Calculus links differentiation and integration beautifully. It states that if F is an anti-derivative of f on an interval, then the definite integral of f from a to b equals F(b) – F(a). This theorem turns the problem of finding areas into finding anti-derivatives.

微积分基本定理优美地连接了微分和积分。它指出,如果 F 是 f 在某个区间上的反导数,那么 f 从 a 到 b 的定积分等于 F(b) – F(a)。这一定理把求面积的问题转化为了求反导数。

This is why mastering indefinite integrals is so important: once you can find F(x), you can compute any definite integral with ease. The constant C is irrelevant here because subtraction removes it.

这就是为什么掌握不定积分如此重要:一旦你能求出 F(x),就可以轻松计算任何定积分。常数 C 在这里无关紧要,因为减法会消去它。

d/dx [∫ₐˣ f(t) dt] = f(x)

This second part of the theorem shows that integration and differentiation are truly inverse processes.

该定理的第二部分表明,积分和微分确实是互逆的过程。


8. Calculating Area Under a Curve – Example | 计算曲线下方面积 – 示例

Let’s find the area under y = x² from x = 0 to x = 2.

我们来求 y = x² 从 x = 0 到 x = 2 下方的面积。

Step 1: Write the definite integral: ∫₀² x² dx.

Step 2: Find the anti-derivative: x³/3.

Step 3: Substitute limits: (2³/3) – (0³/3) = 8/3 – 0 = 8/3.

So the area is 8/3 ≈ 2.67 square units.

第一步:写出定积分:∫₀² x² dx。

第二步:求出反导数:x³/3。

第三步:代入上下限:(2³/3) – (0³/3) = 8/3 – 0 = 8/3。

所以面积是 8/3 ≈ 2.67 平方单位。

This area is not a simple triangle or rectangle; calculus gives us the exact curved area.

这个面积不是一个简单的三角形或矩形;微积分给了我们精确的曲线面积。


9. The Constant of Integration – Why It Matters | 积分常数 – 它为何重要

In indefinite integrals, the “+ C” is essential because many functions share the same derivative. For instance, f(x) = x² + 5, f(x) = x² – 3, and f(x) = x² all have the derivative 2x. Without C, integration would be ambiguous.

在不定积分中,“+ C” 至关重要,因为许多函数拥有相同的导数。例如,f(x) = x² + 5、f(x) = x² – 3 和 f(x) = x² 的导数都是 2x。如果没有 C,积分就会模棱两可。

In applied problems, the constant is determined by initial conditions. If a particle’s velocity is v(t) = 3t², and its initial position is s(0) = 10, then integrating gives s(t) = t³ + C, and using s(0) = 10, we find C = 10, so s(t) = t³ + 10.

在应用题中,常数由初始条件确定。如果一个粒子的速度是 v(t) = 3t²,其初始位置 s(0) = 10,那么积分得 s(t) = t³ + C,利用 s(0) = 10,求得 C = 10,所以 s(t) = t³ + 10。

  • Always include + C in indefinite integrals.
  • 不定积分中一定要加上 + C。
  • Use given conditions to solve for C.
  • 利用给定条件解出 C。

10. Integrating Common Functions Beyond Powers | 常见函数的积分(幂以外)

While KS3 may not require heavy memorisation, it’s useful to glimpse other integrals. For example, ∫ sin x dx = -cos x + C, and ∫ cos x dx = sin x + C. Also, ∫ eˣ dx = eˣ + C. The integral of 1/x is ln|x| + C, but only for x ≠ 0.

虽然 KS3 可能不要求大量记忆,但瞥一眼其他积分也很有用。例如,∫ sin x dx = -cos x + C,∫ cos x dx = sin x + C。还有,∫ eˣ dx = eˣ + C。1/x 的积分是 ln|x| + C,但仅当 x ≠ 0。

These formulas can be verified by differentiation: the derivative of -cos x is sin x, which confirms the integral.

这些公式可以通过微分来验证:-cos x 的导数是 sin x,这证实了积分的正确性。

Function Integral
xⁿ (n ≠ -1) xⁿ⁺¹/(n+1) + C
1/x ln|x| + C
eˣ + C
sin x -cos x + C
cos x sin x + C

11. Common Mistakes and Essential Tips | 常见错误与必备提示

Many students forget the constant C or make algebraic errors when dividing by the new exponent. Always double-check by differentiating your result – it should return the original integrand.

许多学生会忘记常数 C,或者在除以新的指数时犯代数错误。一定要通过求导来检验——得到的结果应该等于原来的被积函数。

Another pitfall is misapplying the power rule when n = -1. The rule does not work for ∫ x⁻¹ dx, which is ∫ 1/x dx = ln|x| + C, not x⁰/0.

另一个易错点是当 n = -1 时误用幂法则。该法则不适用于 ∫ x⁻¹ dx,即 ∫ 1/x dx = ln|x| + C,而不是 x⁰/0。

  • Never forget + C for indefinite integrals.
  • 不定积分永远不要忘记 + C。
  • Check by differentiating.
  • 通过求导来检查。
  • Be careful with negative and fractional exponents.
  • 小心处理负指数和分数指数。
  • For definite integrals, use brackets and take care of signs.
  • 对于定积分,使用括号并注意符号。

12. Summary and Real-World Connections | 总结与实际应用

Integration is a powerful mathematical tool that reverses differentiation. It allows us to find areas, volumes, and total quantities from rates of change. Starting with the power rule, you can tackle many problems, and as you progress, you’ll encounter integration in physics, engineering, and economics.

积分是一个强大的数学工具,是微分的逆运算。它让我们能够从变化率中求出面积、体积和总量。从幂法则入手,你可以解决许多问题,随着学习的深入,你会在物理、工程和经济中遇到积分的身影。

Remember, the key ideas are: indefinite integration yields a family of functions with + C; definite integration yields a number representing area; and the Fundamental Theorem connects these two concepts seamlessly.

请记住这些关键思想:不定积分给出带 + C 的一族函数;定积分给出代表面积的数值;而基本定理则无缝连接了这两个概念。

Practice with simple polynomials first, then gradually add trigonometric and exponential functions. Your confidence will grow as you see how integration reveals the hidden totals behind rates of change.

先从简单的多项式开始练习,然后逐渐加入三角函数和指数函数。当你看到积分如何揭示变化率背后隐藏的总量时,你的信心就会增强。

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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version