📚 Integration Techniques for Edexcel A-Level Mathematics | Edexcel A-Level数学积分技巧
Integration is a fundamental topic in Edexcel A-Level Mathematics, tested in both Pure Mathematics and Applied contexts. Mastering key techniques is essential for solving integrals efficiently and accurately in exams.
积分是Edexcel A-Level数学中的核心内容,在纯数学和应用题中都是考查重点。掌握关键积分技巧对于在考试中高效、准确地解题至关重要。
1. The Basics: Indefinite and Definite Integrals | 基础:不定积分与定积分
An indefinite integral represents a family of functions and includes a constant of integration \(C\). Use the power rule: if \(x^n\) is integrated, add 1 to the exponent and divide by the new exponent, provided \(n \neq -1\).
不定积分表示一族函数,需要加上积分常数 \(C\)。使用幂法则:对 \(x^n\) 积分时,指数加1并除以新指数,条件是 \(n \neq -1\)。
The definite integral \(\int_a^b f(x)\,dx\) gives the signed area between the curve and the x-axis from \(x=a\) to \(x=b\). Evaluate by finding an antiderivative then applying the limits.
定积分 \(\int_a^b f(x)\,dx\) 表示曲线与x轴之间从 \(x=a\) 到 \(x=b\) 的有符号面积。通过求原函数并代入上下限来计算。
2. Integrating Powers and Polynomials | 幂函数与多项式的积分
For any polynomial term \(ax^n\), the integral is \(\frac{a}{n+1}x^{n+1} + C\). Remember that constants simply multiply the integral.
对于任何多项式项 \(ax^n\),其积分为 \(\frac{a}{n+1}x^{n+1} + C\)。记住常数只是乘以积分结果。
Example: \(\int (3x^2 – 4x + 5)\,dx = x^3 – 2x^2 + 5x + C\).
例:\(\int (3x^2 – 4x + 5)\,dx = x^3 – 2x^2 + 5x + C\)。
Be careful with negative and fractional exponents. For example, \(\int x^{-2}\,dx = -x^{-1} + C\), and \(\int x^{1/2}\,dx = \frac{2}{3}x^{3/2} + C\).
注意负指数和分数指数。例如,\(\int x^{-2}\,dx = -x^{-1} + C\),以及 \(\int x^{1/2}\,dx = \frac{2}{3}x^{3/2} + C\)。
3. Integration of Exponential and Trigonometric Functions | 指数函数与三角函数积分
Key standard integrals include: \(\int e^x\,dx = e^x + C\), \(\int \sin x\,dx = -\cos x + C\), and \(\int \cos x\,dx = \sin x + C\).
重要标准积分包括:\(\int e^x\,dx = e^x + C\),\(\int \sin x\,dx = -\cos x + C\),以及 \(\int \cos x\,dx = \sin x + C\)。
For \(e^{ax}\), the integral is \(\frac{1}{a}e^{ax} + C\). Similarly, \(\int \sin(ax+b)\,dx = -\frac{1}{a}\cos(ax+b) + C\).
对于 \(e^{ax}\),积分为 \(\frac{1}{a}e^{ax} + C\)。类似地,\(\int \sin(ax+b)\,dx = -\frac{1}{a}\cos(ax+b) + C\)。
Remember the derivative results: the integral of \(\sec^2 x\) is \(\tan x + C\), and \(\int \sec x \tan x\,dx = \sec x + C\).
记住导数结果:\(\sec^2 x\) 的积分是 \(\tan x + C\),而 \(\int \sec x \tan x\,dx = \sec x + C\)。
4. Integration by Substitution | 换元积分法
Substitution reverses the chain rule. Choose a substitution \(u = g(x)\), compute \(du = g'(x)\,dx\), and express the entire integral in terms of \(u\).
换元积分法是链式法则的逆过程。选择代换 \(u = g(x)\),计算 \(du = g'(x)\,dx\),并将整个积分用 \(u\) 表示。
Example: \(\int 2x e^{x^2}\,dx\). Let \(u = x^2\), so \(du = 2x\,dx\). The integral becomes \(\int e^u\,du = e^u + C = e^{x^2} + C\).
例:\(\int 2x e^{x^2}\,dx\)。令 \(u = x^2\),则 \(du = 2x\,dx\)。积分变为 \(\int e^u\,du = e^u + C = e^{x^2} + C\)。
For definite integrals, change the limits when substituting, or convert back to \(x\) before evaluating.
对于定积分,换元时要改变积分上下限,或者先换回 \(x\) 再求值。
5. Integration by Parts | 分部积分法
The formula for integration by parts comes from the product rule: \(\int u \frac{dv}{dx}\,dx = uv – \int v \frac{du}{dx}\,dx\). Choose \(u\) using the acronym LIATE (Logarithms, Inverse trig, Algebraic, Trig, Exponential).
分部积分法来自乘积法则:\(\int u \frac{dv}{dx}\,dx = uv – \int v \frac{du}{dx}\,dx\)。使用 LIATE 顺序(对数,反三角,代数,三角,指数)选择 \(u\)。
Example: \(\int x e^x\,dx\). Let \(u = x\) and \(dv = e^x dx\). Then \(du = dx\) and \(v = e^x\). The integral is \(x e^x – \int e^x\,dx = x e^x – e^x + C\).
例:\(\int x e^x\,dx\)。令 \(u = x\),\(dv = e^x dx\)。则 \(du = dx\),\(v = e^x\)。积分为 \(x e^x – \int e^x\,dx = x e^x – e^x + C\)。
Sometimes you need to apply integration by parts twice, especially for products like \(x^2 \sin x\).
有时需要两次使用分部积分,特别是像 \(x^2 \sin x\) 这样的乘积。
6. Integrating Rational Functions Using Partial Fractions | 部分分式积分有理函数
If the integrand is a rational function that cannot be integrated directly, decompose it into simpler fractions. For linear factors, write \(\frac{A}{x-a} + \frac{B}{x-b}\).
如果被积函数是有理函数而不能直接积分,则将其分解为更简单的分式。对于线性因子,写为 \(\frac{A}{x-a} + \frac{B}{x-b}\)。
For repeated factors like \((x-a)^2\), include both \(\frac{A}{x-a}\) and \(\frac{B}{(x-a)^2}\). Then integrate term by term using natural logarithms and powers.
对于重因子如 \((x-a)^2\),需要同时包含 \(\frac{A}{x-a}\) 和 \(\frac{B}{(x-a)^2}\)。然后逐项积分,使用自然对数和幂函数。
Common result: \(\int \frac{1}{x}\,dx = \ln|x| + C\). Be careful with the absolute value.
常用结果:\(\int \frac{1}{x}\,dx = \ln|x| + C\)。注意绝对值.
7. Using Trigonometric Identities to Simplify Integrals | 用三角恒等式化简积分
Powers of sine and cosine often require identities. Use \(\sin^2 x = \frac{1-\cos 2x}{2}\) and \(\cos^2 x = \frac{1+\cos 2x}{2}\) to reduce the power.
正弦和余弦的幂常常需要恒等式。使用 \(\sin^2 x = \frac{1-\cos 2x}{2}\) 和 \(\cos^2 x = \frac{1+\cos 2x}{2}\) 来降幂。
Example: \(\int \sin^2 x\,dx = \int \frac{1-\cos 2x}{2}\,dx = \frac{x}{2} – \frac{\sin 2x}{4} + C\).
例:\(\int \sin^2 x\,dx = \int \frac{1-\cos 2x}{2}\,dx = \frac{x}{2} – \frac{\sin 2x}{4} + C\)。
Also useful: \(\sin A \cos B = \frac{1}{2}[\sin(A+B) + \sin(A-B)]\), and other product-to-sum formulas.
同样有用:\(\sin A \cos B = \frac{1}{2}[\sin(A+B) + \sin(A-B)]\) 等积化和差公式。
8. Definite Integrals and Area between Curves | 定积分与曲线间面积
The area between a curve \(y=f(x)\) and the x-axis from \(a\) to \(b\) is \(\int_a^b |f(x)|\,dx\) if the curve crosses the axis. If \(f(x)\) is always positive, just integrate.
曲线 \(y=f(x)\) 与x轴之间从 \(a\) 到 \(b\) 的面积为 \(\int_a^b |f(x)|\,dx\)(若曲线穿过x轴)。若 \(f(x)\) 恒正,直接积分即可。
For the area between two curves \(y=f(x)\) and \(y=g(x)\) where \(f(x) \ge g(x)\), use \(\int_a^b [f(x)-g(x)]\,dx\).
对于两条曲线 \(y=f(x)\) 和 \(y=g(x)\) 之间的面积,当 \(f(x) \ge g(x)\) 时,使用 \(\int_a^b [f(x)-g(x)]\,dx\)。
Always sketch the curves or check intersections to determine the correct limits and which function is on top.
始终画图或求交点以确定正确的上下限以及哪个函数在上方。
9. Integration by Substitution in Definite Integrals | 定积分中的换元法
When using substitution on a definite integral \(\int_a^b f(g(x))g'(x)\,dx\), let \(u = g(x)\). Then \(du = g'(x)dx\). Replace the limits: if \(x=a\) then \(u=g(a)\), if \(x=b\) then \(u=g(b)\).
在定积分 \(\int_a^b f(g(x))g'(x)\,dx\) 中使用换元法时,令 \(u = g(x)\),则 \(du = g'(x)dx\)。替换上下限:若 \(x=a\) 则 \(u=g(a)\),若 \(x=b\) 则 \(u=g(b)\)。
The new integral is \(\int_{g(a)}^{g(b)} f(u)\,du\). Do not forget to change the limits before evaluating.
新积分为 \(\int_{g(a)}^{g(b)} f(u)\,du\)。在计算之前不要忘记改变上下限。
Example: \(\int_0^1 2x\sqrt{x^2+1}\,dx\). Let \(u=x^2+1\), then \(du=2x dx\). Limits: from \(u=1\) to \(u=2\). Integral becomes \(\int_1^2 \sqrt{u}\,du = \left[\frac{2}{3}u^{3/2}\right]_1^2 = \frac{2}{3}(2\sqrt{2}-1)\).
例:\(\int_0^1 2x\sqrt{x^2+1}\,dx\)。令 \(u=x^2+1\),则 \(du=2x dx\)。上下限从 \(u=1\) 到 \(u=2\)。积分变成 \(\int_1^2 \sqrt{u}\,du = \left[\frac{2}{3}u^{3/2}\right]_1^2 = \frac{2}{3}(2\sqrt{2}-1)\)。
10. Volumes of Revolution | 旋转体体积
Rotating a curve \(y=f(x)\) about the x-axis between \(x=a\) and \(x=b\) generates a solid of revolution. Its volume is \(V = \pi \int_a^b [f(x)]^2\,dx\).
将曲线 \(y=f(x)\) 在 \(x=a\) 与 \(x=b\) 之间绕x轴旋转一周,形成旋转体。其体积为 \(V = \pi \int_a^b [f(x)]^2\,dx\)。
For rotation about the y-axis, use \(V = \pi \int_c^d [g(y)]^2\,dy\) where \(x=g(y)\).
绕y轴旋转时,使用 \(V = \pi \int_c^d [g(y)]^2\,dy\),其中 \(x=g(y)\)。
Remember to square the function before integrating. Do not confuse volume with area.
记得先对被积函数平方再积分。不要将体积与面积混淆。
11. Differential Equations and Integration | 微分方程与积分
Many physical applications involve solving a differential equation of the form \(\frac{dy}{dx} = f(x)g(y)\). Separate variables: \(\int \frac{1}{g(y)}\,dy = \int f(x)\,dx\).
许多物理应用涉及求解形式为 \(\frac{dy}{dx} = f(x)g(y)\) 的微分方程。分离变量:\(\int \frac{1}{g(y)}\,dy = \int f(x)\,dx\)。
After integrating, find the constant using initial conditions. This gives a particular solution.
积分后,利用初始条件求常数。这样就得到特解。
Example: \(\frac{dy}{dx} = 2xy\). Then \(\int \frac{1}{y}\,dy = \int 2x\,dx\) gives \(\ln|y| = x^2 + C\), so \(y = A e^{x^2}\).
例:\(\frac{dy}{dx} = 2xy\)。则 \(\int \frac{1}{y}\,dy = \int 2x\,dx\) 得到 \(\ln|y| = x^2 + C\),因此 \(y = A e^{x^2}\)。
12. Common Mistakes and Exam Tips | 常见错误与考试技巧
Students often forget the constant of integration in indefinite integrals, mix up the limits in substitution, or apply integration by parts in the wrong order. Always check your answer by differentiating.
学生常常忘记不定积分中的积分常数,在换元时混淆上下限,或错误地使用分部积分顺序。始终通过对结果求导来检查答案。
When using integration by parts, if the new integral is harder than the original, try swapping \(u\) and \(dv\).
使用分部积分时,如果新积分比原积分更复杂,尝试交换 \(u\) 和 \(dv\)。
Integrate carefully term by term. Write out all steps clearly to earn method marks even if the final answer is wrong.
逐项仔细积分。清晰写出所有步骤,即使最终答案错误,也能获得方法分。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导