📚 Mastering Differentiation and Integration for Edexcel A-Level Maths | 掌握爱德思A-Level数学微分与积分
In Edexcel A-Level Mathematics, differentiation and integration form the backbone of Pure Mathematics. These techniques are essential for solving problems involving gradients, stationary points, areas under curves, and differential equations.
在爱德思A-Level数学中,微分与积分构成了纯数学的核心基础。这些技巧对于解决涉及斜率、驻点、曲线下面积以及微分方程的问题至关重要。
1. First Principles and Gradient of a Curve | 第一原理与曲线斜率
The derivative of a function gives the gradient of the tangent to the curve at any point. It is defined from first principles as the limit of the average rate of change.
函数的导数给出了曲线上任意一点切线的斜率。它由第一原理定义为平均变化率的极限。
f ‘(x) = lim(h→0) [f(x + h) − f(x)] / h
For example, if f(x) = x², then f(x + h) = (x + h)² = x² + 2xh + h². Subtracting f(x) and dividing by h gives 2x + h, and as h → 0, the derivative is 2x.
例如,如果 f(x) = x²,则 f(x + h) = (x + h)² = x² + 2xh + h²。减去 f(x) 后除以 h 得到 2x + h,当 h → 0 时,导数为 2x。
This limit process is not always used in exam calculations, but understanding it is important for proving standard derivative results.
这个极限过程并不总是在考试计算中使用,但理解它对于证明标准导数结果非常重要。
2. Standard Derivatives and the Power Rule | 标准导数与幂法则
The power rule states that the derivative of xⁿ is n xⁿ⁻¹. This rule is the most frequently used differentiation tool in Edexcel A-Level Pure Mathematics.
幂法则指出 xⁿ 的导数为 n xⁿ⁻¹。这条法则是爱德思A-Level纯数学中最常用的微分工具。
d/dx (xⁿ) = n xⁿ⁻¹
For example, the derivative of x⁵ is 5x⁴, and the derivative of √x, which is x¹/², is (1/2)x⁻¹/².
例如,x⁵ 的导数是 5x⁴;√x 即 x¹/² 的导数是 (1/2)x⁻¹/²。
You must also know the standard derivatives of trigonometric, exponential and logarithmic functions: d/dx (sin x) = cos x, d/dx (cos x) = −sin x, d/dx (tan x) = sec² x, d/dx (eˣ) = eˣ, and d/dx (ln x) = 1/x.
你还必须掌握三角函数、指数函数和对数函数的标准导数:d/dx (sin x) = cos x,d/dx (cos x) = −sin x,d/dx (tan x) = sec² x,d/dx (eˣ) = eˣ,以及 d/dx (ln x) = 1/x。
The constant multiple rule and the sum rule allow you to differentiate expressions term by term, such as y = 4x³ − 2sin x + 7.
常数倍法则和加法法则允许你逐项微分表达式,例如 y = 4x³ − 2sin x + 7。
3. Chain Rule for Composite Functions | 复合函数的链式法则
The chain rule is used when a function is composed of two or more simpler functions. If y = f(u) and u = g(x), then the derivative of y with respect to x is found by multiplying the two derivatives.
链式法则用于由两个或多个简单函数复合而成的函数。如果 y = f(u) 且 u = g(x),那么 y 对 x 的导数可以通过将两个导数相乘得到。
dy/dx = dy/du × du/dx
Example: differentiate y = (3x² + 5)⁴. Let u = 3x² + 5, then y = u⁴. Since dy/du = 4u³ and du/dx = 6x, the result is dy/dx = 4(3x² + 5)³ × 6x = 24x(3x² + 5)³.
例题:对 y = (3x² + 5)⁴ 求导。设 u = 3x² + 5,则 y = u⁴。因为 dy/du = 4u³,du/dx = 6x,所以结果是 dy/dx = 4(3x² + 5)³ × 6x = 24x(3x² + 5)³。
The chain rule also applies to trigonometric and exponential functions. For instance, d/dx [sin(2x)] = 2cos(2x) and d/dx [e^(3x)] = 3e^(3x).
链式法则同样适用于三角函数和指数函数。例如,d/dx [sin(2x)] = 2cos(2x),d/dx [e^(3x)] = 3e^(3x)。
4. Product and Quotient Rules | 乘积法则与商法则
When differentiating a product of two functions, y = u v, the product rule must be used. The derivative is the first function times the derivative of the second plus the second function times the derivative of the first.
当对两个函数的乘积 y = u v 求导时,必须使用乘积法则。导数为第一个函数乘以第二个函数的导数,再加上第二个函数乘以第一个函数的导数。
dy/dx = u dv/dx + v du/dx
Example: y = x² sin x. Let u = x² and v = sin x. Then u’ = 2x and v’ = cos x, so dy/dx = x² cos x + 2x sin x.
例题:y = x² sin x。设 u = x²,v = sin x。则 u’ = 2x,v’ = cos x,因此 dy/dx = x² cos x + 2x sin x。
For a quotient y = u/v, the quotient rule gives the derivative as the denominator times the derivative of the numerator minus the numerator times the derivative of the denominator, all divided by the square of the denominator.
对于商 y = u/v,商法则给出的导数为:分母乘以分子的导数减去分子乘以分母的导数,再除以分母的平方。
dy/dx = (v du/dx − u dv/dx) / v²
Example: y = (x + 1)/(x − 2). Here u = x + 1 and v = x − 2. Since u’ = 1 and v’ = 1, dy/dx = [(x − 2)(1) − (x + 1)(1)]/(x − 2)² = −3/(x − 2)².
例题:y = (x + 1)/(x − 2)。这里 u = x + 1,v = x − 2。因为 u’ = 1,v’ = 1,所以 dy/dx = [(x − 2)(1) − (x + 1)(1)]/(x − 2)² = −3/(x − 2)²。
5. Implicit Differentiation | 隐函数微分
Sometimes y is not written explicitly in terms of x. In such cases, differentiate both sides of the equation with respect to x, treating y as a function of x and using the chain rule for y terms.
有时 y 并没有明确地用 x 表示出来。在这种情况下,需要对方程两边关于 x 求导,将 y 视为 x 的函数,并对含 y 的项使用链式法则。
For example, the circle x² + y² = 25 can be differentiated implicitly. Differentiating both sides gives 2x + 2y dy/dx = 0, so dy/dx = −x/y.
例如,圆 x² + y² = 25 可以进行隐函数微分。对两边求导得到 2x + 2y dy/dx = 0,因此 dy/dx = −x/y。
When differentiating a term such as xy, apply the product rule. For x + y + xy = 7, the derivative is 1 + dy/dx + (y + x dy/dx) = 0, which can be rearranged to find dy/dx.
当对 xy 这样的项求导时,需要应用乘积法则。对于 x + y + xy = 7,求导得 1 + dy/dx + (y + x dy/dx) = 0,整理后可以求出 dy/dx。
6. Parametric Differentiation | 参数方程微分
A curve can be defined by x = f(t) and y = g(t), where t is a parameter. The gradient dy/dx is found by dividing dy/dt by dx/dt.
曲线可以用 x = f(t) 和 y = g(t) 来定义,其中 t 是参数。斜率 dy/dx 可以通过 dy/dt 除以 dx/dt 得到。
dy/dx = (dy/dt) / (dx/dt)
Example: x = t² + 1 and y = t³ − 2t. Differentiating gives dx/dt = 2t and dy/dt = 3t² − 2. Therefore dy/dx = (3t² − 2)/(2t).
例题:x = t² + 1,y = t³ − 2t。求导得 dx/dt = 2t 和 dy/dt = 3t² − 2。因此 dy/dx = (3t² − 2)/(2t)。
This method is especially useful for finding tangents and normals to parametric curves without eliminating the parameter.
这种方法在求参数曲线的切线和法线时尤其有用,无需消去参数。
7. Second Derivative and Concavity | 二阶导数与凹凸性
The second derivative, denoted d²y/dx² or f ”(x), measures the rate of change of the gradient. It is used to determine the nature of stationary points.
二阶导数记作 d²y/dx² 或 f ”(x),它衡量斜率的变化率,用于判断驻点的性质。
If f ‘(a) = 0 and f ”(a) > 0, the point is a local minimum. If f ”(a) < 0, the point is a local maximum. If f ''(a) = 0, further investigation is needed.
如果 f ‘(a) = 0 且 f ”(a) > 0,该点是局部极小值。如果 f ”(a) < 0,该点是局部极大值。如果 f ''(a) = 0,则需要进一步检验。
For example, y = x³ − 3x has first derivative dy/dx = 3x² − 3. Setting this to zero gives x = ±1. The second derivative is d²y/dx² = 6x. At x = 1, f ”(1) = 6 > 0, so there is a minimum; at x = −1, f ”(−1) = −6 < 0, so there is a maximum.
例如,y = x³ − 3x 的一阶导数为 dy/dx = 3x² − 3。令其等于零得到 x = ±1。二阶导数为 d²y/dx² = 6x。在 x = 1 处,f ”(1) = 6 > 0,因此是极小值;在 x = −1 处,f ”(−1) = −6 < 0,因此是极大值。
8. Integration as Reverse Differentiation | 积分作为微分的逆运算
Integration is the reverse process of differentiation. If F ‘(x) = f(x), then the indefinite integral of f(x) is F(x) + C, where C is the constant of integration.
积分是微分的逆运算。如果 F ‘(x) = f(x),那么 f(x) 的不定积分为 F(x) + C,其中 C 是积分常数。
∫ xⁿ dx = xⁿ⁺¹ / (n + 1) + C for n ≠ −1
For example, the integral of x³ is x⁴/4 + C, because the derivative of x⁴/4 is x³. The integral of 1/x is a special case: ∫ 1/x dx = ln|x| + C.
例如,x³ 的积分是 x⁴/4 + C,因为 x⁴/4 的导数是 x³。1/x 的积分是一个特殊情况:∫ 1/x dx = ln|x| + C。
Standard integrals include ∫ cos x dx = sin x + C, ∫ sin x dx = −cos x + C, and ∫ eˣ dx = eˣ + C.
标准积分包括 ∫ cos x dx = sin x + C,∫ sin x dx = −cos x + C,以及 ∫ eˣ dx = eˣ + C。
9. Definite Integrals and Area Under a Curve | 定积分与曲线下面积
A definite integral has limits of integration and gives a numerical value. It is evaluated using the fundamental theorem of calculus.
定积分带有积分上下限,并给出一个数值。它通过微积分基本定理进行计算。
∫ₐᵇ f(x) dx = F(b) − F(a)
Example: find ∫₁³ 2x dx. The antiderivative is x², so the value is 3² − 1² = 9 − 1 = 8.
例题:求 ∫₁³ 2x dx。被积函数的原函数是 x²,因此值为 3² − 1² = 9 − 1 = 8。
When using definite integrals to find the area between a curve and the x-axis, be careful with intervals where the curve lies below the x-axis, because the integral will be negative. Split the region and take absolute values if necessary.
当使用定积分求曲线与 x 轴之间的面积时,要注意曲线位于 x 轴下方的区间,因为此时积分为负。如有必要,应分割区域并取绝对值。
10. Integration by Substitution and By Parts | 换元积分与分部积分
Integration by substitution is the reverse of the chain rule. Choose u = g(x) and replace dx by du/g ‘(x). This simplifies integrals such as ∫ 2x(x² + 1)⁴ dx.
换元积分是链式法则的逆过程。选择 u = g(x),并用 du/g ‘(x) 替换 dx。这可以简化诸如 ∫ 2x(x² + 1)⁴ dx 这样的积分。
Example: let u = x² + 1, then du = 2x dx, so the integral becomes ∫ u⁴ du = u⁵/5 + C = (x² + 1)⁵/5 + C.
例题:设 u = x² + 1,则 du = 2x dx,因此积分变为 ∫ u⁴ du = u⁵/5 + C = (x² + 1)⁵/5 + C。
Integration by parts is used for products of functions such as x sin x or x eˣ. The formula is derived from the product rule.
分部积分用于函数乘积,例如 x sin x 或 x eˣ。该公式由乘积法则推导而来。
∫ u dv = uv − ∫ v du
Example: ∫ x eˣ dx with u = x and dv = eˣ dx gives uv − ∫ v du = x eˣ − ∫ eˣ dx = x eˣ − eˣ + C.
例题:∫ x eˣ dx,取 u = x,dv = eˣ dx,得到 uv − ∫ v du = x eˣ − ∫ eˣ dx = x eˣ − eˣ + C。
11. Common Exam Mistakes and Tips | 常见考试错误与提示
One common mistake is forgetting the constant of integration in indefinite integrals. Always add +C unless the question asks for a particular solution.
一个常见错误是在不定积分中忘记积分常数。除非题目要求特解,否则始终要加上 +C。
Another frequent error is using degrees instead of radians in trigonometric differentiation and integration. In A-Level calculus, angles are always measured in radians unless stated otherwise.
另一个常见错误是在三角函数的微分和积分中使用角度制而不是弧度制。在A-Level微积分中,除非另有说明,角度始终以弧度表示。
Finally, when applying the quotient rule, many candidates misplace the sign or swap the terms in the numerator. Write down u, v, u’ and v’ clearly before substituting into the formula.
最后,在应用商法则时,许多考生会放错符号或把分子的项交换位置。在代入公式之前,要清楚地写出 u、v、u’ 和 v’。
12. Summary | 总结
Mastering differentiation and integration requires both fluency with rules and regular practice with exam-style questions. Start by identifying the structure of the function, then choose the appropriate rule.
掌握微分与积分既需要熟练运用各种法则,也需要定期练习考试题型。首先要识别函数的结构,然后选择合适的法则。
For Edexcel A-Level success, make sure you can switch between differentiation and integration confidently, interpret gradients and areas, and avoid the common sign and constant errors highlighted above.
要在爱德思A-Level考试中取得成功,请确保你能自信地在微分与积分之间转换,正确解释斜率和面积,并避免上述常见的符号错误和常数遗漏。
Published by TutorHao | Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply