📚 IB Math: Clever Integration over Symmetric Intervals | IB数学:对称区间的定积分巧算
In IB Math (Analysis and Approaches & Applications and Interpretation), evaluating definite integrals on symmetric intervals such as [-a, a] can often be done instantly if you recognise whether the integrand is even or odd. This article explains the key theorems, their proofs, and common exam-style examples.
在IB数学(分析与方法及应用与解释)中,计算形如 [-a, a] 的对称区间上的定积分时,如果你能识别被积函数是偶函数还是奇函数,往往可以瞬间完成。本文将讲解相关核心定理、证明以及常见考试题型。
1. What Is a Symmetric Interval? | 什么是对称区间?
A symmetric interval about the origin is an interval of the form [-a, a], where a > 0. It contains both x and -x for every x in the interval.
关于原点对称的区间是指形如 [-a, a] 的区间,其中 a > 0。对于区间内的任意 x,它同时包含 x 和 -x。
Examples: [-2, 2], [-5, 5], and [ -π, π ] are all symmetric intervals.
例如:[-2, 2]、[-5, 5] 和 [-π, π] 都是对称区间。
Why do these intervals matter? Because they interact beautifully with the symmetries of odd and even functions.
为什么这些区间很重要?因为它们与奇函数和偶函数的对称性有着非常优雅的关联。
2. Even and Odd Functions | 偶函数与奇函数
A function f(x) is even if f(-x) = f(x) for all x in its domain. Its graph is symmetric about the y-axis.
如果函数 f(x) 满足 f(-x) = f(x) 对定义域内所有 x 成立,则它是偶函数。其图像关于 y 轴对称。
A function f(x) is odd if f(-x) = -f(x) for all x in its domain. Its graph is symmetric about the origin.
如果函数 f(x) 满足 f(-x) = -f(x) 对定义域内所有 x 成立,则它是奇函数。其图像关于原点对称。
Common examples: x², x⁴, cos(x) are even; x, x³, sin(x), tan(x) are odd.
常见例子:x²、x⁴、cos(x) 是偶函数;x、x³、sin(x)、tan(x) 是奇函数。
3. Key Theorem: Odd Functions Integrate to Zero | 核心定理:奇函数在对称区间上积分为零
If f(x) is odd, then:
如果 f(x) 是奇函数,则:
∫₋ₐᵃ f(x) dx = 0
This is the single most useful shortcut for symmetric integrals. The positive area on one side exactly cancels the negative area on the other side.
这是处理对称积分最实用的技巧。一侧的正面积恰好抵消另一侧的负面积。
For example, ∫₋₂² x³ dx = 0 immediately, without any calculation.
例如,∫₋₂² x³ dx = 0 立即可得,无需任何计算。
4. Key Theorem: Even Functions Double the Integral | 核心定理:偶函数在对称区间上积分加倍
If f(x) is even, then:
如果 f(x) 是偶函数,则:
∫₋ₐᵃ f(x) dx = 2∫₀ᵃ f(x) dx
The area on the left equals the area on the right, so you only need to integrate from 0 to a and double the result.
左侧面积等于右侧面积,因此你只需要计算从 0 到 a 的积分,然后乘以 2 即可。
For example, ∫₋₁¹ x² dx = 2∫₀¹ x² dx = 2 × (1/3) = 2/3.
例如,∫₋₁¹ x² dx = 2∫₀¹ x² dx = 2 × (1/3) = 2/3。
5. Proof by Substitution | 利用换元法证明
Let F(a) = ∫₀ᵃ f(x) dx. Consider ∫₋ₐ⁰ f(x) dx and make the substitution u = -x.
设 F(a) = ∫₀ᵃ f(x) dx。考虑 ∫₋ₐ⁰ f(x) dx,令 u = -x 进行换元。
Then x = -u, dx = -du, and when x = -a, u = a; when x = 0, u = 0. Therefore:
于是 x = -u,dx = -du,且当 x = -a 时 u = a;当 x = 0 时 u = 0。因此:
∫₋ₐ⁰ f(x) dx = ∫ₐ⁰ f(-u)(-du) = ∫₀ᵃ f(-u) du
If f is odd, f(-u) = -f(u), so ∫₋ₐ⁰ f(x) dx = -∫₀ᵃ f(u) du, and the total integral is zero. If f is even, f(-u) = f(u), so ∫₋ₐ⁰ f(x) dx = ∫₀ᵃ f(u) du, and the total integral is twice the half-interval integral.
若 f 为奇函数,f(-u) = -f(u),因此 ∫₋ₐ⁰ f(x) dx = -∫₀ᵃ f(u) du,总积分为零。若 f 为偶函数,f(-u) = f(u),因此 ∫₋ₐ⁰ f(x) dx = ∫₀ᵃ f(u) du,总积分为半区间积分的两倍。
6. Geometric Intuition | 几何直观
For an odd function, the graph from -a to 0 is a 180° rotation of the graph from 0 to a. The signed areas are opposite, so they cancel to zero.
对于奇函数,从 -a 到 0 的图像是 0 到 a 图像旋转 180° 后的结果。带符号面积互为相反数,因此相互抵消为零。
For an even function, the graph from -a to 0 is a mirror image of the graph from 0 to a. The signed areas are identical, so you double one side.
对于偶函数,从 -a 到 0 的图像是 0 到 a 图像的镜像。带符号面积相同,因此将一侧加倍即可。
Always sketch a quick mental picture: if the graph is symmetric across the y-axis, double; if it has rotational symmetry about the origin, zero.
务必要在脑海中快速画图:如果图像关于 y 轴对称,则加倍;如果关于原点旋转对称,则为零。
7. Example 1: Integrating an Even Polynomial | 例题1:偶函数多项式的积分
Evaluate ∫₋₃³ (x⁶ – 2x² + 5) dx.
计算 ∫₋₃³ (x⁶ – 2x² + 5) dx。
All powers are even, so the integrand is even. Apply the doubling rule:
所有幂次均为偶数,因此被积函数是偶函数。应用加倍规则:
∫₋₃³ (x⁶ – 2x² + 5) dx = 2∫₀³ (x⁶ – 2x² + 5) dx
Now integrate from 0 to 3:
现在计算 0 到 3 的积分:
= 2[ x⁷/7 – (2/3)x³ + 5x ]₀³ = 2[ 2187/7 – 18 + 15 ] = 2[ 2187/7 – 3 ] = 2 × 2166/7 = 4332/7
So the answer is 4332/7.
因此答案为 4332/7。
8. Example 2: An Odd Function Gives Zero | 例题2:奇函数直接得零
Evaluate ∫₋π/₂^{π/₂} sin(x) cos(x) dx.
计算 ∫₋π/₂^{π/₂} sin(x) cos(x) dx。
Check symmetry: sin(-x) cos(-x) = (-sin x)(cos x) = -sin(x) cos(x). The integrand is odd.
检验对称性:sin(-x) cos(-x) = (-sin x)(cos x) = -sin(x) cos(x)。被积函数是奇函数。
Therefore the integral equals 0 immediately.
因此该积分直接等于 0。
Notice that you do not need to find an antiderivative at all.
注意你完全不需要求原函数。
9. Combined Functions: Splitting Odd and Even Parts | 组合函数:拆分奇偶部分
Many integrands are sums of odd and even parts. For example:
许多被积函数是奇函数部分与偶函数部分之和。例如:
∫₋₂² (x³ + 4x² – 2x + 1) dx
The terms x³ and -2x are odd; the terms 4x² and 1 are even. On [-2, 2], the odd terms integrate to zero, and the even terms double:
其中 x³ 和 -2x 是奇函数项;4x² 和 1 是偶函数项。在 [-2, 2] 上,奇函数项积分为零,偶函数项加倍:
= 0 + 2∫₀² (4x² + 1) dx = 2[ (4/3)x³ + x ]₀² = 2(32/3 + 2) = 76/3
This split saves time and reduces arithmetic errors.
这种拆分节省时间并减少运算错误。
10. Adjusting the Interval: From [a, b] to Symmetry | 区间调整:从 [a, b] 到对称区间
If an integrand is even or odd but the interval is not exactly [-a, a], you may sometimes shift the variable to create symmetry. For example, ∫₀² (x – 1)³ dx is symmetric about x = 1, not about x = 0.
如果被积函数是偶函数或奇函数,但区间并非恰好是 [-a, a],有时可以通过平移变量构造对称性。例如,∫₀² (x – 1)³ dx 关于 x = 1 对称,而不是关于 x = 0 对称。
Let u = x – 1. Then x = u + 1, dx = du, and the limits become u = -1 and u = 1. The integral becomes ∫₋₁¹ u³ du = 0.
令 u = x – 1,则 x = u + 1,dx = du,积分限变为 u = -1 和 u = 1。积分变为 ∫₋₁¹ u³ du = 0。
In general, look for a transformation that maps the original interval to a symmetric one.
一般地,寻找一个变换,将原区间映射为对称区间。
11. Common Pitfalls | 常见陷阱
- Assuming a product is even: sin(x)cos(x) is odd, not even.
- 错误地假设乘积是偶函数:sin(x)cos(x) 是奇函数,不是偶函数。
- Forgetting that a constant term is even: 5 is an even function.
- 忘记常数项是偶函数:5 是偶函数。
- Applying the rules on a non-symmetric interval like [0, a] is invalid.
- 在非对称区间如 [0, a] 上套用规则是无效的。
- Confusing odd powers with odd functions: x + 1 is neither even nor odd.
- 将奇次幂与奇函数混淆:x + 1 既不是偶函数也不是奇函数。
Always test f(-x) explicitly before using a shortcut.
使用技巧前务必明确检验 f(-x)。
12. Exam Practice and Summary | 实战练习与总结
Try these quick questions:
试试以下快速练习题:
1. ∫₋₄⁴ (x⁵ + 3x) dx
2. ∫₋π^π (cos x + 2) dx
3. ∫₋₁¹ (x² sin x) dx
Answers: (1) 0, because both terms are odd. (2) 2π, because cos x is even and the constant 2 is even: 2∫₀^π (cos x + 2) dx = 2(0 + 2π) = 4π? Wait, let’s verify: ∫₋π^π cos x dx = 2∫₀^π cos x dx = 2(0) = 0; ∫₋π^π 2 dx = 2 × 2π = 4π. So total 4π. I initially wrote 2π, need correct. Let’s fix: answer 4π. (3) x² is even, sin x is odd, product is odd, so integral is 0.
答案:(1)0,因为两项都是奇函数。(2)4π,因为 cos x 为偶函数,常数 2 也为偶函数:∫₋π^π cos x dx = 0,∫₋π^π 2 dx = 4π。(3)0,因为 x² 是偶函数,sin x 是奇函数,乘积为奇函数。
In summary, whenever you see a definite integral over [-a, a], check the parity of the integrand. If it is odd, the answer is zero. If it is even, double the integral from 0 to a. This simple trick is frequently tested in IB exams and saves valuable time.
总之,当你看到 [-a, a] 上的定积分时,检查被积函数的奇偶性。若是奇函数,答案为零;若是偶函数,则将 0 到 a 的积分加倍。这个简单技巧在IB考试中经常出现,能为你节省宝贵时间。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导