Combined Differentiation and Integration Techniques | 微分与积分综合技巧

📚 Combined Differentiation and Integration Techniques | 微分与积分综合技巧

In Edexcel A-Level Mathematics, differentiation and integration are not separate topics; they are reverse operations that appear together in a large number of exam questions. A combined question usually asks you to switch between the gradient function, the original function, and the area or accumulated quantity represented by a definite integral. Strong candidates recognise the structure of a problem before choosing a technique.

在 Edexcel A-Level 数学中,微分与积分并不是两个割裂的主题,而是互为逆运算,在大量考试题目中共同出现。综合题通常要求你在导函数、原函数以及定积分所表示的面积或累计量之间灵活转换。优秀的考生会在选择方法之前先识别题目结构。


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

The fundamental theorem connects differentiation and integration. If F(x) is an antiderivative of f(x), then the definite integral from a to b can be evaluated by subtracting F(a) from F(b).

微积分基本定理将微分与积分联系起来。如果 F(x) 是 f(x) 的一个原函数,那么从 a 到 b 的定积分可以通过 F(b) 减去 F(a) 来求值。

∫ₐᵇ f(x) dx = F(b) − F(a) where F′(x) = f(x)

For example, if f(x) = 6x², then F(x) = 2x³, so ∫₁² 6x² dx = 2(2³) − 2(1³) = 16 − 2 = 14.

例如,若 f(x) = 6x²,则 F(x) = 2x³,因此 ∫₁² 6x² dx = 2(2³) − 2(1³) = 16 − 2 = 14。

This theorem also tells us that differentiating an integral with a variable upper limit recovers the original function, which is often tested in Edexcel papers.

该定理还告诉我们,对上限为变量的积分求导可以恢复原来的函数,这一点在 Edexcel 试卷中经常考查。


2. Key Differentiation Rules | 核心微分法则

Before attempting a combined problem, you must be automatic with the chain rule, product rule, and quotient rule. These rules are frequently embedded inside integration questions.

在解答综合题之前,你必须熟练运用链式法则、乘法法则和除法法则。这些法则经常嵌套在积分问题中。

Chain rule: if y = (u(x))ⁿ then dy/dx = n(u(x))ⁿ⁻¹ × u′(x).

链式法则:若 y = (u(x))ⁿ,则 dy/dx = n(u(x))ⁿ⁻¹ × u′(x)。

Product rule: if y = uv then dy/dx = u′v + uv′.

乘法法则:若 y = uv,则 dy/dx = u′v + uv′。

Quotient rule: if y = u/v then dy/dx = (u′v − uv′) / v².

除法法则:若 y = u/v,则 dy/dx = (u′v − uv′) / v²。

d/dx [sin(3x²)] = 6x cos(3x²)

In Edexcel pure papers, these rules are often tested by asking you to differentiate a product before integrating its derivative or by requiring you to identify an antiderivative by inspection.

在 Edexcel 纯数学试卷中,这些法则的考查方式通常是先让你对乘积求导,再积分其导数,或者要求你通过观察识别原函数。


3. Standard Derivatives and Integrals | 标准函数导数与积分

You should memorise the standard results shown below. They are essential for both Paper 1 and Paper 2 of the Edexcel A-Level Mathematics specification.

你应该熟记以下标准结果。它们对 Edexcel A-Level 数学 Paper 1 和 Paper 2 都至关重要。

Function Derivative Integral
xⁿ n xⁿ⁻¹ xⁿ⁺¹/(n + 1) + C, n ≠ −1
eˣ + C
ln x 1/x x ln x − x + C
sin x cos x −cos x + C
cos x −sin x sin x + C

These standard results become especially useful when a combined question asks you to differentiate a function and then integrate a related expression.

当综合题要求你先对某个函数求导,再对相关表达式积分时,这些标准结果尤其有用。


4. Integration by Reverse Differentiation | 逆微分积分法

Since integration is the reverse of differentiation, you can often guess an antiderivative and then adjust the constant factor. This is sometimes called inspection or reverse chain rule.

由于积分是微分的逆运算,你通常可以先猜测一个原函数,然后调整常数因子。这种方法有时被称为观察法或逆链式法则。

For instance, to integrate sin(5x), notice that the derivative of cos(5x) is −5 sin(5x). Therefore the integral of sin(5x) is −cos(5x)/5 + C.

例如,要对 sin(5x) 积分,注意到 cos(5x) 的导数是 −5 sin(5x)。因此 sin(5x) 的积分为 −cos(5x)/5 + C。

∫ sin(5x) dx = −cos(5x)/5 + C

This technique is faster than formal substitution when the inner function is linear. Edexcel marks reward clear indication that you have divided by the coefficient of x.

当内层函数是一次函数时,这种方法比正式换元更快。Edexcel 评分标准要求你清晰地标明除以 x 的系数。


5. Integration by Substitution | 换元积分法

For more complicated integrals, the substitution method simplifies the integrand by replacing a function of x with a new variable u.

对于更复杂的积分,换元法通过将 x 的函数替换为新变量 u 来简化被积函数。

Given an integral, choose u = g(x), differentiate to find du/dx, and rewrite dx as du / g′(x). Do not forget to change the limits if the integral is definite.

给定一个积分,选择 u = g(x),对其求导得到 du/dx,并将 dx 改写为 du / g′(x)。如果积分是定积分,不要忘记改变积分限。

Example: ∫ x√(x² + 1) dx. Let u = x² + 1, then du/dx = 2x, so x dx = du/2.

例题:∫ x√(x² + 1) dx。令 u = x² + 1,则 du/dx = 2x,所以 x dx = du/2。

∫ x√(x² + 1) dx = (1/2) ∫ u¹ᐟ² du = (1/3)(x² + 1)³ᐟ² + C

In Edexcel questions, the substitution is often given, but you must still convert every x term into u correctly before integrating.

在 Edexcel 试题中,换元通常已经给出,但你仍然需要在积分前正确地将每一个含 x 的项转换为 u。


6. Integration by Parts | 分部积分法

Integration by parts is the reverse of the product rule. It is used when the integrand is a product of two functions, such as x eˣ or x ln x.

分部积分法是乘法法则的逆运算。当被积函数是两个函数的乘积时,例如 x eˣ 或 x ln x,可以使用该方法。

The formula is given in the Edexcel formula booklet, but you need to choose u and dv/dx sensibly.

Edexcel 公式手册中给出了该公式,但你需要合理地选择 u 和 dv/dx。

∫ u dv/dx dx = uv − ∫ v du/dx dx

Example: ∫ x eˣ dx. Let u = x and dv/dx = eˣ, so du/dx = 1 and v = eˣ. Then ∫ x eˣ dx = x eˣ − ∫ eˣ dx = x eˣ − eˣ + C.

例题:∫ x eˣ dx。令 u = x,dv/dx = eˣ,则 du/dx = 1,v = eˣ。因此 ∫ x eˣ dx = x eˣ − ∫ eˣ dx = x eˣ − eˣ + C。

A common Edexcel pitfall is forgetting to include the negative sign when applying the formula more than once, especially with cyclic integrals such as ∫ eˣ sin x dx.

Edexcel 考试中常见的错误是在多次使用该公式时忘记负号,尤其是在 ∫ eˣ sin x dx 这类循环积分中。


7. Implicit Differentiation and Related Rates | 隐函数微分与相关变化率

When an equation gives y implicitly as a function of x, differentiate every term with respect to x and multiply any derivative of y by dy/dx.

当一个方程隐式地给出 y 关于 x 的函数关系时,对每一项关于 x 求导,并将任何 y 的导数乘以 dy/dx。

For example, if x² + y² = 25, then differentiating gives 2x + 2y dy/dx = 0, so dy/dx = −x/y.

例如,若 x² + y² = 25,则求导得 2x + 2y dy/dx = 0,因此 dy/dx = −x/y。

d/dx [y²] = 2y dy/dx

Related rates problems combine implicit differentiation with the chain rule. If x and y both depend on time t, then dV/dt can be expressed using dx/dt and dy/dt.

相关变化率问题将隐函数微分与链式法则结合起来。如果 x 和 y 都依赖于时间 t,那么 dV/dt 可以用 dx/dt 和 dy/dt 表示。

These questions are especially common in the applied contexts of A-Level Mathematics, where geometry, volume, and motion are linked.

这类问题在 A-Level 数学的应用情境中尤其常见,它们将几何、体积和运动联系起来。


8. Definite Integrals and Area Under a Curve | 定积分与曲线下面积

A definite integral calculates the signed area between a curve and the x-axis over a given interval. Areas below the axis contribute a negative value.

定积分计算曲线与 x 轴之间在给定区间上的有向面积。位于 x 轴下方的面积贡献负值。

To find the actual area between a curve and the x-axis, split the interval at the roots and take the absolute value of each part.

为了求出曲线与 x 轴之间的实际面积,应在根处拆分区间并取每一部分的绝对值。

For the area between two curves, subtract the lower function from the upper function before integrating.

对于两条曲线之间的面积,应在积分前用上方函数减去下方函数。

A = ∫ₐᵇ [f(x) − g(x)] dx, where f(x) ≥ g(x) on [a, b]

Edexcel often asks candidates to find where two curves intersect before setting up the area integral, so combine solving equations with integration.

Edexcel 经常要求考生先找出两条曲线的交点,再建立面积积分,因此需要将解方程与积分结合起来。


9. Separable First-Order Differential Equations | 可分离一阶微分方程

A first-order differential equation of the form dy/dx = f(x)g(y) can be solved by separating the variables and integrating both sides.

形如 dy/dx = f(x)g(y) 的一阶微分方程可以通过分离变量并对两边积分来求解。

Write 1/g(y) dy = f(x) dx, integrate both sides, and solve for y as a function of x if possible. Always include the constant of integration.

将其写成 1/g(y) dy = f(x) dx,对两边积分,并尽可能解出 y 关于 x 的函数。必须包含积分常数。

dy/dx = k y → ∫ (1/y) dy = ∫ k dx → ln|y| = kx + C

Edexcel questions often give an initial condition, such as y = y₀ when x = 0, so you can find the particular solution.

Edexcel 试题通常会给出初始条件,例如当 x = 0 时 y = y₀,以便你求出特解。


10. Kinematics and Calculus | 运动学与微积分

In mechanics, differentiation and integration link displacement, velocity, and acceleration. This is a classic combined application in Edexcel A-Level Mathematics.

在力学中,微分和积分将位移、速度与加速度联系起来。这是 Edexcel A-Level 数学中典型的综合应用。

If x is displacement, v is velocity, and a is acceleration, then v = dx/dt and a = dv/dt = d²x/dt².

若 x 表示位移,v 表示速度,a 表示加速度,则 v = dx/dt,a = dv/dt = d²x/dt²。

v = dx/dt, a = dv/dt = d²x/dt²

Conversely, the displacement from t₁ to t₂ is given by the definite integral of velocity: x(t₂) − x(t₁) = ∫ₜ₁ᵗ₂ v(t) dt.

反过来,从 t₁ 到 t₂ 的位移由速度的定积分给出:x(t₂) − x(t₁) = ∫ₜ₁ᵗ₂ v(t) dt。

Similarly, the change in velocity is the integral of acceleration. Combining differentiation and integration in this way is heavily examined in the mechanics sections.

类似地,速度的变化量是加速度的积分。以这种方式综合微分和积分在力学部分中被大量考查。


11. Common Pitfalls in Combined Problems | 综合题常见错误

In combined questions, students often lose marks by forgetting the constant of integration, misapplying the chain rule, or mixing up signs when integrating trigonometric functions.

在综合题中,学生常常因为遗漏积分常数、错误使用链式法则或在积分三角函数时混淆符号而失分。

Another frequent error is treating a definite integral as an indefinite one and not converting the limits after substitution.

另一个常见错误是在换元后没有改变定积分的上下限,把定积分当成了不定积分来处理。

Always check your answer by differentiation. If differentiating your result does not return the original integrand, there is a mistake.

始终通过求导来检验答案。如果对结果求导后不能还原为原来的被积函数,就说明存在错误。

Check: d/dx [F(x) + C] = f(x)

Edexcel mark schemes reward clear working, so write down every step,

Published by TutorHao | A-Level 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