Integrating xⁿ | 积分 xⁿ 的法则

📚 Integrating xⁿ | 积分 xⁿ 的法则

In A-Level mathematics, integration is the reverse process of differentiation. The most basic and frequently used technique is integrating powers of x. This article explains the rule for integrating xⁿ, including its limitations, special cases, and exam-style applications.

在 A-Level 数学中,积分是微分的逆运算。最基本、最常用的技巧是对 x 的幂进行积分。本文将详细解释积分 xⁿ 的法则,包括其适用条件、特例以及考试中的应用。

1. The Power Rule for Integration | 积分幂法则

For any constant n that is not equal to -1, the integral of xⁿ with respect to x is given by:

对于任意不等于 -1 的常数 n,xⁿ 对 x 的积分公式为:

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

Here, C is the constant of integration. You add one to the exponent n, then divide by the new exponent n+1.

其中 C 为积分常数。先将指数 n 加上 1,然后用新的指数 n+1 去除。

This rule applies to all real values of n except n = -1, because if n = -1 the denominator becomes zero, and the formula is undefined.

该法则适用于除 n = -1 以外的所有实数 n,因为当 n = -1 时,分母为零,公式无意义。


2. Understanding the Constant of Integration | 理解积分常数

When we differentiate a constant, the result is zero. Therefore, when we reverse differentiation by integrating, we cannot know what constant was originally present. We add an arbitrary constant C to represent this unknown.

当我们对常数求导时,结果为零。因此,通过积分来逆运算时,我们无法知道原先存在的常数是什么。我们添加一个任意常数 C 来表示这个未知量。

For example, the derivative of x² + 5, x² – 3, and x² + C are all 2x. Hence ∫ 2x dx = x² + C.

例如,x² + 5、x² – 3 和 x² + C 的导数都是 2x。因此 ∫ 2x dx = x² + C。


3. Definite Integrals and Areas | 定积分与面积

A definite integral has limits and produces a numerical value. For ∫ₐᵇ xⁿ dx, we first find the indefinite integral, then evaluate it at the upper limit b and subtract its value at the lower limit a:

定积分带有上下限,其结果是一个数值。对于 ∫ₐᵇ xⁿ dx,我们先求出不定积分,然后分别代入上限 b 和下限 a 并相减:

∫ₐᵇ xⁿ dx = [xⁿ⁺¹/(n+1)]ₐᵇ = (bⁿ⁺¹ – aⁿ⁺¹)/(n+1) (n ≠ -1)

This value represents the signed area between the curve y = xⁿ and the x-axis, from x = a to x = b.

这个值代表曲线 y = xⁿ 与 x 轴之间从 x = a 到 x = b 的有符号面积。


4. The Special Case n = -1 | 特例 n = -1

When n = -1, the function is x⁻¹ = 1/x. Differentiation of ln|x| gives 1/x, so integration of 1/x gives the natural logarithm of the absolute value of x:

当 n = -1 时,函数为 x⁻¹ = 1/x。对 ln|x| 求导得到 1/x,因此对 1/x 积分得到自然对数 ln|x|:

∫ x⁻¹ dx = ln|x| + C

The absolute value is necessary because ln is only defined for positive arguments, but 1/x is defined for both positive and negative x (except 0).

绝对值的必要之处在于 ln 只对正数有意义,而 1/x 对正数和负数(除 0 外)都有定义。

For definite integrals over intervals not containing zero, we can write ln|b| – ln|a| = ln|b/a|.

对于不包含零的区间上的定积分,我们可以写成 ln|b| – ln|a| = ln|b/a|。


5. Integrating Polynomials | 对多项式积分

Integration is linear, meaning we can integrate each term separately and add or subtract the results. For example:

积分具有线性性质,即我们可以对每一项分别积分,再相加或相减。例如:

∫ (3x² + 2x – 5) dx = x³ + x² – 5x + C

Here, 3x² becomes x³ (because we divide by 3), 2x becomes x², and the constant -5 becomes -5x.

这里,3x² 变为 x³(因为除以 3),2x 变为 x²,常数 -5 变为 -5x。


6. Simplifying Expressions Before Integrating | 积分前化简表达式

Before applying the power rule, it is often necessary to rewrite radicals and reciprocals as powers of x. Use the laws of indices:

在应用幂法则之前,通常需要将根式和分式改写为 x 的幂。使用指数法则:

Original Power form
√x x^½
1/x x⁻¹
1/x² x⁻²
∛x x^(1/3)

Then integrate each term using the power rule. For example, ∫ √x dx = ∫ x^½ dx = x^(3/2) / (3/2) + C = (2/3) x^(3/2) + C.

然后对每一项应用幂法则。例如,∫ √x dx = ∫ x^½ dx = x^(3/2) / (3/2) + C = (2/3) x^(3/2) + C。


7. Common Mistakes and Pitfalls | 常见错误与陷阱

  • Forgetting to add the constant of integration C in indefinite integrals. This is a common source of lost marks.

    在不定积分中忘记加积分常数 C。这是常见的失分点。

  • Applying the power rule to n = -1. Remember that ∫ x⁻¹ dx is ln|x| + C, not x⁰/0.

    对 n = -1 使用幂法则。记住 ∫ x⁻¹ dx = ln|x| + C,而不是 x⁰/0。

  • Incorrect simplification after integrating, such as forgetting to divide by the new exponent.

    积分后化简错误,例如忘记除以新指数。

  • Ignoring the absolute value in ln|x| when dealing with 1/x.

    处理 1/x 时忽略 ln|x| 中的绝对值。


8. Worked Examples | 典例分析

Example 1: Find ∫ (4x³ – 2x + 1) dx.

例 1:求 ∫ (4x³ – 2x + 1) dx。

Solution: Integrate each term: 4x³ → 4x⁴/4 = x⁴; -2x → -2x²/2 = -x²; 1 → x. So the answer is x⁴ – x² + x + C.

解:对每一项积分:4x³ → 4x⁴/4 = x⁴;-2x → -2x²/2 = -x²;1 → x。所以答案为 x⁴ – x² + x + C。

Example 2: Find ∫ √x dx.

例 2:求 ∫ √x dx。

Write √x as x^½. Then integrate: x^(3/2)/(3/2) + C = (2/3)x^(3/2) + C.

将 √x 写成 x^½,然后积分:x^(3/2)/(3/2) + C = (2/3)x^(3/2) + C。

Example 3: Evaluate ∫₀¹ x² dx.

例 3:计算 ∫₀¹ x² dx。

First find the indefinite integral: x³/3. Then evaluate from 0 to 1: (1³/3) – (0³/3) = 1/3.

先求出不定积分:x³/3,然后计算从 0 到 1 的值:(1³/3) – (0³/3) = 1/3。


9. Exam Tips and Summary | 考试提示与总结

Always check your answer by differentiating it. The derivative of your integral should give the original integrand.

始终通过对积分结果求导来检查答案。你得到积分的导数应该等于原被积函数。

For n = -1, remember the special rule with ln|x|.

对于 n = -1,记住带有 ln|x| 的特殊法则。

In definite integrals, show the substitution of limits clearly to avoid arithmetic errors.

在定积分中,清晰地写出上下限的代入过程,以避免计算错误。

If the integrand is a product or quotient, simplify it into separate power terms before integrating. Integration does not have a product rule, so you must expand or convert to a sum.

如果被积函数是乘积或商,在积分前要化简为单独的幂项。积分没有乘法法则,因此必须展开或转化为和的形式。

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

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