Introduction to Differentiation 微分入门
Differentiation is one of the two fundamental branches of calculus, alongside integration. At the GCSE level, differentiation provides a powerful toolkit for understanding how functions change — whether it is the gradient of a curve, the velocity of a moving object, or the rate at which a quantity increases or decreases. For Cambridge International (CIE) GCSE Mathematics candidates, mastering differentiation is essential not only for the examination but also for building a solid foundation for A-Level Mathematics and beyond.
微分是微积分的两大基础分支之一,与积分并列。在 GCSE 阶段,微分提供了一套强大的工具,用于理解函数如何变化——无论是曲线的斜率、运动物体的速度,还是某个量增减的速率。对于剑桥国际(CIE)GCSE 数学考生来说,掌握微分不仅对于考试至关重要,也是为 A-Level 数学及更高级学习奠定坚实基础的关键。
What Is Differentiation? 什么是微分?
At its core, differentiation is the mathematical process of finding the derivative of a function. The derivative, often denoted as f'(x), dy/dx, or d/dx[f(x)], tells us the instantaneous rate of change of a function at any given point. Geometrically, the derivative represents the gradient (slope) of the tangent line to the curve at that point.
从本质上讲,微分是求函数导数的数学过程。导数通常表示为 f'(x)、dy/dx 或 d/dx[f(x)],它告诉我们函数在任意给定点的瞬时变化率。从几何角度看,导数表示曲线在该点切线的斜率。
To understand this conceptually, imagine a curved graph. If you pick any point on the curve and draw a straight line that just touches the curve at that point (a tangent), the gradient of that tangent line is the derivative at that point. As you move along the curve, the gradient of the tangent changes — differentiation gives us a formula to calculate that gradient anywhere on the curve without needing to draw tangents.
为了从概念上理解这一点,想象一条曲线图。如果你在曲线上任选一点,画一条仅在该点接触曲线的直线(切线),那么这条切线的斜率就是该点的导数。当你沿着曲线移动时,切线的斜率会不断变化——微分给出了一个公式,让我们无需画切线就能计算曲线上任意位置的斜率。
The Notation of Differentiation 微分的符号表示
Before diving into techniques, it is important to be comfortable with the different notations used in differentiation. The three most common notations are:
在深入技巧之前,熟悉微分中使用的不同符号非常重要。三种最常见的符号是:
- Leibniz Notation (莱布尼茨符号): dy/dx — pronounced “dy by dx”. This is the most widely used notation at GCSE and clearly shows that we are finding the rate of change of y with respect to x.
- Lagrange Notation (拉格朗日符号): f'(x) — pronounced “f prime of x”. This is compact and convenient, especially when dealing with higher-order derivatives (f”(x), f”'(x), etc.).
- Function Notation (函数符号): d/dx[f(x)] — this notation treats differentiation as an operator being applied to a function, similar to how we write sqrt(x) for the square root.
For GCSE CIE Mathematics, you should be comfortable using dy/dx and f'(x) interchangeably. In examination questions, you will frequently see both notations.
对于 CIE GCSE 数学,你应该能够熟练地交替使用 dy/dx 和 f'(x)。在考试题目中,你会经常看到这两种符号。
The Gradient of a Curve: From First Principles 从第一原理理解曲线的斜率
Although GCSE students are not required to differentiate from first principles (this is an A-Level topic), understanding the underlying concept is immensely helpful. The derivative is defined as the limit of the difference quotient as h approaches zero:
虽然 GCSE 学生不需要从第一原理进行微分(这是 A-Level 的内容),但理解其基本概念非常有帮助。导数定义为当 h 趋近于零时差商的极限:
f'(x) = lim(h->0) [f(x + h) – f(x)] / h
In simpler terms, we take two points on the curve that are very close together, calculate the gradient of the straight line connecting them (the chord), and then imagine those two points getting infinitely close — the chord becomes the tangent, and its gradient becomes the derivative. This concept of limits underpins all of calculus.
简单来说,我们取曲线上非常接近的两点,计算连接它们的直线(弦)的斜率,然后想象这两点无限接近——弦变成了切线,其斜率就变成了导数。这个关于极限的概念是所有微积分的基础。
Basic Differentiation Rules 基本微分法则
1. The Power Rule 幂法则
The power rule is the single most important differentiation rule at the GCSE level. It states that for any function of the form y = x^n, the derivative is:
幂法则是 GCSE 阶段最重要的微分法则。它指出对于任何 y = x^n 形式的函数,导数为:
If y = x^n, then dy/dx = n*x^(n-1)
Worked Examples 例题:
- If y = x^3, then dy/dx = 3x^2
- If y = x^5, then dy/dx = 5x^4
- If y = x^10, then dy/dx = 10x^9
- If y = x, then dy/dx = 1 (since x = x^1, so dy/dx = 1*x^0 = 1)
The power rule works for negative and fractional powers as well, which is extremely useful:
幂法则同样适用于负指数和分数指数,这非常有用:
More Worked Examples 更多例题:
- If y = 1/x = x^(-1), then dy/dx = -1 * x^(-2) = -1/x^2
- If y = 1/x^2 = x^(-2), then dy/dx = -2 * x^(-3) = -2/x^3
- If y = sqrt(x) = x^(1/2), then dy/dx = (1/2) * x^(-1/2) = 1/(2*sqrt(x))
- If y = cbrt(x) = x^(1/3), then dy/dx = (1/3) * x^(-2/3) = 1/(3*x^(2/3))
2. The Constant Rule 常数法则
The derivative of any constant is zero. This makes intuitive sense: a constant function is a horizontal line, and a horizontal line has zero gradient everywhere.
任何常数的导数都为零。这在直觉上是合理的:常数函数是一条水平线,水平线在任何地方的斜率都为零。
If y = c (where c is a constant), then dy/dx = 0
Examples 示例:
- If y = 7, then dy/dx = 0
- If y = -3, then dy/dx = 0
- If y = pi, then dy/dx = 0
3. The Constant Multiple Rule 常数倍法则
When a function is multiplied by a constant, the derivative is the constant multiplied by the derivative of the function:
当一个函数乘以一个常数时,导数等于该常数乘以函数的导数:
If y = k * f(x), then dy/dx = k * f'(x)
Examples 示例:
- If y = 5x^3, then dy/dx = 5 * 3x^2 = 15x^2
- If y = 4x^2, then dy/dx = 4 * 2x = 8x
- If y = -2x^4, then dy/dx = -2 * 4x^3 = -8x^3
- If y = 10*sqrt(x), then dy/dx = 10 * 1/(2*sqrt(x)) = 5/sqrt(x)
4. The Sum and Difference Rules 和差法则
To differentiate a sum or difference of functions, simply differentiate each term separately and add or subtract the results:
要对函数的和或差进行微分,只需分别对每一项进行微分,然后相加或相减:
If y = f(x) +/- g(x), then dy/dx = f'(x) +/- g'(x)
Worked Examples 例题:
- If y = x^3 + x^2, then dy/dx = 3x^2 + 2x
- If y = 4x^5 – 2x^3 + 7, then dy/dx = 20x^4 – 6x^2 + 0 = 20x^4 – 6x^2
- If y = 3x^2 + 5x – 1, then dy/dx = 6x + 5
- If y = 2x^4 – 3x^2 + x – 8, then dy/dx = 8x^3 – 6x + 1
Pro Tip 技巧提示: When differentiating polynomials (expressions with multiple terms of different powers of x), work through term by term methodically. A common mistake is forgetting to differentiate the constant term — remember, the derivative of any constant is zero!
在对多项式(包含 x 的不同幂次的多项表达式)进行微分时,要逐项有条理地进行。一个常见错误是忘记对常数项进行微分——记住,任何常数的导数都是零!
The Product Rule 乘积法则
When you need to differentiate the product of two functions, you cannot simply differentiate each function and multiply the results. Instead, you must use the product rule:
当你需要对两个函数的乘积进行微分时,不能简单地对每个函数分别微分然后相乘。相反,你必须使用乘积法则:
If y = u * v, then dy/dx = u * (dv/dx) + v * (du/dx)
Where u and v are both functions of x. A helpful mnemonic is: “the first times the derivative of the second, plus the second times the derivative of the first.”
其中 u 和 v 都是 x 的函数。一个帮助记忆的口诀是:”第一项乘以第二项的导数,加上第二项乘以第一项的导数。”
Worked Example 1 例题1: Differentiate y = x^2 * (x + 3)
Method using Product Rule:
Let u = x^2, so du/dx = 2x
Let v = x + 3, so dv/dx = 1
Using dy/dx = u * dv/dx + v * du/dx:
dy/dx = x^2 * 1 + (x + 3) * 2x = x^2 + 2x(x + 3) = x^2 + 2x^2 + 6x = 3x^2 + 6x
Verification by expanding first 先展开再验证:
y = x^2(x + 3) = x^3 + 3x^2, so dy/dx = 3x^2 + 6x (checkmark)
Worked Example 2 例题2: Differentiate y = (2x + 1)(x^2 – 3)
Let u = 2x + 1, so du/dx = 2
Let v = x^2 – 3, so dv/dx = 2x
dy/dx = (2x + 1) * 2x + (x^2 – 3) * 2 = 4x^2 + 2x + 2x^2 – 6 = 6x^2 + 2x – 6
Note for GCSE 注意: In CIE GCSE Mathematics, the product rule is typically introduced in the Extended syllabus. However, many products can be differentiated by simply expanding the brackets first and then using the power rule term by term. Use whichever method you find easier!
在 CIE GCSE 数学中,乘积法则通常在扩展大纲中引入。然而,许多乘积可以通过先展开括号然后逐项使用幂法则来进行微分。使用你觉得更容易的方法!
The Quotient Rule 商法则
When differentiating a fraction where both the numerator and denominator are functions of x, we use the quotient rule:
当对分子和分母都是 x 的函数的分数进行微分时,我们使用商法则:
If y = u / v, then dy/dx = [v * (du/dx) – u * (dv/dx)] / v^2
A helpful way to remember this is: “bottom times derivative of top, minus top times derivative of bottom, all over bottom squared.”
一个帮助记忆的方法是:”分母乘以分子的导数,减去分子乘以分母的导数,整体除以分母的平方。”
Worked Example 例题: Differentiate y = (x^2 + 1) / (x – 1)
Let u = x^2 + 1, so du/dx = 2x
Let v = x – 1, so dv/dx = 1
dy/dx = [(x – 1)(2x) – (x^2 + 1)(1)] / (x – 1)^2
= [2x^2 – 2x – x^2 – 1] / (x – 1)^2
= [x^2 – 2x – 1] / (x – 1)^2
For GCSE CIE, the quotient rule is primarily an Extended syllabus topic. If it appears, the algebra can get messy — take your time and work carefully!
对于 CIE GCSE,商法则主要是扩展大纲的内容。如果出现,代数运算可能会变得很乱——慢慢来,仔细做!
The Chain Rule 链式法则
The chain rule is used to differentiate composite functions — functions of functions. If y is a function of u, and u is a function of x, then:
链式法则用于对复合函数——函数的函数——进行微分。如果 y 是 u 的函数,而 u 是 x 的函数,那么:
dy/dx = (dy/du) * (du/dx)
Worked Example 1 例题1: Differentiate y = (3x + 2)^5
Let u = 3x + 2, so y = u^5
Then dy/du = 5u^4 and du/dx = 3
So dy/dx = 5u^4 * 3 = 15(3x + 2)^4
Worked Example 2 例题2: Differentiate y = sqrt(x^2 + 1)
Rewrite as y = (x^2 + 1)^(1/2)
Let u = x^2 + 1, so y = u^(1/2)
Then dy/du = (1/2)u^(-1/2) = 1/(2*sqrt(u)) and du/dx = 2x
So dy/dx = [1/(2*sqrt(u))] * 2x = x/sqrt(x^2 + 1)
Quick Shortcut 快速捷径: A useful trick is to think of the chain rule as “differentiate the outside, keep the inside the same, then multiply by the derivative of the inside”:
一个有用的技巧是,将链式法则理解为”对外部函数求导,保持内部不变,然后乘以内部函数的导数”:
d/dx [f(g(x))] = f'(g(x)) * g'(x)
More Practice Examples 更多练习示例:
- y = (2x – 1)^4 -> dy/dx = 4(2x – 1)^3 * 2 = 8(2x – 1)^3
- y = (x^2 + 3x)^3 -> dy/dx = 3(x^2 + 3x)^2 * (2x + 3)
- y = 1/(x + 2) = (x + 2)^(-1) -> dy/dx = -1(x + 2)^(-2) * 1 = -1/(x + 2)^2
Applications of Differentiation 微分的应用
1. Finding Gradients at Specific Points 求特定点的斜率
One of the most common GCSE examination questions asks you to find the gradient of a curve at a specific point. The method is straightforward: differentiate to get dy/dx, then substitute the x-coordinate.
最常见的 GCSE 考试题目之一是求曲线在特定点的斜率。方法很简单:求导得到 dy/dx,然后代入 x 坐标。
Example 例题: Find the gradient of the curve y = x^3 – 2x^2 + 5 at the point where x = 2.
求曲线 y = x^3 – 2x^2 + 5 在 x = 2 处的斜率。
Step 1 步骤1: Differentiate -> dy/dx = 3x^2 – 4x
Step 2 步骤2: Substitute x = 2 -> dy/dx = 3(4) – 4(2) = 12 – 8 = 4
Answer 答案: The gradient at x = 2 is 4.
2. Finding Equations of Tangents and Normals 求切线和法线方程
Tangents 切线: A tangent is a straight line that touches a curve at exactly one point. Its gradient equals the derivative at that point. Once you have the gradient (m) and the point (x1, y1), use:
切线是与曲线恰好在一个点相切的直线。其斜率等于该点的导数。一旦你有了斜率 (m) 和点 (x1, y1),使用:
y – y1 = m(x – x1)
Example 例题: Find the equation of the tangent to y = x^2 + 3x at x = 2.
Step 1: When x = 2, y = 2^2 + 3(2) = 4 + 6 = 10. So the point is (2, 10).
Step 2: dy/dx = 2x + 3. At x = 2, m = 2(2) + 3 = 7.
Step 3: y – 10 = 7(x – 2) -> y – 10 = 7x – 14 -> y = 7x – 4
Answer 答案: The tangent equation is y = 7x – 4.
Normals 法线: A normal is perpendicular to the tangent. Its gradient is the negative reciprocal: m(normal) = -1/m(tangent). Then use the same point-slope formula.
法线垂直于切线。其斜率是负倒数:m(法线) = -1/m(切线)。然后使用相同的点斜式公式。
3. Finding Stationary Points (Turning Points) 求驻点(拐点)
Stationary points occur where the gradient is zero (dy/dx = 0). These are points where the curve “flattens out” — they can be maximum points, minimum points, or points of inflection.
驻点出现在斜率为零的地方 (dy/dx = 0)。这些是曲线”变平”的点——它们可以是极大值点、极小值点或拐点。
Method 方法:
- Differentiate to find dy/dx.
- Set dy/dx = 0 and solve for x.
- Find the y-coordinates by substituting x back into the original equation.
- Determine the nature using the second derivative test or by examining the sign of dy/dx on either side.
Example 例题: Find the coordinates and nature of the stationary points on y = x^3 – 3x^2.
Step 1: dy/dx = 3x^2 – 6x
Step 2: Set dy/dx = 0 -> 3x^2 – 6x = 0 -> 3x(x – 2) = 0 -> x = 0 or x = 2
Step 3: When x = 0, y = 0; when x = 2, y = 8 – 12 = -4
Step 4: Use the second derivative d^2y/dx^2 = 6x – 6
- At x = 0: d^2y/dx^2 = 6(0) – 6 = -6 (negative -> maximum)
- At x = 2: d^2y/dx^2 = 6(2) – 6 = 6 (positive -> minimum)
Answer 答案: (0, 0) is a maximum point; (2, -4) is a minimum point.
4. Rates of Change 变化率
Differentiation is fundamentally about rates of change. In physics and real-world applications, if a function represents displacement (s), then ds/dt gives velocity (v), and d^2s/dt^2 gives acceleration (a). This is a key concept that connects mathematics to the physical world.
微分本质上就是关于变化率。在物理学和现实世界应用中,如果函数表示位移 (s),那么 ds/dt 给出速度 (v),d^2s/dt^2 给出加速度 (a)。这是将数学与物理世界连接起来的关键概念。
Example 例题: A particle moves along a straight line such that its displacement s metres from a fixed point after t seconds is given by s = t^3 – 6t^2 + 9t. Find: (a) the velocity after 2 seconds, (b) the acceleration after 3 seconds.
(a) v = ds/dt = 3t^2 – 12t + 9. When t = 2, v = 3(4) – 12(2) + 9 = 12 – 24 + 9 = -3 m/s.
(b) a = dv/dt = 6t – 12. When t = 3, a = 6(3) – 12 = 18 – 12 = 6 m/s^2.
Common Mistakes and How to Avoid Them 常见错误及如何避免
- Forgetting to reduce the power by 1 忘记将指数减1: The most common mistake! If y = x^n, the derivative is n*x^(n-1) — not n*x^n. Always subtract 1 from the original power. 最常见的错误!如果 y = x^n,导数是 n*x^(n-1)——不是 n*x^n。始终从原始指数减去 1。
- Simplifying incorrectly before differentiating 微分前化简错误: Expressions like 1/x, sqrt(x), or 1/x^2 should be rewritten as x^(-1), x^(1/2), or x^(-2) before applying the power rule. 像 1/x、sqrt(x) 或 1/x^2 这样的表达式应在应用幂法则之前改写为 x^(-1)、x^(1/2) 或 x^(-2)。
- Mixing up the product and quotient rules 混淆乘积法则和商法则: The product rule has a plus sign: u’v + uv’. The quotient rule has a minus sign: (vu’ – uv’)/v^2. 乘积法则使用加号:u’v + uv’。商法则使用减号:(vu’ – uv’)/v^2。
- Forgetting the chain rule for composite functions 忘记对复合函数使用链式法则: When you have (ax + b)^n, remember to multiply by the derivative of the inner function (which is a). 当你有 (ax + b)^n 时,记住要乘以内部函数的导数(即 a)。
- Arithmetic errors in substitution 代入时的算术错误: After finding dy/dx, take care when substituting x-values — especially with negative numbers. Use brackets to avoid sign errors. 求出 dy/dx 后,代入 x 值时要小心——特别是负数。使用括号以避免符号错误。
CIE GCSE Examination Tips CIE GCSE 考试技巧
- Show all working 展示所有步骤: CIE examiners award method marks even if the final answer is incorrect. Always write down your differentiation steps clearly. CIE 考官即使最终答案不正确也会给方法分。始终清晰地写下你的微分步骤。
- Check your answer by considering the degree 通过考虑次数检查答案: When you differentiate a polynomial, the degree (highest power) of the derivative should be one less than the original. If y = x^5 + …, then dy/dx should be degree 4. 当你对多项式微分时,导数的次数(最高次幂)应比原式少 1。如果 y = x^5 + …,那么 dy/dx 应该是 4 次。
- Simplify where possible 尽可能化简: The final answer in CIE mark schemes is usually given in its simplest form. Factorise and simplify your derivative expression. CIE 评分标准中的最终答案通常以最简形式给出。对你的导数表达式进行因式分解和化简。
- Know when to use second derivatives 知道何时使用二阶导数: For determining the nature of stationary points, both the second derivative test and the first derivative sign-change method are acceptable. Choose whichever you are more comfortable with. 对于判断驻点的性质,二阶导数检验和一阶导数符号变化法都是可接受的。选择你更熟悉的方法。
- Practice, practice, practice 练习,练习,再练习: Differentiation is a skill that improves dramatically with practice. Work through past paper questions — patterns and techniques will become second nature. 微分是一项通过练习可以显著提高的技能。做历年真题——模式和技巧会变得如同第二天性。
Practice Questions 练习题
Try these questions to test your understanding. Answers are provided below.
尝试以下问题来测试你的理解。答案见下方。
- Differentiate y = 5x^4 – 2x^3 + 7x – 9 对 y = 5x^4 – 2x^3 + 7x – 9 求导
- Find the gradient of y = x^2 – 4x + 1 at x = 3 求 y = x^2 – 4x + 1 在 x = 3 处的斜率
- Differentiate y = (2x + 1)(x – 3) 对 y = (2x + 1)(x – 3) 求导
- Find the stationary points of y = x^3 – 6x^2 + 9x 求 y = x^3 – 6x^2 + 9x 的驻点
- Differentiate y = (4x – 1)^3 using the chain rule 使用链式法则对 y = (4x – 1)^3 求导
- A particle’s displacement is given by s = 2t^3 – 9t^2 + 12t. Find the velocity when t = 2. 一个粒子的位移为 s = 2t^3 – 9t^2 + 12t。求 t = 2 时的速度。
Answers 答案:
- dy/dx = 20x^3 – 6x^2 + 7
- dy/dx = 2x – 4. At x = 3, gradient = 2(3) – 4 = 2
- Expand: y = 2x^2 – 6x + x – 3 = 2x^2 – 5x – 3. dy/dx = 4x – 5
- dy/dx = 3x^2 – 12x + 9 = 3(x^2 – 4x + 3) = 3(x – 1)(x – 3). Stationary at x = 1, x = 3. Points: (1, 4) and (3, 0).
- dy/dx = 3(4x – 1)^2 * 4 = 12(4x – 1)^2
- v = ds/dt = 6t^2 – 18t + 12. At t = 2, v = 6(4) – 18(2) + 12 = 24 – 36 + 12 = 0 m/s
Conclusion 结论
Differentiation is a cornerstone of calculus and an essential skill for any student of mathematics. By mastering the basic rules — the power rule, constant rule, sum rule, product rule, quotient rule, and chain rule — you equip yourself with the tools to solve a wide variety of problems, from finding gradients and tangents to analyzing the turning points of functions and modeling rates of change in the physical world.
微分是微积分的基石,也是任何数学学生必备的技能。通过掌握基本法则——幂法则、常数法则、和差法则、乘积法则、商法则和链式法则——你就能用这些工具解决各种各样的问题,从求斜率和切线到分析函数的拐点,以及在物理世界中建模变化率。
The key to success in CIE GCSE differentiation questions is consistent practice. Work through the examples and practice questions above, then tackle past paper problems. Pay close attention to showing your working, simplifying your answers, and checking for the common mistakes outlined in this guide. With dedication and systematic practice, differentiation will become one of your strongest mathematical skills.
在 CIE GCSE 微分题中取得成功的关键是持续练习。完成上面的例题和练习题,然后处理历年真题。密切注意展示你的解题步骤、化简答案,并检查本指南中列出的常见错误。凭借专注和系统性的练习,微分将成为你最强大的数学技能之一。
Remember: mathematics is not a spectator sport. Pick up your pen, work through the problems, and make differentiation your own!
记住:数学不是旁观者的运动。拿起你的笔,完成问题,让微分成为你的技能!