📚 PDF资源导航

A-Level Edexcel Mathematics: Core Calculus Techniques | 核心微积分技巧

📚 A-Level Edexcel Mathematics: Core Calculus Techniques | 核心微积分技巧

Calculus forms a central part of the Edexcel A-Level Mathematics specification, appearing across pure mathematics and applied contexts. This revision guide brings together the essential differentiation and integration techniques you must master, with clear rules, worked structures, and common exam pitfalls.

微积分是 Edexcel A-Level 数学考试大纲的核心内容,贯穿纯数学与应用数学。本复习指南汇总了必须掌握的基本微分与积分技巧,包括清晰的规则、典型结构和常见考试陷阱。


1. The Big Picture: Differentiation and Integration | 微积分整体框架

Differentiation measures the rate of change of a function, while integration reverses this process and also calculates areas under curves. In Edexcel A-Level, you need to move fluently between derivative rules and integration methods, especially when functions are products, quotients, or composites.

微分衡量函数的变化率,而积分是微分的逆运算,同时也可计算曲线下的面积。在 Edexcel A-Level 考试中,你需要熟练切换导数规则与积分方法,尤其是当函数为乘积、商或复合函数时。

The key connection is the Fundamental Theorem of Calculus: if F'(x) = f(x), then ∫ f(x) dx = F(x) + C. This principle underpins every integration technique covered in the specification.

核心联系是微积分基本定理:若 F'(x) = f(x),则 ∫ f(x) dx = F(x) + C。这一原理是考试大纲中所有积分方法的基础。

  • Differentiate: find gradient or rate of change | 微分:求梯度或变化率
  • Integrate: reverse differentiation or find area | 积分:微分的逆运算或求面积

2. Chain Rule | 链式法则

The chain rule is used to differentiate composite functions, where one function is inside another. For y = f(g(x)), the derivative is dy/dx = f'(g(x)) × g'(x).

链式法则用于对复合函数求导,即一个函数嵌套在另一个函数内部。对于 y = f(g(x)),导数为 dy/dx = f'(g(x)) × g'(x)。

In exam solutions, start by identifying the outer function and the inner function. For example, if y = (3x² + 5)⁴, then the outer function is u⁴ and the inner function is u = 3x² + 5.

在考试解题中,首先识别外层函数和内层函数。例如,若 y = (3x² + 5)⁴,则外层函数为 u⁴,内层函数为 u = 3x² + 5。

dy/dx = 4(3x² + 5)³ × 6x = 24x(3x² + 5)³

Common applications include trigonometric functions, exponentials, and logarithms. Always multiply by the derivative of the inside function.

常见应用包括三角函数、指数函数和对数函数。务必乘以内层函数的导数。


3. Product Rule | 乘积法则

When differentiating a function that is the product of two simpler functions, use the product rule. For y = u(x)v(x), the derivative is dy/dx = u'(x)v(x) + u(x)v'(x).

当对两个较简单函数的乘积求导时,使用乘积法则。对于 y = u(x)v(x),导数为 dy/dx = u'(x)v(x) + u(x)v'(x)。

Identify u and v clearly before differentiating. For example, if y = x² sin x, let u = x² and v = sin x, so u’ = 2x and v’ = cos x.

在求导前先明确 u 和 v。例如,若 y = x² sin x,令 u = x²,v = sin x,则 u’ = 2x,v’ = cos x。

dy/dx = 2x sin x + x² cos x

Be careful with the order: the product rule is symmetric for addition, but you must differentiate each factor once and keep the other unchanged.

注意顺序:乘积法则的加法形式是对称的,但必须对每个因子各求导一次,另一个保持不变。


4. Quotient Rule | 商法则

For a function written as one function divided by another, use the quotient rule. If y = u(x)/v(x), then dy/dx = [u'(x)v(x) – u(x)v'(x)] / [v(x)]².

对于写成两个函数相除形式的函数,使用商法则。若 y = u(x)/v(x),则 dy/dx = [u'(x)v(x) – u(x)v'(x)] / [v(x)]²。

Set u as the numerator and v as the denominator. For example, if y = x² / (eˣ + 1), then u = x² and v = eˣ + 1, giving u’ = 2x and v’ = eˣ.

令 u 为分子,v 为分母。例如,若 y = x² / (eˣ + 1),则 u = x²,v = eˣ + 1,得 u’ = 2x,v’ = eˣ。

dy/dx = [2x(eˣ + 1) – x²eˣ] / (eˣ + 1)²

The quotient rule is not symmetric: the subtraction must be in the correct order. Many candidates lose marks by writing u v’ – u’ v instead of u’ v – u v’.

商法则不是对称的:减法的顺序必须正确。很多考生因写成 u v’ – u’ v 而不是 u’ v – u v’ 而失分。


5. Basic Integration and Reverse Chain Rule | 基本积分与反链式法则

Basic integration reverses simple power and exponential functions. For n ≠ -1, ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C. Also, ∫ eˣ dx = eˣ + C and ∫ 1/x dx = ln|x| + C.

基本积分是简单幂函数和指数函数微分的逆运算。当 n ≠ -1 时,∫ xⁿ dx = xⁿ⁺¹/(n+1) + C。此外,∫ eˣ dx = eˣ + C,∫ 1/x dx = ln|x| + C。

When the integrand is a composite function multiplied by the derivative of the inner function, use the reverse chain rule. For example, ∫ 2x eˣ² dx = eˣ² + C because the derivative of x² is 2x.

当被积函数是复合函数乘以内层函数的导数时,使用反链式法则。例如,∫ 2x eˣ² dx = eˣ² + C,因为 x² 的导数为 2x。

∫ (ax + b)ⁿ dx = (ax + b)ⁿ⁺¹ / [a(n+1)] + C, n ≠ -1

This technique is especially common with trigonometric functions, such as ∫ cos(2x) dx = ½ sin(2x) + C. Always divide by the coefficient of x inside the bracket.

这一技巧在三角函数中尤其常见,例如 ∫ cos(2x) dx = ½ sin(2x) + C。始终除以括号内 x 的系数。


6. Integration by Substitution | 换元积分法

Integration by substitution is a powerful method for evaluating more complex integrals. The rule is ∫ f(g(x)) g'(x) dx = ∫ f(u) du, where u = g(x) and du = g'(x) dx.

换元积分法是计算较复杂积分的强大方法。规则为 ∫ f(g(x)) g'(x) dx = ∫ f(u) du,其中 u = g(x),du = g'(x) dx。

For definite integrals, you can either change the limits to match the new variable or substitute back before applying the original limits. Both approaches are accepted, but changing limits saves time.

对于定积分,你可以将积分限改为新变量,也可以代回原变量后再用原积分限。两种方法均可接受,但改变积分限更节省时间。

Example: For ∫ x√(x² + 1) dx, let u = x² + 1, so du = 2x dx, hence x dx = ½ du. The integral becomes ½ ∫ √u du = ½ × (2/3)u³/² + C.

例如:对于 ∫ x√(x² + 1) dx,令 u = x² + 1,则 du = 2x dx,因此 x dx = ½ du。积分变为 ½ ∫ √u du = ½ × (2/3)u³/² + C。

∫ x√(x² + 1) dx = ⅓(x² + 1)³/² + C


7. Integration by Parts | 分部积分法

Integration by parts is derived from the product rule and is used for integrals of products where one part becomes simpler when differentiated. The formula is ∫ u dv = uv – ∫ v du.

分部积分法由乘积法则推导而来,用于乘积的积分,其中一部分在求导后变得更简单。公式为 ∫ u dv = uv – ∫ v du。

A common selection strategy is LIATE: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential. Choose u as the function that simplifies when differentiated, and dv as the part that is easy to integrate.

常用的选择策略是 LIATE:对数函数、反三角函数、代数函数、三角函数、指数函数。选择 u 为求导后变简单的函数,选择 dv 为容易积分的部分。

For example, to integrate ∫ x eˣ dx, let u = x and dv = eˣ dx, so du = dx and v = eˣ. Then ∫ x eˣ dx = x eˣ – ∫ eˣ dx = x eˣ – eˣ + C.

例如,求 ∫ x eˣ dx,令 u = x,dv = eˣ dx,则 du = dx,v = eˣ。因此 ∫ x eˣ dx = x eˣ – ∫ eˣ dx = x eˣ – eˣ + C。

Be prepared to apply integration by parts more than once, especially for integrals like ∫ x² cos x dx. Keep the same choice of u in each iteration.

尤其对于 ∫ x² cos x dx 这类积分,可能需要多次使用分部积分法。每次迭代保持相同的 u 选择。


8. Differential Equations: Separation of Variables | 可分离变量微分方程

Edexcel A-Level requires solving first-order differential equations by separating variables. Rearrange so that all terms involving y are on one side and all terms involving x on the other, then integrate both sides.

Edexcel A-Level 要求通过分离变量法求解一阶微分方程。重新整理,使所有含 y 的项在一侧,所有含 x 的项在另一侧,然后两边积分。

For example, solve dy/dx = 2xy. Separating variables gives ∫ (1/y) dy = ∫ 2x dx, which leads to ln|y| = x² + C.

例如,求解 dy/dx = 2xy。分离变量得 ∫ (1/y) dy = ∫ 2x dx,从而得到 ln|y| = x² + C。

y = A eˣ², where A = ±eᶜ

Always include the constant of integration. If an initial condition is given, use it to find the particular solution.

务必包含积分常数。若给出初始条件,则利用它求出特解。


9. Definite Integrals and Area | 定积分与面积

A definite integral with limits a and b calculates the signed area between the curve y = f(x), the x-axis, and the vertical lines x = a and x = b. If the curve lies below the x-axis, the integral is negative.

带上下限 a 和 b 的定积分计算曲线 y = f(x)、x 轴以及直线 x = a 和 x = b 之间的带符号面积。如果曲线位于 x 轴下方,积分为负。

To find the total area between a curve and the x-axis over an interval, split the interval where the function changes sign and take the absolute value of each integral.

若要求曲线与 x 轴在某一区间内的总面积,应在函数变号处拆分区间,并对每个积分取绝对值。

Area = ∫ₐᵇ |f(x)| dx

For the area between two curves, use the integral of the upper curve minus the lower curve: Area = ∫ [f(x) – g(x)] dx over the intersection interval.

对于两条曲线之间的面积,使用上方曲线减去下方曲线的积分:面积 = ∫ [f(x) – g(x)] dx,在交点区间上计算。


10. Exam Strategy and Common Pitfalls | 考试策略与常见错误

In Edexcel A-Level calculus questions, always show full working: write down the rule you are using, identify u, v, du, dv, and then substitute. This earns method marks even if the final answer is incorrect.

在 Edexcel A-Level 微积分题目中,务必写出完整过程:写下所使用的规则,标明 u、v、du、dv,然后代入。即使最终答案错误,也能获得方法分。

Common pitfalls include forgetting the constant of integration, missing the factor from the derivative of the inner function, and confusing the order in the quotient rule. Practise identifying the correct technique quickly.

常见错误包括遗漏积分常数、漏乘内层函数导数的因子、混淆商法则中的减法顺序。要通过练习快速识别正确的解法技巧。

Derivative rule | 导数规则 Formula | 公式
Chain | 链式法则 dy/dx = f'(g(x))g'(x)
Product | 乘积法则 dy/dx = u’v + uv’
Quotient | 商法则 dy/dx = (u’v – uv’) / v²

Finally, when stuck, differentiate your answer to check if you recover the original integrand. This quick verification can prevent many careless errors.

最后,若遇到困难,可对答案求导,检验是否能还原为被积函数。这种快速验证可以避免许多粗心错误。


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